Skip to content

Commit

Permalink
Updates SDK to v2.1650.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 27, 2024
1 parent 41746a0 commit f430ca2
Show file tree
Hide file tree
Showing 51 changed files with 6,540 additions and 1,812 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1650.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "ApplicationAutoScaling",
"description": "Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool."
},
{
"type": "feature",
"category": "ChimeSDKMediaPipelines",
"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"
},
{
"type": "feature",
"category": "DataZone",
"description": "This release supports the data lineage feature of business data catalog in Amazon DataZone."
},
{
"type": "feature",
"category": "ElastiCache",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "MQ",
"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'."
},
{
"type": "feature",
"category": "QConnect",
"description": "Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs."
},
{
"type": "feature",
"category": "QuickSight",
"description": "Adding support for Repeating Sections, Nested Filters"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "Added support for WorkSpaces Pools."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1649.0-->
<!--LATEST=2.1650.0-->
<!--ENTRYINSERT-->

## 2.1650.0
* feature: ApplicationAutoScaling: Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool.
* 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
* feature: DataZone: This release supports the data lineage feature of business data catalog in Amazon DataZone.
* feature: ElastiCache: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* 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'.
* feature: QConnect: Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs.
* feature: QuickSight: Adding support for Repeating Sections, Nested Filters
* feature: SageMaker: Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
* feature: WorkSpaces: Added support for WorkSpaces Pools.

## 2.1649.0
* feature: ControlTower: Added ListLandingZoneOperations API.
* feature: EKS: Added support for disabling unmanaged addons during cluster creation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
5 changes: 4 additions & 1 deletion apis/application-autoscaling-2016-02-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"signatureVersion": "v4",
"signingName": "application-autoscaling",
"targetPrefix": "AnyScaleFrontendService",
"uid": "application-autoscaling-2016-02-06"
"uid": "application-autoscaling-2016-02-06",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"DeleteScalingPolicy": {
Expand Down
96 changes: 51 additions & 45 deletions apis/application-autoscaling-2016-02-06.normal.json

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion apis/chime-sdk-media-pipelines-2021-07-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
"apiVersion": "2021-07-15",
"endpointPrefix": "media-pipelines-chime",
"protocol": "rest-json",
"protocols": [
"rest-json"
],
"serviceFullName": "Amazon Chime SDK Media Pipelines",
"serviceId": "Chime SDK Media Pipelines",
"signatureVersion": "v4",
"signingName": "chime",
"uid": "chime-sdk-media-pipelines-2021-07-15"
"uid": "chime-sdk-media-pipelines-2021-07-15",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"CreateMediaCapturePipeline": {
Expand Down Expand Up @@ -1622,6 +1628,9 @@
"IdentifyLanguage": {
"type": "boolean"
},
"IdentifyMultipleLanguages": {
"type": "boolean"
},
"LanguageOptions": {},
"PreferredLanguage": {},
"VocabularyNames": {},
Expand Down
42 changes: 26 additions & 16 deletions apis/chime-sdk-media-pipelines-2021-07-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
"apiVersion": "2021-07-15",
"endpointPrefix": "media-pipelines-chime",
"protocol": "rest-json",
"protocols": [
"rest-json"
],
"serviceFullName": "Amazon Chime SDK Media Pipelines",
"serviceId": "Chime SDK Media Pipelines",
"signatureVersion": "v4",
"signingName": "chime",
"uid": "chime-sdk-media-pipelines-2021-07-15"
"uid": "chime-sdk-media-pipelines-2021-07-15",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"CreateMediaCapturePipeline": {
Expand Down Expand Up @@ -246,7 +252,7 @@
"shape": "ServiceFailureException"
}
],
"documentation": "<p>Creates an Kinesis video stream pool for the media pipeline.</p>"
"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>"
},
"CreateMediaStreamPipeline": {
"name": "CreateMediaStreamPipeline",
Expand Down Expand Up @@ -436,7 +442,7 @@
"shape": "ServiceFailureException"
}
],
"documentation": "<p>Deletes an Kinesis video stream pool.</p>"
"documentation": "<p>Deletes an Amazon Kinesis Video Stream pool.</p>"
},
"GetMediaCapturePipeline": {
"name": "GetMediaCapturePipeline",
Expand Down Expand Up @@ -1208,7 +1214,7 @@
"shape": "ServiceFailureException"
}
],
"documentation": "<p>Updates an Kinesis video stream pool in a media pipeline.</p>"
"documentation": "<p>Updates an Amazon Kinesis Video Stream pool in a media pipeline.</p>"
}
},
"shapes": {
Expand Down Expand Up @@ -1353,6 +1359,10 @@
"shape": "Boolean",
"documentation": "<p>Turns language identification on or off.</p>"
},
"IdentifyMultipleLanguages": {
"shape": "Boolean",
"documentation": "<p>Turns language identification on or off for multiple languages.</p>"
},
"LanguageOptions": {
"shape": "LanguageOptions",
"documentation": "<p>The language options for the transcription, such as automatic language detection.</p>"
Expand All @@ -1370,7 +1380,7 @@
"documentation": "<p>The names of the custom vocabulary filter or filters using during transcription.</p>"
}
},
"documentation": "<p>A structure that contains the configuration settings for an Amazon Transcribe processor.</p>"
"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>"
},
"Arn": {
"type": "string",
Expand Down Expand Up @@ -2053,11 +2063,11 @@
"members": {
"StreamConfiguration": {
"shape": "KinesisVideoStreamConfiguration",
"documentation": "<p>The configuration settings for the video stream.</p>"
"documentation": "<p>The configuration settings for the stream.</p>"
},
"PoolName": {
"shape": "KinesisVideoStreamPoolName",
"documentation": "<p>The name of the video stream pool.</p>"
"documentation": "<p>The name of the pool.</p>"
},
"ClientRequestToken": {
"shape": "ClientRequestToken",
Expand All @@ -2066,7 +2076,7 @@
},
"Tags": {
"shape": "TagList",
"documentation": "<p>The tags assigned to the video stream pool.</p>"
"documentation": "<p>The tags assigned to the stream pool.</p>"
}
}
},
Expand All @@ -2075,7 +2085,7 @@
"members": {
"KinesisVideoStreamPoolConfiguration": {
"shape": "KinesisVideoStreamPoolConfiguration",
"documentation": "<p>The configuration for the Kinesis video stream pool.</p>"
"documentation": "<p>The configuration for applying the streams to the pool.</p> <note> <p/> </note>"
}
}
},
Expand Down Expand Up @@ -2171,7 +2181,7 @@
"members": {
"Identifier": {
"shape": "NonEmptyString",
"documentation": "<p>The ID of the pool being deleted.</p>",
"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>",
"location": "uri",
"locationName": "identifier"
}
Expand Down Expand Up @@ -2289,7 +2299,7 @@
"members": {
"Identifier": {
"shape": "NonEmptyString",
"documentation": "<p>The ID of the video stream pool.</p>",
"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>",
"location": "uri",
"locationName": "identifier"
}
Expand Down Expand Up @@ -2554,7 +2564,7 @@
"documentation": "<p>The amount of time that data is retained.</p>"
}
},
"documentation": "<p>The configuration of an Kinesis video stream.</p>"
"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>"
},
"KinesisVideoStreamConfigurationUpdate": {
"type": "structure",
Expand Down Expand Up @@ -3502,7 +3512,7 @@
"members": {
"SinkArn": {
"shape": "Arn",
"documentation": "<p>The ARN of the media stream sink.</p>"
"documentation": "<p>The ARN of the Kinesis Video Stream pool returned by the <a>CreateMediaPipelineKinesisVideoStreamPool</a> API.</p>"
},
"SinkType": {
"shape": "MediaStreamPipelineSinkType",
Expand Down Expand Up @@ -3540,7 +3550,7 @@
},
"SourceArn": {
"shape": "Arn",
"documentation": "<p>The ARN of the media stream source. </p>"
"documentation": "<p>The ARN of the meeting.</p>"
}
},
"documentation": "<p>Structure that contains the settings for media stream sources.</p>"
Expand Down Expand Up @@ -3732,7 +3742,7 @@
"shape": "RecordingStreamConfiguration"
},
"max": 2,
"min": 2
"min": 1
},
"ReservedStreamCapacity": {
"type": "integer",
Expand Down Expand Up @@ -4276,7 +4286,7 @@
"members": {
"Identifier": {
"shape": "NonEmptyString",
"documentation": "<p>The ID of the video stream pool.</p>",
"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>",
"location": "uri",
"locationName": "identifier"
},
Expand Down
5 changes: 4 additions & 1 deletion apis/cloudfront-2020-05-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"serviceFullName": "Amazon CloudFront",
"serviceId": "CloudFront",
"signatureVersion": "v4",
"uid": "cloudfront-2020-05-31"
"uid": "cloudfront-2020-05-31",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"AssociateAlias": {
Expand Down
Loading

0 comments on commit f430ca2

Please sign in to comment.