Skip to content

Commit

Permalink
Updates SDK to v2.1342.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 23, 2023
1 parent 7a4205c commit 31f179d
Show file tree
Hide file tree
Showing 51 changed files with 11,031 additions and 1,876 deletions.
62 changes: 62 additions & 0 deletions .changes/2.1342.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"type": "feature",
"category": "Batch",
"description": "This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE"
},
{
"type": "feature",
"category": "ChimeSDKIdentity",
"description": "AppInstanceBots can be used to add a bot powered by Amazon Lex to chat channels. ExpirationSettings provides automatic resource deletion for AppInstanceUsers."
},
{
"type": "feature",
"category": "ChimeSDKMediaPipelines",
"description": "This release adds Amazon Chime SDK call analytics. Call analytics include voice analytics, which provides speaker search and voice tone analysis. These capabilities can be used with Amazon Transcribe and Transcribe Call Analytics to generate machine-learning-powered insights from real-time audio."
},
{
"type": "feature",
"category": "ChimeSDKMessaging",
"description": "ExpirationSettings provides automatic resource deletion for Channels."
},
{
"type": "feature",
"category": "ChimeSDKVoice",
"description": "This release adds Amazon Chime SDK call analytics. Call analytics include voice analytics, which provides speaker search and voice tone analysis. These capabilities can be used with Amazon Transcribe and Transcribe Call Analytics to generate machine-learning-powered insights from real-time audio."
},
{
"type": "feature",
"category": "CodeArtifact",
"description": "Repository CreationTime is added to the CreateRepository and ListRepositories API responses."
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Adds AutoEnableOrganizationMembers attribute to DescribeOrganizationConfiguration and UpdateOrganizationConfiguration APIs."
},
{
"type": "feature",
"category": "IVSRealTime",
"description": "Initial release of the Amazon Interactive Video Service RealTime API."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK now supports passthrough of ID3v2 tags for audio inputs to audio-only HLS outputs."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Autopilot adds two new APIs - CreateAutoMLJobV2 and DescribeAutoMLJobV2. Amazon SageMaker Notebook Instances now supports the ml.geospatial.interactive instance type."
},
{
"type": "feature",
"category": "ServiceDiscovery",
"description": "Reverted the throttling exception RequestLimitExceeded for AWS Cloud Map APIs introduced in SDK version 1.12.424 2023-03-09 to previous exception specified in the ErrorCode."
},
{
"type": "feature",
"category": "Textract",
"description": "The AnalyzeDocument - Tables feature adds support for new elements in the API: table titles, footers, section titles, summary cells/tables, and table type."
}
]
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1341.0-->
<!--LATEST=2.1342.0-->
<!--ENTRYINSERT-->

## 2.1342.0
* feature: Batch: This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE
* feature: ChimeSDKIdentity: AppInstanceBots can be used to add a bot powered by Amazon Lex to chat channels. ExpirationSettings provides automatic resource deletion for AppInstanceUsers.
* feature: ChimeSDKMediaPipelines: This release adds Amazon Chime SDK call analytics. Call analytics include voice analytics, which provides speaker search and voice tone analysis. These capabilities can be used with Amazon Transcribe and Transcribe Call Analytics to generate machine-learning-powered insights from real-time audio.
* feature: ChimeSDKMessaging: ExpirationSettings provides automatic resource deletion for Channels.
* feature: ChimeSDKVoice: This release adds Amazon Chime SDK call analytics. Call analytics include voice analytics, which provides speaker search and voice tone analysis. These capabilities can be used with Amazon Transcribe and Transcribe Call Analytics to generate machine-learning-powered insights from real-time audio.
* feature: CodeArtifact: Repository CreationTime is added to the CreateRepository and ListRepositories API responses.
* feature: GuardDuty: Adds AutoEnableOrganizationMembers attribute to DescribeOrganizationConfiguration and UpdateOrganizationConfiguration APIs.
* feature: IVSRealTime: Initial release of the Amazon Interactive Video Service RealTime API.
* feature: MediaConvert: AWS Elemental MediaConvert SDK now supports passthrough of ID3v2 tags for audio inputs to audio-only HLS outputs.
* feature: SageMaker: Amazon SageMaker Autopilot adds two new APIs - CreateAutoMLJobV2 and DescribeAutoMLJobV2. Amazon SageMaker Notebook Instances now supports the ml.geospatial.interactive instance type.
* feature: ServiceDiscovery: Reverted the throttling exception RequestLimitExceeded for AWS Cloud Map APIs introduced in SDK version 1.12.424 2023-03-09 to previous exception specified in the ErrorCode.
* feature: Textract: The AnalyzeDocument - Tables feature adds support for new elements in the API: table titles, footers, section titles, summary cells/tables, and table type.

## 2.1341.0
* feature: IoTTwinMaker: This release adds support of adding metadata when creating a new scene or updating an existing scene.
* feature: Pipes: This release improves validation on the ARNs in the API model
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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.1341.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1342.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
Loading

0 comments on commit 31f179d

Please sign in to comment.