Skip to content

Commit 3ee782c

Browse files
author
awstools
committed
Updates SDK to v2.1350.0
1 parent 8dcb3e2 commit 3ee782c

30 files changed

+2944
-2618
lines changed

.changes/2.1350.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AmplifyUIBuilder",
5+
"description": "Support StorageField and custom displays for data-bound options in form builder. Support non-string operands for predicates in collections. Support choosing client to get token from."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DataExchange",
10+
"description": "This release updates the value of MaxResults."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "C6in, M6in, M6idn, R6in and R6idn bare metal instances are powered by 3rd Generation Intel Xeon Scalable processors and offer up to 200 Gbps of network bandwidth."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ElasticInference",
20+
"description": "Updated public documentation for the Describe and Tagging APIs."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMaker",
25+
"description": "Amazon SageMaker Asynchronous Inference now allows customer's to receive failure model responses in S3 and receive success/failure model responses in SNS notifications."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMakerRuntime",
30+
"description": "Amazon SageMaker Asynchronous Inference now provides customers a FailureLocation as a response parameter in InvokeEndpointAsync API to capture the model failure responses."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "WAFV2",
35+
"description": "This release rolls back association config feature for webACLs that protect CloudFront protections."
36+
}
37+
]

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.1349.0-->
2+
<!--LATEST=2.1350.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1350.0
6+
* feature: AmplifyUIBuilder: Support StorageField and custom displays for data-bound options in form builder. Support non-string operands for predicates in collections. Support choosing client to get token from.
7+
* feature: DataExchange: This release updates the value of MaxResults.
8+
* feature: EC2: C6in, M6in, M6idn, R6in and R6idn bare metal instances are powered by 3rd Generation Intel Xeon Scalable processors and offer up to 200 Gbps of network bandwidth.
9+
* feature: ElasticInference: Updated public documentation for the Describe and Tagging APIs.
10+
* feature: SageMaker: Amazon SageMaker Asynchronous Inference now allows customer's to receive failure model responses in S3 and receive success/failure model responses in SNS notifications.
11+
* feature: SageMakerRuntime: Amazon SageMaker Asynchronous Inference now provides customers a FailureLocation as a response parameter in InvokeEndpointAsync API to capture the model failure responses.
12+
* feature: WAFV2: This release rolls back association config feature for webACLs that protect CloudFront protections.
13+
514
## 2.1349.0
615
* feature: Glue: Add support for database-level federation
716
* feature: LakeFormation: Add support for database-level federation

README.md

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

73-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1349.0.min.js"></script>
73+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1350.0.min.js"></script>
7474

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

0 commit comments

Comments
 (0)