Skip to content

Commit

Permalink
Updates SDK to v2.1052.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 6, 2022
1 parent 6d9b312 commit 0220171
Show file tree
Hide file tree
Showing 31 changed files with 3,524 additions and 2,781 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1052.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AppSync",
"description": "AppSync: AWS AppSync now supports configurable batching sizes for AWS Lambda resolvers, Direct AWS Lambda resolvers and pipeline functions"
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "ES",
"description": "Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above"
},
{
"type": "feature",
"category": "IoTWireless",
"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."
},
{
"type": "feature",
"category": "MWAA",
"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."
},
{
"type": "feature",
"category": "MediaTailor",
"description": "This release adds support for filler slate when updating MediaTailor channels that use the linear playback mode."
},
{
"type": "feature",
"category": "OpenSearch",
"description": "Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above"
}
]
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.1051.0-->
<!--LATEST=2.1052.0-->
<!--ENTRYINSERT-->

## 2.1052.0
* feature: AppSync: AppSync: AWS AppSync now supports configurable batching sizes for AWS Lambda resolvers, Direct AWS Lambda resolvers and pipeline functions
* 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.
* feature: ES: Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above
* 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.
* 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.
* feature: MediaTailor: This release adds support for filler slate when updating MediaTailor channels that use the linear playback mode.
* feature: OpenSearch: Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above

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

Please sign in to comment.