Skip to content

Commit a99fac5

Browse files
author
awstools
committed
Updates SDK to v2.1354.0
1 parent 62847a4 commit a99fac5

26 files changed

+7063
-2714
lines changed

.changes/2.1354.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ECS",
10+
"description": "This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MarketplaceCatalog",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MediaConvert",
20+
"description": "AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Omics",
25+
"description": "Remove unexpected API changes."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Rekognition",
30+
"description": "This release adds support for Face Liveness APIs in Amazon Rekognition. Updates UpdateStreamProcessor to return ResourceInUseException Exception. Minor updates to API documentation."
31+
}
32+
]

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1353.0-->
2+
<!--LATEST=2.1354.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1354.0
6+
* 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.
7+
* feature: ECS: This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks
8+
* 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.
9+
* feature: MediaConvert: AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources.
10+
* feature: Omics: Remove unexpected API changes.
11+
* feature: Rekognition: This release adds support for Face Liveness APIs in Amazon Rekognition. Updates UpdateStreamProcessor to return ResourceInUseException Exception. Minor updates to API documentation.
12+
513
## 2.1353.0
614
* feature: DLM: Updated timestamp format for GetLifecyclePolicy API
715
* 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.

README.md

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

73-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1353.0.min.js"></script>
73+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1354.0.min.js"></script>
7474

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

0 commit comments

Comments
 (0)