Skip to content

Commit

Permalink
Updates SDK to v2.1642.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 14, 2024
1 parent f23d102 commit 352b71f
Show file tree
Hide file tree
Showing 25 changed files with 3,515 additions and 1,197 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1642.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "DataZone",
"description": "This release introduces a new default service blueprint for custom environment creation."
},
{
"type": "feature",
"category": "Macie2",
"description": "This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name."
},
{
"type": "feature",
"category": "Route53Domains",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1641.0-->
<!--LATEST=2.1642.0-->
<!--ENTRYINSERT-->

## 2.1642.0
* feature: DataZone: This release introduces a new default service blueprint for custom environment creation.
* feature: Macie2: This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses.
* feature: MediaConvert: This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name.
* feature: Route53Domains: Add v2 smoke tests and smithy smokeTests trait for SDK testing.

## 2.1641.0
* feature: CloudHSMV2: Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode.
* feature: Glue: This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.1641.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1642.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 352b71f

Please sign in to comment.