Skip to content

Commit 0220171

Browse files
author
awstools
committed
Updates SDK to v2.1052.0
1 parent 6d9b312 commit 0220171

31 files changed

+3524
-2781
lines changed

.changes/2.1052.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppSync",
5+
"description": "AppSync: AWS AppSync now supports configurable batching sizes for AWS Lambda resolvers, Direct AWS Lambda resolvers and pipeline functions"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "This release introduces On-Demand Capacity Reservation support for Cluster Placement Groups, adds Tags on instance Metadata, and includes documentation updates for Amazon EC2."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ES",
15+
"description": "Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IoTWireless",
20+
"description": "Downlink Queue Management feature provides APIs for customers to manage the queued messages destined to device inside AWS IoT Core for LoRaWAN. Customer can view, delete or purge the queued message(s). It allows customer to preempt the queued messages and let more urgent messages go through."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MWAA",
25+
"description": "This release adds a \"Source\" field that provides the initiator of an update, such as due to an automated patch from AWS or due to modification via Console or API."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "MediaTailor",
30+
"description": "This release adds support for filler slate when updating MediaTailor channels that use the linear playback mode."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "OpenSearch",
35+
"description": "Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above"
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.1051.0-->
2+
<!--LATEST=2.1052.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1052.0
6+
* feature: AppSync: AppSync: AWS AppSync now supports configurable batching sizes for AWS Lambda resolvers, Direct AWS Lambda resolvers and pipeline functions
7+
* feature: EC2: This release introduces On-Demand Capacity Reservation support for Cluster Placement Groups, adds Tags on instance Metadata, and includes documentation updates for Amazon EC2.
8+
* feature: ES: Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above
9+
* feature: IoTWireless: Downlink Queue Management feature provides APIs for customers to manage the queued messages destined to device inside AWS IoT Core for LoRaWAN. Customer can view, delete or purge the queued message(s). It allows customer to preempt the queued messages and let more urgent messages go through.
10+
* feature: MWAA: This release adds a "Source" field that provides the initiator of an update, such as due to an automated patch from AWS or due to modification via Console or API.
11+
* feature: MediaTailor: This release adds support for filler slate when updating MediaTailor channels that use the linear playback mode.
12+
* feature: OpenSearch: Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above
13+
514
## 2.1051.0
615
* feature: AppStream: Includes APIs for App Entitlement management regarding entitlement and entitled application association.
716
* 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.

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.1051.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1052.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)