aws-sdk 2.902.0 → 2.906.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 (46) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/README.md +1 -1
  3. package/apis/config-2014-11-12.paginators.json +196 -2
  4. package/apis/connect-2017-08-08.min.json +8 -2
  5. package/apis/eks-2017-11-01.min.json +39 -11
  6. package/apis/iotwireless-2020-11-22.min.json +46 -17
  7. package/apis/kinesisanalyticsv2-2018-05-23.min.json +64 -1
  8. package/apis/lakeformation-2017-03-31.min.json +465 -95
  9. package/apis/mediaconvert-2017-08-29.min.json +187 -107
  10. package/apis/metadata.json +8 -0
  11. package/apis/ssm-2014-11-06.min.json +461 -344
  12. package/apis/ssm-2014-11-06.paginators.json +6 -0
  13. package/apis/ssm-contacts-2021-05-03.examples.json +5 -0
  14. package/apis/ssm-contacts-2021-05-03.min.json +833 -0
  15. package/apis/ssm-contacts-2021-05-03.paginators.json +40 -0
  16. package/apis/ssm-incidents-2018-05-10.examples.json +5 -0
  17. package/apis/ssm-incidents-2018-05-10.min.json +1311 -0
  18. package/apis/ssm-incidents-2018-05-10.paginators.json +40 -0
  19. package/apis/ssm-incidents-2018-05-10.waiters2.json +53 -0
  20. package/clients/all.d.ts +2 -0
  21. package/clients/all.js +3 -1
  22. package/clients/codeartifact.d.ts +23 -23
  23. package/clients/connect.d.ts +36 -28
  24. package/clients/ec2.d.ts +3 -3
  25. package/clients/ecs.d.ts +8 -8
  26. package/clients/eks.d.ts +47 -7
  27. package/clients/iotwireless.d.ts +11 -0
  28. package/clients/kinesisanalyticsv2.d.ts +77 -8
  29. package/clients/lakeformation.d.ts +428 -4
  30. package/clients/lookoutmetrics.d.ts +16 -16
  31. package/clients/mediaconvert.d.ts +98 -3
  32. package/clients/s3control.d.ts +72 -72
  33. package/clients/ssm.d.ts +181 -3
  34. package/clients/ssmcontacts.d.ts +1079 -0
  35. package/clients/ssmcontacts.js +18 -0
  36. package/clients/ssmincidents.d.ts +1382 -0
  37. package/clients/ssmincidents.js +19 -0
  38. package/dist/aws-sdk-core-react-native.js +2 -2
  39. package/dist/aws-sdk-react-native.js +94 -13
  40. package/dist/aws-sdk.js +682 -351
  41. package/dist/aws-sdk.min.js +68 -68
  42. package/lib/config_service_placeholders.d.ts +4 -0
  43. package/lib/core.js +1 -1
  44. package/lib/http/node.js +6 -2
  45. package/package.json +1 -1
  46. package/scripts/changelog/change-creator.js +1 -1
@@ -13,6 +13,32 @@
13
13
  "uid": "lakeformation-2017-03-31"
14
14
  },
15
15
  "operations": {
16
+ "AddLFTagsToResource": {
17
+ "input": {
18
+ "type": "structure",
19
+ "required": [
20
+ "Resource",
21
+ "LFTags"
22
+ ],
23
+ "members": {
24
+ "CatalogId": {},
25
+ "Resource": {
26
+ "shape": "S3"
27
+ },
28
+ "LFTags": {
29
+ "shape": "Sm"
30
+ }
31
+ }
32
+ },
33
+ "output": {
34
+ "type": "structure",
35
+ "members": {
36
+ "Failures": {
37
+ "shape": "Sp"
38
+ }
39
+ }
40
+ }
41
+ },
16
42
  "BatchGrantPermissions": {
17
43
  "input": {
18
44
  "type": "structure",
@@ -22,7 +48,7 @@
22
48
  "members": {
23
49
  "CatalogId": {},
24
50
  "Entries": {
25
- "shape": "S3"
51
+ "shape": "Su"
26
52
  }
27
53
  }
28
54
  },
@@ -30,7 +56,7 @@
30
56
  "type": "structure",
31
57
  "members": {
32
58
  "Failures": {
33
- "shape": "Sm"
59
+ "shape": "S12"
34
60
  }
35
61
  }
36
62
  }
@@ -44,7 +70,7 @@
44
70
  "members": {
45
71
  "CatalogId": {},
46
72
  "Entries": {
47
- "shape": "S3"
73
+ "shape": "Su"
48
74
  }
49
75
  }
50
76
  },
@@ -52,11 +78,47 @@
52
78
  "type": "structure",
53
79
  "members": {
54
80
  "Failures": {
55
- "shape": "Sm"
81
+ "shape": "S12"
56
82
  }
57
83
  }
58
84
  }
59
85
  },
86
+ "CreateLFTag": {
87
+ "input": {
88
+ "type": "structure",
89
+ "required": [
90
+ "TagKey",
91
+ "TagValues"
92
+ ],
93
+ "members": {
94
+ "CatalogId": {},
95
+ "TagKey": {},
96
+ "TagValues": {
97
+ "shape": "Sf"
98
+ }
99
+ }
100
+ },
101
+ "output": {
102
+ "type": "structure",
103
+ "members": {}
104
+ }
105
+ },
106
+ "DeleteLFTag": {
107
+ "input": {
108
+ "type": "structure",
109
+ "required": [
110
+ "TagKey"
111
+ ],
112
+ "members": {
113
+ "CatalogId": {},
114
+ "TagKey": {}
115
+ }
116
+ },
117
+ "output": {
118
+ "type": "structure",
119
+ "members": {}
120
+ }
121
+ },
60
122
  "DeregisterResource": {
61
123
  "input": {
62
124
  "type": "structure",
@@ -86,7 +148,7 @@
86
148
  "type": "structure",
87
149
  "members": {
88
150
  "ResourceInfo": {
89
- "shape": "Sw"
151
+ "shape": "S1e"
90
152
  }
91
153
  }
92
154
  }
@@ -102,7 +164,7 @@
102
164
  "type": "structure",
103
165
  "members": {
104
166
  "DataLakeSettings": {
105
- "shape": "S11"
167
+ "shape": "S1j"
106
168
  }
107
169
  }
108
170
  }
@@ -126,12 +188,65 @@
126
188
  "type": "structure",
127
189
  "members": {
128
190
  "Permissions": {
129
- "shape": "S1a"
191
+ "shape": "S1s"
130
192
  },
131
193
  "NextToken": {}
132
194
  }
133
195
  }
134
196
  },
197
+ "GetLFTag": {
198
+ "input": {
199
+ "type": "structure",
200
+ "required": [
201
+ "TagKey"
202
+ ],
203
+ "members": {
204
+ "CatalogId": {},
205
+ "TagKey": {}
206
+ }
207
+ },
208
+ "output": {
209
+ "type": "structure",
210
+ "members": {
211
+ "CatalogId": {},
212
+ "TagKey": {},
213
+ "TagValues": {
214
+ "shape": "Sf"
215
+ }
216
+ }
217
+ }
218
+ },
219
+ "GetResourceLFTags": {
220
+ "input": {
221
+ "type": "structure",
222
+ "required": [
223
+ "Resource"
224
+ ],
225
+ "members": {
226
+ "CatalogId": {},
227
+ "Resource": {
228
+ "shape": "S3"
229
+ },
230
+ "ShowAssignedLFTags": {
231
+ "type": "boolean"
232
+ }
233
+ }
234
+ },
235
+ "output": {
236
+ "type": "structure",
237
+ "members": {
238
+ "LFTagOnDatabase": {
239
+ "shape": "Sm"
240
+ },
241
+ "LFTagsOnTable": {
242
+ "shape": "Sm"
243
+ },
244
+ "LFTagsOnColumns": {
245
+ "shape": "S22"
246
+ }
247
+ }
248
+ }
249
+ },
135
250
  "GrantPermissions": {
136
251
  "input": {
137
252
  "type": "structure",
@@ -143,16 +258,16 @@
143
258
  "members": {
144
259
  "CatalogId": {},
145
260
  "Principal": {
146
- "shape": "S6"
261
+ "shape": "Sx"
147
262
  },
148
263
  "Resource": {
149
- "shape": "S8"
264
+ "shape": "S3"
150
265
  },
151
266
  "Permissions": {
152
- "shape": "Sj"
267
+ "shape": "Sz"
153
268
  },
154
269
  "PermissionsWithGrantOption": {
155
- "shape": "Sj"
270
+ "shape": "Sz"
156
271
  }
157
272
  }
158
273
  },
@@ -161,17 +276,39 @@
161
276
  "members": {}
162
277
  }
163
278
  },
279
+ "ListLFTags": {
280
+ "input": {
281
+ "type": "structure",
282
+ "members": {
283
+ "CatalogId": {},
284
+ "ResourceShareType": {},
285
+ "MaxResults": {
286
+ "type": "integer"
287
+ },
288
+ "NextToken": {}
289
+ }
290
+ },
291
+ "output": {
292
+ "type": "structure",
293
+ "members": {
294
+ "LFTags": {
295
+ "shape": "Sm"
296
+ },
297
+ "NextToken": {}
298
+ }
299
+ }
300
+ },
164
301
  "ListPermissions": {
165
302
  "input": {
166
303
  "type": "structure",
167
304
  "members": {
168
305
  "CatalogId": {},
169
306
  "Principal": {
170
- "shape": "S6"
307
+ "shape": "Sx"
171
308
  },
172
309
  "ResourceType": {},
173
310
  "Resource": {
174
- "shape": "S8"
311
+ "shape": "S3"
175
312
  },
176
313
  "NextToken": {},
177
314
  "MaxResults": {
@@ -183,7 +320,7 @@
183
320
  "type": "structure",
184
321
  "members": {
185
322
  "PrincipalResourcePermissions": {
186
- "shape": "S1a"
323
+ "shape": "S1s"
187
324
  },
188
325
  "NextToken": {}
189
326
  }
@@ -219,7 +356,7 @@
219
356
  "ResourceInfoList": {
220
357
  "type": "list",
221
358
  "member": {
222
- "shape": "Sw"
359
+ "shape": "S1e"
223
360
  }
224
361
  },
225
362
  "NextToken": {}
@@ -235,7 +372,7 @@
235
372
  "members": {
236
373
  "CatalogId": {},
237
374
  "DataLakeSettings": {
238
- "shape": "S11"
375
+ "shape": "S1j"
239
376
  }
240
377
  }
241
378
  },
@@ -263,6 +400,32 @@
263
400
  "members": {}
264
401
  }
265
402
  },
403
+ "RemoveLFTagsFromResource": {
404
+ "input": {
405
+ "type": "structure",
406
+ "required": [
407
+ "Resource",
408
+ "LFTags"
409
+ ],
410
+ "members": {
411
+ "CatalogId": {},
412
+ "Resource": {
413
+ "shape": "S3"
414
+ },
415
+ "LFTags": {
416
+ "shape": "Sm"
417
+ }
418
+ }
419
+ },
420
+ "output": {
421
+ "type": "structure",
422
+ "members": {
423
+ "Failures": {
424
+ "shape": "Sp"
425
+ }
426
+ }
427
+ }
428
+ },
266
429
  "RevokePermissions": {
267
430
  "input": {
268
431
  "type": "structure",
@@ -274,19 +437,123 @@
274
437
  "members": {
275
438
  "CatalogId": {},
276
439
  "Principal": {
277
- "shape": "S6"
440
+ "shape": "Sx"
278
441
  },
279
442
  "Resource": {
280
- "shape": "S8"
443
+ "shape": "S3"
281
444
  },
282
445
  "Permissions": {
283
- "shape": "Sj"
446
+ "shape": "Sz"
284
447
  },
285
448
  "PermissionsWithGrantOption": {
449
+ "shape": "Sz"
450
+ }
451
+ }
452
+ },
453
+ "output": {
454
+ "type": "structure",
455
+ "members": {}
456
+ }
457
+ },
458
+ "SearchDatabasesByLFTags": {
459
+ "input": {
460
+ "type": "structure",
461
+ "required": [
462
+ "Expression"
463
+ ],
464
+ "members": {
465
+ "NextToken": {},
466
+ "MaxResults": {
467
+ "type": "integer"
468
+ },
469
+ "CatalogId": {},
470
+ "Expression": {
471
+ "shape": "Sj"
472
+ }
473
+ }
474
+ },
475
+ "output": {
476
+ "type": "structure",
477
+ "members": {
478
+ "NextToken": {},
479
+ "DatabaseList": {
480
+ "type": "list",
481
+ "member": {
482
+ "type": "structure",
483
+ "members": {
484
+ "Database": {
485
+ "shape": "S5"
486
+ },
487
+ "LFTags": {
488
+ "shape": "Sm"
489
+ }
490
+ }
491
+ }
492
+ }
493
+ }
494
+ }
495
+ },
496
+ "SearchTablesByLFTags": {
497
+ "input": {
498
+ "type": "structure",
499
+ "required": [
500
+ "Expression"
501
+ ],
502
+ "members": {
503
+ "NextToken": {},
504
+ "MaxResults": {
505
+ "type": "integer"
506
+ },
507
+ "CatalogId": {},
508
+ "Expression": {
286
509
  "shape": "Sj"
287
510
  }
288
511
  }
289
512
  },
513
+ "output": {
514
+ "type": "structure",
515
+ "members": {
516
+ "NextToken": {},
517
+ "TableList": {
518
+ "type": "list",
519
+ "member": {
520
+ "type": "structure",
521
+ "members": {
522
+ "Table": {
523
+ "shape": "S7"
524
+ },
525
+ "LFTagOnDatabase": {
526
+ "shape": "Sm"
527
+ },
528
+ "LFTagsOnTable": {
529
+ "shape": "Sm"
530
+ },
531
+ "LFTagsOnColumns": {
532
+ "shape": "S22"
533
+ }
534
+ }
535
+ }
536
+ }
537
+ }
538
+ }
539
+ },
540
+ "UpdateLFTag": {
541
+ "input": {
542
+ "type": "structure",
543
+ "required": [
544
+ "TagKey"
545
+ ],
546
+ "members": {
547
+ "CatalogId": {},
548
+ "TagKey": {},
549
+ "TagValuesToDelete": {
550
+ "shape": "Sf"
551
+ },
552
+ "TagValuesToAdd": {
553
+ "shape": "Sf"
554
+ }
555
+ }
556
+ },
290
557
  "output": {
291
558
  "type": "structure",
292
559
  "members": {}
@@ -312,39 +579,6 @@
312
579
  },
313
580
  "shapes": {
314
581
  "S3": {
315
- "type": "list",
316
- "member": {
317
- "shape": "S4"
318
- }
319
- },
320
- "S4": {
321
- "type": "structure",
322
- "required": [
323
- "Id"
324
- ],
325
- "members": {
326
- "Id": {},
327
- "Principal": {
328
- "shape": "S6"
329
- },
330
- "Resource": {
331
- "shape": "S8"
332
- },
333
- "Permissions": {
334
- "shape": "Sj"
335
- },
336
- "PermissionsWithGrantOption": {
337
- "shape": "Sj"
338
- }
339
- }
340
- },
341
- "S6": {
342
- "type": "structure",
343
- "members": {
344
- "DataLakePrincipalIdentifier": {}
345
- }
346
- },
347
- "S8": {
348
582
  "type": "structure",
349
583
  "members": {
350
584
  "Catalog": {
@@ -352,29 +586,10 @@
352
586
  "members": {}
353
587
  },
354
588
  "Database": {
355
- "type": "structure",
356
- "required": [
357
- "Name"
358
- ],
359
- "members": {
360
- "CatalogId": {},
361
- "Name": {}
362
- }
589
+ "shape": "S5"
363
590
  },
364
591
  "Table": {
365
- "type": "structure",
366
- "required": [
367
- "DatabaseName"
368
- ],
369
- "members": {
370
- "CatalogId": {},
371
- "DatabaseName": {},
372
- "Name": {},
373
- "TableWildcard": {
374
- "type": "structure",
375
- "members": {}
376
- }
377
- }
592
+ "shape": "S7"
378
593
  },
379
594
  "TableWithColumns": {
380
595
  "type": "structure",
@@ -387,13 +602,13 @@
387
602
  "DatabaseName": {},
388
603
  "Name": {},
389
604
  "ColumnNames": {
390
- "shape": "Sf"
605
+ "shape": "Sa"
391
606
  },
392
607
  "ColumnWildcard": {
393
608
  "type": "structure",
394
609
  "members": {
395
610
  "ExcludedColumnNames": {
396
- "shape": "Sf"
611
+ "shape": "Sa"
397
612
  }
398
613
  }
399
614
  }
@@ -408,36 +623,179 @@
408
623
  "CatalogId": {},
409
624
  "ResourceArn": {}
410
625
  }
626
+ },
627
+ "LFTag": {
628
+ "type": "structure",
629
+ "required": [
630
+ "TagKey",
631
+ "TagValues"
632
+ ],
633
+ "members": {
634
+ "CatalogId": {},
635
+ "TagKey": {},
636
+ "TagValues": {
637
+ "shape": "Sf"
638
+ }
639
+ }
640
+ },
641
+ "LFTagPolicy": {
642
+ "type": "structure",
643
+ "required": [
644
+ "ResourceType",
645
+ "Expression"
646
+ ],
647
+ "members": {
648
+ "CatalogId": {},
649
+ "ResourceType": {},
650
+ "Expression": {
651
+ "shape": "Sj"
652
+ }
653
+ }
654
+ }
655
+ }
656
+ },
657
+ "S5": {
658
+ "type": "structure",
659
+ "required": [
660
+ "Name"
661
+ ],
662
+ "members": {
663
+ "CatalogId": {},
664
+ "Name": {}
665
+ }
666
+ },
667
+ "S7": {
668
+ "type": "structure",
669
+ "required": [
670
+ "DatabaseName"
671
+ ],
672
+ "members": {
673
+ "CatalogId": {},
674
+ "DatabaseName": {},
675
+ "Name": {},
676
+ "TableWildcard": {
677
+ "type": "structure",
678
+ "members": {}
411
679
  }
412
680
  }
413
681
  },
682
+ "Sa": {
683
+ "type": "list",
684
+ "member": {}
685
+ },
414
686
  "Sf": {
415
687
  "type": "list",
416
688
  "member": {}
417
689
  },
418
690
  "Sj": {
419
691
  "type": "list",
420
- "member": {}
692
+ "member": {
693
+ "type": "structure",
694
+ "required": [
695
+ "TagKey",
696
+ "TagValues"
697
+ ],
698
+ "members": {
699
+ "TagKey": {},
700
+ "TagValues": {
701
+ "shape": "Sf"
702
+ }
703
+ }
704
+ }
421
705
  },
422
706
  "Sm": {
707
+ "type": "list",
708
+ "member": {
709
+ "shape": "Sn"
710
+ }
711
+ },
712
+ "Sn": {
713
+ "type": "structure",
714
+ "required": [
715
+ "TagKey",
716
+ "TagValues"
717
+ ],
718
+ "members": {
719
+ "CatalogId": {},
720
+ "TagKey": {},
721
+ "TagValues": {
722
+ "shape": "Sf"
723
+ }
724
+ }
725
+ },
726
+ "Sp": {
727
+ "type": "list",
728
+ "member": {
729
+ "type": "structure",
730
+ "members": {
731
+ "LFTag": {
732
+ "shape": "Sn"
733
+ },
734
+ "Error": {
735
+ "shape": "Sr"
736
+ }
737
+ }
738
+ }
739
+ },
740
+ "Sr": {
741
+ "type": "structure",
742
+ "members": {
743
+ "ErrorCode": {},
744
+ "ErrorMessage": {}
745
+ }
746
+ },
747
+ "Su": {
748
+ "type": "list",
749
+ "member": {
750
+ "shape": "Sv"
751
+ }
752
+ },
753
+ "Sv": {
754
+ "type": "structure",
755
+ "required": [
756
+ "Id"
757
+ ],
758
+ "members": {
759
+ "Id": {},
760
+ "Principal": {
761
+ "shape": "Sx"
762
+ },
763
+ "Resource": {
764
+ "shape": "S3"
765
+ },
766
+ "Permissions": {
767
+ "shape": "Sz"
768
+ },
769
+ "PermissionsWithGrantOption": {
770
+ "shape": "Sz"
771
+ }
772
+ }
773
+ },
774
+ "Sx": {
775
+ "type": "structure",
776
+ "members": {
777
+ "DataLakePrincipalIdentifier": {}
778
+ }
779
+ },
780
+ "Sz": {
781
+ "type": "list",
782
+ "member": {}
783
+ },
784
+ "S12": {
423
785
  "type": "list",
424
786
  "member": {
425
787
  "type": "structure",
426
788
  "members": {
427
789
  "RequestEntry": {
428
- "shape": "S4"
790
+ "shape": "Sv"
429
791
  },
430
792
  "Error": {
431
- "type": "structure",
432
- "members": {
433
- "ErrorCode": {},
434
- "ErrorMessage": {}
435
- }
793
+ "shape": "Sr"
436
794
  }
437
795
  }
438
796
  }
439
797
  },
440
- "Sw": {
798
+ "S1e": {
441
799
  "type": "structure",
442
800
  "members": {
443
801
  "ResourceArn": {},
@@ -447,20 +805,20 @@
447
805
  }
448
806
  }
449
807
  },
450
- "S11": {
808
+ "S1j": {
451
809
  "type": "structure",
452
810
  "members": {
453
811
  "DataLakeAdmins": {
454
812
  "type": "list",
455
813
  "member": {
456
- "shape": "S6"
814
+ "shape": "Sx"
457
815
  }
458
816
  },
459
817
  "CreateDatabaseDefaultPermissions": {
460
- "shape": "S13"
818
+ "shape": "S1l"
461
819
  },
462
820
  "CreateTableDefaultPermissions": {
463
- "shape": "S13"
821
+ "shape": "S1l"
464
822
  },
465
823
  "TrustedResourceOwners": {
466
824
  "type": "list",
@@ -468,36 +826,36 @@
468
826
  }
469
827
  }
470
828
  },
471
- "S13": {
829
+ "S1l": {
472
830
  "type": "list",
473
831
  "member": {
474
832
  "type": "structure",
475
833
  "members": {
476
834
  "Principal": {
477
- "shape": "S6"
835
+ "shape": "Sx"
478
836
  },
479
837
  "Permissions": {
480
- "shape": "Sj"
838
+ "shape": "Sz"
481
839
  }
482
840
  }
483
841
  }
484
842
  },
485
- "S1a": {
843
+ "S1s": {
486
844
  "type": "list",
487
845
  "member": {
488
846
  "type": "structure",
489
847
  "members": {
490
848
  "Principal": {
491
- "shape": "S6"
849
+ "shape": "Sx"
492
850
  },
493
851
  "Resource": {
494
- "shape": "S8"
852
+ "shape": "S3"
495
853
  },
496
854
  "Permissions": {
497
- "shape": "Sj"
855
+ "shape": "Sz"
498
856
  },
499
857
  "PermissionsWithGrantOption": {
500
- "shape": "Sj"
858
+ "shape": "Sz"
501
859
  },
502
860
  "AdditionalDetails": {
503
861
  "type": "structure",
@@ -510,6 +868,18 @@
510
868
  }
511
869
  }
512
870
  }
871
+ },
872
+ "S22": {
873
+ "type": "list",
874
+ "member": {
875
+ "type": "structure",
876
+ "members": {
877
+ "Name": {},
878
+ "LFTags": {
879
+ "shape": "Sm"
880
+ }
881
+ }
882
+ }
513
883
  }
514
884
  }
515
885
  }