aws-sdk 2.1018.0 → 2.1022.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
  4. package/apis/chime-sdk-meetings-2021-07-15.min.json +474 -0
  5. package/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
  6. package/apis/cloudfront-2020-05-31.min.json +702 -180
  7. package/apis/connect-2017-08-08.min.json +236 -85
  8. package/apis/connect-2017-08-08.paginators.json +6 -0
  9. package/apis/datasync-2018-11-09.min.json +207 -56
  10. package/apis/ec2-2016-11-15.min.json +12 -1
  11. package/apis/finspace-2021-03-12.min.json +24 -4
  12. package/apis/iotwireless-2020-11-22.min.json +993 -100
  13. package/apis/iotwireless-2020-11-22.paginators.json +15 -0
  14. package/apis/lightsail-2016-11-28.min.json +166 -147
  15. package/apis/macie2-2020-01-01.min.json +104 -77
  16. package/apis/metadata.json +4 -0
  17. package/apis/neptune-2014-10-31.min.json +4 -0
  18. package/apis/networkmanager-2019-07-05.min.json +553 -0
  19. package/apis/networkmanager-2019-07-05.paginators.json +24 -0
  20. package/apis/nimble-2020-08-01.examples.json +5 -0
  21. package/apis/nimble-2020-08-01.min.json +752 -957
  22. package/apis/nimble-2020-08-01.paginators.json +50 -56
  23. package/apis/nimble-2020-08-01.waiters2.json +234 -0
  24. package/apis/rekognition-2016-06-27.min.json +360 -122
  25. package/apis/rekognition-2016-06-27.paginators.json +12 -0
  26. package/apis/sagemaker-2017-07-24.min.json +4 -2
  27. package/clients/all.d.ts +1 -0
  28. package/clients/all.js +2 -1
  29. package/clients/chimesdkmeetings.d.ts +485 -0
  30. package/clients/chimesdkmeetings.js +18 -0
  31. package/clients/cloudfront.d.ts +494 -40
  32. package/clients/connect.d.ts +200 -64
  33. package/clients/connectparticipant.d.ts +1 -1
  34. package/clients/datasync.d.ts +241 -11
  35. package/clients/ec2.d.ts +17 -5
  36. package/clients/finspace.d.ts +26 -0
  37. package/clients/iotwireless.d.ts +577 -6
  38. package/clients/lightsail.d.ts +25 -2
  39. package/clients/macie2.d.ts +36 -16
  40. package/clients/neptune.d.ts +20 -12
  41. package/clients/networkmanager.d.ts +697 -31
  42. package/clients/nimble.d.ts +499 -299
  43. package/clients/nimble.js +1 -0
  44. package/clients/rekognition.d.ts +336 -21
  45. package/clients/sagemaker.d.ts +8 -0
  46. package/dist/aws-sdk-core-react-native.js +2 -2
  47. package/dist/aws-sdk-react-native.js +204 -160
  48. package/dist/aws-sdk.js +1335 -391
  49. package/dist/aws-sdk.min.js +80 -80
  50. package/lib/config_service_placeholders.d.ts +2 -0
  51. package/lib/core.js +1 -1
  52. package/package.json +3 -4
  53. package/scripts/check-node-version.js +0 -8
package/CHANGELOG.md CHANGED
@@ -1,7 +1,33 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1018.0-->
2
+ <!--LATEST=2.1022.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1022.0
6
+ * feature: ChimeSDKMeetings: The Amazon Chime SDK Meetings APIs allow software developers to create meetings and attendees for interactive audio, video, screen and content sharing in custom meeting applications which use the Amazon Chime SDK.
7
+ * feature: Connect: This release adds CRUD operation support for Security profile resource in Amazon Connect
8
+ * feature: EC2: This release adds a new instance replacement strategy for EC2 Fleet, Spot Fleet. Now you can select an action to perform when your instance gets a rebalance notification. EC2 Fleet, Spot Fleet can launch a replacement then terminate the instance that received notification after a termination delay
9
+ * feature: IoTWireless: Adding APIs for the FUOTA (firmware update over the air) and multicast for LoRaWAN devices and APIs to support event notification opt-in feature for Sidewalk related events. A few existing APIs need to be modified for this new feature.
10
+ * feature: SageMaker: ListDevices and DescribeDevice now show Edge Manager agent version.
11
+
12
+ ## 2.1021.0
13
+ * feature: ConnectParticipant: This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected.
14
+ * feature: DataSync: AWS DataSync now supports Hadoop Distributed File System (HDFS) Locations
15
+ * feature: Finspace: Adds superuser and data-bundle parameters to CreateEnvironment API
16
+ * feature: Macie2: This release adds support for specifying the severity of findings that a custom data identifier produces, based on the number of occurrences of text that matches the detection criteria.
17
+
18
+ ## 2.1020.0
19
+ * feature: CloudFront: CloudFront now supports response headers policies to add HTTP headers to the responses that CloudFront sends to viewers. You can use these policies to add CORS headers, control browser caching, and more, without modifying your origin or writing any code.
20
+ * feature: Connect: Amazon Connect Chat now supports real-time message streaming.
21
+ * feature: Nimble: Amazon Nimble Studio adds support for users to stop and start streaming sessions.
22
+
23
+ ## 2.1019.0
24
+ * feature: Lightsail: This release adds support to enable access logging for buckets in the Lightsail object storage service.
25
+ * feature: Neptune: Adds support for major version upgrades to ModifyDbCluster API
26
+ * feature: NetworkManager: This release adds API support to aggregate resources, routes, and telemetry data across a Global Network.
27
+ * feature: Node.js: Remove postinstall script warning end-of-support for Node.js <10.x
28
+ * feature: Node.js: Update engines field to support node >= 10.0.0
29
+ * feature: Rekognition: This Amazon Rekognition Custom Labels release introduces the management of datasets with projects
30
+
5
31
  ## 2.1018.0
6
32
  * feature: ApplicationInsights: Added Monitoring support for SQL Server Failover Cluster Instance. Additionally, added a new API to allow one-click monitoring of containers resources.
7
33
  * feature: Connect: Amazon Connect Chat now supports real-time message streaming.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1018.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1022.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,474 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2021-07-15",
5
+ "endpointPrefix": "meetings-chime",
6
+ "protocol": "rest-json",
7
+ "serviceFullName": "Amazon Chime SDK Meetings",
8
+ "serviceId": "Chime SDK Meetings",
9
+ "signatureVersion": "v4",
10
+ "signingName": "chime",
11
+ "uid": "chime-sdk-meetings-2021-07-15"
12
+ },
13
+ "operations": {
14
+ "BatchCreateAttendee": {
15
+ "http": {
16
+ "requestUri": "/meetings/{MeetingId}/attendees?operation=batch-create"
17
+ },
18
+ "input": {
19
+ "type": "structure",
20
+ "required": [
21
+ "MeetingId",
22
+ "Attendees"
23
+ ],
24
+ "members": {
25
+ "MeetingId": {
26
+ "location": "uri",
27
+ "locationName": "MeetingId"
28
+ },
29
+ "Attendees": {
30
+ "type": "list",
31
+ "member": {
32
+ "shape": "S4"
33
+ }
34
+ }
35
+ }
36
+ },
37
+ "output": {
38
+ "type": "structure",
39
+ "members": {
40
+ "Attendees": {
41
+ "shape": "S7"
42
+ },
43
+ "Errors": {
44
+ "shape": "Sa"
45
+ }
46
+ }
47
+ }
48
+ },
49
+ "CreateAttendee": {
50
+ "http": {
51
+ "requestUri": "/meetings/{MeetingId}/attendees"
52
+ },
53
+ "input": {
54
+ "type": "structure",
55
+ "required": [
56
+ "MeetingId",
57
+ "ExternalUserId"
58
+ ],
59
+ "members": {
60
+ "MeetingId": {
61
+ "location": "uri",
62
+ "locationName": "MeetingId"
63
+ },
64
+ "ExternalUserId": {
65
+ "shape": "S5"
66
+ }
67
+ }
68
+ },
69
+ "output": {
70
+ "type": "structure",
71
+ "members": {
72
+ "Attendee": {
73
+ "shape": "S8"
74
+ }
75
+ }
76
+ }
77
+ },
78
+ "CreateMeeting": {
79
+ "http": {
80
+ "requestUri": "/meetings"
81
+ },
82
+ "input": {
83
+ "type": "structure",
84
+ "required": [
85
+ "ClientRequestToken",
86
+ "MediaRegion",
87
+ "ExternalMeetingId"
88
+ ],
89
+ "members": {
90
+ "ClientRequestToken": {
91
+ "shape": "Sf",
92
+ "idempotencyToken": true
93
+ },
94
+ "MediaRegion": {},
95
+ "MeetingHostId": {
96
+ "shape": "S5"
97
+ },
98
+ "ExternalMeetingId": {
99
+ "shape": "Sg"
100
+ },
101
+ "NotificationsConfiguration": {
102
+ "shape": "Sh"
103
+ }
104
+ }
105
+ },
106
+ "output": {
107
+ "type": "structure",
108
+ "members": {
109
+ "Meeting": {
110
+ "shape": "Sk"
111
+ }
112
+ }
113
+ }
114
+ },
115
+ "CreateMeetingWithAttendees": {
116
+ "http": {
117
+ "requestUri": "/meetings?operation=create-attendees"
118
+ },
119
+ "input": {
120
+ "type": "structure",
121
+ "required": [
122
+ "ClientRequestToken",
123
+ "MediaRegion",
124
+ "ExternalMeetingId",
125
+ "Attendees"
126
+ ],
127
+ "members": {
128
+ "ClientRequestToken": {
129
+ "shape": "Sf",
130
+ "idempotencyToken": true
131
+ },
132
+ "MediaRegion": {},
133
+ "MeetingHostId": {
134
+ "shape": "S5"
135
+ },
136
+ "ExternalMeetingId": {
137
+ "shape": "Sg"
138
+ },
139
+ "NotificationsConfiguration": {
140
+ "shape": "Sh"
141
+ },
142
+ "Attendees": {
143
+ "type": "list",
144
+ "member": {
145
+ "shape": "S4"
146
+ }
147
+ }
148
+ }
149
+ },
150
+ "output": {
151
+ "type": "structure",
152
+ "members": {
153
+ "Meeting": {
154
+ "shape": "Sk"
155
+ },
156
+ "Attendees": {
157
+ "shape": "S7"
158
+ },
159
+ "Errors": {
160
+ "shape": "Sa"
161
+ }
162
+ }
163
+ }
164
+ },
165
+ "DeleteAttendee": {
166
+ "http": {
167
+ "method": "DELETE",
168
+ "requestUri": "/meetings/{MeetingId}/attendees/{AttendeeId}",
169
+ "responseCode": 204
170
+ },
171
+ "input": {
172
+ "type": "structure",
173
+ "required": [
174
+ "MeetingId",
175
+ "AttendeeId"
176
+ ],
177
+ "members": {
178
+ "MeetingId": {
179
+ "location": "uri",
180
+ "locationName": "MeetingId"
181
+ },
182
+ "AttendeeId": {
183
+ "location": "uri",
184
+ "locationName": "AttendeeId"
185
+ }
186
+ }
187
+ }
188
+ },
189
+ "DeleteMeeting": {
190
+ "http": {
191
+ "method": "DELETE",
192
+ "requestUri": "/meetings/{MeetingId}",
193
+ "responseCode": 204
194
+ },
195
+ "input": {
196
+ "type": "structure",
197
+ "required": [
198
+ "MeetingId"
199
+ ],
200
+ "members": {
201
+ "MeetingId": {
202
+ "location": "uri",
203
+ "locationName": "MeetingId"
204
+ }
205
+ }
206
+ }
207
+ },
208
+ "GetAttendee": {
209
+ "http": {
210
+ "method": "GET",
211
+ "requestUri": "/meetings/{MeetingId}/attendees/{AttendeeId}"
212
+ },
213
+ "input": {
214
+ "type": "structure",
215
+ "required": [
216
+ "MeetingId",
217
+ "AttendeeId"
218
+ ],
219
+ "members": {
220
+ "MeetingId": {
221
+ "location": "uri",
222
+ "locationName": "MeetingId"
223
+ },
224
+ "AttendeeId": {
225
+ "location": "uri",
226
+ "locationName": "AttendeeId"
227
+ }
228
+ }
229
+ },
230
+ "output": {
231
+ "type": "structure",
232
+ "members": {
233
+ "Attendee": {
234
+ "shape": "S8"
235
+ }
236
+ }
237
+ }
238
+ },
239
+ "GetMeeting": {
240
+ "http": {
241
+ "method": "GET",
242
+ "requestUri": "/meetings/{MeetingId}"
243
+ },
244
+ "input": {
245
+ "type": "structure",
246
+ "required": [
247
+ "MeetingId"
248
+ ],
249
+ "members": {
250
+ "MeetingId": {
251
+ "location": "uri",
252
+ "locationName": "MeetingId"
253
+ }
254
+ }
255
+ },
256
+ "output": {
257
+ "type": "structure",
258
+ "members": {
259
+ "Meeting": {
260
+ "shape": "Sk"
261
+ }
262
+ }
263
+ }
264
+ },
265
+ "ListAttendees": {
266
+ "http": {
267
+ "method": "GET",
268
+ "requestUri": "/meetings/{MeetingId}/attendees",
269
+ "responseCode": 200
270
+ },
271
+ "input": {
272
+ "type": "structure",
273
+ "required": [
274
+ "MeetingId"
275
+ ],
276
+ "members": {
277
+ "MeetingId": {
278
+ "location": "uri",
279
+ "locationName": "MeetingId"
280
+ },
281
+ "NextToken": {
282
+ "location": "querystring",
283
+ "locationName": "next-token"
284
+ },
285
+ "MaxResults": {
286
+ "location": "querystring",
287
+ "locationName": "max-results",
288
+ "type": "integer"
289
+ }
290
+ }
291
+ },
292
+ "output": {
293
+ "type": "structure",
294
+ "members": {
295
+ "Attendees": {
296
+ "shape": "S7"
297
+ },
298
+ "NextToken": {}
299
+ }
300
+ }
301
+ },
302
+ "StartMeetingTranscription": {
303
+ "http": {
304
+ "requestUri": "/meetings/{MeetingId}/transcription?operation=start",
305
+ "responseCode": 200
306
+ },
307
+ "input": {
308
+ "type": "structure",
309
+ "required": [
310
+ "MeetingId",
311
+ "TranscriptionConfiguration"
312
+ ],
313
+ "members": {
314
+ "MeetingId": {
315
+ "location": "uri",
316
+ "locationName": "MeetingId"
317
+ },
318
+ "TranscriptionConfiguration": {
319
+ "type": "structure",
320
+ "members": {
321
+ "EngineTranscribeSettings": {
322
+ "type": "structure",
323
+ "required": [
324
+ "LanguageCode"
325
+ ],
326
+ "members": {
327
+ "LanguageCode": {},
328
+ "VocabularyFilterMethod": {},
329
+ "VocabularyFilterName": {},
330
+ "VocabularyName": {},
331
+ "Region": {}
332
+ }
333
+ },
334
+ "EngineTranscribeMedicalSettings": {
335
+ "type": "structure",
336
+ "required": [
337
+ "LanguageCode",
338
+ "Specialty",
339
+ "Type"
340
+ ],
341
+ "members": {
342
+ "LanguageCode": {},
343
+ "Specialty": {},
344
+ "Type": {},
345
+ "VocabularyName": {},
346
+ "Region": {}
347
+ }
348
+ }
349
+ }
350
+ }
351
+ }
352
+ }
353
+ },
354
+ "StopMeetingTranscription": {
355
+ "http": {
356
+ "requestUri": "/meetings/{MeetingId}/transcription?operation=stop",
357
+ "responseCode": 200
358
+ },
359
+ "input": {
360
+ "type": "structure",
361
+ "required": [
362
+ "MeetingId"
363
+ ],
364
+ "members": {
365
+ "MeetingId": {
366
+ "location": "uri",
367
+ "locationName": "MeetingId"
368
+ }
369
+ }
370
+ }
371
+ }
372
+ },
373
+ "shapes": {
374
+ "S4": {
375
+ "type": "structure",
376
+ "required": [
377
+ "ExternalUserId"
378
+ ],
379
+ "members": {
380
+ "ExternalUserId": {
381
+ "shape": "S5"
382
+ }
383
+ }
384
+ },
385
+ "S5": {
386
+ "type": "string",
387
+ "sensitive": true
388
+ },
389
+ "S7": {
390
+ "type": "list",
391
+ "member": {
392
+ "shape": "S8"
393
+ }
394
+ },
395
+ "S8": {
396
+ "type": "structure",
397
+ "members": {
398
+ "ExternalUserId": {
399
+ "shape": "S5"
400
+ },
401
+ "AttendeeId": {},
402
+ "JoinToken": {
403
+ "type": "string",
404
+ "sensitive": true
405
+ }
406
+ }
407
+ },
408
+ "Sa": {
409
+ "type": "list",
410
+ "member": {
411
+ "type": "structure",
412
+ "members": {
413
+ "ExternalUserId": {
414
+ "shape": "S5"
415
+ },
416
+ "ErrorCode": {},
417
+ "ErrorMessage": {}
418
+ }
419
+ }
420
+ },
421
+ "Sf": {
422
+ "type": "string",
423
+ "sensitive": true
424
+ },
425
+ "Sg": {
426
+ "type": "string",
427
+ "sensitive": true
428
+ },
429
+ "Sh": {
430
+ "type": "structure",
431
+ "members": {
432
+ "LambdaFunctionArn": {
433
+ "shape": "Si"
434
+ },
435
+ "SnsTopicArn": {
436
+ "shape": "Si"
437
+ },
438
+ "SqsQueueArn": {
439
+ "shape": "Si"
440
+ }
441
+ }
442
+ },
443
+ "Si": {
444
+ "type": "string",
445
+ "sensitive": true
446
+ },
447
+ "Sk": {
448
+ "type": "structure",
449
+ "members": {
450
+ "MeetingId": {},
451
+ "MeetingHostId": {
452
+ "shape": "S5"
453
+ },
454
+ "ExternalMeetingId": {
455
+ "shape": "Sg"
456
+ },
457
+ "MediaRegion": {},
458
+ "MediaPlacement": {
459
+ "type": "structure",
460
+ "members": {
461
+ "AudioHostUrl": {},
462
+ "AudioFallbackUrl": {},
463
+ "SignalingUrl": {},
464
+ "TurnControlUrl": {},
465
+ "ScreenDataUrl": {},
466
+ "ScreenViewingUrl": {},
467
+ "ScreenSharingUrl": {},
468
+ "EventIngestionUrl": {}
469
+ }
470
+ }
471
+ }
472
+ }
473
+ }
474
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "pagination": {
3
+ "ListAttendees": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ }
8
+ }
9
+ }