Skip to content

Commit 3b67b1b

Browse files
author
awstools
committed
Updates SDK to v2.1602.0
1 parent 64c20d5 commit 3b67b1b

30 files changed

+3188
-1367
lines changed

.changes/2.1602.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Drs",
5+
"description": "Outpost ARN added to Source Server and Recovery Instance"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EMRServerless",
10+
"description": "This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "GuardDuty",
15+
"description": "Added IPv6Address fields for local and remote IP addresses"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "QuickSight",
20+
"description": "This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "RolesAnywhere",
25+
"description": "This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMaker",
30+
"description": "Removed deprecated enum values and updated API documentation."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "WorkSpaces",
35+
"description": "Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts."
36+
}
37+
]

CHANGELOG.md

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

5+
## 2.1602.0
6+
* feature: Drs: Outpost ARN added to Source Server and Recovery Instance
7+
* feature: EMRServerless: This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs.
8+
* feature: GuardDuty: Added IPv6Address fields for local and remote IP addresses
9+
* feature: QuickSight: This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution
10+
* feature: RolesAnywhere: This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates.
11+
* feature: SageMaker: Removed deprecated enum values and updated API documentation.
12+
* feature: WorkSpaces: Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts.
13+
514
## 2.1601.0
615
* bugfix: Endpoints: Add endpoint override for us-isof-* region
716
* feature: EC2: Documentation updates for Elastic Compute Cloud (EC2).

README.md

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

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1601.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1602.0.min.js"></script>
6868

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

0 commit comments

Comments
 (0)