aws-sdk 2.1503.0 → 2.1504.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 (38) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/README.md +1 -1
  3. package/apis/appsync-2017-07-25.min.json +141 -6
  4. package/apis/b2bi-2022-06-23.examples.json +714 -0
  5. package/apis/b2bi-2022-06-23.min.json +1095 -0
  6. package/apis/b2bi-2022-06-23.paginators.json +28 -0
  7. package/apis/backup-2018-11-15.min.json +855 -84
  8. package/apis/backup-2018-11-15.paginators.json +18 -0
  9. package/apis/controltower-2018-05-10.min.json +80 -12
  10. package/apis/elasticfilesystem-2015-02-01.min.json +66 -32
  11. package/apis/fis-2020-12-01.min.json +366 -15
  12. package/apis/fis-2020-12-01.paginators.json +10 -0
  13. package/apis/metadata.json +3 -0
  14. package/apis/securityhub-2018-10-26.examples.json +433 -8
  15. package/apis/securityhub-2018-10-26.min.json +790 -336
  16. package/apis/securityhub-2018-10-26.paginators.json +12 -0
  17. package/apis/transcribe-2017-10-26.min.json +257 -70
  18. package/apis/transcribe-2017-10-26.paginators.json +5 -0
  19. package/clients/all.d.ts +1 -0
  20. package/clients/all.js +2 -1
  21. package/clients/appsync.d.ts +169 -0
  22. package/clients/b2bi.d.ts +1388 -0
  23. package/clients/b2bi.js +18 -0
  24. package/clients/backup.d.ts +848 -45
  25. package/clients/controltower.d.ts +103 -47
  26. package/clients/efs.d.ts +42 -9
  27. package/clients/fis.d.ts +383 -3
  28. package/clients/glue.d.ts +3 -3
  29. package/clients/rds.d.ts +80 -80
  30. package/clients/securityhub.d.ts +603 -13
  31. package/clients/transcribeservice.d.ts +301 -45
  32. package/dist/aws-sdk-core-react-native.js +2 -2
  33. package/dist/aws-sdk-react-native.js +52 -15
  34. package/dist/aws-sdk.js +72 -35
  35. package/dist/aws-sdk.min.js +58 -58
  36. package/lib/config_service_placeholders.d.ts +2 -0
  37. package/lib/core.js +1 -1
  38. package/package.json +1 -1
@@ -115,6 +115,13 @@
115
115
  "type": "integer"
116
116
  }
117
117
  }
118
+ },
119
+ "experimentOptions": {
120
+ "type": "structure",
121
+ "members": {
122
+ "accountTargeting": {},
123
+ "emptyTargetResolutionMode": {}
124
+ }
118
125
  }
119
126
  }
120
127
  },
@@ -122,7 +129,44 @@
122
129
  "type": "structure",
123
130
  "members": {
124
131
  "experimentTemplate": {
125
- "shape": "S1b"
132
+ "shape": "S1e"
133
+ }
134
+ }
135
+ }
136
+ },
137
+ "CreateTargetAccountConfiguration": {
138
+ "http": {
139
+ "requestUri": "/experimentTemplates/{id}/targetAccountConfigurations/{accountId}",
140
+ "responseCode": 200
141
+ },
142
+ "input": {
143
+ "type": "structure",
144
+ "required": [
145
+ "experimentTemplateId",
146
+ "accountId",
147
+ "roleArn"
148
+ ],
149
+ "members": {
150
+ "clientToken": {
151
+ "idempotencyToken": true
152
+ },
153
+ "experimentTemplateId": {
154
+ "location": "uri",
155
+ "locationName": "id"
156
+ },
157
+ "accountId": {
158
+ "location": "uri",
159
+ "locationName": "accountId"
160
+ },
161
+ "roleArn": {},
162
+ "description": {}
163
+ }
164
+ },
165
+ "output": {
166
+ "type": "structure",
167
+ "members": {
168
+ "targetAccountConfiguration": {
169
+ "shape": "S1z"
126
170
  }
127
171
  }
128
172
  }
@@ -149,7 +193,39 @@
149
193
  "type": "structure",
150
194
  "members": {
151
195
  "experimentTemplate": {
152
- "shape": "S1b"
196
+ "shape": "S1e"
197
+ }
198
+ }
199
+ }
200
+ },
201
+ "DeleteTargetAccountConfiguration": {
202
+ "http": {
203
+ "method": "DELETE",
204
+ "requestUri": "/experimentTemplates/{id}/targetAccountConfigurations/{accountId}",
205
+ "responseCode": 200
206
+ },
207
+ "input": {
208
+ "type": "structure",
209
+ "required": [
210
+ "experimentTemplateId",
211
+ "accountId"
212
+ ],
213
+ "members": {
214
+ "experimentTemplateId": {
215
+ "location": "uri",
216
+ "locationName": "id"
217
+ },
218
+ "accountId": {
219
+ "location": "uri",
220
+ "locationName": "accountId"
221
+ }
222
+ }
223
+ },
224
+ "output": {
225
+ "type": "structure",
226
+ "members": {
227
+ "targetAccountConfiguration": {
228
+ "shape": "S1z"
153
229
  }
154
230
  }
155
231
  }
@@ -194,7 +270,7 @@
194
270
  }
195
271
  },
196
272
  "targets": {
197
- "shape": "S21"
273
+ "shape": "S2d"
198
274
  },
199
275
  "tags": {
200
276
  "shape": "Se"
@@ -226,7 +302,44 @@
226
302
  "type": "structure",
227
303
  "members": {
228
304
  "experiment": {
229
- "shape": "S27"
305
+ "shape": "S2j"
306
+ }
307
+ }
308
+ }
309
+ },
310
+ "GetExperimentTargetAccountConfiguration": {
311
+ "http": {
312
+ "method": "GET",
313
+ "requestUri": "/experiments/{id}/targetAccountConfigurations/{accountId}",
314
+ "responseCode": 200
315
+ },
316
+ "input": {
317
+ "type": "structure",
318
+ "required": [
319
+ "experimentId",
320
+ "accountId"
321
+ ],
322
+ "members": {
323
+ "experimentId": {
324
+ "location": "uri",
325
+ "locationName": "id"
326
+ },
327
+ "accountId": {
328
+ "location": "uri",
329
+ "locationName": "accountId"
330
+ }
331
+ }
332
+ },
333
+ "output": {
334
+ "type": "structure",
335
+ "members": {
336
+ "targetAccountConfiguration": {
337
+ "type": "structure",
338
+ "members": {
339
+ "roleArn": {},
340
+ "accountId": {},
341
+ "description": {}
342
+ }
230
343
  }
231
344
  }
232
345
  }
@@ -253,7 +366,39 @@
253
366
  "type": "structure",
254
367
  "members": {
255
368
  "experimentTemplate": {
256
- "shape": "S1b"
369
+ "shape": "S1e"
370
+ }
371
+ }
372
+ }
373
+ },
374
+ "GetTargetAccountConfiguration": {
375
+ "http": {
376
+ "method": "GET",
377
+ "requestUri": "/experimentTemplates/{id}/targetAccountConfigurations/{accountId}",
378
+ "responseCode": 200
379
+ },
380
+ "input": {
381
+ "type": "structure",
382
+ "required": [
383
+ "experimentTemplateId",
384
+ "accountId"
385
+ ],
386
+ "members": {
387
+ "experimentTemplateId": {
388
+ "location": "uri",
389
+ "locationName": "id"
390
+ },
391
+ "accountId": {
392
+ "location": "uri",
393
+ "locationName": "accountId"
394
+ }
395
+ }
396
+ },
397
+ "output": {
398
+ "type": "structure",
399
+ "members": {
400
+ "targetAccountConfiguration": {
401
+ "shape": "S1z"
257
402
  }
258
403
  }
259
404
  }
@@ -333,7 +478,7 @@
333
478
  "id": {},
334
479
  "description": {},
335
480
  "targets": {
336
- "shape": "S21"
481
+ "shape": "S2d"
337
482
  },
338
483
  "tags": {
339
484
  "shape": "Se"
@@ -345,6 +490,99 @@
345
490
  }
346
491
  }
347
492
  },
493
+ "ListExperimentResolvedTargets": {
494
+ "http": {
495
+ "method": "GET",
496
+ "requestUri": "/experiments/{id}/resolvedTargets",
497
+ "responseCode": 200
498
+ },
499
+ "input": {
500
+ "type": "structure",
501
+ "required": [
502
+ "experimentId"
503
+ ],
504
+ "members": {
505
+ "experimentId": {
506
+ "location": "uri",
507
+ "locationName": "id"
508
+ },
509
+ "maxResults": {
510
+ "location": "querystring",
511
+ "locationName": "maxResults",
512
+ "type": "integer"
513
+ },
514
+ "nextToken": {
515
+ "location": "querystring",
516
+ "locationName": "nextToken"
517
+ },
518
+ "targetName": {
519
+ "location": "querystring",
520
+ "locationName": "targetName"
521
+ }
522
+ }
523
+ },
524
+ "output": {
525
+ "type": "structure",
526
+ "members": {
527
+ "resolvedTargets": {
528
+ "type": "list",
529
+ "member": {
530
+ "type": "structure",
531
+ "members": {
532
+ "resourceType": {},
533
+ "targetName": {},
534
+ "targetInformation": {
535
+ "type": "map",
536
+ "key": {},
537
+ "value": {}
538
+ }
539
+ }
540
+ }
541
+ },
542
+ "nextToken": {}
543
+ }
544
+ }
545
+ },
546
+ "ListExperimentTargetAccountConfigurations": {
547
+ "http": {
548
+ "method": "GET",
549
+ "requestUri": "/experiments/{id}/targetAccountConfigurations",
550
+ "responseCode": 200
551
+ },
552
+ "input": {
553
+ "type": "structure",
554
+ "required": [
555
+ "experimentId"
556
+ ],
557
+ "members": {
558
+ "experimentId": {
559
+ "location": "uri",
560
+ "locationName": "id"
561
+ },
562
+ "nextToken": {
563
+ "location": "querystring",
564
+ "locationName": "nextToken"
565
+ }
566
+ }
567
+ },
568
+ "output": {
569
+ "type": "structure",
570
+ "members": {
571
+ "targetAccountConfigurations": {
572
+ "type": "list",
573
+ "member": {
574
+ "type": "structure",
575
+ "members": {
576
+ "roleArn": {},
577
+ "accountId": {},
578
+ "description": {}
579
+ }
580
+ }
581
+ },
582
+ "nextToken": {}
583
+ }
584
+ }
585
+ },
348
586
  "ListExperimentTemplates": {
349
587
  "http": {
350
588
  "method": "GET",
@@ -422,7 +660,7 @@
422
660
  "id": {},
423
661
  "experimentTemplateId": {},
424
662
  "state": {
425
- "shape": "S28"
663
+ "shape": "S2k"
426
664
  },
427
665
  "creationTime": {
428
666
  "type": "timestamp"
@@ -464,6 +702,51 @@
464
702
  }
465
703
  }
466
704
  },
705
+ "ListTargetAccountConfigurations": {
706
+ "http": {
707
+ "method": "GET",
708
+ "requestUri": "/experimentTemplates/{id}/targetAccountConfigurations",
709
+ "responseCode": 200
710
+ },
711
+ "input": {
712
+ "type": "structure",
713
+ "required": [
714
+ "experimentTemplateId"
715
+ ],
716
+ "members": {
717
+ "experimentTemplateId": {
718
+ "location": "uri",
719
+ "locationName": "id"
720
+ },
721
+ "maxResults": {
722
+ "location": "querystring",
723
+ "locationName": "maxResults",
724
+ "type": "integer"
725
+ },
726
+ "nextToken": {
727
+ "location": "querystring",
728
+ "locationName": "nextToken"
729
+ }
730
+ }
731
+ },
732
+ "output": {
733
+ "type": "structure",
734
+ "members": {
735
+ "targetAccountConfigurations": {
736
+ "type": "list",
737
+ "member": {
738
+ "type": "structure",
739
+ "members": {
740
+ "roleArn": {},
741
+ "accountId": {},
742
+ "description": {}
743
+ }
744
+ }
745
+ },
746
+ "nextToken": {}
747
+ }
748
+ }
749
+ },
467
750
  "ListTargetResourceTypes": {
468
751
  "http": {
469
752
  "method": "GET",
@@ -526,7 +809,7 @@
526
809
  "type": "structure",
527
810
  "members": {
528
811
  "experiment": {
529
- "shape": "S27"
812
+ "shape": "S2j"
530
813
  }
531
814
  }
532
815
  }
@@ -553,7 +836,7 @@
553
836
  "type": "structure",
554
837
  "members": {
555
838
  "experiment": {
556
- "shape": "S27"
839
+ "shape": "S2j"
557
840
  }
558
841
  }
559
842
  }
@@ -704,6 +987,12 @@
704
987
  "type": "integer"
705
988
  }
706
989
  }
990
+ },
991
+ "experimentOptions": {
992
+ "type": "structure",
993
+ "members": {
994
+ "emptyTargetResolutionMode": {}
995
+ }
707
996
  }
708
997
  }
709
998
  },
@@ -711,7 +1000,41 @@
711
1000
  "type": "structure",
712
1001
  "members": {
713
1002
  "experimentTemplate": {
714
- "shape": "S1b"
1003
+ "shape": "S1e"
1004
+ }
1005
+ }
1006
+ }
1007
+ },
1008
+ "UpdateTargetAccountConfiguration": {
1009
+ "http": {
1010
+ "method": "PATCH",
1011
+ "requestUri": "/experimentTemplates/{id}/targetAccountConfigurations/{accountId}",
1012
+ "responseCode": 200
1013
+ },
1014
+ "input": {
1015
+ "type": "structure",
1016
+ "required": [
1017
+ "experimentTemplateId",
1018
+ "accountId"
1019
+ ],
1020
+ "members": {
1021
+ "experimentTemplateId": {
1022
+ "location": "uri",
1023
+ "locationName": "id"
1024
+ },
1025
+ "accountId": {
1026
+ "location": "uri",
1027
+ "locationName": "accountId"
1028
+ },
1029
+ "roleArn": {},
1030
+ "description": {}
1031
+ }
1032
+ },
1033
+ "output": {
1034
+ "type": "structure",
1035
+ "members": {
1036
+ "targetAccountConfiguration": {
1037
+ "shape": "S1z"
715
1038
  }
716
1039
  }
717
1040
  }
@@ -785,7 +1108,7 @@
785
1108
  "prefix": {}
786
1109
  }
787
1110
  },
788
- "S1b": {
1111
+ "S1e": {
789
1112
  "type": "structure",
790
1113
  "members": {
791
1114
  "id": {},
@@ -882,10 +1205,28 @@
882
1205
  "type": "integer"
883
1206
  }
884
1207
  }
1208
+ },
1209
+ "experimentOptions": {
1210
+ "type": "structure",
1211
+ "members": {
1212
+ "accountTargeting": {},
1213
+ "emptyTargetResolutionMode": {}
1214
+ }
1215
+ },
1216
+ "targetAccountConfigurationsCount": {
1217
+ "type": "long"
885
1218
  }
886
1219
  }
887
1220
  },
888
- "S21": {
1221
+ "S1z": {
1222
+ "type": "structure",
1223
+ "members": {
1224
+ "roleArn": {},
1225
+ "accountId": {},
1226
+ "description": {}
1227
+ }
1228
+ },
1229
+ "S2d": {
889
1230
  "type": "map",
890
1231
  "key": {},
891
1232
  "value": {
@@ -895,14 +1236,14 @@
895
1236
  }
896
1237
  }
897
1238
  },
898
- "S27": {
1239
+ "S2j": {
899
1240
  "type": "structure",
900
1241
  "members": {
901
1242
  "id": {},
902
1243
  "experimentTemplateId": {},
903
1244
  "roleArn": {},
904
1245
  "state": {
905
- "shape": "S28"
1246
+ "shape": "S2k"
906
1247
  },
907
1248
  "targets": {
908
1249
  "type": "map",
@@ -1019,10 +1360,20 @@
1019
1360
  "type": "integer"
1020
1361
  }
1021
1362
  }
1363
+ },
1364
+ "experimentOptions": {
1365
+ "type": "structure",
1366
+ "members": {
1367
+ "accountTargeting": {},
1368
+ "emptyTargetResolutionMode": {}
1369
+ }
1370
+ },
1371
+ "targetAccountConfigurationsCount": {
1372
+ "type": "long"
1022
1373
  }
1023
1374
  }
1024
1375
  },
1025
- "S28": {
1376
+ "S2k": {
1026
1377
  "type": "structure",
1027
1378
  "members": {
1028
1379
  "status": {},
@@ -5,6 +5,11 @@
5
5
  "output_token": "nextToken",
6
6
  "limit_key": "maxResults"
7
7
  },
8
+ "ListExperimentResolvedTargets": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ },
8
13
  "ListExperimentTemplates": {
9
14
  "input_token": "nextToken",
10
15
  "output_token": "nextToken",
@@ -15,6 +20,11 @@
15
20
  "output_token": "nextToken",
16
21
  "limit_key": "maxResults"
17
22
  },
23
+ "ListTargetAccountConfigurations": {
24
+ "input_token": "nextToken",
25
+ "output_token": "nextToken",
26
+ "limit_key": "maxResults"
27
+ },
18
28
  "ListTargetResourceTypes": {
19
29
  "input_token": "nextToken",
20
30
  "output_token": "nextToken",
@@ -1376,5 +1376,8 @@
1376
1376
  "workspacesthinclient": {
1377
1377
  "prefix": "workspaces-thin-client",
1378
1378
  "name": "WorkSpacesThinClient"
1379
+ },
1380
+ "b2bi": {
1381
+ "name": "B2bi"
1379
1382
  }
1380
1383
  }