Skip to content

Commit

Permalink
Updates SDK to v2.1602.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 18, 2024
1 parent 64c20d5 commit 3b67b1b
Show file tree
Hide file tree
Showing 30 changed files with 3,188 additions and 1,367 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1602.0.json
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Drs",
"description": "Outpost ARN added to Source Server and Recovery Instance"
},
{
"type": "feature",
"category": "EMRServerless",
"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."
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Added IPv6Address fields for local and remote IP addresses"
},
{
"type": "feature",
"category": "QuickSight",
"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"
},
{
"type": "feature",
"category": "RolesAnywhere",
"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."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Removed deprecated enum values and updated API documentation."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1601.0-->
<!--LATEST=2.1602.0-->
<!--ENTRYINSERT-->

## 2.1602.0
* feature: Drs: Outpost ARN added to Source Server and Recovery Instance
* 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.
* feature: GuardDuty: Added IPv6Address fields for local and remote IP addresses
* 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
* 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.
* feature: SageMaker: Removed deprecated enum values and updated API documentation.
* feature: WorkSpaces: Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts.

## 2.1601.0
* bugfix: Endpoints: Add endpoint override for us-isof-* region
* feature: EC2: Documentation updates for Elastic Compute Cloud (EC2).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -64,7 +64,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.1601.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1602.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

0 comments on commit 3b67b1b

Please sign in to comment.