Skip to content

Commit 8d838de

Browse files
author
awstools
committed
Updates SDK to v2.1214.0
1 parent b319ab6 commit 8d838de

12 files changed

+325
-91
lines changed

.changes/2.1214.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EKS",
5+
"description": "Adding support for local Amazon EKS clusters on Outposts"
6+
}
7+
]

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1213.0-->
2+
<!--LATEST=2.1214.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1214.0
6+
* feature: EKS: Adding support for local Amazon EKS clusters on Outposts
7+
58
## 2.1213.0
69
* feature: CloudTrail: This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations.
710
* feature: LexModelsV2: This release is for supporting Composite Slot Type feature in AWS Lex V2. Composite Slot Type will help developer to logically group coherent slots and maintain their inter-relationships in runtime conversation.

README.md

Lines changed: 1 addition & 1 deletion
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.1213.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1214.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)