Skip to content

Commit

Permalink
Updates SDK to v2.1400.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 19, 2023
1 parent 54f4589 commit b08c53a
Show file tree
Hide file tree
Showing 32 changed files with 5,842 additions and 5,857 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1400.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter"
},
{
"type": "feature",
"category": "EC2",
"description": "API changes to AWS Verified Access to include data from trust providers in logs"
},
{
"type": "feature",
"category": "Glue",
"description": "This release adds support for creating cross region table/database resource links"
},
{
"type": "feature",
"category": "Pricing",
"description": "This release updates the PriceListArn regex pattern."
},
{
"type": "feature",
"category": "Route53Domains",
"description": "Update MaxItems upper bound to 1000 for ListPricesRequest"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1399.0-->
<!--LATEST=2.1400.0-->
<!--ENTRYINSERT-->

## 2.1400.0
* feature: CloudFormation: Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter
* feature: EC2: API changes to AWS Verified Access to include data from trust providers in logs
* feature: Glue: This release adds support for creating cross region table/database resource links
* feature: Pricing: This release updates the PriceListArn regex pattern.
* feature: Route53Domains: Update MaxItems upper bound to 1000 for ListPricesRequest
* feature: SageMaker: Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support.

## 2.1399.0
* feature: Account: Improve pagination support for ListRegions
* feature: Connect: Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1399.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1400.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 b08c53a

Please sign in to comment.