Skip to content

Commit

Permalink
Updates SDK to v2.902.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 6, 2021
1 parent 18ac9eb commit d3ce713
Show file tree
Hide file tree
Showing 21 changed files with 1,286 additions and 638 deletions.
27 changes: 27 additions & 0 deletions .changes/2.902.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "EndpointCache",
"description": "Only delete endpoint which has expired in EndpointCache"
},
{
"type": "feature",
"category": "Kafka",
"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."
},
{
"type": "feature",
"category": "SSM",
"description": "SSM feature release - ChangeCalendar integration with StateManager."
},
{
"type": "feature",
"category": "ServiceDiscovery",
"description": "Bugfix: Improved input validation for RegisterInstance action, InstanceId field"
},
{
"type": "feature",
"category": "Snowball",
"description": "AWS Snow Family adds APIs for ordering and managing Snow jobs with long term pricing"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-EndpointCache-1e794ec2.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.901.0-->
<!--LATEST=2.902.0-->
<!--ENTRYINSERT-->

## 2.902.0
* bugfix: EndpointCache: Only delete endpoint which has expired in EndpointCache
* 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.
* feature: SSM: SSM feature release - ChangeCalendar integration with StateManager.
* feature: ServiceDiscovery: Bugfix: Improved input validation for RegisterInstance action, InstanceId field
* feature: Snowball: AWS Snow Family adds APIs for ordering and managing Snow jobs with long term pricing

## 2.901.0
* 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.
* feature: KinesisAnalyticsV2: Amazon Kinesis Analytics now supports RollbackApplication for Apache Flink applications to revert the application to the previous running version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.901.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.902.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 d3ce713

Please sign in to comment.