|
7 | 7 | "CreateMediaInsightsPipeline": "<p>Creates a media insights pipeline.</p>", |
8 | 8 | "CreateMediaInsightsPipelineConfiguration": "<p>A structure that contains the static configurations for a media insights pipeline.</p>", |
9 | 9 | "CreateMediaLiveConnectorPipeline": "<p>Creates a media live connector pipeline in an Amazon Chime SDK meeting.</p>", |
10 | | - "CreateMediaPipelineKinesisVideoStreamPool": "<p>Creates an Kinesis video stream pool for the media pipeline.</p>", |
| 10 | + "CreateMediaPipelineKinesisVideoStreamPool": "<p>Creates an Amazon Kinesis Video Stream pool for use with media stream pipelines.</p> <note> <p>If a meeting uses an opt-in Region as its <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion\">MediaRegion</a>, the KVS stream must be in that same Region. For example, if a meeting uses the <code>af-south-1</code> Region, the KVS stream must also be in <code>af-south-1</code>. However, if the meeting uses a Region that AWS turns on by default, the KVS stream can be in any available Region, including an opt-in Region. For example, if the meeting uses <code>ca-central-1</code>, the KVS stream can be in <code>eu-west-2</code>, <code>us-east-1</code>, <code>af-south-1</code>, or any other Region that the Amazon Chime SDK supports.</p> <p>To learn which AWS Region a meeting uses, call the <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_GetMeeting.html\">GetMeeting</a> API and use the <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion\">MediaRegion</a> parameter from the response.</p> <p>For more information about opt-in Regions, refer to <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html\">Available Regions</a> in the <i>Amazon Chime SDK Developer Guide</i>, and <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html#rande-manage-enable.html\">Specify which AWS Regions your account can use</a>, in the <i>AWS Account Management Reference Guide</i>.</p> </note>", |
11 | 11 | "CreateMediaStreamPipeline": "<p>Creates a streaming media pipeline.</p>", |
12 | 12 | "DeleteMediaCapturePipeline": "<p>Deletes the media pipeline.</p>", |
13 | 13 | "DeleteMediaInsightsPipelineConfiguration": "<p>Deletes the specified configuration settings.</p>", |
14 | 14 | "DeleteMediaPipeline": "<p>Deletes the media pipeline.</p>", |
15 | | - "DeleteMediaPipelineKinesisVideoStreamPool": "<p>Deletes an Kinesis video stream pool.</p>", |
| 15 | + "DeleteMediaPipelineKinesisVideoStreamPool": "<p>Deletes an Amazon Kinesis Video Stream pool.</p>", |
16 | 16 | "GetMediaCapturePipeline": "<p>Gets an existing media pipeline.</p>", |
17 | 17 | "GetMediaInsightsPipelineConfiguration": "<p>Gets the configuration settings for a media insights pipeline.</p>", |
18 | 18 | "GetMediaPipeline": "<p>Gets an existing media pipeline.</p>", |
|
32 | 32 | "UntagResource": "<p>Removes any tags from a media pipeline.</p>", |
33 | 33 | "UpdateMediaInsightsPipelineConfiguration": "<p>Updates the media insights pipeline's configuration settings.</p>", |
34 | 34 | "UpdateMediaInsightsPipelineStatus": "<p>Updates the status of a media insights pipeline.</p>", |
35 | | - "UpdateMediaPipelineKinesisVideoStreamPool": "<p>Updates an Kinesis video stream pool in a media pipeline.</p>" |
| 35 | + "UpdateMediaPipelineKinesisVideoStreamPool": "<p>Updates an Amazon Kinesis Video Stream pool in a media pipeline.</p>" |
36 | 36 | }, |
37 | 37 | "shapes": { |
38 | 38 | "ActiveSpeakerOnlyConfiguration": { |
|
68 | 68 | } |
69 | 69 | }, |
70 | 70 | "AmazonTranscribeProcessorConfiguration": { |
71 | | - "base": "<p>A structure that contains the configuration settings for an Amazon Transcribe processor.</p>", |
| 71 | + "base": "<p>A structure that contains the configuration settings for an Amazon Transcribe processor.</p> <note> <p>Calls to this API must include a <code>LanguageCode</code>, <code>IdentifyLanguage</code>, or <code>IdentifyMultipleLanguages</code> parameter. If you include more than one of those parameters, your transcription job fails.</p> </note>", |
72 | 72 | "refs": { |
73 | 73 | "MediaInsightsPipelineConfigurationElement$AmazonTranscribeProcessorConfiguration": "<p>The transcription processor configuration settings in a media insights pipeline configuration element.</p>" |
74 | 74 | } |
|
93 | 93 | "MediaInsightsPipelineConfiguration$MediaInsightsPipelineConfigurationArn": "<p>The ARN of the configuration.</p>", |
94 | 94 | "MediaInsightsPipelineConfiguration$ResourceAccessRoleArn": "<p>The ARN of the role used by the service to access Amazon Web Services resources.</p>", |
95 | 95 | "MediaInsightsPipelineConfigurationSummary$MediaInsightsPipelineConfigurationArn": "<p>The ARN of the media insights pipeline configuration.</p>", |
96 | | - "MediaStreamSink$SinkArn": "<p>The ARN of the media stream sink.</p>", |
97 | | - "MediaStreamSource$SourceArn": "<p>The ARN of the media stream source. </p>", |
| 96 | + "MediaStreamSink$SinkArn": "<p>The ARN of the Kinesis Video Stream pool returned by the <a>CreateMediaPipelineKinesisVideoStreamPool</a> API.</p>", |
| 97 | + "MediaStreamSource$SourceArn": "<p>The ARN of the meeting.</p>", |
98 | 98 | "S3BucketSinkConfiguration$Destination": "<p>The destination URL of the S3 bucket.</p>", |
99 | 99 | "S3RecordingSinkConfiguration$Destination": "<p>The default URI of the Amazon S3 bucket used as the recording sink.</p>", |
100 | 100 | "S3RecordingSinkRuntimeConfiguration$Destination": "<p>The URI of the S3 bucket used as the sink.</p>", |
|
196 | 196 | "AmazonTranscribeProcessorConfiguration$EnablePartialResultsStabilization": "<p>Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html#streaming-partial-result-stabilization\">Partial-result stabilization</a> in the <i>Amazon Transcribe Developer Guide</i>.</p>", |
197 | 197 | "AmazonTranscribeProcessorConfiguration$FilterPartialResults": "<p>If true, <code>TranscriptEvents</code> with <code>IsPartial: true</code> are filtered out of the insights target.</p>", |
198 | 198 | "AmazonTranscribeProcessorConfiguration$IdentifyLanguage": "<p>Turns language identification on or off.</p>", |
| 199 | + "AmazonTranscribeProcessorConfiguration$IdentifyMultipleLanguages": "<p>Turns language identification on or off for multiple languages.</p>", |
199 | 200 | "KeywordMatchConfiguration$Negate": "<p>Matches keywords or phrases on their presence or absence. If set to <code>TRUE</code>, the rule matches when all the specified keywords or phrases are absent. Default: <code>FALSE</code>.</p>", |
200 | 201 | "RealTimeAlertConfiguration$Disabled": "<p>Turns off real-time alerts.</p>", |
201 | 202 | "VoiceEnhancementSinkConfiguration$Disabled": "<p>Disables the <code>VoiceEnhancementSinkConfiguration</code> element.</p>" |
|
720 | 721 | } |
721 | 722 | }, |
722 | 723 | "KinesisVideoStreamConfiguration": { |
723 | | - "base": "<p>The configuration of an Kinesis video stream.</p>", |
| 724 | + "base": "<p>The configuration of an Kinesis video stream.</p> <note> <p>If a meeting uses an opt-in Region as its <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion\">MediaRegion</a>, the KVS stream must be in that same Region. For example, if a meeting uses the <code>af-south-1</code> Region, the KVS stream must also be in <code>af-south-1</code>. However, if the meeting uses a Region that AWS turns on by default, the KVS stream can be in any available Region, including an opt-in Region. For example, if the meeting uses <code>ca-central-1</code>, the KVS stream can be in <code>eu-west-2</code>, <code>us-east-1</code>, <code>af-south-1</code>, or any other Region that the Amazon Chime SDK supports.</p> <p>To learn which AWS Region a meeting uses, call the <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_GetMeeting.html\">GetMeeting</a> API and use the <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion\">MediaRegion</a> parameter from the response.</p> <p>For more information about opt-in Regions, refer to <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html\">Available Regions</a> in the <i>Amazon Chime SDK Developer Guide</i>, and <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html#rande-manage-enable.html\">Specify which AWS Regions your account can use</a>, in the <i>AWS Account Management Reference Guide</i>.</p> </note>", |
724 | 725 | "refs": { |
725 | | - "CreateMediaPipelineKinesisVideoStreamPoolRequest$StreamConfiguration": "<p>The configuration settings for the video stream.</p>", |
| 726 | + "CreateMediaPipelineKinesisVideoStreamPoolRequest$StreamConfiguration": "<p>The configuration settings for the stream.</p>", |
726 | 727 | "KinesisVideoStreamPoolConfiguration$StreamConfiguration": "<p>The Kinesis video stream pool configuration object.</p>" |
727 | 728 | } |
728 | 729 | }, |
|
735 | 736 | "KinesisVideoStreamPoolConfiguration": { |
736 | 737 | "base": "<p>The video stream pool configuration object.</p>", |
737 | 738 | "refs": { |
738 | | - "CreateMediaPipelineKinesisVideoStreamPoolResponse$KinesisVideoStreamPoolConfiguration": "<p>The configuration for the Kinesis video stream pool.</p>", |
| 739 | + "CreateMediaPipelineKinesisVideoStreamPoolResponse$KinesisVideoStreamPoolConfiguration": "<p>The configuration for applying the streams to the pool.</p> <note> <p/> </note>", |
739 | 740 | "GetMediaPipelineKinesisVideoStreamPoolResponse$KinesisVideoStreamPoolConfiguration": "<p>The video stream pool configuration object.</p>", |
740 | 741 | "UpdateMediaPipelineKinesisVideoStreamPoolResponse$KinesisVideoStreamPoolConfiguration": "<p>The video stream pool configuration object.</p>" |
741 | 742 | } |
|
750 | 751 | "KinesisVideoStreamPoolName": { |
751 | 752 | "base": null, |
752 | 753 | "refs": { |
753 | | - "CreateMediaPipelineKinesisVideoStreamPoolRequest$PoolName": "<p>The name of the video stream pool.</p>", |
| 754 | + "CreateMediaPipelineKinesisVideoStreamPoolRequest$PoolName": "<p>The name of the pool.</p>", |
754 | 755 | "KinesisVideoStreamPoolConfiguration$PoolName": "<p>The name of the video stream pool configuration.</p>", |
755 | 756 | "KinesisVideoStreamPoolSummary$PoolName": "<p>The name of the video stream pool.</p>" |
756 | 757 | } |
|
1169 | 1170 | "base": null, |
1170 | 1171 | "refs": { |
1171 | 1172 | "DeleteMediaInsightsPipelineConfigurationRequest$Identifier": "<p>The unique identifier of the resource to be deleted. Valid values include the name and ARN of the media insights pipeline configuration.</p>", |
1172 | | - "DeleteMediaPipelineKinesisVideoStreamPoolRequest$Identifier": "<p>The ID of the pool being deleted.</p>", |
| 1173 | + "DeleteMediaPipelineKinesisVideoStreamPoolRequest$Identifier": "<p>The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.</p>", |
1173 | 1174 | "GetMediaInsightsPipelineConfigurationRequest$Identifier": "<p>The unique identifier of the requested resource. Valid values include the name and ARN of the media insights pipeline configuration.</p>", |
1174 | | - "GetMediaPipelineKinesisVideoStreamPoolRequest$Identifier": "<p>The ID of the video stream pool.</p>", |
| 1175 | + "GetMediaPipelineKinesisVideoStreamPoolRequest$Identifier": "<p>The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.</p>", |
1175 | 1176 | "GetSpeakerSearchTaskRequest$Identifier": "<p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>", |
1176 | 1177 | "GetVoiceToneAnalysisTaskRequest$Identifier": "<p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>", |
1177 | 1178 | "MediaInsightsRuntimeMetadata$key": null, |
|
1181 | 1182 | "StopVoiceToneAnalysisTaskRequest$Identifier": "<p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>", |
1182 | 1183 | "UpdateMediaInsightsPipelineConfigurationRequest$Identifier": "<p>The unique identifier for the resource to be updated. Valid values include the name and ARN of the media insights pipeline configuration.</p>", |
1183 | 1184 | "UpdateMediaInsightsPipelineStatusRequest$Identifier": "<p>The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.</p>", |
1184 | | - "UpdateMediaPipelineKinesisVideoStreamPoolRequest$Identifier": "<p>The ID of the video stream pool.</p>" |
| 1185 | + "UpdateMediaPipelineKinesisVideoStreamPoolRequest$Identifier": "<p>The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.</p>" |
1185 | 1186 | } |
1186 | 1187 | }, |
1187 | 1188 | "NotFoundException": { |
|
1507 | 1508 | "CreateMediaInsightsPipelineConfigurationRequest$Tags": "<p>The tags assigned to the media insights pipeline configuration.</p>", |
1508 | 1509 | "CreateMediaInsightsPipelineRequest$Tags": "<p>The tags assigned to the media insights pipeline.</p>", |
1509 | 1510 | "CreateMediaLiveConnectorPipelineRequest$Tags": "<p>The tags associated with the media live connector pipeline.</p>", |
1510 | | - "CreateMediaPipelineKinesisVideoStreamPoolRequest$Tags": "<p>The tags assigned to the video stream pool.</p>", |
| 1511 | + "CreateMediaPipelineKinesisVideoStreamPoolRequest$Tags": "<p>The tags assigned to the stream pool.</p>", |
1511 | 1512 | "CreateMediaStreamPipelineRequest$Tags": "<p>The tags assigned to the media pipeline.</p>", |
1512 | 1513 | "ListTagsForResourceResponse$Tags": "<p>The tags associated with the specified media pipeline.</p>", |
1513 | 1514 | "TagResourceRequest$Tags": "<p>The tags associated with the specified media pipeline.</p>" |
|
0 commit comments