Skip to content

Commit fa57967

Browse files
author
awstools
committed
Updates SDK to v2.809.0
1 parent 9a52018 commit fa57967

25 files changed

+1459
-857
lines changed

.changes/2.809.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AutoScaling",
5+
"description": "Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudTrail",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "IoTSiteWise",
15+
"description": "Added the ListAssetRelationships operation and support for composite asset models, which represent structured sets of properties within asset models."
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.808.0-->
2+
<!--LATEST=2.809.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.809.0
6+
* feature: AutoScaling: Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
7+
* 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.
8+
* feature: IoTSiteWise: Added the ListAssetRelationships operation and support for composite asset models, which represent structured sets of properties within asset models.
9+
510
## 2.808.0
611
* feature: EC2: TGW connect simplifies connectivity of SD-WAN appliances; IGMP support for TGW multicast; VPC Reachability Analyzer for VPC resources connectivity analysis.
712
* feature: Kendra: Amazon Kendra now supports adding synonyms to an index through the new Thesaurus resource.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.808.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.809.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of

apis/autoscaling-2011-01-01.min.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"members": {
7676
"AutoScalingGroupName": {},
7777
"ScheduledActionNames": {
78-
"shape": "Se"
78+
"shape": "Sd"
7979
}
8080
}
8181
},
@@ -84,7 +84,7 @@
8484
"type": "structure",
8585
"members": {
8686
"FailedScheduledActions": {
87-
"shape": "Sg"
87+
"shape": "Sf"
8888
}
8989
}
9090
}
@@ -133,7 +133,7 @@
133133
"type": "structure",
134134
"members": {
135135
"FailedScheduledUpdateGroupActions": {
136-
"shape": "Sg"
136+
"shape": "Sf"
137137
}
138138
}
139139
}
@@ -1084,7 +1084,7 @@
10841084
"members": {
10851085
"AutoScalingGroupName": {},
10861086
"ScheduledActionNames": {
1087-
"shape": "Se"
1087+
"shape": "Sd"
10881088
},
10891089
"StartTime": {
10901090
"type": "timestamp"
@@ -1682,11 +1682,11 @@
16821682
"type": "list",
16831683
"member": {}
16841684
},
1685-
"Se": {
1685+
"Sd": {
16861686
"type": "list",
16871687
"member": {}
16881688
},
1689-
"Sg": {
1689+
"Sf": {
16901690
"type": "list",
16911691
"member": {
16921692
"type": "structure",

0 commit comments

Comments
 (0)