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,1311 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-05-10",
5
+ "endpointPrefix": "ssm-incidents",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "SSM Incidents",
9
+ "serviceFullName": "AWS Systems Manager Incident Manager",
10
+ "serviceId": "SSM Incidents",
11
+ "signatureVersion": "v4",
12
+ "signingName": "ssm-incidents",
13
+ "uid": "ssm-incidents-2018-05-10"
14
+ },
15
+ "operations": {
16
+ "CreateReplicationSet": {
17
+ "http": {
18
+ "requestUri": "/createReplicationSet",
19
+ "responseCode": 201
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "regions"
25
+ ],
26
+ "members": {
27
+ "clientToken": {
28
+ "idempotencyToken": true
29
+ },
30
+ "regions": {
31
+ "type": "map",
32
+ "key": {},
33
+ "value": {
34
+ "type": "structure",
35
+ "members": {
36
+ "sseKmsKeyId": {}
37
+ }
38
+ }
39
+ }
40
+ }
41
+ },
42
+ "output": {
43
+ "type": "structure",
44
+ "required": [
45
+ "arn"
46
+ ],
47
+ "members": {
48
+ "arn": {}
49
+ }
50
+ }
51
+ },
52
+ "CreateResponsePlan": {
53
+ "http": {
54
+ "requestUri": "/createResponsePlan",
55
+ "responseCode": 201
56
+ },
57
+ "input": {
58
+ "type": "structure",
59
+ "required": [
60
+ "incidentTemplate",
61
+ "name"
62
+ ],
63
+ "members": {
64
+ "actions": {
65
+ "shape": "Sa"
66
+ },
67
+ "chatChannel": {
68
+ "shape": "Sl"
69
+ },
70
+ "clientToken": {
71
+ "idempotencyToken": true
72
+ },
73
+ "displayName": {},
74
+ "engagements": {
75
+ "shape": "Sq"
76
+ },
77
+ "incidentTemplate": {
78
+ "shape": "Ss"
79
+ },
80
+ "name": {},
81
+ "tags": {
82
+ "shape": "S10"
83
+ }
84
+ }
85
+ },
86
+ "output": {
87
+ "type": "structure",
88
+ "required": [
89
+ "arn"
90
+ ],
91
+ "members": {
92
+ "arn": {}
93
+ }
94
+ },
95
+ "idempotent": true
96
+ },
97
+ "CreateTimelineEvent": {
98
+ "http": {
99
+ "requestUri": "/createTimelineEvent",
100
+ "responseCode": 201
101
+ },
102
+ "input": {
103
+ "type": "structure",
104
+ "required": [
105
+ "clientToken",
106
+ "eventData",
107
+ "eventTime",
108
+ "eventType",
109
+ "incidentRecordArn"
110
+ ],
111
+ "members": {
112
+ "clientToken": {
113
+ "idempotencyToken": true
114
+ },
115
+ "eventData": {},
116
+ "eventTime": {
117
+ "type": "timestamp"
118
+ },
119
+ "eventType": {},
120
+ "incidentRecordArn": {}
121
+ }
122
+ },
123
+ "output": {
124
+ "type": "structure",
125
+ "required": [
126
+ "eventId",
127
+ "incidentRecordArn"
128
+ ],
129
+ "members": {
130
+ "eventId": {},
131
+ "incidentRecordArn": {}
132
+ }
133
+ },
134
+ "idempotent": true
135
+ },
136
+ "DeleteIncidentRecord": {
137
+ "http": {
138
+ "requestUri": "/deleteIncidentRecord",
139
+ "responseCode": 204
140
+ },
141
+ "input": {
142
+ "type": "structure",
143
+ "required": [
144
+ "arn"
145
+ ],
146
+ "members": {
147
+ "arn": {}
148
+ }
149
+ },
150
+ "output": {
151
+ "type": "structure",
152
+ "members": {}
153
+ },
154
+ "idempotent": true
155
+ },
156
+ "DeleteReplicationSet": {
157
+ "http": {
158
+ "requestUri": "/deleteReplicationSet",
159
+ "responseCode": 204
160
+ },
161
+ "input": {
162
+ "type": "structure",
163
+ "required": [
164
+ "arn"
165
+ ],
166
+ "members": {
167
+ "arn": {
168
+ "location": "querystring",
169
+ "locationName": "arn"
170
+ }
171
+ }
172
+ },
173
+ "output": {
174
+ "type": "structure",
175
+ "members": {}
176
+ }
177
+ },
178
+ "DeleteResourcePolicy": {
179
+ "http": {
180
+ "requestUri": "/deleteResourcePolicy",
181
+ "responseCode": 200
182
+ },
183
+ "input": {
184
+ "type": "structure",
185
+ "required": [
186
+ "policyId",
187
+ "resourceArn"
188
+ ],
189
+ "members": {
190
+ "policyId": {},
191
+ "resourceArn": {}
192
+ }
193
+ },
194
+ "output": {
195
+ "type": "structure",
196
+ "members": {}
197
+ }
198
+ },
199
+ "DeleteResponsePlan": {
200
+ "http": {
201
+ "requestUri": "/deleteResponsePlan",
202
+ "responseCode": 204
203
+ },
204
+ "input": {
205
+ "type": "structure",
206
+ "required": [
207
+ "arn"
208
+ ],
209
+ "members": {
210
+ "arn": {}
211
+ }
212
+ },
213
+ "output": {
214
+ "type": "structure",
215
+ "members": {}
216
+ },
217
+ "idempotent": true
218
+ },
219
+ "DeleteTimelineEvent": {
220
+ "http": {
221
+ "requestUri": "/deleteTimelineEvent",
222
+ "responseCode": 204
223
+ },
224
+ "input": {
225
+ "type": "structure",
226
+ "required": [
227
+ "eventId",
228
+ "incidentRecordArn"
229
+ ],
230
+ "members": {
231
+ "eventId": {},
232
+ "incidentRecordArn": {}
233
+ }
234
+ },
235
+ "output": {
236
+ "type": "structure",
237
+ "members": {}
238
+ },
239
+ "idempotent": true
240
+ },
241
+ "GetIncidentRecord": {
242
+ "http": {
243
+ "method": "GET",
244
+ "requestUri": "/getIncidentRecord",
245
+ "responseCode": 200
246
+ },
247
+ "input": {
248
+ "type": "structure",
249
+ "required": [
250
+ "arn"
251
+ ],
252
+ "members": {
253
+ "arn": {
254
+ "location": "querystring",
255
+ "locationName": "arn"
256
+ }
257
+ }
258
+ },
259
+ "output": {
260
+ "type": "structure",
261
+ "required": [
262
+ "incidentRecord"
263
+ ],
264
+ "members": {
265
+ "incidentRecord": {
266
+ "type": "structure",
267
+ "required": [
268
+ "arn",
269
+ "creationTime",
270
+ "dedupeString",
271
+ "impact",
272
+ "incidentRecordSource",
273
+ "lastModifiedBy",
274
+ "lastModifiedTime",
275
+ "status",
276
+ "title"
277
+ ],
278
+ "members": {
279
+ "arn": {},
280
+ "automationExecutions": {
281
+ "type": "list",
282
+ "member": {
283
+ "type": "structure",
284
+ "members": {
285
+ "ssmExecutionArn": {}
286
+ },
287
+ "union": true
288
+ }
289
+ },
290
+ "chatChannel": {
291
+ "shape": "Sl"
292
+ },
293
+ "creationTime": {
294
+ "type": "timestamp"
295
+ },
296
+ "dedupeString": {},
297
+ "impact": {
298
+ "type": "integer"
299
+ },
300
+ "incidentRecordSource": {
301
+ "shape": "S1q"
302
+ },
303
+ "lastModifiedBy": {},
304
+ "lastModifiedTime": {
305
+ "type": "timestamp"
306
+ },
307
+ "notificationTargets": {
308
+ "shape": "Sv"
309
+ },
310
+ "resolvedTime": {
311
+ "type": "timestamp"
312
+ },
313
+ "status": {},
314
+ "summary": {},
315
+ "title": {}
316
+ }
317
+ }
318
+ }
319
+ }
320
+ },
321
+ "GetReplicationSet": {
322
+ "http": {
323
+ "method": "GET",
324
+ "requestUri": "/getReplicationSet",
325
+ "responseCode": 200
326
+ },
327
+ "input": {
328
+ "type": "structure",
329
+ "required": [
330
+ "arn"
331
+ ],
332
+ "members": {
333
+ "arn": {
334
+ "location": "querystring",
335
+ "locationName": "arn"
336
+ }
337
+ }
338
+ },
339
+ "output": {
340
+ "type": "structure",
341
+ "required": [
342
+ "replicationSet"
343
+ ],
344
+ "members": {
345
+ "replicationSet": {
346
+ "type": "structure",
347
+ "required": [
348
+ "createdBy",
349
+ "createdTime",
350
+ "deletionProtected",
351
+ "lastModifiedBy",
352
+ "lastModifiedTime",
353
+ "regionMap",
354
+ "status"
355
+ ],
356
+ "members": {
357
+ "createdBy": {},
358
+ "createdTime": {
359
+ "type": "timestamp"
360
+ },
361
+ "deletionProtected": {
362
+ "type": "boolean"
363
+ },
364
+ "lastModifiedBy": {},
365
+ "lastModifiedTime": {
366
+ "type": "timestamp"
367
+ },
368
+ "regionMap": {
369
+ "type": "map",
370
+ "key": {},
371
+ "value": {
372
+ "type": "structure",
373
+ "required": [
374
+ "status",
375
+ "statusUpdateDateTime"
376
+ ],
377
+ "members": {
378
+ "sseKmsKeyId": {},
379
+ "status": {},
380
+ "statusMessage": {},
381
+ "statusUpdateDateTime": {
382
+ "type": "timestamp"
383
+ }
384
+ }
385
+ }
386
+ },
387
+ "status": {}
388
+ }
389
+ }
390
+ }
391
+ }
392
+ },
393
+ "GetResourcePolicies": {
394
+ "http": {
395
+ "requestUri": "/getResourcePolicies",
396
+ "responseCode": 200
397
+ },
398
+ "input": {
399
+ "type": "structure",
400
+ "required": [
401
+ "resourceArn"
402
+ ],
403
+ "members": {
404
+ "maxResults": {
405
+ "type": "integer"
406
+ },
407
+ "nextToken": {},
408
+ "resourceArn": {
409
+ "location": "querystring",
410
+ "locationName": "resourceArn"
411
+ }
412
+ }
413
+ },
414
+ "output": {
415
+ "type": "structure",
416
+ "required": [
417
+ "resourcePolicies"
418
+ ],
419
+ "members": {
420
+ "nextToken": {},
421
+ "resourcePolicies": {
422
+ "type": "list",
423
+ "member": {
424
+ "type": "structure",
425
+ "required": [
426
+ "policyDocument",
427
+ "policyId",
428
+ "ramResourceShareRegion"
429
+ ],
430
+ "members": {
431
+ "policyDocument": {},
432
+ "policyId": {},
433
+ "ramResourceShareRegion": {}
434
+ }
435
+ }
436
+ }
437
+ }
438
+ }
439
+ },
440
+ "GetResponsePlan": {
441
+ "http": {
442
+ "method": "GET",
443
+ "requestUri": "/getResponsePlan",
444
+ "responseCode": 200
445
+ },
446
+ "input": {
447
+ "type": "structure",
448
+ "required": [
449
+ "arn"
450
+ ],
451
+ "members": {
452
+ "arn": {
453
+ "location": "querystring",
454
+ "locationName": "arn"
455
+ }
456
+ }
457
+ },
458
+ "output": {
459
+ "type": "structure",
460
+ "required": [
461
+ "arn",
462
+ "incidentTemplate",
463
+ "name"
464
+ ],
465
+ "members": {
466
+ "actions": {
467
+ "shape": "Sa"
468
+ },
469
+ "arn": {},
470
+ "chatChannel": {
471
+ "shape": "Sl"
472
+ },
473
+ "displayName": {},
474
+ "engagements": {
475
+ "shape": "Sq"
476
+ },
477
+ "incidentTemplate": {
478
+ "shape": "Ss"
479
+ },
480
+ "name": {}
481
+ }
482
+ }
483
+ },
484
+ "GetTimelineEvent": {
485
+ "http": {
486
+ "method": "GET",
487
+ "requestUri": "/getTimelineEvent",
488
+ "responseCode": 200
489
+ },
490
+ "input": {
491
+ "type": "structure",
492
+ "required": [
493
+ "eventId",
494
+ "incidentRecordArn"
495
+ ],
496
+ "members": {
497
+ "eventId": {
498
+ "location": "querystring",
499
+ "locationName": "eventId"
500
+ },
501
+ "incidentRecordArn": {
502
+ "location": "querystring",
503
+ "locationName": "incidentRecordArn"
504
+ }
505
+ }
506
+ },
507
+ "output": {
508
+ "type": "structure",
509
+ "required": [
510
+ "event"
511
+ ],
512
+ "members": {
513
+ "event": {
514
+ "type": "structure",
515
+ "required": [
516
+ "eventData",
517
+ "eventId",
518
+ "eventTime",
519
+ "eventType",
520
+ "eventUpdatedTime",
521
+ "incidentRecordArn"
522
+ ],
523
+ "members": {
524
+ "eventData": {},
525
+ "eventId": {},
526
+ "eventTime": {
527
+ "type": "timestamp"
528
+ },
529
+ "eventType": {},
530
+ "eventUpdatedTime": {
531
+ "type": "timestamp"
532
+ },
533
+ "incidentRecordArn": {}
534
+ }
535
+ }
536
+ }
537
+ }
538
+ },
539
+ "ListIncidentRecords": {
540
+ "http": {
541
+ "requestUri": "/listIncidentRecords",
542
+ "responseCode": 200
543
+ },
544
+ "input": {
545
+ "type": "structure",
546
+ "members": {
547
+ "filters": {
548
+ "shape": "S2f"
549
+ },
550
+ "maxResults": {
551
+ "type": "integer"
552
+ },
553
+ "nextToken": {}
554
+ }
555
+ },
556
+ "output": {
557
+ "type": "structure",
558
+ "required": [
559
+ "incidentRecordSummaries"
560
+ ],
561
+ "members": {
562
+ "incidentRecordSummaries": {
563
+ "type": "list",
564
+ "member": {
565
+ "type": "structure",
566
+ "required": [
567
+ "arn",
568
+ "creationTime",
569
+ "impact",
570
+ "incidentRecordSource",
571
+ "status",
572
+ "title"
573
+ ],
574
+ "members": {
575
+ "arn": {},
576
+ "creationTime": {
577
+ "type": "timestamp"
578
+ },
579
+ "impact": {
580
+ "type": "integer"
581
+ },
582
+ "incidentRecordSource": {
583
+ "shape": "S1q"
584
+ },
585
+ "resolvedTime": {
586
+ "type": "timestamp"
587
+ },
588
+ "status": {},
589
+ "title": {}
590
+ }
591
+ }
592
+ },
593
+ "nextToken": {}
594
+ }
595
+ }
596
+ },
597
+ "ListRelatedItems": {
598
+ "http": {
599
+ "requestUri": "/listRelatedItems",
600
+ "responseCode": 200
601
+ },
602
+ "input": {
603
+ "type": "structure",
604
+ "required": [
605
+ "incidentRecordArn"
606
+ ],
607
+ "members": {
608
+ "incidentRecordArn": {},
609
+ "maxResults": {
610
+ "type": "integer"
611
+ },
612
+ "nextToken": {}
613
+ }
614
+ },
615
+ "output": {
616
+ "type": "structure",
617
+ "required": [
618
+ "relatedItems"
619
+ ],
620
+ "members": {
621
+ "nextToken": {},
622
+ "relatedItems": {
623
+ "shape": "S2t"
624
+ }
625
+ }
626
+ }
627
+ },
628
+ "ListReplicationSets": {
629
+ "http": {
630
+ "requestUri": "/listReplicationSets",
631
+ "responseCode": 200
632
+ },
633
+ "input": {
634
+ "type": "structure",
635
+ "members": {
636
+ "maxResults": {
637
+ "type": "integer"
638
+ },
639
+ "nextToken": {}
640
+ }
641
+ },
642
+ "output": {
643
+ "type": "structure",
644
+ "required": [
645
+ "replicationSetArns"
646
+ ],
647
+ "members": {
648
+ "nextToken": {},
649
+ "replicationSetArns": {
650
+ "type": "list",
651
+ "member": {}
652
+ }
653
+ }
654
+ }
655
+ },
656
+ "ListResponsePlans": {
657
+ "http": {
658
+ "requestUri": "/listResponsePlans",
659
+ "responseCode": 200
660
+ },
661
+ "input": {
662
+ "type": "structure",
663
+ "members": {
664
+ "maxResults": {
665
+ "type": "integer"
666
+ },
667
+ "nextToken": {}
668
+ }
669
+ },
670
+ "output": {
671
+ "type": "structure",
672
+ "required": [
673
+ "responsePlanSummaries"
674
+ ],
675
+ "members": {
676
+ "nextToken": {},
677
+ "responsePlanSummaries": {
678
+ "type": "list",
679
+ "member": {
680
+ "type": "structure",
681
+ "required": [
682
+ "arn",
683
+ "name"
684
+ ],
685
+ "members": {
686
+ "arn": {},
687
+ "displayName": {},
688
+ "name": {}
689
+ }
690
+ }
691
+ }
692
+ }
693
+ }
694
+ },
695
+ "ListTagsForResource": {
696
+ "http": {
697
+ "method": "GET",
698
+ "requestUri": "/tags/{resourceArn}",
699
+ "responseCode": 200
700
+ },
701
+ "input": {
702
+ "type": "structure",
703
+ "required": [
704
+ "resourceArn"
705
+ ],
706
+ "members": {
707
+ "resourceArn": {
708
+ "location": "uri",
709
+ "locationName": "resourceArn"
710
+ }
711
+ }
712
+ },
713
+ "output": {
714
+ "type": "structure",
715
+ "required": [
716
+ "tags"
717
+ ],
718
+ "members": {
719
+ "tags": {
720
+ "shape": "S10"
721
+ }
722
+ }
723
+ }
724
+ },
725
+ "ListTimelineEvents": {
726
+ "http": {
727
+ "requestUri": "/listTimelineEvents",
728
+ "responseCode": 200
729
+ },
730
+ "input": {
731
+ "type": "structure",
732
+ "required": [
733
+ "incidentRecordArn"
734
+ ],
735
+ "members": {
736
+ "filters": {
737
+ "shape": "S2f"
738
+ },
739
+ "incidentRecordArn": {},
740
+ "maxResults": {
741
+ "type": "integer"
742
+ },
743
+ "nextToken": {},
744
+ "sortBy": {},
745
+ "sortOrder": {}
746
+ }
747
+ },
748
+ "output": {
749
+ "type": "structure",
750
+ "required": [
751
+ "eventSummaries"
752
+ ],
753
+ "members": {
754
+ "eventSummaries": {
755
+ "type": "list",
756
+ "member": {
757
+ "type": "structure",
758
+ "required": [
759
+ "eventId",
760
+ "eventTime",
761
+ "eventType",
762
+ "eventUpdatedTime",
763
+ "incidentRecordArn"
764
+ ],
765
+ "members": {
766
+ "eventId": {},
767
+ "eventTime": {
768
+ "type": "timestamp"
769
+ },
770
+ "eventType": {},
771
+ "eventUpdatedTime": {
772
+ "type": "timestamp"
773
+ },
774
+ "incidentRecordArn": {}
775
+ }
776
+ }
777
+ },
778
+ "nextToken": {}
779
+ }
780
+ }
781
+ },
782
+ "PutResourcePolicy": {
783
+ "http": {
784
+ "requestUri": "/putResourcePolicy",
785
+ "responseCode": 200
786
+ },
787
+ "input": {
788
+ "type": "structure",
789
+ "required": [
790
+ "policy",
791
+ "resourceArn"
792
+ ],
793
+ "members": {
794
+ "policy": {},
795
+ "resourceArn": {}
796
+ }
797
+ },
798
+ "output": {
799
+ "type": "structure",
800
+ "required": [
801
+ "policyId"
802
+ ],
803
+ "members": {
804
+ "policyId": {}
805
+ }
806
+ }
807
+ },
808
+ "StartIncident": {
809
+ "http": {
810
+ "requestUri": "/startIncident",
811
+ "responseCode": 200
812
+ },
813
+ "input": {
814
+ "type": "structure",
815
+ "required": [
816
+ "responsePlanArn"
817
+ ],
818
+ "members": {
819
+ "clientToken": {
820
+ "idempotencyToken": true
821
+ },
822
+ "impact": {
823
+ "type": "integer"
824
+ },
825
+ "relatedItems": {
826
+ "shape": "S2t"
827
+ },
828
+ "responsePlanArn": {},
829
+ "title": {},
830
+ "triggerDetails": {
831
+ "type": "structure",
832
+ "required": [
833
+ "source",
834
+ "timestamp"
835
+ ],
836
+ "members": {
837
+ "rawData": {},
838
+ "source": {},
839
+ "timestamp": {
840
+ "type": "timestamp"
841
+ },
842
+ "triggerArn": {}
843
+ }
844
+ }
845
+ }
846
+ },
847
+ "output": {
848
+ "type": "structure",
849
+ "required": [
850
+ "incidentRecordArn"
851
+ ],
852
+ "members": {
853
+ "incidentRecordArn": {}
854
+ }
855
+ },
856
+ "idempotent": true
857
+ },
858
+ "TagResource": {
859
+ "http": {
860
+ "requestUri": "/tags/{resourceArn}",
861
+ "responseCode": 204
862
+ },
863
+ "input": {
864
+ "type": "structure",
865
+ "required": [
866
+ "resourceArn",
867
+ "tags"
868
+ ],
869
+ "members": {
870
+ "resourceArn": {
871
+ "location": "uri",
872
+ "locationName": "resourceArn"
873
+ },
874
+ "tags": {
875
+ "shape": "S10"
876
+ }
877
+ }
878
+ },
879
+ "output": {
880
+ "type": "structure",
881
+ "members": {}
882
+ }
883
+ },
884
+ "UntagResource": {
885
+ "http": {
886
+ "method": "DELETE",
887
+ "requestUri": "/tags/{resourceArn}",
888
+ "responseCode": 204
889
+ },
890
+ "input": {
891
+ "type": "structure",
892
+ "required": [
893
+ "resourceArn",
894
+ "tagKeys"
895
+ ],
896
+ "members": {
897
+ "resourceArn": {
898
+ "location": "uri",
899
+ "locationName": "resourceArn"
900
+ },
901
+ "tagKeys": {
902
+ "location": "querystring",
903
+ "locationName": "tagKeys",
904
+ "type": "list",
905
+ "member": {}
906
+ }
907
+ }
908
+ },
909
+ "output": {
910
+ "type": "structure",
911
+ "members": {}
912
+ },
913
+ "idempotent": true
914
+ },
915
+ "UpdateDeletionProtection": {
916
+ "http": {
917
+ "requestUri": "/updateDeletionProtection",
918
+ "responseCode": 204
919
+ },
920
+ "input": {
921
+ "type": "structure",
922
+ "required": [
923
+ "arn",
924
+ "deletionProtected"
925
+ ],
926
+ "members": {
927
+ "arn": {},
928
+ "clientToken": {
929
+ "idempotencyToken": true
930
+ },
931
+ "deletionProtected": {
932
+ "type": "boolean"
933
+ }
934
+ }
935
+ },
936
+ "output": {
937
+ "type": "structure",
938
+ "members": {}
939
+ }
940
+ },
941
+ "UpdateIncidentRecord": {
942
+ "http": {
943
+ "requestUri": "/updateIncidentRecord",
944
+ "responseCode": 204
945
+ },
946
+ "input": {
947
+ "type": "structure",
948
+ "required": [
949
+ "arn"
950
+ ],
951
+ "members": {
952
+ "arn": {},
953
+ "chatChannel": {
954
+ "shape": "Sl"
955
+ },
956
+ "clientToken": {
957
+ "idempotencyToken": true
958
+ },
959
+ "impact": {
960
+ "type": "integer"
961
+ },
962
+ "notificationTargets": {
963
+ "shape": "Sv"
964
+ },
965
+ "status": {},
966
+ "summary": {},
967
+ "title": {}
968
+ }
969
+ },
970
+ "output": {
971
+ "type": "structure",
972
+ "members": {}
973
+ },
974
+ "idempotent": true
975
+ },
976
+ "UpdateRelatedItems": {
977
+ "http": {
978
+ "requestUri": "/updateRelatedItems",
979
+ "responseCode": 204
980
+ },
981
+ "input": {
982
+ "type": "structure",
983
+ "required": [
984
+ "incidentRecordArn",
985
+ "relatedItemsUpdate"
986
+ ],
987
+ "members": {
988
+ "clientToken": {
989
+ "idempotencyToken": true
990
+ },
991
+ "incidentRecordArn": {},
992
+ "relatedItemsUpdate": {
993
+ "type": "structure",
994
+ "members": {
995
+ "itemToAdd": {
996
+ "shape": "S2u"
997
+ },
998
+ "itemToRemove": {
999
+ "shape": "S2v"
1000
+ }
1001
+ },
1002
+ "union": true
1003
+ }
1004
+ }
1005
+ },
1006
+ "output": {
1007
+ "type": "structure",
1008
+ "members": {}
1009
+ },
1010
+ "idempotent": true
1011
+ },
1012
+ "UpdateReplicationSet": {
1013
+ "http": {
1014
+ "requestUri": "/updateReplicationSet",
1015
+ "responseCode": 204
1016
+ },
1017
+ "input": {
1018
+ "type": "structure",
1019
+ "required": [
1020
+ "actions",
1021
+ "arn"
1022
+ ],
1023
+ "members": {
1024
+ "actions": {
1025
+ "type": "list",
1026
+ "member": {
1027
+ "type": "structure",
1028
+ "members": {
1029
+ "addRegionAction": {
1030
+ "type": "structure",
1031
+ "required": [
1032
+ "regionName"
1033
+ ],
1034
+ "members": {
1035
+ "regionName": {},
1036
+ "sseKmsKeyId": {}
1037
+ }
1038
+ },
1039
+ "deleteRegionAction": {
1040
+ "type": "structure",
1041
+ "required": [
1042
+ "regionName"
1043
+ ],
1044
+ "members": {
1045
+ "regionName": {}
1046
+ }
1047
+ }
1048
+ },
1049
+ "union": true
1050
+ }
1051
+ },
1052
+ "arn": {},
1053
+ "clientToken": {
1054
+ "idempotencyToken": true
1055
+ }
1056
+ }
1057
+ },
1058
+ "output": {
1059
+ "type": "structure",
1060
+ "members": {}
1061
+ }
1062
+ },
1063
+ "UpdateResponsePlan": {
1064
+ "http": {
1065
+ "requestUri": "/updateResponsePlan",
1066
+ "responseCode": 204
1067
+ },
1068
+ "input": {
1069
+ "type": "structure",
1070
+ "required": [
1071
+ "arn"
1072
+ ],
1073
+ "members": {
1074
+ "actions": {
1075
+ "shape": "Sa"
1076
+ },
1077
+ "arn": {},
1078
+ "chatChannel": {
1079
+ "shape": "Sl"
1080
+ },
1081
+ "clientToken": {
1082
+ "idempotencyToken": true
1083
+ },
1084
+ "displayName": {},
1085
+ "engagements": {
1086
+ "shape": "Sq"
1087
+ },
1088
+ "incidentTemplateDedupeString": {},
1089
+ "incidentTemplateImpact": {
1090
+ "type": "integer"
1091
+ },
1092
+ "incidentTemplateNotificationTargets": {
1093
+ "shape": "Sv"
1094
+ },
1095
+ "incidentTemplateSummary": {},
1096
+ "incidentTemplateTitle": {}
1097
+ }
1098
+ },
1099
+ "output": {
1100
+ "type": "structure",
1101
+ "members": {}
1102
+ },
1103
+ "idempotent": true
1104
+ },
1105
+ "UpdateTimelineEvent": {
1106
+ "http": {
1107
+ "requestUri": "/updateTimelineEvent",
1108
+ "responseCode": 204
1109
+ },
1110
+ "input": {
1111
+ "type": "structure",
1112
+ "required": [
1113
+ "clientToken",
1114
+ "eventId",
1115
+ "incidentRecordArn"
1116
+ ],
1117
+ "members": {
1118
+ "clientToken": {
1119
+ "idempotencyToken": true
1120
+ },
1121
+ "eventData": {},
1122
+ "eventId": {},
1123
+ "eventTime": {
1124
+ "type": "timestamp"
1125
+ },
1126
+ "eventType": {},
1127
+ "incidentRecordArn": {}
1128
+ }
1129
+ },
1130
+ "output": {
1131
+ "type": "structure",
1132
+ "members": {}
1133
+ },
1134
+ "idempotent": true
1135
+ }
1136
+ },
1137
+ "shapes": {
1138
+ "Sa": {
1139
+ "type": "list",
1140
+ "member": {
1141
+ "type": "structure",
1142
+ "members": {
1143
+ "ssmAutomation": {
1144
+ "type": "structure",
1145
+ "required": [
1146
+ "documentName",
1147
+ "roleArn"
1148
+ ],
1149
+ "members": {
1150
+ "documentName": {},
1151
+ "documentVersion": {},
1152
+ "parameters": {
1153
+ "type": "map",
1154
+ "key": {},
1155
+ "value": {
1156
+ "type": "list",
1157
+ "member": {}
1158
+ }
1159
+ },
1160
+ "roleArn": {},
1161
+ "targetAccount": {}
1162
+ }
1163
+ }
1164
+ },
1165
+ "union": true
1166
+ }
1167
+ },
1168
+ "Sl": {
1169
+ "type": "structure",
1170
+ "members": {
1171
+ "chatbotSns": {
1172
+ "type": "list",
1173
+ "member": {}
1174
+ },
1175
+ "empty": {
1176
+ "type": "structure",
1177
+ "members": {}
1178
+ }
1179
+ },
1180
+ "union": true
1181
+ },
1182
+ "Sq": {
1183
+ "type": "list",
1184
+ "member": {}
1185
+ },
1186
+ "Ss": {
1187
+ "type": "structure",
1188
+ "required": [
1189
+ "impact",
1190
+ "title"
1191
+ ],
1192
+ "members": {
1193
+ "dedupeString": {},
1194
+ "impact": {
1195
+ "type": "integer"
1196
+ },
1197
+ "notificationTargets": {
1198
+ "shape": "Sv"
1199
+ },
1200
+ "summary": {},
1201
+ "title": {}
1202
+ }
1203
+ },
1204
+ "Sv": {
1205
+ "type": "list",
1206
+ "member": {
1207
+ "type": "structure",
1208
+ "members": {
1209
+ "snsTopicArn": {}
1210
+ },
1211
+ "union": true
1212
+ }
1213
+ },
1214
+ "S10": {
1215
+ "type": "map",
1216
+ "key": {},
1217
+ "value": {}
1218
+ },
1219
+ "S1q": {
1220
+ "type": "structure",
1221
+ "required": [
1222
+ "createdBy",
1223
+ "source"
1224
+ ],
1225
+ "members": {
1226
+ "createdBy": {},
1227
+ "invokedBy": {},
1228
+ "resourceArn": {},
1229
+ "source": {}
1230
+ }
1231
+ },
1232
+ "S2f": {
1233
+ "type": "list",
1234
+ "member": {
1235
+ "type": "structure",
1236
+ "required": [
1237
+ "condition",
1238
+ "key"
1239
+ ],
1240
+ "members": {
1241
+ "condition": {
1242
+ "type": "structure",
1243
+ "members": {
1244
+ "after": {
1245
+ "type": "timestamp"
1246
+ },
1247
+ "before": {
1248
+ "type": "timestamp"
1249
+ },
1250
+ "equals": {
1251
+ "type": "structure",
1252
+ "members": {
1253
+ "integerValues": {
1254
+ "type": "list",
1255
+ "member": {
1256
+ "type": "integer"
1257
+ }
1258
+ },
1259
+ "stringValues": {
1260
+ "type": "list",
1261
+ "member": {}
1262
+ }
1263
+ },
1264
+ "union": true
1265
+ }
1266
+ },
1267
+ "union": true
1268
+ },
1269
+ "key": {}
1270
+ }
1271
+ }
1272
+ },
1273
+ "S2t": {
1274
+ "type": "list",
1275
+ "member": {
1276
+ "shape": "S2u"
1277
+ }
1278
+ },
1279
+ "S2u": {
1280
+ "type": "structure",
1281
+ "required": [
1282
+ "identifier"
1283
+ ],
1284
+ "members": {
1285
+ "identifier": {
1286
+ "shape": "S2v"
1287
+ },
1288
+ "title": {}
1289
+ }
1290
+ },
1291
+ "S2v": {
1292
+ "type": "structure",
1293
+ "required": [
1294
+ "type",
1295
+ "value"
1296
+ ],
1297
+ "members": {
1298
+ "type": {},
1299
+ "value": {
1300
+ "type": "structure",
1301
+ "members": {
1302
+ "arn": {},
1303
+ "metricDefinition": {},
1304
+ "url": {}
1305
+ },
1306
+ "union": true
1307
+ }
1308
+ }
1309
+ }
1310
+ }
1311
+ }