Skip to content

Commit d6244db

Browse files
author
awstools
committed
Updates SDK to v2.1425.0
1 parent f506698 commit d6244db

30 files changed

+2791
-663
lines changed

.changes/2.1425.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": "ApplicationInsights",
5+
"description": "This release enable customer to add/remove/update more than one workload for a component"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudFormation",
10+
"description": "This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CloudFront",
15+
"description": "Add a new JavaScript runtime version for CloudFront Functions."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Connect",
20+
"description": "This release adds support for new number types."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Kafka",
25+
"description": "Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Pinpoint",
30+
"description": "Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API"
31+
}
32+
]

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.1424.0-->
2+
<!--LATEST=2.1425.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1425.0
6+
* feature: ApplicationInsights: This release enable customer to add/remove/update more than one workload for a component
7+
* feature: CloudFormation: This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet.
8+
* feature: CloudFront: Add a new JavaScript runtime version for CloudFront Functions.
9+
* feature: Connect: This release adds support for new number types.
10+
* feature: Kafka: Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters.
11+
* feature: Pinpoint: Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API
12+
513
## 2.1424.0
614
* feature: AutoScaling: This release updates validation for instance types used in the AllowedInstanceTypes and ExcludedInstanceTypes parameters of the InstanceRequirements property of a MixedInstancesPolicy.
715
* feature: EBS: SDK and documentation updates for Amazon Elastic Block Store API

README.md

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

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1424.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1425.0.min.js"></script>
7575

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

0 commit comments

Comments
 (0)