Skip to content

Commit b08c53a

Browse files
author
awstools
committed
Updates SDK to v2.1400.0
1 parent 54f4589 commit b08c53a

32 files changed

+5842
-5857
lines changed

.changes/2.1400.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudFormation",
5+
"description": "Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "API changes to AWS Verified Access to include data from trust providers in logs"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Glue",
15+
"description": "This release adds support for creating cross region table/database resource links"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Pricing",
20+
"description": "This release updates the PriceListArn regex pattern."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Route53Domains",
25+
"description": "Update MaxItems upper bound to 1000 for ListPricesRequest"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMaker",
30+
"description": "Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support."
31+
}
32+
]

CHANGELOG.md

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

5+
## 2.1400.0
6+
* feature: CloudFormation: Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter
7+
* feature: EC2: API changes to AWS Verified Access to include data from trust providers in logs
8+
* feature: Glue: This release adds support for creating cross region table/database resource links
9+
* feature: Pricing: This release updates the PriceListArn regex pattern.
10+
* feature: Route53Domains: Update MaxItems upper bound to 1000 for ListPricesRequest
11+
* feature: SageMaker: Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support.
12+
513
## 2.1399.0
614
* feature: Account: Improve pagination support for ListRegions
715
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1399.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1400.0.min.js"></script>
7575

7676
You can also build a custom browser SDK with your specified set of AWS services.
7777
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)