Skip to content

Commit

Permalink
Updates SDK to v2.1350.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 4, 2023
1 parent 8dcb3e2 commit 3ee782c
Show file tree
Hide file tree
Showing 30 changed files with 2,944 additions and 2,618 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1350.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AmplifyUIBuilder",
"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."
},
{
"type": "feature",
"category": "DataExchange",
"description": "This release updates the value of MaxResults."
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "ElasticInference",
"description": "Updated public documentation for the Describe and Tagging APIs."
},
{
"type": "feature",
"category": "SageMaker",
"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."
},
{
"type": "feature",
"category": "SageMakerRuntime",
"description": "Amazon SageMaker Asynchronous Inference now provides customers a FailureLocation as a response parameter in InvokeEndpointAsync API to capture the model failure responses."
},
{
"type": "feature",
"category": "WAFV2",
"description": "This release rolls back association config feature for webACLs that protect CloudFront protections."
}
]
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.1349.0-->
<!--LATEST=2.1350.0-->
<!--ENTRYINSERT-->

## 2.1350.0
* 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.
* feature: DataExchange: This release updates the value of MaxResults.
* 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.
* feature: ElasticInference: Updated public documentation for the Describe and Tagging APIs.
* 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.
* feature: SageMakerRuntime: Amazon SageMaker Asynchronous Inference now provides customers a FailureLocation as a response parameter in InvokeEndpointAsync API to capture the model failure responses.
* feature: WAFV2: This release rolls back association config feature for webACLs that protect CloudFront protections.

## 2.1349.0
* feature: Glue: Add support for database-level federation
* feature: LakeFormation: Add support for database-level federation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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.1349.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1350.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 3ee782c

Please sign in to comment.