Skip to content

Commit

Permalink
Updates SDK to v2.1302.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 25, 2023
1 parent 2dae066 commit f53c040
Show file tree
Hide file tree
Showing 27 changed files with 5,744 additions and 3,199 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1302.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "Enabled FIPS aws-us-gov endpoints in SDK."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds new functionality that allows customers to provision IPv6 CIDR blocks through Amazon VPC IP Address Manager (IPAM) as well as allowing customers to utilize IPAM Resource Discovery APIs."
},
{
"type": "feature",
"category": "M2",
"description": "Add returnCode, batchJobIdentifier in GetBatchJobExecution response, for user to view the batch job execution result & unique identifier from engine. Also removed unused headers from REST APIs"
},
{
"type": "feature",
"category": "Polly",
"description": "Add 5 new neural voices - Sergio (es-ES), Andres (es-MX), Remi (fr-FR), Adriano (it-IT) and Thiago (pt-BR)."
},
{
"type": "feature",
"category": "S3Control",
"description": "Add additional endpoint tests for S3 Control. Fix missing endpoint parameters for PutBucketVersioning and GetBucketVersioning. Prior to this fix, those operations may have resulted in an invalid endpoint being resolved."
},
{
"type": "feature",
"category": "SageMaker",
"description": "SageMaker Inference Recommender now decouples from Model Registry and could accept Model Name to invoke inference recommendations job; Inference Recommender now provides CPU/Memory Utilization metrics data in recommendation output."
}
]
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.1301.0-->
<!--LATEST=2.1302.0-->
<!--ENTRYINSERT-->

## 2.1302.0
* feature: CloudFormation: Enabled FIPS aws-us-gov endpoints in SDK.
* feature: EC2: This release adds new functionality that allows customers to provision IPv6 CIDR blocks through Amazon VPC IP Address Manager (IPAM) as well as allowing customers to utilize IPAM Resource Discovery APIs.
* feature: M2: Add returnCode, batchJobIdentifier in GetBatchJobExecution response, for user to view the batch job execution result & unique identifier from engine. Also removed unused headers from REST APIs
* feature: Polly: Add 5 new neural voices - Sergio (es-ES), Andres (es-MX), Remi (fr-FR), Adriano (it-IT) and Thiago (pt-BR).
* feature: S3Control: Add additional endpoint tests for S3 Control. Fix missing endpoint parameters for PutBucketVersioning and GetBucketVersioning. Prior to this fix, those operations may have resulted in an invalid endpoint being resolved.
* feature: SageMaker: SageMaker Inference Recommender now decouples from Model Registry and could accept Model Name to invoke inference recommendations job; Inference Recommender now provides CPU/Memory Utilization metrics data in recommendation output.

## 2.1301.0
* feature: DataBrew: Enabled FIPS us-gov-west-1 endpoints in SDK.
* feature: Route53: Amazon Route 53 now supports the Asia Pacific (Melbourne) Region (ap-southeast-4) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1301.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1302.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 f53c040

Please sign in to comment.