Skip to content

Commit

Permalink
Updates SDK to v2.988.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 13, 2021
1 parent 1106ffe commit c92f847
Show file tree
Hide file tree
Showing 15 changed files with 546 additions and 425 deletions.
7 changes: 7 additions & 0 deletions .changes/2.988.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "Iot",
"description": "AWS IoT Rules Engine adds OpenSearch action. The OpenSearch rule action lets you stream data from IoT sensors and applications to Amazon OpenSearch Service which is a successor to Amazon Elasticsearch Service."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.987.0-->
<!--LATEST=2.988.0-->
<!--ENTRYINSERT-->

## 2.988.0
* feature: Iot: AWS IoT Rules Engine adds OpenSearch action. The OpenSearch rule action lets you stream data from IoT sensors and applications to Amazon OpenSearch Service which is a successor to Amazon Elasticsearch Service.

## 2.987.0
* feature: QuickSight: Add new data source type for Amazon OpenSearch (successor to Amazon ElasticSearch).
* feature: RDS: This release adds support for providing a custom timeout value for finding a scaling point during autoscaling in Aurora Serverless v1.
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.987.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.988.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
4 changes: 2 additions & 2 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3714,6 +3714,7 @@
"CidrBlock"
],
"members": {
"CidrBlock": {},
"AmazonProvidedIpv6CidrBlock": {
"locationName": "amazonProvidedIpv6CidrBlock",
"type": "boolean"
Expand All @@ -3731,8 +3732,7 @@
"TagSpecifications": {
"shape": "S1t",
"locationName": "TagSpecification"
},
"CidrBlock": {}
}
}
},
"output": {
Expand Down
126 changes: 70 additions & 56 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit c92f847

Please sign in to comment.