aws-sdk 2.927.0 → 2.931.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 (44) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/chime-2018-05-01.min.json +48 -4
  4. package/apis/connect-2017-08-08.min.json +229 -124
  5. package/apis/connect-2017-08-08.paginators.json +6 -0
  6. package/apis/ec2-2016-11-15.min.json +1034 -898
  7. package/apis/greengrassv2-2020-11-30.min.json +166 -28
  8. package/apis/greengrassv2-2020-11-30.paginators.json +6 -0
  9. package/apis/iotanalytics-2017-11-27.min.json +68 -27
  10. package/apis/kendra-2019-02-03.min.json +128 -35
  11. package/apis/kms-2014-11-01.examples.json +8 -3
  12. package/apis/kms-2014-11-01.min.json +101 -20
  13. package/apis/mediatailor-2018-04-23.min.json +67 -59
  14. package/apis/metadata.json +2 -1
  15. package/apis/models.lex.v2-2020-08-07.min.json +60 -37
  16. package/apis/rds-2014-10-31.min.json +41 -20
  17. package/apis/redshift-data-2019-12-20.min.json +26 -3
  18. package/apis/runtime.lex.v2-2020-08-07.min.json +49 -35
  19. package/clients/browser_default.d.ts +1 -0
  20. package/clients/browser_default.js +1 -0
  21. package/clients/chime.d.ts +32 -6
  22. package/clients/connect.d.ts +184 -94
  23. package/clients/ec2.d.ts +192 -41
  24. package/clients/greengrassv2.d.ts +138 -2
  25. package/clients/iotanalytics.d.ts +51 -4
  26. package/clients/kendra.d.ts +114 -3
  27. package/clients/kms.d.ts +260 -136
  28. package/clients/lexmodelsv2.d.ts +30 -4
  29. package/clients/lexruntimev2.d.ts +46 -36
  30. package/clients/lookoutmetrics.d.ts +4 -4
  31. package/clients/mediatailor.d.ts +19 -1
  32. package/clients/rds.d.ts +248 -207
  33. package/clients/redshiftdata.d.ts +25 -0
  34. package/clients/sagemaker.d.ts +6 -6
  35. package/dist/aws-sdk-core-react-native.js +26 -2
  36. package/dist/aws-sdk-react-native.js +59 -39
  37. package/dist/aws-sdk.js +4438 -1559
  38. package/dist/aws-sdk.min.js +69 -68
  39. package/lib/core.js +1 -1
  40. package/lib/event_listeners.js +23 -0
  41. package/lib/model/operation.js +1 -0
  42. package/lib/services/s3.js +18 -22
  43. package/package.json +1 -1
  44. package/scripts/region-checker/allowlist.js +7 -7
@@ -12,6 +12,98 @@
12
12
  "uid": "greengrassv2-2020-11-30"
13
13
  },
14
14
  "operations": {
15
+ "BatchAssociateClientDeviceWithCoreDevice": {
16
+ "http": {
17
+ "requestUri": "/greengrass/v2/coreDevices/{coreDeviceThingName}/associateClientDevices",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "coreDeviceThingName"
24
+ ],
25
+ "members": {
26
+ "entries": {
27
+ "type": "list",
28
+ "member": {
29
+ "type": "structure",
30
+ "required": [
31
+ "thingName"
32
+ ],
33
+ "members": {
34
+ "thingName": {}
35
+ }
36
+ }
37
+ },
38
+ "coreDeviceThingName": {
39
+ "location": "uri",
40
+ "locationName": "coreDeviceThingName"
41
+ }
42
+ }
43
+ },
44
+ "output": {
45
+ "type": "structure",
46
+ "members": {
47
+ "errorEntries": {
48
+ "type": "list",
49
+ "member": {
50
+ "type": "structure",
51
+ "members": {
52
+ "thingName": {},
53
+ "code": {},
54
+ "message": {}
55
+ }
56
+ }
57
+ }
58
+ }
59
+ }
60
+ },
61
+ "BatchDisassociateClientDeviceFromCoreDevice": {
62
+ "http": {
63
+ "requestUri": "/greengrass/v2/coreDevices/{coreDeviceThingName}/disassociateClientDevices",
64
+ "responseCode": 200
65
+ },
66
+ "input": {
67
+ "type": "structure",
68
+ "required": [
69
+ "coreDeviceThingName"
70
+ ],
71
+ "members": {
72
+ "entries": {
73
+ "type": "list",
74
+ "member": {
75
+ "type": "structure",
76
+ "required": [
77
+ "thingName"
78
+ ],
79
+ "members": {
80
+ "thingName": {}
81
+ }
82
+ }
83
+ },
84
+ "coreDeviceThingName": {
85
+ "location": "uri",
86
+ "locationName": "coreDeviceThingName"
87
+ }
88
+ }
89
+ },
90
+ "output": {
91
+ "type": "structure",
92
+ "members": {
93
+ "errorEntries": {
94
+ "type": "list",
95
+ "member": {
96
+ "type": "structure",
97
+ "members": {
98
+ "thingName": {},
99
+ "code": {},
100
+ "message": {}
101
+ }
102
+ }
103
+ }
104
+ }
105
+ }
106
+ },
15
107
  "CancelDeployment": {
16
108
  "http": {
17
109
  "requestUri": "/greengrass/v2/deployments/{deploymentId}/cancel"
@@ -56,7 +148,7 @@
56
148
  "componentName": {},
57
149
  "componentVersion": {},
58
150
  "componentPlatforms": {
59
- "shape": "Sa"
151
+ "shape": "Sn"
60
152
  },
61
153
  "componentDependencies": {
62
154
  "type": "map",
@@ -170,7 +262,7 @@
170
262
  }
171
263
  },
172
264
  "tags": {
173
- "shape": "S11"
265
+ "shape": "S1e"
174
266
  }
175
267
  }
176
268
  },
@@ -190,7 +282,7 @@
190
282
  "type": "timestamp"
191
283
  },
192
284
  "status": {
193
- "shape": "S17"
285
+ "shape": "S1k"
194
286
  }
195
287
  }
196
288
  }
@@ -209,16 +301,16 @@
209
301
  "targetArn": {},
210
302
  "deploymentName": {},
211
303
  "components": {
212
- "shape": "S1c"
304
+ "shape": "S1p"
213
305
  },
214
306
  "iotJobConfiguration": {
215
- "shape": "S1j"
307
+ "shape": "S1w"
216
308
  },
217
309
  "deploymentPolicies": {
218
- "shape": "S20"
310
+ "shape": "S2d"
219
311
  },
220
312
  "tags": {
221
- "shape": "S11"
313
+ "shape": "S1e"
222
314
  }
223
315
  }
224
316
  },
@@ -298,13 +390,13 @@
298
390
  "publisher": {},
299
391
  "description": {},
300
392
  "status": {
301
- "shape": "S17"
393
+ "shape": "S1k"
302
394
  },
303
395
  "platforms": {
304
- "shape": "Sa"
396
+ "shape": "Sn"
305
397
  },
306
398
  "tags": {
307
- "shape": "S11"
399
+ "shape": "S1e"
308
400
  }
309
401
  }
310
402
  }
@@ -342,7 +434,7 @@
342
434
  "type": "blob"
343
435
  },
344
436
  "tags": {
345
- "shape": "S11"
437
+ "shape": "S1e"
346
438
  }
347
439
  }
348
440
  }
@@ -408,7 +500,7 @@
408
500
  "type": "timestamp"
409
501
  },
410
502
  "tags": {
411
- "shape": "S11"
503
+ "shape": "S1e"
412
504
  }
413
505
  }
414
506
  }
@@ -441,13 +533,13 @@
441
533
  "iotJobId": {},
442
534
  "iotJobArn": {},
443
535
  "components": {
444
- "shape": "S1c"
536
+ "shape": "S1p"
445
537
  },
446
538
  "deploymentPolicies": {
447
- "shape": "S20"
539
+ "shape": "S2d"
448
540
  },
449
541
  "iotJobConfiguration": {
450
- "shape": "S1j"
542
+ "shape": "S1w"
451
543
  },
452
544
  "creationTimestamp": {
453
545
  "type": "timestamp"
@@ -456,9 +548,55 @@
456
548
  "type": "boolean"
457
549
  },
458
550
  "tags": {
459
- "shape": "S11"
551
+ "shape": "S1e"
552
+ }
553
+ }
554
+ }
555
+ },
556
+ "ListClientDevicesAssociatedWithCoreDevice": {
557
+ "http": {
558
+ "method": "GET",
559
+ "requestUri": "/greengrass/v2/coreDevices/{coreDeviceThingName}/associatedClientDevices",
560
+ "responseCode": 200
561
+ },
562
+ "input": {
563
+ "type": "structure",
564
+ "required": [
565
+ "coreDeviceThingName"
566
+ ],
567
+ "members": {
568
+ "coreDeviceThingName": {
569
+ "location": "uri",
570
+ "locationName": "coreDeviceThingName"
571
+ },
572
+ "maxResults": {
573
+ "location": "querystring",
574
+ "locationName": "maxResults",
575
+ "type": "integer"
576
+ },
577
+ "nextToken": {
578
+ "location": "querystring",
579
+ "locationName": "nextToken"
460
580
  }
461
581
  }
582
+ },
583
+ "output": {
584
+ "type": "structure",
585
+ "members": {
586
+ "associatedClientDevices": {
587
+ "type": "list",
588
+ "member": {
589
+ "type": "structure",
590
+ "members": {
591
+ "thingName": {},
592
+ "associationTimestamp": {
593
+ "type": "timestamp"
594
+ }
595
+ }
596
+ }
597
+ },
598
+ "nextToken": {}
599
+ }
462
600
  }
463
601
  },
464
602
  "ListComponentVersions": {
@@ -549,7 +687,7 @@
549
687
  "description": {},
550
688
  "publisher": {},
551
689
  "platforms": {
552
- "shape": "Sa"
690
+ "shape": "Sn"
553
691
  }
554
692
  }
555
693
  }
@@ -792,7 +930,7 @@
792
930
  "type": "structure",
793
931
  "members": {
794
932
  "tags": {
795
- "shape": "S11"
933
+ "shape": "S1e"
796
934
  }
797
935
  }
798
936
  }
@@ -809,7 +947,7 @@
809
947
  ],
810
948
  "members": {
811
949
  "platform": {
812
- "shape": "Sb"
950
+ "shape": "So"
813
951
  },
814
952
  "componentCandidates": {
815
953
  "type": "list",
@@ -864,7 +1002,7 @@
864
1002
  "locationName": "resourceArn"
865
1003
  },
866
1004
  "tags": {
867
- "shape": "S11"
1005
+ "shape": "S1e"
868
1006
  }
869
1007
  }
870
1008
  },
@@ -904,13 +1042,13 @@
904
1042
  }
905
1043
  },
906
1044
  "shapes": {
907
- "Sa": {
1045
+ "Sn": {
908
1046
  "type": "list",
909
1047
  "member": {
910
- "shape": "Sb"
1048
+ "shape": "So"
911
1049
  }
912
1050
  },
913
- "Sb": {
1051
+ "So": {
914
1052
  "type": "structure",
915
1053
  "members": {
916
1054
  "name": {},
@@ -921,12 +1059,12 @@
921
1059
  }
922
1060
  }
923
1061
  },
924
- "S11": {
1062
+ "S1e": {
925
1063
  "type": "map",
926
1064
  "key": {},
927
1065
  "value": {}
928
1066
  },
929
- "S17": {
1067
+ "S1k": {
930
1068
  "type": "structure",
931
1069
  "members": {
932
1070
  "componentState": {},
@@ -938,7 +1076,7 @@
938
1076
  }
939
1077
  }
940
1078
  },
941
- "S1c": {
1079
+ "S1p": {
942
1080
  "type": "map",
943
1081
  "key": {},
944
1082
  "value": {
@@ -964,7 +1102,7 @@
964
1102
  }
965
1103
  }
966
1104
  },
967
- "S1j": {
1105
+ "S1w": {
968
1106
  "type": "structure",
969
1107
  "members": {
970
1108
  "jobExecutionsRolloutConfig": {
@@ -1042,7 +1180,7 @@
1042
1180
  }
1043
1181
  }
1044
1182
  },
1045
- "S20": {
1183
+ "S2d": {
1046
1184
  "type": "structure",
1047
1185
  "members": {
1048
1186
  "failureHandlingPolicy": {},
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListClientDevicesAssociatedWithCoreDevice": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "associatedClientDevices"
8
+ },
3
9
  "ListComponentVersions": {
4
10
  "input_token": "nextToken",
5
11
  "output_token": "nextToken",
@@ -214,6 +214,9 @@
214
214
  },
215
215
  "fileFormatConfiguration": {
216
216
  "shape": "S2k"
217
+ },
218
+ "datastorePartitions": {
219
+ "shape": "S2s"
217
220
  }
218
221
  }
219
222
  },
@@ -242,7 +245,7 @@
242
245
  "members": {
243
246
  "pipelineName": {},
244
247
  "pipelineActivities": {
245
- "shape": "S2v"
248
+ "shape": "S32"
246
249
  },
247
250
  "tags": {
248
251
  "shape": "Sq"
@@ -408,7 +411,7 @@
408
411
  "type": "structure",
409
412
  "members": {
410
413
  "size": {
411
- "shape": "S3t"
414
+ "shape": "S40"
412
415
  }
413
416
  }
414
417
  }
@@ -518,6 +521,9 @@
518
521
  },
519
522
  "fileFormatConfiguration": {
520
523
  "shape": "S2k"
524
+ },
525
+ "datastorePartitions": {
526
+ "shape": "S2s"
521
527
  }
522
528
  }
523
529
  },
@@ -525,7 +531,7 @@
525
531
  "type": "structure",
526
532
  "members": {
527
533
  "size": {
528
- "shape": "S3t"
534
+ "shape": "S40"
529
535
  }
530
536
  }
531
537
  }
@@ -545,7 +551,7 @@
545
551
  "type": "structure",
546
552
  "members": {
547
553
  "loggingOptions": {
548
- "shape": "S46"
554
+ "shape": "S4d"
549
555
  }
550
556
  }
551
557
  }
@@ -576,10 +582,10 @@
576
582
  "name": {},
577
583
  "arn": {},
578
584
  "activities": {
579
- "shape": "S2v"
585
+ "shape": "S32"
580
586
  },
581
587
  "reprocessingSummaries": {
582
- "shape": "S4c"
588
+ "shape": "S4j"
583
589
  },
584
590
  "creationTime": {
585
591
  "type": "timestamp"
@@ -630,7 +636,7 @@
630
636
  "type": "timestamp"
631
637
  },
632
638
  "status": {
633
- "shape": "S4k"
639
+ "shape": "S4r"
634
640
  }
635
641
  }
636
642
  }
@@ -743,7 +749,7 @@
743
749
  "members": {
744
750
  "version": {},
745
751
  "status": {
746
- "shape": "S4k"
752
+ "shape": "S4r"
747
753
  },
748
754
  "creationTime": {
749
755
  "type": "timestamp"
@@ -871,7 +877,10 @@
871
877
  "lastMessageArrivalTime": {
872
878
  "type": "timestamp"
873
879
  },
874
- "fileFormatType": {}
880
+ "fileFormatType": {},
881
+ "datastorePartitions": {
882
+ "shape": "S2s"
883
+ }
875
884
  }
876
885
  }
877
886
  },
@@ -908,7 +917,7 @@
908
917
  "members": {
909
918
  "pipelineName": {},
910
919
  "reprocessingSummaries": {
911
- "shape": "S4c"
920
+ "shape": "S4j"
912
921
  },
913
922
  "creationTime": {
914
923
  "type": "timestamp"
@@ -961,7 +970,7 @@
961
970
  ],
962
971
  "members": {
963
972
  "loggingOptions": {
964
- "shape": "S46"
973
+ "shape": "S4d"
965
974
  }
966
975
  }
967
976
  }
@@ -978,10 +987,10 @@
978
987
  ],
979
988
  "members": {
980
989
  "pipelineActivity": {
981
- "shape": "S2w"
990
+ "shape": "S33"
982
991
  },
983
992
  "payloads": {
984
- "shape": "S5o"
993
+ "shape": "S5v"
985
994
  }
986
995
  }
987
996
  },
@@ -989,7 +998,7 @@
989
998
  "type": "structure",
990
999
  "members": {
991
1000
  "payloads": {
992
- "shape": "S5o"
1001
+ "shape": "S5v"
993
1002
  },
994
1003
  "logResult": {}
995
1004
  }
@@ -1031,7 +1040,7 @@
1031
1040
  "type": "structure",
1032
1041
  "members": {
1033
1042
  "payloads": {
1034
- "shape": "S5o"
1043
+ "shape": "S5v"
1035
1044
  }
1036
1045
  }
1037
1046
  }
@@ -1235,7 +1244,7 @@
1235
1244
  "locationName": "pipelineName"
1236
1245
  },
1237
1246
  "pipelineActivities": {
1238
- "shape": "S2v"
1247
+ "shape": "S32"
1239
1248
  }
1240
1249
  }
1241
1250
  }
@@ -1554,13 +1563,45 @@
1554
1563
  }
1555
1564
  }
1556
1565
  },
1557
- "S2v": {
1566
+ "S2s": {
1567
+ "type": "structure",
1568
+ "members": {
1569
+ "partitions": {
1570
+ "type": "list",
1571
+ "member": {
1572
+ "type": "structure",
1573
+ "members": {
1574
+ "attributePartition": {
1575
+ "type": "structure",
1576
+ "required": [
1577
+ "attributeName"
1578
+ ],
1579
+ "members": {
1580
+ "attributeName": {}
1581
+ }
1582
+ },
1583
+ "timestampPartition": {
1584
+ "type": "structure",
1585
+ "required": [
1586
+ "attributeName"
1587
+ ],
1588
+ "members": {
1589
+ "attributeName": {},
1590
+ "timestampFormat": {}
1591
+ }
1592
+ }
1593
+ }
1594
+ }
1595
+ }
1596
+ }
1597
+ },
1598
+ "S32": {
1558
1599
  "type": "list",
1559
1600
  "member": {
1560
- "shape": "S2w"
1601
+ "shape": "S33"
1561
1602
  }
1562
1603
  },
1563
- "S2w": {
1604
+ "S33": {
1564
1605
  "type": "structure",
1565
1606
  "members": {
1566
1607
  "channel": {
@@ -1627,7 +1668,7 @@
1627
1668
  "members": {
1628
1669
  "name": {},
1629
1670
  "attributes": {
1630
- "shape": "S37"
1671
+ "shape": "S3e"
1631
1672
  },
1632
1673
  "next": {}
1633
1674
  }
@@ -1641,7 +1682,7 @@
1641
1682
  "members": {
1642
1683
  "name": {},
1643
1684
  "attributes": {
1644
- "shape": "S37"
1685
+ "shape": "S3e"
1645
1686
  },
1646
1687
  "next": {}
1647
1688
  }
@@ -1706,11 +1747,11 @@
1706
1747
  }
1707
1748
  }
1708
1749
  },
1709
- "S37": {
1750
+ "S3e": {
1710
1751
  "type": "list",
1711
1752
  "member": {}
1712
1753
  },
1713
- "S3t": {
1754
+ "S40": {
1714
1755
  "type": "structure",
1715
1756
  "members": {
1716
1757
  "estimatedSizeInBytes": {
@@ -1721,7 +1762,7 @@
1721
1762
  }
1722
1763
  }
1723
1764
  },
1724
- "S46": {
1765
+ "S4d": {
1725
1766
  "type": "structure",
1726
1767
  "required": [
1727
1768
  "roleArn",
@@ -1736,7 +1777,7 @@
1736
1777
  }
1737
1778
  }
1738
1779
  },
1739
- "S4c": {
1780
+ "S4j": {
1740
1781
  "type": "list",
1741
1782
  "member": {
1742
1783
  "type": "structure",
@@ -1749,14 +1790,14 @@
1749
1790
  }
1750
1791
  }
1751
1792
  },
1752
- "S4k": {
1793
+ "S4r": {
1753
1794
  "type": "structure",
1754
1795
  "members": {
1755
1796
  "state": {},
1756
1797
  "reason": {}
1757
1798
  }
1758
1799
  },
1759
- "S5o": {
1800
+ "S5v": {
1760
1801
  "type": "list",
1761
1802
  "member": {
1762
1803
  "type": "blob"