Skip to content

Commit 5244129

Browse files
author
awstools
committed
Updates SDK to v2.1120.0
1 parent 3427bf5 commit 5244129

14 files changed

+313
-131
lines changed

.changes/2.1120.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ChimeSDKMeetings",
5+
"description": "Include additional exceptions types."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state."
11+
}
12+
]

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1119.0-->
2+
<!--LATEST=2.1120.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1120.0
6+
* feature: ChimeSDKMeetings: Include additional exceptions types.
7+
* feature: EC2: Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.
8+
59
## 2.1119.0
610
* feature: Glue: This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
711
* feature: IoTSiteWise: This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1119.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1120.0.min.js"></script>
3333

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

apis/chime-sdk-meetings-2021-07-15.normal.json

+121-10
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,28 @@
2828
"shape": "BadRequestException"
2929
},
3030
{
31-
"shape": "UnauthorizedException"
31+
"shape": "ForbiddenException"
3232
},
3333
{
34-
"shape": "ServiceUnavailableException"
34+
"shape": "NotFoundException"
3535
},
3636
{
37-
"shape": "NotFoundException"
37+
"shape": "UnauthorizedException"
3838
},
3939
{
40-
"shape": "ForbiddenException"
40+
"shape": "UnprocessableEntityException"
4141
},
4242
{
4343
"shape": "LimitExceededException"
44+
},
45+
{
46+
"shape": "ServiceUnavailableException"
47+
},
48+
{
49+
"shape": "ServiceFailureException"
50+
},
51+
{
52+
"shape": "ThrottlingException"
4453
}
4554
],
4655
"documentation": "<p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>"
@@ -64,20 +73,26 @@
6473
{
6574
"shape": "ForbiddenException"
6675
},
76+
{
77+
"shape": "NotFoundException"
78+
},
6779
{
6880
"shape": "UnauthorizedException"
6981
},
7082
{
7183
"shape": "UnprocessableEntityException"
7284
},
85+
{
86+
"shape": "LimitExceededException"
87+
},
7388
{
7489
"shape": "ServiceUnavailableException"
7590
},
7691
{
77-
"shape": "NotFoundException"
92+
"shape": "ServiceFailureException"
7893
},
7994
{
80-
"shape": "LimitExceededException"
95+
"shape": "ThrottlingException"
8196
}
8297
],
8398
"documentation": "<p> Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>"
@@ -99,11 +114,20 @@
99114
"shape": "BadRequestException"
100115
},
101116
{
102-
"shape": "ServiceUnavailableException"
117+
"shape": "ForbiddenException"
103118
},
104119
{
105120
"shape": "UnauthorizedException"
106121
},
122+
{
123+
"shape": "ThrottlingException"
124+
},
125+
{
126+
"shape": "ServiceFailureException"
127+
},
128+
{
129+
"shape": "ServiceUnavailableException"
130+
},
107131
{
108132
"shape": "LimitExceededException"
109133
}
@@ -127,11 +151,20 @@
127151
"shape": "BadRequestException"
128152
},
129153
{
130-
"shape": "ServiceUnavailableException"
154+
"shape": "ForbiddenException"
131155
},
132156
{
133157
"shape": "UnauthorizedException"
134158
},
159+
{
160+
"shape": "ThrottlingException"
161+
},
162+
{
163+
"shape": "ServiceFailureException"
164+
},
165+
{
166+
"shape": "ServiceUnavailableException"
167+
},
135168
{
136169
"shape": "LimitExceededException"
137170
}
@@ -149,11 +182,26 @@
149182
"shape": "DeleteAttendeeRequest"
150183
},
151184
"errors": [
185+
{
186+
"shape": "BadRequestException"
187+
},
152188
{
153189
"shape": "ForbiddenException"
154190
},
155191
{
156192
"shape": "NotFoundException"
193+
},
194+
{
195+
"shape": "UnauthorizedException"
196+
},
197+
{
198+
"shape": "ServiceUnavailableException"
199+
},
200+
{
201+
"shape": "ServiceFailureException"
202+
},
203+
{
204+
"shape": "ThrottlingException"
157205
}
158206
],
159207
"documentation": "<p>Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>"
@@ -174,6 +222,21 @@
174222
},
175223
{
176224
"shape": "ForbiddenException"
225+
},
226+
{
227+
"shape": "UnauthorizedException"
228+
},
229+
{
230+
"shape": "NotFoundException"
231+
},
232+
{
233+
"shape": "ServiceUnavailableException"
234+
},
235+
{
236+
"shape": "ServiceFailureException"
237+
},
238+
{
239+
"shape": "ThrottlingException"
177240
}
178241
],
179242
"documentation": "<p>Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>"
@@ -194,11 +257,23 @@
194257
{
195258
"shape": "BadRequestException"
196259
},
260+
{
261+
"shape": "ForbiddenException"
262+
},
197263
{
198264
"shape": "NotFoundException"
199265
},
200266
{
201-
"shape": "ForbiddenException"
267+
"shape": "UnauthorizedException"
268+
},
269+
{
270+
"shape": "ServiceUnavailableException"
271+
},
272+
{
273+
"shape": "ServiceFailureException"
274+
},
275+
{
276+
"shape": "ThrottlingException"
202277
}
203278
],
204279
"documentation": "<p> Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>"
@@ -224,6 +299,18 @@
224299
},
225300
{
226301
"shape": "ForbiddenException"
302+
},
303+
{
304+
"shape": "UnauthorizedException"
305+
},
306+
{
307+
"shape": "ServiceUnavailableException"
308+
},
309+
{
310+
"shape": "ServiceFailureException"
311+
},
312+
{
313+
"shape": "ThrottlingException"
227314
}
228315
],
229316
"documentation": "<p>Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>"
@@ -245,11 +332,23 @@
245332
{
246333
"shape": "BadRequestException"
247334
},
335+
{
336+
"shape": "ForbiddenException"
337+
},
248338
{
249339
"shape": "NotFoundException"
250340
},
251341
{
252-
"shape": "ForbiddenException"
342+
"shape": "UnauthorizedException"
343+
},
344+
{
345+
"shape": "ServiceUnavailableException"
346+
},
347+
{
348+
"shape": "ServiceFailureException"
349+
},
350+
{
351+
"shape": "ThrottlingException"
253352
}
254353
],
255354
"documentation": "<p> Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>"
@@ -283,8 +382,14 @@
283382
{
284383
"shape": "UnprocessableEntityException"
285384
},
385+
{
386+
"shape": "ThrottlingException"
387+
},
286388
{
287389
"shape": "ServiceUnavailableException"
390+
},
391+
{
392+
"shape": "ServiceFailureException"
288393
}
289394
],
290395
"documentation": "<p>Starts transcription for the specified <code>meetingId</code>.</p>"
@@ -315,8 +420,14 @@
315420
{
316421
"shape": "UnprocessableEntityException"
317422
},
423+
{
424+
"shape": "ThrottlingException"
425+
},
318426
{
319427
"shape": "ServiceUnavailableException"
428+
},
429+
{
430+
"shape": "ServiceFailureException"
320431
}
321432
],
322433
"documentation": "<p>Stops transcription for the specified <code>meetingId</code>.</p>"

apis/ec2-2016-11-15.min.json

+14-11
Original file line numberDiff line numberDiff line change
@@ -20925,7 +20925,10 @@
2092520925
"locationName": "SecurityGroup"
2092620926
},
2092720927
"SubnetId": {},
20928-
"UserData": {},
20928+
"UserData": {
20929+
"type": "string",
20930+
"sensitive": true
20931+
},
2092920932
"AdditionalInfo": {
2093020933
"locationName": "additionalInfo"
2093120934
},
@@ -21190,7 +21193,7 @@
2119021193
"type": "integer"
2119121194
},
2119221195
"Groups": {
21193-
"shape": "S20o",
21196+
"shape": "S20p",
2119421197
"locationName": "Group"
2119521198
},
2119621199
"Ipv6AddressCount": {
@@ -21239,7 +21242,7 @@
2123921242
},
2124021243
"RamdiskId": {},
2124121244
"SecurityGroupIds": {
21242-
"shape": "S20o",
21245+
"shape": "S20p",
2124321246
"locationName": "SecurityGroupId"
2124421247
},
2124521248
"SubnetId": {},
@@ -21449,7 +21452,7 @@
2144921452
"type": "structure",
2145021453
"members": {
2145121454
"StartingInstances": {
21452-
"shape": "S21c",
21455+
"shape": "S21d",
2145321456
"locationName": "instancesSet"
2145421457
}
2145521458
}
@@ -21572,7 +21575,7 @@
2157221575
"type": "structure",
2157321576
"members": {
2157421577
"StoppingInstances": {
21575-
"shape": "S21c",
21578+
"shape": "S21d",
2157621579
"locationName": "instancesSet"
2157721580
}
2157821581
}
@@ -21647,7 +21650,7 @@
2164721650
"type": "structure",
2164821651
"members": {
2164921652
"TerminatingInstances": {
21650-
"shape": "S21c",
21653+
"shape": "S21d",
2165121654
"locationName": "instancesSet"
2165221655
}
2165321656
}
@@ -21751,7 +21754,7 @@
2175121754
"shape": "S58"
2175221755
},
2175321756
"SecurityGroupRuleDescriptions": {
21754-
"shape": "S21y",
21757+
"shape": "S21z",
2175521758
"locationName": "SecurityGroupRuleDescription"
2175621759
}
2175721760
}
@@ -21779,7 +21782,7 @@
2177921782
"shape": "S58"
2178021783
},
2178121784
"SecurityGroupRuleDescriptions": {
21782-
"shape": "S21y",
21785+
"shape": "S21z",
2178321786
"locationName": "SecurityGroupRuleDescription"
2178421787
}
2178521788
}
@@ -30289,13 +30292,13 @@
3028930292
}
3029030293
}
3029130294
},
30292-
"S20o": {
30295+
"S20p": {
3029330296
"type": "list",
3029430297
"member": {
3029530298
"locationName": "SecurityGroupId"
3029630299
}
3029730300
},
30298-
"S21c": {
30301+
"S21d": {
3029930302
"type": "list",
3030030303
"member": {
3030130304
"locationName": "item",
@@ -30315,7 +30318,7 @@
3031530318
}
3031630319
}
3031730320
},
30318-
"S21y": {
30321+
"S21z": {
3031930322
"type": "list",
3032030323
"member": {
3032130324
"locationName": "item",

0 commit comments

Comments
 (0)