Skip to content

Commit 1ac6103

Browse files
author
awstools
committed
Updates SDK to v2.1412.0
1 parent dd0206f commit 1ac6103

24 files changed

+1774
-1389
lines changed

.changes/2.1412.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "Add Nitro Enclaves support on DescribeInstanceTypes"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Location",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Outposts",
15+
"description": "Added paginator support to several APIs. Added the ISOLATED enum value to AssetState."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "QuickSight",
20+
"description": "This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SharedIniFileCredentials",
25+
"description": "Make duration_seconds work for chained profiles"
26+
}
27+
]

.changes/next-release/feature-SharedIniFileCredentials-a7143a9b.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1412.0
6+
* feature: EC2: Add Nitro Enclaves support on DescribeInstanceTypes
7+
* 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.
8+
* feature: Outposts: Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.
9+
* feature: QuickSight: This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
10+
* feature: SharedIniFileCredentials: Make duration_seconds work for chained profiles
11+
512
## 2.1411.0
613
* 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.
714
* feature: Mgn: This release introduces the Global view feature and new Replication state APIs.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1411.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1412.0.min.js"></script>
7575

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

0 commit comments

Comments
 (0)