aws-sdk 2.1391.0 → 2.1393.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 (35) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/README.md +1 -1
  3. package/apis/customer-profiles-2020-08-15.min.json +252 -52
  4. package/apis/customer-profiles-2020-08-15.paginators.json +6 -0
  5. package/apis/emr-containers-2020-10-01.min.json +31 -18
  6. package/apis/inspector2-2020-06-08.min.json +29 -12
  7. package/apis/iot-2015-05-28.min.json +714 -214
  8. package/apis/iot-2015-05-28.paginators.json +12 -0
  9. package/apis/logs-2014-03-28.min.json +99 -16
  10. package/apis/models.lex.v2-2020-08-07.min.json +1496 -286
  11. package/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
  12. package/apis/quicksight-2018-04-01.min.json +625 -594
  13. package/apis/signer-2017-08-25.min.json +105 -16
  14. package/apis/sqs-2012-11-05.min.json +120 -31
  15. package/clients/cloudformation.d.ts +24 -24
  16. package/clients/cloudwatchlogs.d.ts +132 -18
  17. package/clients/connect.d.ts +3 -3
  18. package/clients/customerprofiles.d.ts +201 -0
  19. package/clients/directconnect.d.ts +6 -6
  20. package/clients/emr.d.ts +2 -2
  21. package/clients/emrcontainers.d.ts +16 -0
  22. package/clients/iam.d.ts +7 -7
  23. package/clients/inspector2.d.ts +20 -1
  24. package/clients/iot.d.ts +500 -3
  25. package/clients/iotdeviceadvisor.d.ts +2 -2
  26. package/clients/lexmodelsv2.d.ts +1516 -127
  27. package/clients/quicksight.d.ts +50 -14
  28. package/clients/signer.d.ts +90 -5
  29. package/clients/sqs.d.ts +151 -39
  30. package/dist/aws-sdk-core-react-native.js +1 -1
  31. package/dist/aws-sdk-react-native.js +13 -13
  32. package/dist/aws-sdk.js +948 -264
  33. package/dist/aws-sdk.min.js +48 -48
  34. package/lib/core.js +1 -1
  35. package/package.json +1 -1
@@ -129,6 +129,59 @@
129
129
  }
130
130
  }
131
131
  },
132
+ "GetRevocationStatus": {
133
+ "http": {
134
+ "method": "GET",
135
+ "requestUri": "/revocations"
136
+ },
137
+ "input": {
138
+ "type": "structure",
139
+ "required": [
140
+ "signatureTimestamp",
141
+ "platformId",
142
+ "profileVersionArn",
143
+ "jobArn",
144
+ "certificateHashes"
145
+ ],
146
+ "members": {
147
+ "signatureTimestamp": {
148
+ "location": "querystring",
149
+ "locationName": "signatureTimestamp",
150
+ "type": "timestamp"
151
+ },
152
+ "platformId": {
153
+ "location": "querystring",
154
+ "locationName": "platformId"
155
+ },
156
+ "profileVersionArn": {
157
+ "location": "querystring",
158
+ "locationName": "profileVersionArn"
159
+ },
160
+ "jobArn": {
161
+ "location": "querystring",
162
+ "locationName": "jobArn"
163
+ },
164
+ "certificateHashes": {
165
+ "location": "querystring",
166
+ "locationName": "certificateHashes",
167
+ "type": "list",
168
+ "member": {}
169
+ }
170
+ }
171
+ },
172
+ "output": {
173
+ "type": "structure",
174
+ "members": {
175
+ "revokedEntities": {
176
+ "type": "list",
177
+ "member": {}
178
+ }
179
+ }
180
+ },
181
+ "endpoint": {
182
+ "hostPrefix": "verification."
183
+ }
184
+ },
132
185
  "GetSigningPlatform": {
133
186
  "http": {
134
187
  "method": "GET",
@@ -155,10 +208,10 @@
155
208
  "target": {},
156
209
  "category": {},
157
210
  "signingConfiguration": {
158
- "shape": "S12"
211
+ "shape": "S17"
159
212
  },
160
213
  "signingImageFormat": {
161
- "shape": "S17"
214
+ "shape": "S1c"
162
215
  },
163
216
  "maxSizeInMB": {
164
217
  "type": "integer"
@@ -214,7 +267,7 @@
214
267
  "platformId": {},
215
268
  "platformDisplayName": {},
216
269
  "signatureValidityPeriod": {
217
- "shape": "S1f"
270
+ "shape": "S1j"
218
271
  },
219
272
  "overrides": {
220
273
  "shape": "Sj"
@@ -226,7 +279,7 @@
226
279
  "statusReason": {},
227
280
  "arn": {},
228
281
  "tags": {
229
- "shape": "S1k"
282
+ "shape": "S1o"
230
283
  }
231
284
  }
232
285
  }
@@ -411,10 +464,10 @@
411
464
  "target": {},
412
465
  "category": {},
413
466
  "signingConfiguration": {
414
- "shape": "S12"
467
+ "shape": "S17"
415
468
  },
416
469
  "signingImageFormat": {
417
- "shape": "S17"
470
+ "shape": "S1c"
418
471
  },
419
472
  "maxSizeInMB": {
420
473
  "type": "integer"
@@ -478,7 +531,7 @@
478
531
  "shape": "Sf"
479
532
  },
480
533
  "signatureValidityPeriod": {
481
- "shape": "S1f"
534
+ "shape": "S1j"
482
535
  },
483
536
  "platformId": {},
484
537
  "platformDisplayName": {},
@@ -488,7 +541,7 @@
488
541
  "status": {},
489
542
  "arn": {},
490
543
  "tags": {
491
- "shape": "S1k"
544
+ "shape": "S1o"
492
545
  }
493
546
  }
494
547
  }
@@ -518,7 +571,7 @@
518
571
  "type": "structure",
519
572
  "members": {
520
573
  "tags": {
521
- "shape": "S1k"
574
+ "shape": "S1o"
522
575
  }
523
576
  }
524
577
  }
@@ -543,7 +596,7 @@
543
596
  "shape": "Sf"
544
597
  },
545
598
  "signatureValidityPeriod": {
546
- "shape": "S1f"
599
+ "shape": "S1j"
547
600
  },
548
601
  "platformId": {},
549
602
  "overrides": {
@@ -553,7 +606,7 @@
553
606
  "shape": "So"
554
607
  },
555
608
  "tags": {
556
- "shape": "S1k"
609
+ "shape": "S1o"
557
610
  }
558
611
  }
559
612
  },
@@ -647,6 +700,42 @@
647
700
  }
648
701
  }
649
702
  },
703
+ "SignPayload": {
704
+ "http": {
705
+ "requestUri": "/signing-jobs/with-payload"
706
+ },
707
+ "input": {
708
+ "type": "structure",
709
+ "required": [
710
+ "profileName",
711
+ "payload",
712
+ "payloadFormat"
713
+ ],
714
+ "members": {
715
+ "profileName": {},
716
+ "profileOwner": {},
717
+ "payload": {
718
+ "type": "blob"
719
+ },
720
+ "payloadFormat": {}
721
+ }
722
+ },
723
+ "output": {
724
+ "type": "structure",
725
+ "members": {
726
+ "jobId": {},
727
+ "jobOwner": {},
728
+ "metadata": {
729
+ "type": "map",
730
+ "key": {},
731
+ "value": {}
732
+ },
733
+ "signature": {
734
+ "type": "blob"
735
+ }
736
+ }
737
+ }
738
+ },
650
739
  "StartSigningJob": {
651
740
  "http": {
652
741
  "requestUri": "/signing-jobs"
@@ -706,7 +795,7 @@
706
795
  "locationName": "resourceArn"
707
796
  },
708
797
  "tags": {
709
- "shape": "S1k"
798
+ "shape": "S1o"
710
799
  }
711
800
  }
712
801
  },
@@ -803,7 +892,7 @@
803
892
  }
804
893
  }
805
894
  },
806
- "S12": {
895
+ "S17": {
807
896
  "type": "structure",
808
897
  "required": [
809
898
  "encryptionAlgorithmOptions",
@@ -840,7 +929,7 @@
840
929
  }
841
930
  }
842
931
  },
843
- "S17": {
932
+ "S1c": {
844
933
  "type": "structure",
845
934
  "required": [
846
935
  "supportedFormats",
@@ -854,7 +943,7 @@
854
943
  "defaultFormat": {}
855
944
  }
856
945
  },
857
- "S1f": {
946
+ "S1j": {
858
947
  "type": "structure",
859
948
  "members": {
860
949
  "value": {
@@ -863,7 +952,7 @@
863
952
  "type": {}
864
953
  }
865
954
  },
866
- "S1k": {
955
+ "S1o": {
867
956
  "type": "map",
868
957
  "key": {},
869
958
  "value": {}
@@ -41,6 +41,26 @@
41
41
  }
42
42
  }
43
43
  },
44
+ "CancelMessageMoveTask": {
45
+ "input": {
46
+ "type": "structure",
47
+ "required": [
48
+ "TaskHandle"
49
+ ],
50
+ "members": {
51
+ "TaskHandle": {}
52
+ }
53
+ },
54
+ "output": {
55
+ "resultWrapper": "CancelMessageMoveTaskResult",
56
+ "type": "structure",
57
+ "members": {
58
+ "ApproximateNumberOfMessagesMoved": {
59
+ "type": "long"
60
+ }
61
+ }
62
+ }
63
+ },
44
64
  "ChangeMessageVisibility": {
45
65
  "input": {
46
66
  "type": "structure",
@@ -111,7 +131,7 @@
111
131
  "flattened": true
112
132
  },
113
133
  "Failed": {
114
- "shape": "Sd"
134
+ "shape": "Sg"
115
135
  }
116
136
  }
117
137
  }
@@ -125,11 +145,11 @@
125
145
  "members": {
126
146
  "QueueName": {},
127
147
  "Attributes": {
128
- "shape": "Sh",
148
+ "shape": "Sk",
129
149
  "locationName": "Attribute"
130
150
  },
131
151
  "tags": {
132
- "shape": "Sj",
152
+ "shape": "Sm",
133
153
  "locationName": "Tag"
134
154
  }
135
155
  }
@@ -205,7 +225,7 @@
205
225
  "flattened": true
206
226
  },
207
227
  "Failed": {
208
- "shape": "Sd"
228
+ "shape": "Sg"
209
229
  }
210
230
  }
211
231
  }
@@ -230,7 +250,7 @@
230
250
  "members": {
231
251
  "QueueUrl": {},
232
252
  "AttributeNames": {
233
- "shape": "Sw"
253
+ "shape": "Sz"
234
254
  }
235
255
  }
236
256
  },
@@ -239,7 +259,7 @@
239
259
  "type": "structure",
240
260
  "members": {
241
261
  "Attributes": {
242
- "shape": "Sh",
262
+ "shape": "Sk",
243
263
  "locationName": "Attribute"
244
264
  }
245
265
  }
@@ -286,12 +306,59 @@
286
306
  ],
287
307
  "members": {
288
308
  "queueUrls": {
289
- "shape": "S14"
309
+ "shape": "S17"
290
310
  },
291
311
  "NextToken": {}
292
312
  }
293
313
  }
294
314
  },
315
+ "ListMessageMoveTasks": {
316
+ "input": {
317
+ "type": "structure",
318
+ "required": [
319
+ "SourceArn"
320
+ ],
321
+ "members": {
322
+ "SourceArn": {},
323
+ "MaxResults": {
324
+ "type": "integer"
325
+ }
326
+ }
327
+ },
328
+ "output": {
329
+ "resultWrapper": "ListMessageMoveTasksResult",
330
+ "type": "structure",
331
+ "members": {
332
+ "Results": {
333
+ "type": "list",
334
+ "member": {
335
+ "locationName": "ListMessageMoveTasksResultEntry",
336
+ "type": "structure",
337
+ "members": {
338
+ "TaskHandle": {},
339
+ "Status": {},
340
+ "SourceArn": {},
341
+ "DestinationArn": {},
342
+ "MaxNumberOfMessagesPerSecond": {
343
+ "type": "integer"
344
+ },
345
+ "ApproximateNumberOfMessagesMoved": {
346
+ "type": "long"
347
+ },
348
+ "ApproximateNumberOfMessagesToMove": {
349
+ "type": "long"
350
+ },
351
+ "FailureReason": {},
352
+ "StartedTimestamp": {
353
+ "type": "long"
354
+ }
355
+ }
356
+ },
357
+ "flattened": true
358
+ }
359
+ }
360
+ }
361
+ },
295
362
  "ListQueueTags": {
296
363
  "input": {
297
364
  "type": "structure",
@@ -307,7 +374,7 @@
307
374
  "type": "structure",
308
375
  "members": {
309
376
  "Tags": {
310
- "shape": "Sj",
377
+ "shape": "Sm",
311
378
  "locationName": "Tag"
312
379
  }
313
380
  }
@@ -329,7 +396,7 @@
329
396
  "type": "structure",
330
397
  "members": {
331
398
  "QueueUrls": {
332
- "shape": "S14"
399
+ "shape": "S17"
333
400
  },
334
401
  "NextToken": {}
335
402
  }
@@ -355,7 +422,7 @@
355
422
  "members": {
356
423
  "QueueUrl": {},
357
424
  "AttributeNames": {
358
- "shape": "Sw"
425
+ "shape": "Sz"
359
426
  },
360
427
  "MessageAttributeNames": {
361
428
  "type": "list",
@@ -403,7 +470,7 @@
403
470
  },
404
471
  "MD5OfMessageAttributes": {},
405
472
  "MessageAttributes": {
406
- "shape": "S1i",
473
+ "shape": "S1p",
407
474
  "locationName": "MessageAttribute"
408
475
  }
409
476
  }
@@ -440,11 +507,11 @@
440
507
  "type": "integer"
441
508
  },
442
509
  "MessageAttributes": {
443
- "shape": "S1i",
510
+ "shape": "S1p",
444
511
  "locationName": "MessageAttribute"
445
512
  },
446
513
  "MessageSystemAttributes": {
447
- "shape": "S1p",
514
+ "shape": "S1w",
448
515
  "locationName": "MessageSystemAttribute"
449
516
  },
450
517
  "MessageDeduplicationId": {},
@@ -488,11 +555,11 @@
488
555
  "type": "integer"
489
556
  },
490
557
  "MessageAttributes": {
491
- "shape": "S1i",
558
+ "shape": "S1p",
492
559
  "locationName": "MessageAttribute"
493
560
  },
494
561
  "MessageSystemAttributes": {
495
- "shape": "S1p",
562
+ "shape": "S1w",
496
563
  "locationName": "MessageSystemAttribute"
497
564
  },
498
565
  "MessageDeduplicationId": {},
@@ -533,7 +600,7 @@
533
600
  "flattened": true
534
601
  },
535
602
  "Failed": {
536
- "shape": "Sd"
603
+ "shape": "Sg"
537
604
  }
538
605
  }
539
606
  }
@@ -548,12 +615,34 @@
548
615
  "members": {
549
616
  "QueueUrl": {},
550
617
  "Attributes": {
551
- "shape": "Sh",
618
+ "shape": "Sk",
552
619
  "locationName": "Attribute"
553
620
  }
554
621
  }
555
622
  }
556
623
  },
624
+ "StartMessageMoveTask": {
625
+ "input": {
626
+ "type": "structure",
627
+ "required": [
628
+ "SourceArn"
629
+ ],
630
+ "members": {
631
+ "SourceArn": {},
632
+ "DestinationArn": {},
633
+ "MaxNumberOfMessagesPerSecond": {
634
+ "type": "integer"
635
+ }
636
+ }
637
+ },
638
+ "output": {
639
+ "resultWrapper": "StartMessageMoveTaskResult",
640
+ "type": "structure",
641
+ "members": {
642
+ "TaskHandle": {}
643
+ }
644
+ }
645
+ },
557
646
  "TagQueue": {
558
647
  "input": {
559
648
  "type": "structure",
@@ -564,7 +653,7 @@
564
653
  "members": {
565
654
  "QueueUrl": {},
566
655
  "Tags": {
567
- "shape": "Sj"
656
+ "shape": "Sm"
568
657
  }
569
658
  }
570
659
  }
@@ -590,7 +679,7 @@
590
679
  }
591
680
  },
592
681
  "shapes": {
593
- "Sd": {
682
+ "Sg": {
594
683
  "type": "list",
595
684
  "member": {
596
685
  "locationName": "BatchResultErrorEntry",
@@ -611,7 +700,7 @@
611
700
  },
612
701
  "flattened": true
613
702
  },
614
- "Sh": {
703
+ "Sk": {
615
704
  "type": "map",
616
705
  "key": {
617
706
  "locationName": "Name"
@@ -622,7 +711,7 @@
622
711
  "flattened": true,
623
712
  "locationName": "Attribute"
624
713
  },
625
- "Sj": {
714
+ "Sm": {
626
715
  "type": "map",
627
716
  "key": {
628
717
  "locationName": "Key"
@@ -633,21 +722,21 @@
633
722
  "flattened": true,
634
723
  "locationName": "Tag"
635
724
  },
636
- "Sw": {
725
+ "Sz": {
637
726
  "type": "list",
638
727
  "member": {
639
728
  "locationName": "AttributeName"
640
729
  },
641
730
  "flattened": true
642
731
  },
643
- "S14": {
732
+ "S17": {
644
733
  "type": "list",
645
734
  "member": {
646
735
  "locationName": "QueueUrl"
647
736
  },
648
737
  "flattened": true
649
738
  },
650
- "S1i": {
739
+ "S1p": {
651
740
  "type": "map",
652
741
  "key": {
653
742
  "locationName": "Name"
@@ -664,12 +753,12 @@
664
753
  "type": "blob"
665
754
  },
666
755
  "StringListValues": {
667
- "shape": "S1l",
756
+ "shape": "S1s",
668
757
  "flattened": true,
669
758
  "locationName": "StringListValue"
670
759
  },
671
760
  "BinaryListValues": {
672
- "shape": "S1m",
761
+ "shape": "S1t",
673
762
  "flattened": true,
674
763
  "locationName": "BinaryListValue"
675
764
  },
@@ -678,20 +767,20 @@
678
767
  },
679
768
  "flattened": true
680
769
  },
681
- "S1l": {
770
+ "S1s": {
682
771
  "type": "list",
683
772
  "member": {
684
773
  "locationName": "StringListValue"
685
774
  }
686
775
  },
687
- "S1m": {
776
+ "S1t": {
688
777
  "type": "list",
689
778
  "member": {
690
779
  "locationName": "BinaryListValue",
691
780
  "type": "blob"
692
781
  }
693
782
  },
694
- "S1p": {
783
+ "S1w": {
695
784
  "type": "map",
696
785
  "key": {
697
786
  "locationName": "Name"
@@ -708,12 +797,12 @@
708
797
  "type": "blob"
709
798
  },
710
799
  "StringListValues": {
711
- "shape": "S1l",
800
+ "shape": "S1s",
712
801
  "flattened": true,
713
802
  "locationName": "StringListValue"
714
803
  },
715
804
  "BinaryListValues": {
716
- "shape": "S1m",
805
+ "shape": "S1t",
717
806
  "flattened": true,
718
807
  "locationName": "BinaryListValue"
719
808
  },