Skip to content

Commit

Permalink
Updates SDK to v2.710.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 6, 2020
1 parent 4d9a119 commit 79f2ed1
Show file tree
Hide file tree
Showing 20 changed files with 3,808 additions and 510 deletions.
17 changes: 17 additions & 0 deletions .changes/2.710.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "IoTSiteWise",
"description": "This release supports optional start date and end date parameters for the GetAssetPropertyValueHistory API."
},
{
"type": "feature",
"category": "QuickSight",
"description": "Add Theme APIs and update Dashboard APIs to support theme overrides."
},
{
"type": "feature",
"category": "RDS",
"description": "Adds support for Amazon RDS on AWS Outposts."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.709.0-->
<!--LATEST=2.710.0-->
<!--ENTRYINSERT-->

## 2.710.0
* feature: IoTSiteWise: This release supports optional start date and end date parameters for the GetAssetPropertyValueHistory API.
* feature: QuickSight: Add Theme APIs and update Dashboard APIs to support theme overrides.
* feature: RDS: Adds support for Amazon RDS on AWS Outposts.

## 2.709.0
* bugfix: S3: Fixed a bug where S3 client throws when client config is undefined and Bucket is an AccessPoint ARN
* feature: AppSync: AWS AppSync supports new 12xlarge instance for server-side API caching
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.709.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.710.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: 0 additions & 4 deletions apis/iotsitewise-2019-12-02.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1449,10 +1449,6 @@
},
"input": {
"type": "structure",
"required": [
"startDate",
"endDate"
],
"members": {
"assetId": {
"location": "querystring",
Expand Down
4 changes: 0 additions & 4 deletions apis/iotsitewise-2019-12-02.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4041,10 +4041,6 @@
},
"GetAssetPropertyValueHistoryRequest": {
"type": "structure",
"required": [
"startDate",
"endDate"
],
"members": {
"assetId": {
"shape": "ID",
Expand Down
Loading

0 comments on commit 79f2ed1

Please sign in to comment.