Skip to content

Commit

Permalink
Updates SDK to v2.1051.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 5, 2022
1 parent 5619137 commit 6d9b312
Show file tree
Hide file tree
Showing 40 changed files with 7,860 additions and 2,446 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1051.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "Includes APIs for App Entitlement management regarding entitlement and entitled application association."
},
{
"type": "feature",
"category": "CloudTrail",
"description": "This release adds support for CloudTrail Lake, a new feature that lets you run SQL-based queries on events that you have aggregated into event data stores. New APIs have been added for creating and managing event data stores, and creating, running, and managing queries in CloudTrail Lake."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds a new API called ModifyVpcEndpointServicePayerResponsibility which allows VPC endpoint service owners to take payer responsibility of their VPC Endpoint connections."
},
{
"type": "feature",
"category": "EKS",
"description": "Amazon EKS now supports running applications using IPv6 address space"
},
{
"type": "feature",
"category": "Glue",
"description": "Add Delta Lake target support for Glue Crawler and 3rd Party Support for Lake Formation"
},
{
"type": "feature",
"category": "Iot",
"description": "This release adds an automatic retry mechanism for AWS IoT Jobs. You can now define a maximum number of retries for each Job rollout, along with the criteria to trigger the retry for FAILED/TIMED_OUT/ALL(both FAILED an TIMED_OUT) job."
},
{
"type": "feature",
"category": "LakeFormation",
"description": "Add new APIs for 3rd Party Support for Lake Formation"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker now supports running training jobs on ml.g5 instance types."
},
{
"type": "feature",
"category": "Snowball",
"description": "Updating validation rules for interfaces used in the Snowball API to tighten security of service."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1050.0-->
<!--LATEST=2.1051.0-->
<!--ENTRYINSERT-->

## 2.1051.0
* feature: AppStream: Includes APIs for App Entitlement management regarding entitlement and entitled application association.
* feature: CloudTrail: This release adds support for CloudTrail Lake, a new feature that lets you run SQL-based queries on events that you have aggregated into event data stores. New APIs have been added for creating and managing event data stores, and creating, running, and managing queries in CloudTrail Lake.
* feature: EC2: This release adds a new API called ModifyVpcEndpointServicePayerResponsibility which allows VPC endpoint service owners to take payer responsibility of their VPC Endpoint connections.
* feature: EKS: Amazon EKS now supports running applications using IPv6 address space
* feature: Glue: Add Delta Lake target support for Glue Crawler and 3rd Party Support for Lake Formation
* feature: Iot: This release adds an automatic retry mechanism for AWS IoT Jobs. You can now define a maximum number of retries for each Job rollout, along with the criteria to trigger the retry for FAILED/TIMED_OUT/ALL(both FAILED an TIMED_OUT) job.
* feature: LakeFormation: Add new APIs for 3rd Party Support for Lake Formation
* feature: SageMaker: Amazon SageMaker now supports running training jobs on ml.g5 instance types.
* feature: Snowball: Updating validation rules for interfaces used in the Snowball API to tighten security of service.

## 2.1050.0
* feature: Rekognition: This release introduces a new field IndexFacesModelVersion, which is the version of the face detect and storage model that was used when indexing the face vector.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1050.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1051.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 6d9b312

Please sign in to comment.