Skip to content

Commit 6d9b312

Browse files
author
awstools
committed
Updates SDK to v2.1051.0
1 parent 5619137 commit 6d9b312

40 files changed

+7860
-2446
lines changed

.changes/2.1051.0.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppStream",
5+
"description": "Includes APIs for App Entitlement management regarding entitlement and entitled application association."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudTrail",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "This release adds a new API called ModifyVpcEndpointServicePayerResponsibility which allows VPC endpoint service owners to take payer responsibility of their VPC Endpoint connections."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EKS",
20+
"description": "Amazon EKS now supports running applications using IPv6 address space"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Glue",
25+
"description": "Add Delta Lake target support for Glue Crawler and 3rd Party Support for Lake Formation"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Iot",
30+
"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."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "LakeFormation",
35+
"description": "Add new APIs for 3rd Party Support for Lake Formation"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SageMaker",
40+
"description": "Amazon SageMaker now supports running training jobs on ml.g5 instance types."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Snowball",
45+
"description": "Updating validation rules for interfaces used in the Snowball API to tighten security of service."
46+
}
47+
]

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1050.0-->
2+
<!--LATEST=2.1051.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1051.0
6+
* feature: AppStream: Includes APIs for App Entitlement management regarding entitlement and entitled application association.
7+
* 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.
8+
* 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.
9+
* feature: EKS: Amazon EKS now supports running applications using IPv6 address space
10+
* feature: Glue: Add Delta Lake target support for Glue Crawler and 3rd Party Support for Lake Formation
11+
* 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.
12+
* feature: LakeFormation: Add new APIs for 3rd Party Support for Lake Formation
13+
* feature: SageMaker: Amazon SageMaker now supports running training jobs on ml.g5 instance types.
14+
* feature: Snowball: Updating validation rules for interfaces used in the Snowball API to tighten security of service.
15+
516
## 2.1050.0
617
* 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.
718

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1050.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1051.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)