aws-sdk 2.1416.0 → 2.1418.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 +15 -1
- package/README.md +1 -1
- package/apis/cloudformation-2010-05-15.min.json +20 -4
- package/apis/grafana-2020-08-18.min.json +41 -4
- package/apis/grafana-2020-08-18.paginators.json +6 -0
- package/apis/m2-2021-04-28.min.json +19 -3
- package/apis/medical-imaging-2023-07-19.examples.json +5 -0
- package/apis/medical-imaging-2023-07-19.min.json +1098 -0
- package/apis/medical-imaging-2023-07-19.paginators.json +28 -0
- package/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
- package/apis/metadata.json +4 -0
- package/apis/models.lex.v2-2020-08-07.min.json +854 -54
- package/apis/models.lex.v2-2020-08-07.paginators.json +30 -0
- package/apis/ram-2018-01-04.min.json +49 -36
- package/apis/snowball-2016-06-30.examples.json +26 -0
- package/apis/snowball-2016-06-30.min.json +113 -55
- package/apis/snowball-2016-06-30.paginators.json +5 -0
- package/apis/ssm-sap-2018-05-10.min.json +98 -24
- package/apis/wafv2-2019-07-29.min.json +134 -123
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/cloudformation.d.ts +21 -0
- package/clients/codegurusecurity.d.ts +3 -3
- package/clients/connect.d.ts +2 -2
- package/clients/ec2.d.ts +200 -200
- package/clients/grafana.d.ts +47 -5
- package/clients/lexmodelsv2.d.ts +1035 -33
- package/clients/m2.d.ts +14 -4
- package/clients/medicalimaging.d.ts +1102 -0
- package/clients/medicalimaging.js +19 -0
- package/clients/ram.d.ts +14 -1
- package/clients/snowball.d.ts +101 -9
- package/clients/ssmsap.d.ts +131 -7
- package/clients/translate.d.ts +1 -1
- package/clients/wafv2.d.ts +12 -2
- package/dist/aws-sdk-core-react-native.js +60 -81
- package/dist/aws-sdk-react-native.js +175 -173
- package/dist/aws-sdk.js +27 -7
- package/dist/aws-sdk.min.js +97 -97
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -55,6 +55,16 @@
|
|
55
55
|
"output_token": "nextToken",
|
56
56
|
"limit_key": "maxResults"
|
57
57
|
},
|
58
|
+
"ListIntentMetrics": {
|
59
|
+
"input_token": "nextToken",
|
60
|
+
"output_token": "nextToken",
|
61
|
+
"limit_key": "maxResults"
|
62
|
+
},
|
63
|
+
"ListIntentStageMetrics": {
|
64
|
+
"input_token": "nextToken",
|
65
|
+
"output_token": "nextToken",
|
66
|
+
"limit_key": "maxResults"
|
67
|
+
},
|
58
68
|
"ListIntents": {
|
59
69
|
"input_token": "nextToken",
|
60
70
|
"output_token": "nextToken",
|
@@ -65,6 +75,16 @@
|
|
65
75
|
"output_token": "nextToken",
|
66
76
|
"limit_key": "maxResults"
|
67
77
|
},
|
78
|
+
"ListSessionAnalyticsData": {
|
79
|
+
"input_token": "nextToken",
|
80
|
+
"output_token": "nextToken",
|
81
|
+
"limit_key": "maxResults"
|
82
|
+
},
|
83
|
+
"ListSessionMetrics": {
|
84
|
+
"input_token": "nextToken",
|
85
|
+
"output_token": "nextToken",
|
86
|
+
"limit_key": "maxResults"
|
87
|
+
},
|
68
88
|
"ListSlotTypes": {
|
69
89
|
"input_token": "nextToken",
|
70
90
|
"output_token": "nextToken",
|
@@ -94,6 +114,16 @@
|
|
94
114
|
"input_token": "nextToken",
|
95
115
|
"output_token": "nextToken",
|
96
116
|
"limit_key": "maxResults"
|
117
|
+
},
|
118
|
+
"ListUtteranceAnalyticsData": {
|
119
|
+
"input_token": "nextToken",
|
120
|
+
"output_token": "nextToken",
|
121
|
+
"limit_key": "maxResults"
|
122
|
+
},
|
123
|
+
"ListUtteranceMetrics": {
|
124
|
+
"input_token": "nextToken",
|
125
|
+
"output_token": "nextToken",
|
126
|
+
"limit_key": "maxResults"
|
97
127
|
}
|
98
128
|
}
|
99
129
|
}
|
@@ -53,7 +53,10 @@
|
|
53
53
|
"principals": {
|
54
54
|
"shape": "Se"
|
55
55
|
},
|
56
|
-
"clientToken": {}
|
56
|
+
"clientToken": {},
|
57
|
+
"sources": {
|
58
|
+
"shape": "Sf"
|
59
|
+
}
|
57
60
|
}
|
58
61
|
},
|
59
62
|
"output": {
|
@@ -115,7 +118,7 @@
|
|
115
118
|
"policyTemplate": {},
|
116
119
|
"clientToken": {},
|
117
120
|
"tags": {
|
118
|
-
"shape": "
|
121
|
+
"shape": "Sn"
|
119
122
|
}
|
120
123
|
}
|
121
124
|
},
|
@@ -123,7 +126,7 @@
|
|
123
126
|
"type": "structure",
|
124
127
|
"members": {
|
125
128
|
"permission": {
|
126
|
-
"shape": "
|
129
|
+
"shape": "Ss"
|
127
130
|
},
|
128
131
|
"clientToken": {}
|
129
132
|
}
|
@@ -149,7 +152,7 @@
|
|
149
152
|
"type": "structure",
|
150
153
|
"members": {
|
151
154
|
"permission": {
|
152
|
-
"shape": "
|
155
|
+
"shape": "Sx"
|
153
156
|
},
|
154
157
|
"clientToken": {}
|
155
158
|
}
|
@@ -173,7 +176,7 @@
|
|
173
176
|
"shape": "Se"
|
174
177
|
},
|
175
178
|
"tags": {
|
176
|
-
"shape": "
|
179
|
+
"shape": "Sn"
|
177
180
|
},
|
178
181
|
"allowExternalPrincipals": {
|
179
182
|
"type": "boolean"
|
@@ -182,6 +185,9 @@
|
|
182
185
|
"permissionArns": {
|
183
186
|
"type": "list",
|
184
187
|
"member": {}
|
188
|
+
},
|
189
|
+
"sources": {
|
190
|
+
"shape": "Sf"
|
185
191
|
}
|
186
192
|
}
|
187
193
|
},
|
@@ -189,7 +195,7 @@
|
|
189
195
|
"type": "structure",
|
190
196
|
"members": {
|
191
197
|
"resourceShare": {
|
192
|
-
"shape": "
|
198
|
+
"shape": "S12"
|
193
199
|
},
|
194
200
|
"clientToken": {}
|
195
201
|
}
|
@@ -313,7 +319,10 @@
|
|
313
319
|
"principals": {
|
314
320
|
"shape": "Se"
|
315
321
|
},
|
316
|
-
"clientToken": {}
|
322
|
+
"clientToken": {},
|
323
|
+
"sources": {
|
324
|
+
"shape": "Sf"
|
325
|
+
}
|
317
326
|
}
|
318
327
|
},
|
319
328
|
"output": {
|
@@ -389,7 +398,7 @@
|
|
389
398
|
"type": "structure",
|
390
399
|
"members": {
|
391
400
|
"permission": {
|
392
|
-
"shape": "
|
401
|
+
"shape": "Sx"
|
393
402
|
}
|
394
403
|
}
|
395
404
|
}
|
@@ -437,7 +446,7 @@
|
|
437
446
|
"members": {
|
438
447
|
"associationType": {},
|
439
448
|
"resourceShareArns": {
|
440
|
-
"shape": "
|
449
|
+
"shape": "S1o"
|
441
450
|
},
|
442
451
|
"resourceArn": {},
|
443
452
|
"principal": {},
|
@@ -470,7 +479,7 @@
|
|
470
479
|
"member": {}
|
471
480
|
},
|
472
481
|
"resourceShareArns": {
|
473
|
-
"shape": "
|
482
|
+
"shape": "S1o"
|
474
483
|
},
|
475
484
|
"nextToken": {},
|
476
485
|
"maxResults": {
|
@@ -502,7 +511,7 @@
|
|
502
511
|
],
|
503
512
|
"members": {
|
504
513
|
"resourceShareArns": {
|
505
|
-
"shape": "
|
514
|
+
"shape": "S1o"
|
506
515
|
},
|
507
516
|
"resourceShareStatus": {},
|
508
517
|
"resourceOwner": {},
|
@@ -536,7 +545,7 @@
|
|
536
545
|
"resourceShares": {
|
537
546
|
"type": "list",
|
538
547
|
"member": {
|
539
|
-
"shape": "
|
548
|
+
"shape": "S12"
|
540
549
|
}
|
541
550
|
},
|
542
551
|
"nextToken": {}
|
@@ -565,7 +574,7 @@
|
|
565
574
|
"type": "structure",
|
566
575
|
"members": {
|
567
576
|
"resources": {
|
568
|
-
"shape": "
|
577
|
+
"shape": "S24"
|
569
578
|
},
|
570
579
|
"nextToken": {}
|
571
580
|
}
|
@@ -642,7 +651,7 @@
|
|
642
651
|
"type": "structure",
|
643
652
|
"members": {
|
644
653
|
"permissions": {
|
645
|
-
"shape": "
|
654
|
+
"shape": "S2e"
|
646
655
|
},
|
647
656
|
"nextToken": {}
|
648
657
|
}
|
@@ -667,7 +676,7 @@
|
|
667
676
|
"type": "structure",
|
668
677
|
"members": {
|
669
678
|
"permissions": {
|
670
|
-
"shape": "
|
679
|
+
"shape": "S2e"
|
671
680
|
},
|
672
681
|
"nextToken": {}
|
673
682
|
}
|
@@ -690,7 +699,7 @@
|
|
690
699
|
},
|
691
700
|
"resourceType": {},
|
692
701
|
"resourceShareArns": {
|
693
|
-
"shape": "
|
702
|
+
"shape": "S1o"
|
694
703
|
},
|
695
704
|
"nextToken": {},
|
696
705
|
"maxResults": {
|
@@ -748,7 +757,7 @@
|
|
748
757
|
"replacePermissionAssociationsWorks": {
|
749
758
|
"type": "list",
|
750
759
|
"member": {
|
751
|
-
"shape": "
|
760
|
+
"shape": "S2r"
|
752
761
|
}
|
753
762
|
},
|
754
763
|
"nextToken": {}
|
@@ -776,7 +785,7 @@
|
|
776
785
|
"type": "structure",
|
777
786
|
"members": {
|
778
787
|
"permissions": {
|
779
|
-
"shape": "
|
788
|
+
"shape": "S2e"
|
780
789
|
},
|
781
790
|
"nextToken": {}
|
782
791
|
}
|
@@ -831,7 +840,7 @@
|
|
831
840
|
"shape": "Sd"
|
832
841
|
},
|
833
842
|
"resourceShareArns": {
|
834
|
-
"shape": "
|
843
|
+
"shape": "S1o"
|
835
844
|
},
|
836
845
|
"nextToken": {},
|
837
846
|
"maxResults": {
|
@@ -844,7 +853,7 @@
|
|
844
853
|
"type": "structure",
|
845
854
|
"members": {
|
846
855
|
"resources": {
|
847
|
-
"shape": "
|
856
|
+
"shape": "S24"
|
848
857
|
},
|
849
858
|
"nextToken": {}
|
850
859
|
}
|
@@ -870,7 +879,7 @@
|
|
870
879
|
"type": "structure",
|
871
880
|
"members": {
|
872
881
|
"permission": {
|
873
|
-
"shape": "
|
882
|
+
"shape": "Ss"
|
874
883
|
},
|
875
884
|
"clientToken": {}
|
876
885
|
}
|
@@ -948,7 +957,7 @@
|
|
948
957
|
"type": "structure",
|
949
958
|
"members": {
|
950
959
|
"replacePermissionAssociationsWork": {
|
951
|
-
"shape": "
|
960
|
+
"shape": "S2r"
|
952
961
|
},
|
953
962
|
"clientToken": {}
|
954
963
|
}
|
@@ -994,7 +1003,7 @@
|
|
994
1003
|
"members": {
|
995
1004
|
"resourceShareArn": {},
|
996
1005
|
"tags": {
|
997
|
-
"shape": "
|
1006
|
+
"shape": "Sn"
|
998
1007
|
},
|
999
1008
|
"resourceArn": {}
|
1000
1009
|
}
|
@@ -1049,7 +1058,7 @@
|
|
1049
1058
|
"type": "structure",
|
1050
1059
|
"members": {
|
1051
1060
|
"resourceShare": {
|
1052
|
-
"shape": "
|
1061
|
+
"shape": "S12"
|
1053
1062
|
},
|
1054
1063
|
"clientToken": {}
|
1055
1064
|
}
|
@@ -1108,7 +1117,11 @@
|
|
1108
1117
|
"type": "list",
|
1109
1118
|
"member": {}
|
1110
1119
|
},
|
1111
|
-
"
|
1120
|
+
"Sf": {
|
1121
|
+
"type": "list",
|
1122
|
+
"member": {}
|
1123
|
+
},
|
1124
|
+
"Sn": {
|
1112
1125
|
"type": "list",
|
1113
1126
|
"member": {
|
1114
1127
|
"type": "structure",
|
@@ -1118,7 +1131,7 @@
|
|
1118
1131
|
}
|
1119
1132
|
}
|
1120
1133
|
},
|
1121
|
-
"
|
1134
|
+
"Ss": {
|
1122
1135
|
"type": "structure",
|
1123
1136
|
"members": {
|
1124
1137
|
"arn": {},
|
@@ -1141,11 +1154,11 @@
|
|
1141
1154
|
"permissionType": {},
|
1142
1155
|
"featureSet": {},
|
1143
1156
|
"tags": {
|
1144
|
-
"shape": "
|
1157
|
+
"shape": "Sn"
|
1145
1158
|
}
|
1146
1159
|
}
|
1147
1160
|
},
|
1148
|
-
"
|
1161
|
+
"Sx": {
|
1149
1162
|
"type": "structure",
|
1150
1163
|
"members": {
|
1151
1164
|
"arn": {},
|
@@ -1169,11 +1182,11 @@
|
|
1169
1182
|
"featureSet": {},
|
1170
1183
|
"status": {},
|
1171
1184
|
"tags": {
|
1172
|
-
"shape": "
|
1185
|
+
"shape": "Sn"
|
1173
1186
|
}
|
1174
1187
|
}
|
1175
1188
|
},
|
1176
|
-
"
|
1189
|
+
"S12": {
|
1177
1190
|
"type": "structure",
|
1178
1191
|
"members": {
|
1179
1192
|
"resourceShareArn": {},
|
@@ -1185,7 +1198,7 @@
|
|
1185
1198
|
"status": {},
|
1186
1199
|
"statusMessage": {},
|
1187
1200
|
"tags": {
|
1188
|
-
"shape": "
|
1201
|
+
"shape": "Sn"
|
1189
1202
|
},
|
1190
1203
|
"creationTime": {
|
1191
1204
|
"type": "timestamp"
|
@@ -1196,11 +1209,11 @@
|
|
1196
1209
|
"featureSet": {}
|
1197
1210
|
}
|
1198
1211
|
},
|
1199
|
-
"
|
1212
|
+
"S1o": {
|
1200
1213
|
"type": "list",
|
1201
1214
|
"member": {}
|
1202
1215
|
},
|
1203
|
-
"
|
1216
|
+
"S24": {
|
1204
1217
|
"type": "list",
|
1205
1218
|
"member": {
|
1206
1219
|
"type": "structure",
|
@@ -1221,13 +1234,13 @@
|
|
1221
1234
|
}
|
1222
1235
|
}
|
1223
1236
|
},
|
1224
|
-
"
|
1237
|
+
"S2e": {
|
1225
1238
|
"type": "list",
|
1226
1239
|
"member": {
|
1227
|
-
"shape": "
|
1240
|
+
"shape": "Ss"
|
1228
1241
|
}
|
1229
1242
|
},
|
1230
|
-
"
|
1243
|
+
"S2r": {
|
1231
1244
|
"type": "structure",
|
1232
1245
|
"members": {
|
1233
1246
|
"id": {},
|
@@ -408,6 +408,32 @@
|
|
408
408
|
"title": "To get a list of jobs that you've created for AWS Snowball"
|
409
409
|
}
|
410
410
|
],
|
411
|
+
"ListPickupLocations": [
|
412
|
+
{
|
413
|
+
"input": {
|
414
|
+
},
|
415
|
+
"output": {
|
416
|
+
"Addresses": [
|
417
|
+
{
|
418
|
+
"AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
|
419
|
+
"City": "Seattle",
|
420
|
+
"Company": "My Company",
|
421
|
+
"Country": "US",
|
422
|
+
"Name": "My Name",
|
423
|
+
"PhoneNumber": "425-555-5555",
|
424
|
+
"PostalCode": "98101",
|
425
|
+
"StateOrProvince": "WA",
|
426
|
+
"Street1": "123 Main Street"
|
427
|
+
}
|
428
|
+
]
|
429
|
+
},
|
430
|
+
"comments": {
|
431
|
+
},
|
432
|
+
"description": "Returns a specified number of Address objects. Each Address is a pickup location address for Snow Family devices.",
|
433
|
+
"id": "to-get-a-list-of-locations-from-which-the-customer-can-choose-to-pickup-a-device-1482542167627",
|
434
|
+
"title": "To get a list of locations from which the customer can choose to pickup a device."
|
435
|
+
}
|
436
|
+
],
|
411
437
|
"UpdateCluster": [
|
412
438
|
{
|
413
439
|
"input": {
|