Skip to content

Commit e2f6c1e

Browse files
Updated API models and rebuilt service gems.
1 parent d5034ab commit e2f6c1e

File tree

126 files changed

+12579
-3196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+12579
-3196
lines changed

apis/application-autoscaling/2016-02-06/api-2.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"signatureVersion":"v4",
1212
"signingName":"application-autoscaling",
1313
"targetPrefix":"AnyScaleFrontendService",
14-
"uid":"application-autoscaling-2016-02-06"
14+
"uid":"application-autoscaling-2016-02-06",
15+
"auth":["aws.auth#sigv4"]
1516
},
1617
"operations":{
1718
"DeleteScalingPolicy":{
@@ -512,7 +513,8 @@
512513
"NeptuneReaderAverageCPUUtilization",
513514
"SageMakerVariantProvisionedConcurrencyUtilization",
514515
"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage",
515-
"SageMakerInferenceComponentInvocationsPerCopy"
516+
"SageMakerInferenceComponentInvocationsPerCopy",
517+
"WorkSpacesAverageUserSessionsCapacityUtilization"
516518
]
517519
},
518520
"MetricUnit":{"type":"string"},
@@ -688,7 +690,8 @@
688690
"elasticache:replication-group:Replicas",
689691
"neptune:cluster:ReadReplicaCount",
690692
"sagemaker:variant:DesiredProvisionedConcurrency",
691-
"sagemaker:inference-component:DesiredCopyCount"
693+
"sagemaker:inference-component:DesiredCopyCount",
694+
"workspaces:workspacespool:DesiredUserSessions"
692695
]
693696
},
694697
"ScalableTarget":{
@@ -847,7 +850,8 @@
847850
"cassandra",
848851
"kafka",
849852
"elasticache",
850-
"neptune"
853+
"neptune",
854+
"workspaces"
851855
]
852856
},
853857
"StepAdjustment":{

apis/application-autoscaling/2016-02-06/docs-2.json

Lines changed: 41 additions & 41 deletions
Large diffs are not rendered by default.

apis/chime-sdk-media-pipelines/2021-07-15/api-2.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
"apiVersion":"2021-07-15",
55
"endpointPrefix":"media-pipelines-chime",
66
"protocol":"rest-json",
7+
"protocols":["rest-json"],
78
"serviceFullName":"Amazon Chime SDK Media Pipelines",
89
"serviceId":"Chime SDK Media Pipelines",
910
"signatureVersion":"v4",
1011
"signingName":"chime",
11-
"uid":"chime-sdk-media-pipelines-2021-07-15"
12+
"uid":"chime-sdk-media-pipelines-2021-07-15",
13+
"auth":["aws.auth#sigv4"]
1214
},
1315
"operations":{
1416
"CreateMediaCapturePipeline":{
@@ -665,6 +667,7 @@
665667
"LanguageModelName":{"shape":"ModelName"},
666668
"FilterPartialResults":{"shape":"Boolean"},
667669
"IdentifyLanguage":{"shape":"Boolean"},
670+
"IdentifyMultipleLanguages":{"shape":"Boolean"},
668671
"LanguageOptions":{"shape":"LanguageOptions"},
669672
"PreferredLanguage":{"shape":"CallAnalyticsLanguageCode"},
670673
"VocabularyNames":{"shape":"VocabularyNames"},
@@ -2199,7 +2202,7 @@
21992202
"type":"list",
22002203
"member":{"shape":"RecordingStreamConfiguration"},
22012204
"max":2,
2202-
"min":2
2205+
"min":1
22032206
},
22042207
"ReservedStreamCapacity":{
22052208
"type":"integer",

apis/chime-sdk-media-pipelines/2021-07-15/docs-2.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"CreateMediaInsightsPipeline": "<p>Creates a media insights pipeline.</p>",
88
"CreateMediaInsightsPipelineConfiguration": "<p>A structure that contains the static configurations for a media insights pipeline.</p>",
99
"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>",
1111
"CreateMediaStreamPipeline": "<p>Creates a streaming media pipeline.</p>",
1212
"DeleteMediaCapturePipeline": "<p>Deletes the media pipeline.</p>",
1313
"DeleteMediaInsightsPipelineConfiguration": "<p>Deletes the specified configuration settings.</p>",
1414
"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>",
1616
"GetMediaCapturePipeline": "<p>Gets an existing media pipeline.</p>",
1717
"GetMediaInsightsPipelineConfiguration": "<p>Gets the configuration settings for a media insights pipeline.</p>",
1818
"GetMediaPipeline": "<p>Gets an existing media pipeline.</p>",
@@ -32,7 +32,7 @@
3232
"UntagResource": "<p>Removes any tags from a media pipeline.</p>",
3333
"UpdateMediaInsightsPipelineConfiguration": "<p>Updates the media insights pipeline's configuration settings.</p>",
3434
"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>"
3636
},
3737
"shapes": {
3838
"ActiveSpeakerOnlyConfiguration": {
@@ -68,7 +68,7 @@
6868
}
6969
},
7070
"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>",
7272
"refs": {
7373
"MediaInsightsPipelineConfigurationElement$AmazonTranscribeProcessorConfiguration": "<p>The transcription processor configuration settings in a media insights pipeline configuration element.</p>"
7474
}
@@ -93,8 +93,8 @@
9393
"MediaInsightsPipelineConfiguration$MediaInsightsPipelineConfigurationArn": "<p>The ARN of the configuration.</p>",
9494
"MediaInsightsPipelineConfiguration$ResourceAccessRoleArn": "<p>The ARN of the role used by the service to access Amazon Web Services resources.</p>",
9595
"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>",
9898
"S3BucketSinkConfiguration$Destination": "<p>The destination URL of the S3 bucket.</p>",
9999
"S3RecordingSinkConfiguration$Destination": "<p>The default URI of the Amazon S3 bucket used as the recording sink.</p>",
100100
"S3RecordingSinkRuntimeConfiguration$Destination": "<p>The URI of the S3 bucket used as the sink.</p>",
@@ -196,6 +196,7 @@
196196
"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>",
197197
"AmazonTranscribeProcessorConfiguration$FilterPartialResults": "<p>If true, <code>TranscriptEvents</code> with <code>IsPartial: true</code> are filtered out of the insights target.</p>",
198198
"AmazonTranscribeProcessorConfiguration$IdentifyLanguage": "<p>Turns language identification on or off.</p>",
199+
"AmazonTranscribeProcessorConfiguration$IdentifyMultipleLanguages": "<p>Turns language identification on or off for multiple languages.</p>",
199200
"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>",
200201
"RealTimeAlertConfiguration$Disabled": "<p>Turns off real-time alerts.</p>",
201202
"VoiceEnhancementSinkConfiguration$Disabled": "<p>Disables the <code>VoiceEnhancementSinkConfiguration</code> element.</p>"
@@ -720,9 +721,9 @@
720721
}
721722
},
722723
"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>",
724725
"refs": {
725-
"CreateMediaPipelineKinesisVideoStreamPoolRequest$StreamConfiguration": "<p>The configuration settings for the video stream.</p>",
726+
"CreateMediaPipelineKinesisVideoStreamPoolRequest$StreamConfiguration": "<p>The configuration settings for the stream.</p>",
726727
"KinesisVideoStreamPoolConfiguration$StreamConfiguration": "<p>The Kinesis video stream pool configuration object.</p>"
727728
}
728729
},
@@ -735,7 +736,7 @@
735736
"KinesisVideoStreamPoolConfiguration": {
736737
"base": "<p>The video stream pool configuration object.</p>",
737738
"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>",
739740
"GetMediaPipelineKinesisVideoStreamPoolResponse$KinesisVideoStreamPoolConfiguration": "<p>The video stream pool configuration object.</p>",
740741
"UpdateMediaPipelineKinesisVideoStreamPoolResponse$KinesisVideoStreamPoolConfiguration": "<p>The video stream pool configuration object.</p>"
741742
}
@@ -750,7 +751,7 @@
750751
"KinesisVideoStreamPoolName": {
751752
"base": null,
752753
"refs": {
753-
"CreateMediaPipelineKinesisVideoStreamPoolRequest$PoolName": "<p>The name of the video stream pool.</p>",
754+
"CreateMediaPipelineKinesisVideoStreamPoolRequest$PoolName": "<p>The name of the pool.</p>",
754755
"KinesisVideoStreamPoolConfiguration$PoolName": "<p>The name of the video stream pool configuration.</p>",
755756
"KinesisVideoStreamPoolSummary$PoolName": "<p>The name of the video stream pool.</p>"
756757
}
@@ -1169,9 +1170,9 @@
11691170
"base": null,
11701171
"refs": {
11711172
"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>",
11731174
"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>",
11751176
"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>",
11761177
"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>",
11771178
"MediaInsightsRuntimeMetadata$key": null,
@@ -1181,7 +1182,7 @@
11811182
"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>",
11821183
"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>",
11831184
"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>"
11851186
}
11861187
},
11871188
"NotFoundException": {
@@ -1507,7 +1508,7 @@
15071508
"CreateMediaInsightsPipelineConfigurationRequest$Tags": "<p>The tags assigned to the media insights pipeline configuration.</p>",
15081509
"CreateMediaInsightsPipelineRequest$Tags": "<p>The tags assigned to the media insights pipeline.</p>",
15091510
"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>",
15111512
"CreateMediaStreamPipelineRequest$Tags": "<p>The tags assigned to the media pipeline.</p>",
15121513
"ListTagsForResourceResponse$Tags": "<p>The tags associated with the specified media pipeline.</p>",
15131514
"TagResourceRequest$Tags": "<p>The tags associated with the specified media pipeline.</p>"

0 commit comments

Comments
 (0)