Skip to content

Commit f430ca2

Browse files
author
awstools
committed
Updates SDK to v2.1650.0
1 parent 41746a0 commit f430ca2

Some content is hidden

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

51 files changed

+6540
-1812
lines changed

Diff for: .changes/2.1650.0.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ApplicationAutoScaling",
5+
"description": "Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ChimeSDKMediaPipelines",
10+
"description": "Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DataZone",
15+
"description": "This release supports the data lineage feature of business data catalog in Amazon DataZone."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ElastiCache",
20+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MQ",
25+
"description": "This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "QConnect",
30+
"description": "Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "QuickSight",
35+
"description": "Adding support for Repeating Sections, Nested Filters"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SageMaker",
40+
"description": "Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "WorkSpaces",
45+
"description": "Added support for WorkSpaces Pools."
46+
}
47+
]

Diff for: CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1649.0-->
2+
<!--LATEST=2.1650.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1650.0
6+
* feature: ApplicationAutoScaling: Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool.
7+
* feature: ChimeSDKMediaPipelines: Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics
8+
* feature: DataZone: This release supports the data lineage feature of business data catalog in Amazon DataZone.
9+
* feature: ElastiCache: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
10+
* feature: MQ: This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.
11+
* feature: QConnect: Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs.
12+
* feature: QuickSight: Adding support for Repeating Sections, Nested Filters
13+
* feature: SageMaker: Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
14+
* feature: WorkSpaces: Added support for WorkSpaces Pools.
15+
516
## 2.1649.0
617
* feature: ControlTower: Added ListLandingZoneOperations API.
718
* feature: EKS: Added support for disabling unmanaged addons during cluster creation.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1649.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1650.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

Diff for: apis/application-autoscaling-2016-02-06.min.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"signatureVersion": "v4",
1414
"signingName": "application-autoscaling",
1515
"targetPrefix": "AnyScaleFrontendService",
16-
"uid": "application-autoscaling-2016-02-06"
16+
"uid": "application-autoscaling-2016-02-06",
17+
"auth": [
18+
"aws.auth#sigv4"
19+
]
1720
},
1821
"operations": {
1922
"DeleteScalingPolicy": {

Diff for: apis/application-autoscaling-2016-02-06.normal.json

+51-45
Large diffs are not rendered by default.

Diff for: apis/chime-sdk-media-pipelines-2021-07-15.min.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@
44
"apiVersion": "2021-07-15",
55
"endpointPrefix": "media-pipelines-chime",
66
"protocol": "rest-json",
7+
"protocols": [
8+
"rest-json"
9+
],
710
"serviceFullName": "Amazon Chime SDK Media Pipelines",
811
"serviceId": "Chime SDK Media Pipelines",
912
"signatureVersion": "v4",
1013
"signingName": "chime",
11-
"uid": "chime-sdk-media-pipelines-2021-07-15"
14+
"uid": "chime-sdk-media-pipelines-2021-07-15",
15+
"auth": [
16+
"aws.auth#sigv4"
17+
]
1218
},
1319
"operations": {
1420
"CreateMediaCapturePipeline": {
@@ -1622,6 +1628,9 @@
16221628
"IdentifyLanguage": {
16231629
"type": "boolean"
16241630
},
1631+
"IdentifyMultipleLanguages": {
1632+
"type": "boolean"
1633+
},
16251634
"LanguageOptions": {},
16261635
"PreferredLanguage": {},
16271636
"VocabularyNames": {},

Diff for: apis/chime-sdk-media-pipelines-2021-07-15.normal.json

+26-16
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@
44
"apiVersion": "2021-07-15",
55
"endpointPrefix": "media-pipelines-chime",
66
"protocol": "rest-json",
7+
"protocols": [
8+
"rest-json"
9+
],
710
"serviceFullName": "Amazon Chime SDK Media Pipelines",
811
"serviceId": "Chime SDK Media Pipelines",
912
"signatureVersion": "v4",
1013
"signingName": "chime",
11-
"uid": "chime-sdk-media-pipelines-2021-07-15"
14+
"uid": "chime-sdk-media-pipelines-2021-07-15",
15+
"auth": [
16+
"aws.auth#sigv4"
17+
]
1218
},
1319
"operations": {
1420
"CreateMediaCapturePipeline": {
@@ -246,7 +252,7 @@
246252
"shape": "ServiceFailureException"
247253
}
248254
],
249-
"documentation": "<p>Creates an Kinesis video stream pool for the media pipeline.</p>"
255+
"documentation": "<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>"
250256
},
251257
"CreateMediaStreamPipeline": {
252258
"name": "CreateMediaStreamPipeline",
@@ -436,7 +442,7 @@
436442
"shape": "ServiceFailureException"
437443
}
438444
],
439-
"documentation": "<p>Deletes an Kinesis video stream pool.</p>"
445+
"documentation": "<p>Deletes an Amazon Kinesis Video Stream pool.</p>"
440446
},
441447
"GetMediaCapturePipeline": {
442448
"name": "GetMediaCapturePipeline",
@@ -1208,7 +1214,7 @@
12081214
"shape": "ServiceFailureException"
12091215
}
12101216
],
1211-
"documentation": "<p>Updates an Kinesis video stream pool in a media pipeline.</p>"
1217+
"documentation": "<p>Updates an Amazon Kinesis Video Stream pool in a media pipeline.</p>"
12121218
}
12131219
},
12141220
"shapes": {
@@ -1353,6 +1359,10 @@
13531359
"shape": "Boolean",
13541360
"documentation": "<p>Turns language identification on or off.</p>"
13551361
},
1362+
"IdentifyMultipleLanguages": {
1363+
"shape": "Boolean",
1364+
"documentation": "<p>Turns language identification on or off for multiple languages.</p>"
1365+
},
13561366
"LanguageOptions": {
13571367
"shape": "LanguageOptions",
13581368
"documentation": "<p>The language options for the transcription, such as automatic language detection.</p>"
@@ -1370,7 +1380,7 @@
13701380
"documentation": "<p>The names of the custom vocabulary filter or filters using during transcription.</p>"
13711381
}
13721382
},
1373-
"documentation": "<p>A structure that contains the configuration settings for an Amazon Transcribe processor.</p>"
1383+
"documentation": "<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>"
13741384
},
13751385
"Arn": {
13761386
"type": "string",
@@ -2053,11 +2063,11 @@
20532063
"members": {
20542064
"StreamConfiguration": {
20552065
"shape": "KinesisVideoStreamConfiguration",
2056-
"documentation": "<p>The configuration settings for the video stream.</p>"
2066+
"documentation": "<p>The configuration settings for the stream.</p>"
20572067
},
20582068
"PoolName": {
20592069
"shape": "KinesisVideoStreamPoolName",
2060-
"documentation": "<p>The name of the video stream pool.</p>"
2070+
"documentation": "<p>The name of the pool.</p>"
20612071
},
20622072
"ClientRequestToken": {
20632073
"shape": "ClientRequestToken",
@@ -2066,7 +2076,7 @@
20662076
},
20672077
"Tags": {
20682078
"shape": "TagList",
2069-
"documentation": "<p>The tags assigned to the video stream pool.</p>"
2079+
"documentation": "<p>The tags assigned to the stream pool.</p>"
20702080
}
20712081
}
20722082
},
@@ -2075,7 +2085,7 @@
20752085
"members": {
20762086
"KinesisVideoStreamPoolConfiguration": {
20772087
"shape": "KinesisVideoStreamPoolConfiguration",
2078-
"documentation": "<p>The configuration for the Kinesis video stream pool.</p>"
2088+
"documentation": "<p>The configuration for applying the streams to the pool.</p> <note> <p/> </note>"
20792089
}
20802090
}
20812091
},
@@ -2171,7 +2181,7 @@
21712181
"members": {
21722182
"Identifier": {
21732183
"shape": "NonEmptyString",
2174-
"documentation": "<p>The ID of the pool being deleted.</p>",
2184+
"documentation": "<p>The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.</p>",
21752185
"location": "uri",
21762186
"locationName": "identifier"
21772187
}
@@ -2289,7 +2299,7 @@
22892299
"members": {
22902300
"Identifier": {
22912301
"shape": "NonEmptyString",
2292-
"documentation": "<p>The ID of the video stream pool.</p>",
2302+
"documentation": "<p>The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.</p>",
22932303
"location": "uri",
22942304
"locationName": "identifier"
22952305
}
@@ -2554,7 +2564,7 @@
25542564
"documentation": "<p>The amount of time that data is retained.</p>"
25552565
}
25562566
},
2557-
"documentation": "<p>The configuration of an Kinesis video stream.</p>"
2567+
"documentation": "<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>"
25582568
},
25592569
"KinesisVideoStreamConfigurationUpdate": {
25602570
"type": "structure",
@@ -3502,7 +3512,7 @@
35023512
"members": {
35033513
"SinkArn": {
35043514
"shape": "Arn",
3505-
"documentation": "<p>The ARN of the media stream sink.</p>"
3515+
"documentation": "<p>The ARN of the Kinesis Video Stream pool returned by the <a>CreateMediaPipelineKinesisVideoStreamPool</a> API.</p>"
35063516
},
35073517
"SinkType": {
35083518
"shape": "MediaStreamPipelineSinkType",
@@ -3540,7 +3550,7 @@
35403550
},
35413551
"SourceArn": {
35423552
"shape": "Arn",
3543-
"documentation": "<p>The ARN of the media stream source. </p>"
3553+
"documentation": "<p>The ARN of the meeting.</p>"
35443554
}
35453555
},
35463556
"documentation": "<p>Structure that contains the settings for media stream sources.</p>"
@@ -3732,7 +3742,7 @@
37323742
"shape": "RecordingStreamConfiguration"
37333743
},
37343744
"max": 2,
3735-
"min": 2
3745+
"min": 1
37363746
},
37373747
"ReservedStreamCapacity": {
37383748
"type": "integer",
@@ -4276,7 +4286,7 @@
42764286
"members": {
42774287
"Identifier": {
42784288
"shape": "NonEmptyString",
4279-
"documentation": "<p>The ID of the video stream pool.</p>",
4289+
"documentation": "<p>The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.</p>",
42804290
"location": "uri",
42814291
"locationName": "identifier"
42824292
},

Diff for: apis/cloudfront-2020-05-31.min.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"serviceFullName": "Amazon CloudFront",
1313
"serviceId": "CloudFront",
1414
"signatureVersion": "v4",
15-
"uid": "cloudfront-2020-05-31"
15+
"uid": "cloudfront-2020-05-31",
16+
"auth": [
17+
"aws.auth#sigv4"
18+
]
1619
},
1720
"operations": {
1821
"AssociateAlias": {

0 commit comments

Comments
 (0)