Skip to content

Commit d3ce713

Browse files
author
awstools
committed
Updates SDK to v2.902.0
1 parent 18ac9eb commit d3ce713

21 files changed

+1286
-638
lines changed

.changes/2.902.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "EndpointCache",
5+
"description": "Only delete endpoint which has expired in EndpointCache"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Kafka",
10+
"description": "IAM Access Control for Amazon MSK enables you to create clusters that use IAM to authenticate clients and to allow or deny Apache Kafka actions for those clients."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SSM",
15+
"description": "SSM feature release - ChangeCalendar integration with StateManager."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ServiceDiscovery",
20+
"description": "Bugfix: Improved input validation for RegisterInstance action, InstanceId field"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Snowball",
25+
"description": "AWS Snow Family adds APIs for ordering and managing Snow jobs with long term pricing"
26+
}
27+
]

.changes/next-release/bugfix-EndpointCache-1e794ec2.json

-5
This file was deleted.

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.901.0-->
2+
<!--LATEST=2.902.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.902.0
6+
* bugfix: EndpointCache: Only delete endpoint which has expired in EndpointCache
7+
* feature: Kafka: IAM Access Control for Amazon MSK enables you to create clusters that use IAM to authenticate clients and to allow or deny Apache Kafka actions for those clients.
8+
* feature: SSM: SSM feature release - ChangeCalendar integration with StateManager.
9+
* feature: ServiceDiscovery: Bugfix: Improved input validation for RegisterInstance action, InstanceId field
10+
* feature: Snowball: AWS Snow Family adds APIs for ordering and managing Snow jobs with long term pricing
11+
512
## 2.901.0
613
* feature: AuditManager: This release updates the CreateAssessmentFrameworkControlSet and UpdateAssessmentFrameworkControlSet API data types. For both of these data types, the control set name is now a required attribute.
714
* feature: KinesisAnalyticsV2: Amazon Kinesis Analytics now supports RollbackApplication for Apache Flink applications to revert the application to the previous running version

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.901.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.902.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)