Skip to content

Commit c237db3

Browse files
author
awstools
committed
Updates SDK to v2.1616.0
1 parent 68851ca commit c237db3

27 files changed

+2463
-2430
lines changed

.changes/2.1616.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Alexa for Business",
5+
"description": "Deprecates Alexa for Business"
6+
},
7+
{
8+
"type": "bugfix",
9+
"category": "Honeycode",
10+
"description": "Deprecate Honeycode"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CognitoIdentityServiceProvider",
15+
"description": "Add EXTERNAL_PROVIDER enum value to UserStatusType."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EC2",
20+
"description": "Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ECR",
25+
"description": "This release adds pull through cache rules support for GitLab container registry in Amazon ECR."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Polly",
30+
"description": "Add new engine - generative - that builds the most expressive conversational voices."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SQS",
35+
"description": "This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames."
36+
}
37+
]

.changes/next-release/bugfix-Alexa-for-Business-884eed5e.json

-5
This file was deleted.

.changes/next-release/bugfix-Honeycode-a8ccd2fd.json

-5
This file was deleted.

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1615.0-->
2+
<!--LATEST=2.1616.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1616.0
6+
* bugfix: Alexa for Business: Deprecates Alexa for Business
7+
* bugfix: Honeycode: Deprecate Honeycode
8+
* feature: CognitoIdentityServiceProvider: Add EXTERNAL_PROVIDER enum value to UserStatusType.
9+
* feature: EC2: Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes
10+
* feature: ECR: This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
11+
* feature: Polly: Add new engine - generative - that builds the most expressive conversational voices.
12+
* feature: SQS: This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.
13+
514
## 2.1615.0
615
* feature: Budgets: This release adds tag support for budgets and budget actions.
716
* feature: Resiliencehub: AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.

README.md

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

apis/cognito-idp-2016-04-18.min.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "cognito-idp",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "Amazon Cognito Identity Provider",
912
"serviceId": "Cognito Identity Provider",
1013
"signatureVersion": "v4",

apis/cognito-idp-2016-04-18.normal.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "cognito-idp",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "Amazon Cognito Identity Provider",
912
"serviceId": "Cognito Identity Provider",
1013
"signatureVersion": "v4",
@@ -10270,7 +10273,8 @@
1027010273
"COMPROMISED",
1027110274
"UNKNOWN",
1027210275
"RESET_REQUIRED",
10273-
"FORCE_CHANGE_PASSWORD"
10276+
"FORCE_CHANGE_PASSWORD",
10277+
"EXTERNAL_PROVIDER"
1027410278
]
1027510279
},
1027610280
"UserType": {

0 commit comments

Comments
 (0)