Skip to content

Commit

Permalink
Updates SDK to v2.1616.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 8, 2024
1 parent 68851ca commit c237db3
Show file tree
Hide file tree
Showing 27 changed files with 2,463 additions and 2,430 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1616.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "bugfix",
"category": "Alexa for Business",
"description": "Deprecates Alexa for Business"
},
{
"type": "bugfix",
"category": "Honeycode",
"description": "Deprecate Honeycode"
},
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "Add EXTERNAL_PROVIDER enum value to UserStatusType."
},
{
"type": "feature",
"category": "EC2",
"description": "Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes"
},
{
"type": "feature",
"category": "ECR",
"description": "This release adds pull through cache rules support for GitLab container registry in Amazon ECR."
},
{
"type": "feature",
"category": "Polly",
"description": "Add new engine - generative - that builds the most expressive conversational voices."
},
{
"type": "feature",
"category": "SQS",
"description": "This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Alexa-for-Business-884eed5e.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Honeycode-a8ccd2fd.json

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1615.0-->
<!--LATEST=2.1616.0-->
<!--ENTRYINSERT-->

## 2.1616.0
* bugfix: Alexa for Business: Deprecates Alexa for Business
* bugfix: Honeycode: Deprecate Honeycode
* feature: CognitoIdentityServiceProvider: Add EXTERNAL_PROVIDER enum value to UserStatusType.
* feature: EC2: Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes
* feature: ECR: This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
* feature: Polly: Add new engine - generative - that builds the most expressive conversational voices.
* feature: SQS: This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.

## 2.1615.0
* feature: Budgets: This release adds tag support for budgets and budget actions.
* 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.
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.1615.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1616.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
3 changes: 3 additions & 0 deletions apis/cognito-idp-2016-04-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "cognito-idp",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceFullName": "Amazon Cognito Identity Provider",
"serviceId": "Cognito Identity Provider",
"signatureVersion": "v4",
Expand Down
6 changes: 5 additions & 1 deletion apis/cognito-idp-2016-04-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "cognito-idp",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceFullName": "Amazon Cognito Identity Provider",
"serviceId": "Cognito Identity Provider",
"signatureVersion": "v4",
Expand Down Expand Up @@ -10270,7 +10273,8 @@
"COMPROMISED",
"UNKNOWN",
"RESET_REQUIRED",
"FORCE_CHANGE_PASSWORD"
"FORCE_CHANGE_PASSWORD",
"EXTERNAL_PROVIDER"
]
},
"UserType": {
Expand Down

0 comments on commit c237db3

Please sign in to comment.