Skip to content

Commit

Permalink
Updates SDK to v2.1354.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 10, 2023
1 parent 62847a4 commit a99fac5
Show file tree
Hide file tree
Showing 26 changed files with 7,063 additions and 2,714 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1354.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds the ability to configure an agent's routing profile to receive contacts from multiple channels at the same time via extending the UpdateRoutingProfileConcurrency, CreateRoutingProfile and DescribeRoutingProfile APIs."
},
{
"type": "feature",
"category": "ECS",
"description": "This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks"
},
{
"type": "feature",
"category": "MarketplaceCatalog",
"description": "Added three new APIs to support resource sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added new OwnershipType field to ListEntities request to let users filter on entities that are shared with them. Increased max page size of ListEntities response from 20 to 50 results."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources."
},
{
"type": "feature",
"category": "Omics",
"description": "Remove unexpected API changes."
},
{
"type": "feature",
"category": "Rekognition",
"description": "This release adds support for Face Liveness APIs in Amazon Rekognition. Updates UpdateStreamProcessor to return ResourceInUseException Exception. Minor updates to API documentation."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1353.0-->
<!--LATEST=2.1354.0-->
<!--ENTRYINSERT-->

## 2.1354.0
* feature: Connect: This release adds the ability to configure an agent's routing profile to receive contacts from multiple channels at the same time via extending the UpdateRoutingProfileConcurrency, CreateRoutingProfile and DescribeRoutingProfile APIs.
* feature: ECS: This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks
* feature: MarketplaceCatalog: Added three new APIs to support resource sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added new OwnershipType field to ListEntities request to let users filter on entities that are shared with them. Increased max page size of ListEntities response from 20 to 50 results.
* feature: MediaConvert: AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources.
* feature: Omics: Remove unexpected API changes.
* feature: Rekognition: This release adds support for Face Liveness APIs in Amazon Rekognition. Updates UpdateStreamProcessor to return ResourceInUseException Exception. Minor updates to API documentation.

## 2.1353.0
* feature: DLM: Updated timestamp format for GetLifecyclePolicy API
* feature: DocDB: This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
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.1353.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1354.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 a99fac5

Please sign in to comment.