aws-sdk 2.1461.0 → 2.1463.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.
- package/CHANGELOG.md +18 -1
- package/README.md +1 -1
- package/apis/appconfig-2019-10-09.min.json +4 -2
- package/apis/appconfig-2019-10-09.paginators.json +16 -8
- package/apis/apprunner-2020-05-15.min.json +141 -72
- package/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/apis/braket-2019-09-01.min.json +64 -12
- package/apis/dms-2016-01-01.examples.json +968 -0
- package/apis/dms-2016-01-01.min.json +305 -257
- package/apis/events-2015-10-07.min.json +59 -34
- package/apis/logs-2014-03-28.min.json +4 -1
- package/apis/mediaconvert-2017-08-29.min.json +169 -161
- package/apis/s3-2006-03-01.examples.json +120 -120
- package/apis/s3-2006-03-01.min.json +4 -4
- package/apis/servicediscovery-2017-03-14.min.json +37 -10
- package/clients/appconfig.d.ts +13 -5
- package/clients/apprunner.d.ts +96 -8
- package/clients/braket.d.ts +73 -0
- package/clients/cloudwatchevents.d.ts +13 -9
- package/clients/cloudwatchlogs.d.ts +11 -6
- package/clients/codeartifact.d.ts +1 -1
- package/clients/dms.d.ts +117 -19
- package/clients/ec2.d.ts +1 -1
- package/clients/efs.d.ts +10 -10
- package/clients/guardduty.d.ts +14 -14
- package/clients/kinesisvideo.d.ts +7 -7
- package/clients/mediaconvert.d.ts +15 -5
- package/clients/s3.d.ts +24 -24
- package/clients/servicediscovery.d.ts +34 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +70 -42
- package/dist/aws-sdk.min.js +54 -54
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -223,6 +223,21 @@
|
|
223
223
|
"jsonvalue": true
|
224
224
|
},
|
225
225
|
"deviceName": {},
|
226
|
+
"deviceQueueInfo": {
|
227
|
+
"type": "list",
|
228
|
+
"member": {
|
229
|
+
"type": "structure",
|
230
|
+
"required": [
|
231
|
+
"queue",
|
232
|
+
"queueSize"
|
233
|
+
],
|
234
|
+
"members": {
|
235
|
+
"queue": {},
|
236
|
+
"queuePriority": {},
|
237
|
+
"queueSize": {}
|
238
|
+
}
|
239
|
+
}
|
240
|
+
},
|
226
241
|
"deviceStatus": {},
|
227
242
|
"deviceType": {},
|
228
243
|
"providerName": {}
|
@@ -241,6 +256,12 @@
|
|
241
256
|
"jobArn"
|
242
257
|
],
|
243
258
|
"members": {
|
259
|
+
"additionalAttributeNames": {
|
260
|
+
"location": "querystring",
|
261
|
+
"locationName": "additionalAttributeNames",
|
262
|
+
"type": "list",
|
263
|
+
"member": {}
|
264
|
+
},
|
244
265
|
"jobArn": {
|
245
266
|
"location": "uri",
|
246
267
|
"locationName": "jobArn"
|
@@ -270,13 +291,13 @@
|
|
270
291
|
"shape": "Sh"
|
271
292
|
},
|
272
293
|
"createdAt": {
|
273
|
-
"shape": "
|
294
|
+
"shape": "S1q"
|
274
295
|
},
|
275
296
|
"deviceConfig": {
|
276
297
|
"shape": "Sj"
|
277
298
|
},
|
278
299
|
"endedAt": {
|
279
|
-
"shape": "
|
300
|
+
"shape": "S1q"
|
280
301
|
},
|
281
302
|
"events": {
|
282
303
|
"type": "list",
|
@@ -286,7 +307,7 @@
|
|
286
307
|
"eventType": {},
|
287
308
|
"message": {},
|
288
309
|
"timeOfEvent": {
|
289
|
-
"shape": "
|
310
|
+
"shape": "S1q"
|
290
311
|
}
|
291
312
|
}
|
292
313
|
}
|
@@ -309,9 +330,21 @@
|
|
309
330
|
"outputDataConfig": {
|
310
331
|
"shape": "Sx"
|
311
332
|
},
|
333
|
+
"queueInfo": {
|
334
|
+
"type": "structure",
|
335
|
+
"required": [
|
336
|
+
"position",
|
337
|
+
"queue"
|
338
|
+
],
|
339
|
+
"members": {
|
340
|
+
"message": {},
|
341
|
+
"position": {},
|
342
|
+
"queue": {}
|
343
|
+
}
|
344
|
+
},
|
312
345
|
"roleArn": {},
|
313
346
|
"startedAt": {
|
314
|
-
"shape": "
|
347
|
+
"shape": "S1q"
|
315
348
|
},
|
316
349
|
"status": {},
|
317
350
|
"stoppingCondition": {
|
@@ -335,6 +368,12 @@
|
|
335
368
|
"quantumTaskArn"
|
336
369
|
],
|
337
370
|
"members": {
|
371
|
+
"additionalAttributeNames": {
|
372
|
+
"location": "querystring",
|
373
|
+
"locationName": "additionalAttributeNames",
|
374
|
+
"type": "list",
|
375
|
+
"member": {}
|
376
|
+
},
|
338
377
|
"quantumTaskArn": {
|
339
378
|
"location": "uri",
|
340
379
|
"locationName": "quantumTaskArn"
|
@@ -355,20 +394,33 @@
|
|
355
394
|
],
|
356
395
|
"members": {
|
357
396
|
"createdAt": {
|
358
|
-
"shape": "
|
397
|
+
"shape": "S1q"
|
359
398
|
},
|
360
399
|
"deviceArn": {},
|
361
400
|
"deviceParameters": {
|
362
401
|
"jsonvalue": true
|
363
402
|
},
|
364
403
|
"endedAt": {
|
365
|
-
"shape": "
|
404
|
+
"shape": "S1q"
|
366
405
|
},
|
367
406
|
"failureReason": {},
|
368
407
|
"jobArn": {},
|
369
408
|
"outputS3Bucket": {},
|
370
409
|
"outputS3Directory": {},
|
371
410
|
"quantumTaskArn": {},
|
411
|
+
"queueInfo": {
|
412
|
+
"type": "structure",
|
413
|
+
"required": [
|
414
|
+
"position",
|
415
|
+
"queue"
|
416
|
+
],
|
417
|
+
"members": {
|
418
|
+
"message": {},
|
419
|
+
"position": {},
|
420
|
+
"queue": {},
|
421
|
+
"queuePriority": {}
|
422
|
+
}
|
423
|
+
},
|
372
424
|
"shots": {
|
373
425
|
"type": "long"
|
374
426
|
},
|
@@ -525,16 +577,16 @@
|
|
525
577
|
],
|
526
578
|
"members": {
|
527
579
|
"createdAt": {
|
528
|
-
"shape": "
|
580
|
+
"shape": "S1q"
|
529
581
|
},
|
530
582
|
"device": {},
|
531
583
|
"endedAt": {
|
532
|
-
"shape": "
|
584
|
+
"shape": "S1q"
|
533
585
|
},
|
534
586
|
"jobArn": {},
|
535
587
|
"jobName": {},
|
536
588
|
"startedAt": {
|
537
|
-
"shape": "
|
589
|
+
"shape": "S1q"
|
538
590
|
},
|
539
591
|
"status": {},
|
540
592
|
"tags": {
|
@@ -605,11 +657,11 @@
|
|
605
657
|
],
|
606
658
|
"members": {
|
607
659
|
"createdAt": {
|
608
|
-
"shape": "
|
660
|
+
"shape": "S1q"
|
609
661
|
},
|
610
662
|
"deviceArn": {},
|
611
663
|
"endedAt": {
|
612
|
-
"shape": "
|
664
|
+
"shape": "S1q"
|
613
665
|
},
|
614
666
|
"outputS3Bucket": {},
|
615
667
|
"outputS3Directory": {},
|
@@ -803,7 +855,7 @@
|
|
803
855
|
"key": {},
|
804
856
|
"value": {}
|
805
857
|
},
|
806
|
-
"
|
858
|
+
"S1q": {
|
807
859
|
"type": "timestamp",
|
808
860
|
"timestampFormat": "iso8601"
|
809
861
|
}
|