Skip to content

Commit fb498a3

Browse files
author
awstools
committed
Updates SDK to v2.1671.0
1 parent c8addb3 commit fb498a3

19 files changed

+3517
-3023
lines changed

.changes/2.1671.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": "CognitoIdentityServiceProvider",
5+
"description": "Added support for threat protection for custom authentication in Amazon Cognito user pools."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Glue",
20+
"description": "This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys."
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.1670.0-->
2+
<!--LATEST=2.1671.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1671.0
6+
* feature: CognitoIdentityServiceProvider: Added support for threat protection for custom authentication in Amazon Cognito user pools.
7+
* feature: Connect: This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile.
8+
* feature: EC2: Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage.
9+
* feature: Glue: This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys.
10+
511
## 2.1670.0
612
* feature: AppIntegrations: Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket.
713
* feature: Glue: Introducing AWS Glue Data Quality anomaly detection, a new functionality that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for.

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