Skip to content

Commit

Permalink
Updates SDK to v2.1412.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 6, 2023
1 parent dd0206f commit 1ac6103
Show file tree
Hide file tree
Showing 24 changed files with 1,774 additions and 1,389 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1412.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Add Nitro Enclaves support on DescribeInstanceTypes"
},
{
"type": "feature",
"category": "Location",
"description": "This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge."
},
{
"type": "feature",
"category": "Outposts",
"description": "Added paginator support to several APIs. Added the ISOLATED enum value to AssetState."
},
{
"type": "feature",
"category": "QuickSight",
"description": "This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter."
},
{
"type": "feature",
"category": "SharedIniFileCredentials",
"description": "Make duration_seconds work for chained profiles"
}
]

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.1411.0-->
<!--LATEST=2.1412.0-->
<!--ENTRYINSERT-->

## 2.1412.0
* feature: EC2: Add Nitro Enclaves support on DescribeInstanceTypes
* feature: Location: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.
* feature: Outposts: Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.
* feature: QuickSight: This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
* feature: SharedIniFileCredentials: Make duration_seconds work for chained profiles

## 2.1411.0
* feature: KMS: Added Dry Run Feature to cryptographic and cross-account mutating KMS APIs (14 in all). This feature allows users to test their permissions and parameters before making the actual API call.
* feature: Mgn: This release introduces the Global view feature and new Replication state APIs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1411.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1412.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 1ac6103

Please sign in to comment.