Skip to content

Commit 352b71f

Browse files
author
awstools
committed
Updates SDK to v2.1642.0
1 parent f23d102 commit 352b71f

25 files changed

+3515
-1197
lines changed

.changes/2.1642.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DataZone",
5+
"description": "This release introduces a new default service blueprint for custom environment creation."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Macie2",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaConvert",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Route53Domains",
20+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
21+
}
22+
]

CHANGELOG.md

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

5+
## 2.1642.0
6+
* feature: DataZone: This release introduces a new default service blueprint for custom environment creation.
7+
* 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.
8+
* 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.
9+
* feature: Route53Domains: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
10+
511
## 2.1641.0
612
* feature: CloudHSMV2: Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode.
713
* feature: Glue: This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets.

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.1641.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1642.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)