Skip to content

Commit

Permalink
Updates SDK to v2.1574.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 8, 2024
1 parent cc87e1d commit 6da8c89
Show file tree
Hide file tree
Showing 26 changed files with 1,496 additions and 982 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1574.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Batch",
"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."
},
{
"type": "feature",
"category": "CloudTrail",
"description": "Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs."
},
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "Add ConcurrentModificationException to SetUserPoolMfaConfig"
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Add RDS Provisioned and Serverless Usage types"
},
{
"type": "feature",
"category": "Support",
"description": "Update maintenance mode message to share upcoming end-of-support"
},
{
"type": "feature",
"category": "Transfer",
"description": "Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Support-201c0f79.json

This file was deleted.

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.1573.0-->
<!--LATEST=2.1574.0-->
<!--ENTRYINSERT-->

## 2.1574.0
* 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.
* feature: CloudTrail: Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs.
* feature: CognitoIdentityServiceProvider: Add ConcurrentModificationException to SetUserPoolMfaConfig
* feature: GuardDuty: Add RDS Provisioned and Serverless Usage types
* feature: Support: Update maintenance mode message to share upcoming end-of-support
* feature: Transfer: Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector.

## 2.1573.0
* 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.
* feature: EC2: This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of 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.1573.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1574.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 6da8c89

Please sign in to comment.