Skip to content

Commit

Permalink
Updates SDK to v2.963.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 6, 2021
1 parent 3e0c32e commit 3744054
Show file tree
Hide file tree
Showing 36 changed files with 10,587 additions and 524 deletions.
22 changes: 22 additions & 0 deletions .changes/2.963.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ChimeSDKIdentity",
"description": "The Amazon Chime SDK Identity APIs allow software developers to create and manage unique instances of their messaging applications."
},
{
"type": "feature",
"category": "ChimeSDKMessaging",
"description": "The Amazon Chime SDK Messaging APIs allow software developers to send and receive messages in custom messaging applications."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds support for agent status and hours of operation. For details, see the Release Notes in the Amazon Connect Administrator Guide."
},
{
"type": "feature",
"category": "Lightsail",
"description": "This release adds support to track when a bucket access key was last used."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.962.0-->
<!--LATEST=2.963.0-->
<!--ENTRYINSERT-->

## 2.963.0
* feature: ChimeSDKIdentity: The Amazon Chime SDK Identity APIs allow software developers to create and manage unique instances of their messaging applications.
* feature: ChimeSDKMessaging: The Amazon Chime SDK Messaging APIs allow software developers to send and receive messages in custom messaging applications.
* feature: Connect: This release adds support for agent status and hours of operation. For details, see the Release Notes in the Amazon Connect Administrator Guide.
* feature: Lightsail: This release adds support to track when a bucket access key was last used.

## 2.962.0
* feature: AutoScaling: EC2 Auto Scaling adds configuration checks and Launch Template validation to Instance Refresh.
* feature: LexModelsV2: Customers can now toggle the active field on prompts and responses.
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.962.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.963.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
60 changes: 30 additions & 30 deletions apis/athena-2017-05-18.normal.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions apis/chime-sdk-identity-2021-04-20.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit 3744054

Please sign in to comment.