Skip to content

Commit 6da8c89

Browse files
author
awstools
committed
Updates SDK to v2.1574.0
1 parent cc87e1d commit 6da8c89

26 files changed

+1496
-982
lines changed

.changes/2.1574.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Batch",
5+
"description": "This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudTrail",
10+
"description": "Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CognitoIdentityServiceProvider",
15+
"description": "Add ConcurrentModificationException to SetUserPoolMfaConfig"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "GuardDuty",
20+
"description": "Add RDS Provisioned and Serverless Usage types"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Support",
25+
"description": "Update maintenance mode message to share upcoming end-of-support"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Transfer",
30+
"description": "Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector."
31+
}
32+
]

.changes/next-release/feature-Support-201c0f79.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1573.0-->
2+
<!--LATEST=2.1574.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1574.0
6+
* feature: Batch: This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues.
7+
* feature: CloudTrail: Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs.
8+
* feature: CognitoIdentityServiceProvider: Add ConcurrentModificationException to SetUserPoolMfaConfig
9+
* feature: GuardDuty: Add RDS Provisioned and Serverless Usage types
10+
* feature: Support: Update maintenance mode message to share upcoming end-of-support
11+
* feature: Transfer: Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector.
12+
513
## 2.1573.0
614
* feature: AppConfig: AWS AppConfig now supports dynamic parameters, which enhance the functionality of AppConfig Extensions by allowing you to provide parameter values to your Extensions at the time you deploy your configuration.
715
* feature: EC2: This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of creation.

README.md

Lines changed: 1 addition & 1 deletion
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.1573.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1574.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

0 commit comments

Comments
 (0)