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
@@ -0,0 +1,833 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2021-05-03",
5
+ "endpointPrefix": "ssm-contacts",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "json",
8
+ "serviceAbbreviation": "SSM Contacts",
9
+ "serviceFullName": "AWS Systems Manager Incident Manager Contacts",
10
+ "serviceId": "SSM Contacts",
11
+ "signatureVersion": "v4",
12
+ "signingName": "ssm-contacts",
13
+ "targetPrefix": "SSMContacts",
14
+ "uid": "ssm-contacts-2021-05-03"
15
+ },
16
+ "operations": {
17
+ "AcceptPage": {
18
+ "input": {
19
+ "type": "structure",
20
+ "required": [
21
+ "PageId",
22
+ "AcceptType",
23
+ "AcceptCode"
24
+ ],
25
+ "members": {
26
+ "PageId": {},
27
+ "ContactChannelId": {},
28
+ "AcceptType": {},
29
+ "Note": {},
30
+ "AcceptCode": {}
31
+ }
32
+ },
33
+ "output": {
34
+ "type": "structure",
35
+ "members": {}
36
+ }
37
+ },
38
+ "ActivateContactChannel": {
39
+ "input": {
40
+ "type": "structure",
41
+ "required": [
42
+ "ContactChannelId",
43
+ "ActivationCode"
44
+ ],
45
+ "members": {
46
+ "ContactChannelId": {},
47
+ "ActivationCode": {}
48
+ }
49
+ },
50
+ "output": {
51
+ "type": "structure",
52
+ "members": {}
53
+ }
54
+ },
55
+ "CreateContact": {
56
+ "input": {
57
+ "type": "structure",
58
+ "required": [
59
+ "Alias",
60
+ "Type",
61
+ "Plan"
62
+ ],
63
+ "members": {
64
+ "Alias": {},
65
+ "DisplayName": {},
66
+ "Type": {},
67
+ "Plan": {
68
+ "shape": "Se"
69
+ },
70
+ "Tags": {
71
+ "shape": "So"
72
+ },
73
+ "IdempotencyToken": {
74
+ "idempotencyToken": true
75
+ }
76
+ }
77
+ },
78
+ "output": {
79
+ "type": "structure",
80
+ "required": [
81
+ "ContactArn"
82
+ ],
83
+ "members": {
84
+ "ContactArn": {}
85
+ }
86
+ }
87
+ },
88
+ "CreateContactChannel": {
89
+ "input": {
90
+ "type": "structure",
91
+ "required": [
92
+ "ContactId",
93
+ "Name",
94
+ "Type",
95
+ "DeliveryAddress"
96
+ ],
97
+ "members": {
98
+ "ContactId": {},
99
+ "Name": {},
100
+ "Type": {},
101
+ "DeliveryAddress": {
102
+ "shape": "Sx"
103
+ },
104
+ "DeferActivation": {
105
+ "type": "boolean"
106
+ },
107
+ "IdempotencyToken": {
108
+ "idempotencyToken": true
109
+ }
110
+ }
111
+ },
112
+ "output": {
113
+ "type": "structure",
114
+ "required": [
115
+ "ContactChannelArn"
116
+ ],
117
+ "members": {
118
+ "ContactChannelArn": {}
119
+ }
120
+ }
121
+ },
122
+ "DeactivateContactChannel": {
123
+ "input": {
124
+ "type": "structure",
125
+ "required": [
126
+ "ContactChannelId"
127
+ ],
128
+ "members": {
129
+ "ContactChannelId": {}
130
+ }
131
+ },
132
+ "output": {
133
+ "type": "structure",
134
+ "members": {}
135
+ }
136
+ },
137
+ "DeleteContact": {
138
+ "input": {
139
+ "type": "structure",
140
+ "required": [
141
+ "ContactId"
142
+ ],
143
+ "members": {
144
+ "ContactId": {}
145
+ }
146
+ },
147
+ "output": {
148
+ "type": "structure",
149
+ "members": {}
150
+ }
151
+ },
152
+ "DeleteContactChannel": {
153
+ "input": {
154
+ "type": "structure",
155
+ "required": [
156
+ "ContactChannelId"
157
+ ],
158
+ "members": {
159
+ "ContactChannelId": {}
160
+ }
161
+ },
162
+ "output": {
163
+ "type": "structure",
164
+ "members": {}
165
+ }
166
+ },
167
+ "DescribeEngagement": {
168
+ "input": {
169
+ "type": "structure",
170
+ "required": [
171
+ "EngagementId"
172
+ ],
173
+ "members": {
174
+ "EngagementId": {}
175
+ }
176
+ },
177
+ "output": {
178
+ "type": "structure",
179
+ "required": [
180
+ "ContactArn",
181
+ "EngagementArn",
182
+ "Sender",
183
+ "Subject",
184
+ "Content"
185
+ ],
186
+ "members": {
187
+ "ContactArn": {},
188
+ "EngagementArn": {},
189
+ "Sender": {},
190
+ "Subject": {},
191
+ "Content": {},
192
+ "PublicSubject": {},
193
+ "PublicContent": {},
194
+ "IncidentId": {},
195
+ "StartTime": {
196
+ "type": "timestamp"
197
+ },
198
+ "StopTime": {
199
+ "type": "timestamp"
200
+ }
201
+ }
202
+ }
203
+ },
204
+ "DescribePage": {
205
+ "input": {
206
+ "type": "structure",
207
+ "required": [
208
+ "PageId"
209
+ ],
210
+ "members": {
211
+ "PageId": {}
212
+ }
213
+ },
214
+ "output": {
215
+ "type": "structure",
216
+ "required": [
217
+ "PageArn",
218
+ "EngagementArn",
219
+ "ContactArn",
220
+ "Sender",
221
+ "Subject",
222
+ "Content"
223
+ ],
224
+ "members": {
225
+ "PageArn": {},
226
+ "EngagementArn": {},
227
+ "ContactArn": {},
228
+ "Sender": {},
229
+ "Subject": {},
230
+ "Content": {},
231
+ "PublicSubject": {},
232
+ "PublicContent": {},
233
+ "IncidentId": {},
234
+ "SentTime": {
235
+ "type": "timestamp"
236
+ },
237
+ "ReadTime": {
238
+ "type": "timestamp"
239
+ },
240
+ "DeliveryTime": {
241
+ "type": "timestamp"
242
+ }
243
+ }
244
+ }
245
+ },
246
+ "GetContact": {
247
+ "input": {
248
+ "type": "structure",
249
+ "required": [
250
+ "ContactId"
251
+ ],
252
+ "members": {
253
+ "ContactId": {}
254
+ }
255
+ },
256
+ "output": {
257
+ "type": "structure",
258
+ "required": [
259
+ "ContactArn",
260
+ "Alias",
261
+ "Type",
262
+ "Plan"
263
+ ],
264
+ "members": {
265
+ "ContactArn": {},
266
+ "Alias": {},
267
+ "DisplayName": {},
268
+ "Type": {},
269
+ "Plan": {
270
+ "shape": "Se"
271
+ }
272
+ }
273
+ }
274
+ },
275
+ "GetContactChannel": {
276
+ "input": {
277
+ "type": "structure",
278
+ "required": [
279
+ "ContactChannelId"
280
+ ],
281
+ "members": {
282
+ "ContactChannelId": {}
283
+ }
284
+ },
285
+ "output": {
286
+ "type": "structure",
287
+ "required": [
288
+ "ContactArn",
289
+ "ContactChannelArn",
290
+ "Name",
291
+ "Type",
292
+ "DeliveryAddress"
293
+ ],
294
+ "members": {
295
+ "ContactArn": {},
296
+ "ContactChannelArn": {},
297
+ "Name": {},
298
+ "Type": {},
299
+ "DeliveryAddress": {
300
+ "shape": "Sx"
301
+ },
302
+ "ActivationStatus": {}
303
+ }
304
+ }
305
+ },
306
+ "GetContactPolicy": {
307
+ "input": {
308
+ "type": "structure",
309
+ "required": [
310
+ "ContactArn"
311
+ ],
312
+ "members": {
313
+ "ContactArn": {}
314
+ }
315
+ },
316
+ "output": {
317
+ "type": "structure",
318
+ "members": {
319
+ "ContactArn": {},
320
+ "Policy": {}
321
+ }
322
+ }
323
+ },
324
+ "ListContactChannels": {
325
+ "input": {
326
+ "type": "structure",
327
+ "required": [
328
+ "ContactId"
329
+ ],
330
+ "members": {
331
+ "ContactId": {},
332
+ "NextToken": {},
333
+ "MaxResults": {
334
+ "type": "integer"
335
+ }
336
+ }
337
+ },
338
+ "output": {
339
+ "type": "structure",
340
+ "required": [
341
+ "ContactChannels"
342
+ ],
343
+ "members": {
344
+ "NextToken": {},
345
+ "ContactChannels": {
346
+ "type": "list",
347
+ "member": {
348
+ "type": "structure",
349
+ "required": [
350
+ "ContactChannelArn",
351
+ "ContactArn",
352
+ "Name",
353
+ "DeliveryAddress",
354
+ "ActivationStatus"
355
+ ],
356
+ "members": {
357
+ "ContactChannelArn": {},
358
+ "ContactArn": {},
359
+ "Name": {},
360
+ "Type": {},
361
+ "DeliveryAddress": {
362
+ "shape": "Sx"
363
+ },
364
+ "ActivationStatus": {}
365
+ }
366
+ }
367
+ }
368
+ }
369
+ }
370
+ },
371
+ "ListContacts": {
372
+ "input": {
373
+ "type": "structure",
374
+ "members": {
375
+ "NextToken": {},
376
+ "MaxResults": {
377
+ "type": "integer"
378
+ },
379
+ "AliasPrefix": {},
380
+ "Type": {}
381
+ }
382
+ },
383
+ "output": {
384
+ "type": "structure",
385
+ "members": {
386
+ "NextToken": {},
387
+ "Contacts": {
388
+ "type": "list",
389
+ "member": {
390
+ "type": "structure",
391
+ "required": [
392
+ "ContactArn",
393
+ "Alias",
394
+ "Type"
395
+ ],
396
+ "members": {
397
+ "ContactArn": {},
398
+ "Alias": {},
399
+ "DisplayName": {},
400
+ "Type": {}
401
+ }
402
+ }
403
+ }
404
+ }
405
+ }
406
+ },
407
+ "ListEngagements": {
408
+ "input": {
409
+ "type": "structure",
410
+ "members": {
411
+ "NextToken": {},
412
+ "MaxResults": {
413
+ "type": "integer"
414
+ },
415
+ "IncidentId": {},
416
+ "TimeRangeValue": {
417
+ "type": "structure",
418
+ "members": {
419
+ "StartTime": {
420
+ "type": "timestamp"
421
+ },
422
+ "EndTime": {
423
+ "type": "timestamp"
424
+ }
425
+ }
426
+ }
427
+ }
428
+ },
429
+ "output": {
430
+ "type": "structure",
431
+ "required": [
432
+ "Engagements"
433
+ ],
434
+ "members": {
435
+ "NextToken": {},
436
+ "Engagements": {
437
+ "type": "list",
438
+ "member": {
439
+ "type": "structure",
440
+ "required": [
441
+ "EngagementArn",
442
+ "ContactArn",
443
+ "Sender"
444
+ ],
445
+ "members": {
446
+ "EngagementArn": {},
447
+ "ContactArn": {},
448
+ "Sender": {},
449
+ "IncidentId": {},
450
+ "StartTime": {
451
+ "type": "timestamp"
452
+ },
453
+ "StopTime": {
454
+ "type": "timestamp"
455
+ }
456
+ }
457
+ }
458
+ }
459
+ }
460
+ }
461
+ },
462
+ "ListPageReceipts": {
463
+ "input": {
464
+ "type": "structure",
465
+ "required": [
466
+ "PageId"
467
+ ],
468
+ "members": {
469
+ "PageId": {},
470
+ "NextToken": {},
471
+ "MaxResults": {
472
+ "type": "integer"
473
+ }
474
+ }
475
+ },
476
+ "output": {
477
+ "type": "structure",
478
+ "members": {
479
+ "NextToken": {},
480
+ "Receipts": {
481
+ "type": "list",
482
+ "member": {
483
+ "type": "structure",
484
+ "required": [
485
+ "ReceiptType",
486
+ "ReceiptTime"
487
+ ],
488
+ "members": {
489
+ "ContactChannelArn": {},
490
+ "ReceiptType": {},
491
+ "ReceiptInfo": {},
492
+ "ReceiptTime": {
493
+ "type": "timestamp"
494
+ }
495
+ }
496
+ }
497
+ }
498
+ }
499
+ }
500
+ },
501
+ "ListPagesByContact": {
502
+ "input": {
503
+ "type": "structure",
504
+ "required": [
505
+ "ContactId"
506
+ ],
507
+ "members": {
508
+ "ContactId": {},
509
+ "NextToken": {},
510
+ "MaxResults": {
511
+ "type": "integer"
512
+ }
513
+ }
514
+ },
515
+ "output": {
516
+ "type": "structure",
517
+ "required": [
518
+ "Pages"
519
+ ],
520
+ "members": {
521
+ "NextToken": {},
522
+ "Pages": {
523
+ "shape": "S2c"
524
+ }
525
+ }
526
+ }
527
+ },
528
+ "ListPagesByEngagement": {
529
+ "input": {
530
+ "type": "structure",
531
+ "required": [
532
+ "EngagementId"
533
+ ],
534
+ "members": {
535
+ "EngagementId": {},
536
+ "NextToken": {},
537
+ "MaxResults": {
538
+ "type": "integer"
539
+ }
540
+ }
541
+ },
542
+ "output": {
543
+ "type": "structure",
544
+ "required": [
545
+ "Pages"
546
+ ],
547
+ "members": {
548
+ "NextToken": {},
549
+ "Pages": {
550
+ "shape": "S2c"
551
+ }
552
+ }
553
+ }
554
+ },
555
+ "ListTagsForResource": {
556
+ "input": {
557
+ "type": "structure",
558
+ "required": [
559
+ "ResourceARN"
560
+ ],
561
+ "members": {
562
+ "ResourceARN": {}
563
+ }
564
+ },
565
+ "output": {
566
+ "type": "structure",
567
+ "members": {
568
+ "Tags": {
569
+ "shape": "So"
570
+ }
571
+ }
572
+ }
573
+ },
574
+ "PutContactPolicy": {
575
+ "input": {
576
+ "type": "structure",
577
+ "required": [
578
+ "ContactArn",
579
+ "Policy"
580
+ ],
581
+ "members": {
582
+ "ContactArn": {},
583
+ "Policy": {}
584
+ }
585
+ },
586
+ "output": {
587
+ "type": "structure",
588
+ "members": {}
589
+ }
590
+ },
591
+ "SendActivationCode": {
592
+ "input": {
593
+ "type": "structure",
594
+ "required": [
595
+ "ContactChannelId"
596
+ ],
597
+ "members": {
598
+ "ContactChannelId": {}
599
+ }
600
+ },
601
+ "output": {
602
+ "type": "structure",
603
+ "members": {}
604
+ }
605
+ },
606
+ "StartEngagement": {
607
+ "input": {
608
+ "type": "structure",
609
+ "required": [
610
+ "ContactId",
611
+ "Sender",
612
+ "Subject",
613
+ "Content"
614
+ ],
615
+ "members": {
616
+ "ContactId": {},
617
+ "Sender": {},
618
+ "Subject": {},
619
+ "Content": {},
620
+ "PublicSubject": {},
621
+ "PublicContent": {},
622
+ "IncidentId": {},
623
+ "IdempotencyToken": {
624
+ "idempotencyToken": true
625
+ }
626
+ }
627
+ },
628
+ "output": {
629
+ "type": "structure",
630
+ "required": [
631
+ "EngagementArn"
632
+ ],
633
+ "members": {
634
+ "EngagementArn": {}
635
+ }
636
+ }
637
+ },
638
+ "StopEngagement": {
639
+ "input": {
640
+ "type": "structure",
641
+ "required": [
642
+ "EngagementId"
643
+ ],
644
+ "members": {
645
+ "EngagementId": {},
646
+ "Reason": {}
647
+ }
648
+ },
649
+ "output": {
650
+ "type": "structure",
651
+ "members": {}
652
+ }
653
+ },
654
+ "TagResource": {
655
+ "input": {
656
+ "type": "structure",
657
+ "required": [
658
+ "ResourceARN",
659
+ "Tags"
660
+ ],
661
+ "members": {
662
+ "ResourceARN": {},
663
+ "Tags": {
664
+ "shape": "So"
665
+ }
666
+ }
667
+ },
668
+ "output": {
669
+ "type": "structure",
670
+ "members": {}
671
+ }
672
+ },
673
+ "UntagResource": {
674
+ "input": {
675
+ "type": "structure",
676
+ "required": [
677
+ "ResourceARN",
678
+ "TagKeys"
679
+ ],
680
+ "members": {
681
+ "ResourceARN": {},
682
+ "TagKeys": {
683
+ "type": "list",
684
+ "member": {}
685
+ }
686
+ }
687
+ },
688
+ "output": {
689
+ "type": "structure",
690
+ "members": {}
691
+ }
692
+ },
693
+ "UpdateContact": {
694
+ "input": {
695
+ "type": "structure",
696
+ "required": [
697
+ "ContactId"
698
+ ],
699
+ "members": {
700
+ "ContactId": {},
701
+ "DisplayName": {},
702
+ "Plan": {
703
+ "shape": "Se"
704
+ }
705
+ }
706
+ },
707
+ "output": {
708
+ "type": "structure",
709
+ "members": {}
710
+ }
711
+ },
712
+ "UpdateContactChannel": {
713
+ "input": {
714
+ "type": "structure",
715
+ "required": [
716
+ "ContactChannelId"
717
+ ],
718
+ "members": {
719
+ "ContactChannelId": {},
720
+ "Name": {},
721
+ "DeliveryAddress": {
722
+ "shape": "Sx"
723
+ }
724
+ }
725
+ },
726
+ "output": {
727
+ "type": "structure",
728
+ "members": {}
729
+ }
730
+ }
731
+ },
732
+ "shapes": {
733
+ "Se": {
734
+ "type": "structure",
735
+ "required": [
736
+ "Stages"
737
+ ],
738
+ "members": {
739
+ "Stages": {
740
+ "type": "list",
741
+ "member": {
742
+ "type": "structure",
743
+ "required": [
744
+ "DurationInMinutes",
745
+ "Targets"
746
+ ],
747
+ "members": {
748
+ "DurationInMinutes": {
749
+ "type": "integer"
750
+ },
751
+ "Targets": {
752
+ "type": "list",
753
+ "member": {
754
+ "type": "structure",
755
+ "members": {
756
+ "ChannelTargetInfo": {
757
+ "type": "structure",
758
+ "required": [
759
+ "ContactChannelId"
760
+ ],
761
+ "members": {
762
+ "ContactChannelId": {},
763
+ "RetryIntervalInMinutes": {
764
+ "type": "integer"
765
+ }
766
+ }
767
+ },
768
+ "ContactTargetInfo": {
769
+ "type": "structure",
770
+ "required": [
771
+ "IsEssential"
772
+ ],
773
+ "members": {
774
+ "ContactId": {},
775
+ "IsEssential": {
776
+ "type": "boolean"
777
+ }
778
+ }
779
+ }
780
+ }
781
+ }
782
+ }
783
+ }
784
+ }
785
+ }
786
+ }
787
+ },
788
+ "So": {
789
+ "type": "list",
790
+ "member": {
791
+ "type": "structure",
792
+ "members": {
793
+ "Key": {},
794
+ "Value": {}
795
+ }
796
+ }
797
+ },
798
+ "Sx": {
799
+ "type": "structure",
800
+ "members": {
801
+ "SimpleAddress": {}
802
+ }
803
+ },
804
+ "S2c": {
805
+ "type": "list",
806
+ "member": {
807
+ "type": "structure",
808
+ "required": [
809
+ "PageArn",
810
+ "EngagementArn",
811
+ "ContactArn",
812
+ "Sender"
813
+ ],
814
+ "members": {
815
+ "PageArn": {},
816
+ "EngagementArn": {},
817
+ "ContactArn": {},
818
+ "Sender": {},
819
+ "IncidentId": {},
820
+ "SentTime": {
821
+ "type": "timestamp"
822
+ },
823
+ "DeliveryTime": {
824
+ "type": "timestamp"
825
+ },
826
+ "ReadTime": {
827
+ "type": "timestamp"
828
+ }
829
+ }
830
+ }
831
+ }
832
+ }
833
+ }