[go: nahoru, domu]

Skip to content

Commit

Permalink
Updates SDK to v2.809.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 11, 2020
1 parent 9a52018 commit fa57967
Show file tree
Hide file tree
Showing 25 changed files with 1,459 additions and 857 deletions.
17 changes: 17 additions & 0 deletions .changes/2.809.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "AutoScaling",
"description": "Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs."
},
{
"type": "feature",
"category": "CloudTrail",
"description": "CloudTrailInvalidClientTokenIdException is now thrown when a call results in the InvalidClientTokenId error code. The Name parameter of the AdvancedEventSelector data type is now optional."
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "Added the ListAssetRelationships operation and support for composite asset models, which represent structured sets of properties within asset models."
}
]
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.808.0-->
<!--LATEST=2.809.0-->
<!--ENTRYINSERT-->

## 2.809.0
* feature: AutoScaling: Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
* feature: CloudTrail: CloudTrailInvalidClientTokenIdException is now thrown when a call results in the InvalidClientTokenId error code. The Name parameter of the AdvancedEventSelector data type is now optional.
* feature: IoTSiteWise: Added the ListAssetRelationships operation and support for composite asset models, which represent structured sets of properties within asset models.

## 2.808.0
* feature: EC2: TGW connect simplifies connectivity of SD-WAN appliances; IGMP support for TGW multicast; VPC Reachability Analyzer for VPC resources connectivity analysis.
* feature: Kendra: Amazon Kendra now supports adding synonyms to an index through the new Thesaurus resource.
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.808.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.809.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
12 changes: 6 additions & 6 deletions apis/autoscaling-2011-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"members": {
"AutoScalingGroupName": {},
"ScheduledActionNames": {
"shape": "Se"
"shape": "Sd"
}
}
},
Expand All @@ -84,7 +84,7 @@
"type": "structure",
"members": {
"FailedScheduledActions": {
"shape": "Sg"
"shape": "Sf"
}
}
}
Expand Down Expand Up @@ -133,7 +133,7 @@
"type": "structure",
"members": {
"FailedScheduledUpdateGroupActions": {
"shape": "Sg"
"shape": "Sf"
}
}
}
Expand Down Expand Up @@ -1084,7 +1084,7 @@
"members": {
"AutoScalingGroupName": {},
"ScheduledActionNames": {
"shape": "Se"
"shape": "Sd"
},
"StartTime": {
"type": "timestamp"
Expand Down Expand Up @@ -1682,11 +1682,11 @@
"type": "list",
"member": {}
},
"Se": {
"Sd": {
"type": "list",
"member": {}
},
"Sg": {
"Sf": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit fa57967

Please sign in to comment.