@aws-sdk/client-ssm-incidents 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/SSMIncidents.d.ts +497 -150
- package/dist-types/ts3.4/SSMIncidentsClient.d.ts +279 -102
- package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +29 -29
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/SSMIncidentsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +954 -1173
- package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListIncidentRecordsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRelatedItemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReplicationSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResponsePlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTimelineEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +353 -89
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetDeleted.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,1173 +1,954 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { SSMIncidentsServiceException as __BaseException } from "./SSMIncidentsServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
export declare enum VariableType {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
export declare namespace
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
export declare type
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
}
|
|
207
|
-
export declare enum
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
export interface
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
}
|
|
321
|
-
export interface
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
export
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
}
|
|
409
|
-
export interface
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
export interface
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
}
|
|
510
|
-
export
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
export interface
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
}
|
|
609
|
-
export interface
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
}
|
|
630
|
-
export
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
export
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
export
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
export
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
export declare
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
export declare
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
export
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
export
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
export declare
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
export
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
export
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
export
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
export
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
export
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
export
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
export
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
}
|
|
956
|
-
export interface UpdateResponsePlanInput {
|
|
957
|
-
|
|
958
|
-
clientToken?: string;
|
|
959
|
-
|
|
960
|
-
arn: string | undefined;
|
|
961
|
-
|
|
962
|
-
displayName?: string;
|
|
963
|
-
|
|
964
|
-
incidentTemplateTitle?: string;
|
|
965
|
-
|
|
966
|
-
incidentTemplateImpact?: number;
|
|
967
|
-
|
|
968
|
-
incidentTemplateSummary?: string;
|
|
969
|
-
|
|
970
|
-
incidentTemplateDedupeString?: string;
|
|
971
|
-
|
|
972
|
-
incidentTemplateNotificationTargets?: NotificationTargetItem[];
|
|
973
|
-
|
|
974
|
-
chatChannel?: ChatChannel;
|
|
975
|
-
|
|
976
|
-
engagements?: string[];
|
|
977
|
-
|
|
978
|
-
actions?: Action[];
|
|
979
|
-
|
|
980
|
-
incidentTemplateTags?: Record<string, string>;
|
|
981
|
-
}
|
|
982
|
-
export interface UpdateResponsePlanOutput {
|
|
983
|
-
}
|
|
984
|
-
export interface UpdateTimelineEventInput {
|
|
985
|
-
|
|
986
|
-
clientToken?: string;
|
|
987
|
-
|
|
988
|
-
incidentRecordArn: string | undefined;
|
|
989
|
-
|
|
990
|
-
eventId: string | undefined;
|
|
991
|
-
|
|
992
|
-
eventTime?: Date;
|
|
993
|
-
|
|
994
|
-
eventType?: string;
|
|
995
|
-
|
|
996
|
-
eventData?: string;
|
|
997
|
-
}
|
|
998
|
-
export interface UpdateTimelineEventOutput {
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
export declare const DynamicSsmParameterValueFilterSensitiveLog: (obj: DynamicSsmParameterValue) => any;
|
|
1002
|
-
|
|
1003
|
-
export declare const SsmAutomationFilterSensitiveLog: (obj: SsmAutomation) => any;
|
|
1004
|
-
|
|
1005
|
-
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
1006
|
-
|
|
1007
|
-
export declare const AddRegionActionFilterSensitiveLog: (obj: AddRegionAction) => any;
|
|
1008
|
-
|
|
1009
|
-
export declare const AttributeValueListFilterSensitiveLog: (obj: AttributeValueList) => any;
|
|
1010
|
-
|
|
1011
|
-
export declare const AutomationExecutionFilterSensitiveLog: (obj: AutomationExecution) => any;
|
|
1012
|
-
|
|
1013
|
-
export declare const EmptyChatChannelFilterSensitiveLog: (obj: EmptyChatChannel) => any;
|
|
1014
|
-
|
|
1015
|
-
export declare const ChatChannelFilterSensitiveLog: (obj: ChatChannel) => any;
|
|
1016
|
-
|
|
1017
|
-
export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
|
|
1018
|
-
|
|
1019
|
-
export declare const RegionMapInputValueFilterSensitiveLog: (obj: RegionMapInputValue) => any;
|
|
1020
|
-
|
|
1021
|
-
export declare const CreateReplicationSetInputFilterSensitiveLog: (obj: CreateReplicationSetInput) => any;
|
|
1022
|
-
|
|
1023
|
-
export declare const CreateReplicationSetOutputFilterSensitiveLog: (obj: CreateReplicationSetOutput) => any;
|
|
1024
|
-
|
|
1025
|
-
export declare const NotificationTargetItemFilterSensitiveLog: (obj: NotificationTargetItem) => any;
|
|
1026
|
-
|
|
1027
|
-
export declare const IncidentTemplateFilterSensitiveLog: (obj: IncidentTemplate) => any;
|
|
1028
|
-
|
|
1029
|
-
export declare const CreateResponsePlanInputFilterSensitiveLog: (obj: CreateResponsePlanInput) => any;
|
|
1030
|
-
|
|
1031
|
-
export declare const CreateResponsePlanOutputFilterSensitiveLog: (obj: CreateResponsePlanOutput) => any;
|
|
1032
|
-
|
|
1033
|
-
export declare const CreateTimelineEventInputFilterSensitiveLog: (obj: CreateTimelineEventInput) => any;
|
|
1034
|
-
|
|
1035
|
-
export declare const CreateTimelineEventOutputFilterSensitiveLog: (obj: CreateTimelineEventOutput) => any;
|
|
1036
|
-
|
|
1037
|
-
export declare const DeleteIncidentRecordInputFilterSensitiveLog: (obj: DeleteIncidentRecordInput) => any;
|
|
1038
|
-
|
|
1039
|
-
export declare const DeleteIncidentRecordOutputFilterSensitiveLog: (obj: DeleteIncidentRecordOutput) => any;
|
|
1040
|
-
|
|
1041
|
-
export declare const DeleteRegionActionFilterSensitiveLog: (obj: DeleteRegionAction) => any;
|
|
1042
|
-
|
|
1043
|
-
export declare const DeleteReplicationSetInputFilterSensitiveLog: (obj: DeleteReplicationSetInput) => any;
|
|
1044
|
-
|
|
1045
|
-
export declare const DeleteReplicationSetOutputFilterSensitiveLog: (obj: DeleteReplicationSetOutput) => any;
|
|
1046
|
-
|
|
1047
|
-
export declare const DeleteResourcePolicyInputFilterSensitiveLog: (obj: DeleteResourcePolicyInput) => any;
|
|
1048
|
-
|
|
1049
|
-
export declare const DeleteResourcePolicyOutputFilterSensitiveLog: (obj: DeleteResourcePolicyOutput) => any;
|
|
1050
|
-
|
|
1051
|
-
export declare const DeleteResponsePlanInputFilterSensitiveLog: (obj: DeleteResponsePlanInput) => any;
|
|
1052
|
-
|
|
1053
|
-
export declare const DeleteResponsePlanOutputFilterSensitiveLog: (obj: DeleteResponsePlanOutput) => any;
|
|
1054
|
-
|
|
1055
|
-
export declare const DeleteTimelineEventInputFilterSensitiveLog: (obj: DeleteTimelineEventInput) => any;
|
|
1056
|
-
|
|
1057
|
-
export declare const DeleteTimelineEventOutputFilterSensitiveLog: (obj: DeleteTimelineEventOutput) => any;
|
|
1058
|
-
|
|
1059
|
-
export declare const EventSummaryFilterSensitiveLog: (obj: EventSummary) => any;
|
|
1060
|
-
|
|
1061
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1062
|
-
|
|
1063
|
-
export declare const GetIncidentRecordInputFilterSensitiveLog: (obj: GetIncidentRecordInput) => any;
|
|
1064
|
-
|
|
1065
|
-
export declare const IncidentRecordSourceFilterSensitiveLog: (obj: IncidentRecordSource) => any;
|
|
1066
|
-
|
|
1067
|
-
export declare const IncidentRecordFilterSensitiveLog: (obj: IncidentRecord) => any;
|
|
1068
|
-
|
|
1069
|
-
export declare const GetIncidentRecordOutputFilterSensitiveLog: (obj: GetIncidentRecordOutput) => any;
|
|
1070
|
-
|
|
1071
|
-
export declare const GetReplicationSetInputFilterSensitiveLog: (obj: GetReplicationSetInput) => any;
|
|
1072
|
-
|
|
1073
|
-
export declare const RegionInfoFilterSensitiveLog: (obj: RegionInfo) => any;
|
|
1074
|
-
|
|
1075
|
-
export declare const ReplicationSetFilterSensitiveLog: (obj: ReplicationSet) => any;
|
|
1076
|
-
|
|
1077
|
-
export declare const GetReplicationSetOutputFilterSensitiveLog: (obj: GetReplicationSetOutput) => any;
|
|
1078
|
-
|
|
1079
|
-
export declare const GetResourcePoliciesInputFilterSensitiveLog: (obj: GetResourcePoliciesInput) => any;
|
|
1080
|
-
|
|
1081
|
-
export declare const ResourcePolicyFilterSensitiveLog: (obj: ResourcePolicy) => any;
|
|
1082
|
-
|
|
1083
|
-
export declare const GetResourcePoliciesOutputFilterSensitiveLog: (obj: GetResourcePoliciesOutput) => any;
|
|
1084
|
-
|
|
1085
|
-
export declare const GetResponsePlanInputFilterSensitiveLog: (obj: GetResponsePlanInput) => any;
|
|
1086
|
-
|
|
1087
|
-
export declare const GetResponsePlanOutputFilterSensitiveLog: (obj: GetResponsePlanOutput) => any;
|
|
1088
|
-
|
|
1089
|
-
export declare const GetTimelineEventInputFilterSensitiveLog: (obj: GetTimelineEventInput) => any;
|
|
1090
|
-
|
|
1091
|
-
export declare const TimelineEventFilterSensitiveLog: (obj: TimelineEvent) => any;
|
|
1092
|
-
|
|
1093
|
-
export declare const GetTimelineEventOutputFilterSensitiveLog: (obj: GetTimelineEventOutput) => any;
|
|
1094
|
-
|
|
1095
|
-
export declare const IncidentRecordSummaryFilterSensitiveLog: (obj: IncidentRecordSummary) => any;
|
|
1096
|
-
|
|
1097
|
-
export declare const ItemValueFilterSensitiveLog: (obj: ItemValue) => any;
|
|
1098
|
-
|
|
1099
|
-
export declare const ItemIdentifierFilterSensitiveLog: (obj: ItemIdentifier) => any;
|
|
1100
|
-
|
|
1101
|
-
export declare const ListIncidentRecordsInputFilterSensitiveLog: (obj: ListIncidentRecordsInput) => any;
|
|
1102
|
-
|
|
1103
|
-
export declare const ListIncidentRecordsOutputFilterSensitiveLog: (obj: ListIncidentRecordsOutput) => any;
|
|
1104
|
-
|
|
1105
|
-
export declare const ListRelatedItemsInputFilterSensitiveLog: (obj: ListRelatedItemsInput) => any;
|
|
1106
|
-
|
|
1107
|
-
export declare const RelatedItemFilterSensitiveLog: (obj: RelatedItem) => any;
|
|
1108
|
-
|
|
1109
|
-
export declare const ListRelatedItemsOutputFilterSensitiveLog: (obj: ListRelatedItemsOutput) => any;
|
|
1110
|
-
|
|
1111
|
-
export declare const ListReplicationSetsInputFilterSensitiveLog: (obj: ListReplicationSetsInput) => any;
|
|
1112
|
-
|
|
1113
|
-
export declare const ListReplicationSetsOutputFilterSensitiveLog: (obj: ListReplicationSetsOutput) => any;
|
|
1114
|
-
|
|
1115
|
-
export declare const ListResponsePlansInputFilterSensitiveLog: (obj: ListResponsePlansInput) => any;
|
|
1116
|
-
|
|
1117
|
-
export declare const ResponsePlanSummaryFilterSensitiveLog: (obj: ResponsePlanSummary) => any;
|
|
1118
|
-
|
|
1119
|
-
export declare const ListResponsePlansOutputFilterSensitiveLog: (obj: ListResponsePlansOutput) => any;
|
|
1120
|
-
|
|
1121
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1122
|
-
|
|
1123
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1124
|
-
|
|
1125
|
-
export declare const ListTimelineEventsInputFilterSensitiveLog: (obj: ListTimelineEventsInput) => any;
|
|
1126
|
-
|
|
1127
|
-
export declare const ListTimelineEventsOutputFilterSensitiveLog: (obj: ListTimelineEventsOutput) => any;
|
|
1128
|
-
|
|
1129
|
-
export declare const PutResourcePolicyInputFilterSensitiveLog: (obj: PutResourcePolicyInput) => any;
|
|
1130
|
-
|
|
1131
|
-
export declare const PutResourcePolicyOutputFilterSensitiveLog: (obj: PutResourcePolicyOutput) => any;
|
|
1132
|
-
|
|
1133
|
-
export declare const RelatedItemsUpdateFilterSensitiveLog: (obj: RelatedItemsUpdate) => any;
|
|
1134
|
-
|
|
1135
|
-
export declare const TriggerDetailsFilterSensitiveLog: (obj: TriggerDetails) => any;
|
|
1136
|
-
|
|
1137
|
-
export declare const StartIncidentInputFilterSensitiveLog: (obj: StartIncidentInput) => any;
|
|
1138
|
-
|
|
1139
|
-
export declare const StartIncidentOutputFilterSensitiveLog: (obj: StartIncidentOutput) => any;
|
|
1140
|
-
|
|
1141
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1142
|
-
|
|
1143
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1144
|
-
|
|
1145
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1146
|
-
|
|
1147
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1148
|
-
|
|
1149
|
-
export declare const UpdateDeletionProtectionInputFilterSensitiveLog: (obj: UpdateDeletionProtectionInput) => any;
|
|
1150
|
-
|
|
1151
|
-
export declare const UpdateDeletionProtectionOutputFilterSensitiveLog: (obj: UpdateDeletionProtectionOutput) => any;
|
|
1152
|
-
|
|
1153
|
-
export declare const UpdateIncidentRecordInputFilterSensitiveLog: (obj: UpdateIncidentRecordInput) => any;
|
|
1154
|
-
|
|
1155
|
-
export declare const UpdateIncidentRecordOutputFilterSensitiveLog: (obj: UpdateIncidentRecordOutput) => any;
|
|
1156
|
-
|
|
1157
|
-
export declare const UpdateRelatedItemsInputFilterSensitiveLog: (obj: UpdateRelatedItemsInput) => any;
|
|
1158
|
-
|
|
1159
|
-
export declare const UpdateRelatedItemsOutputFilterSensitiveLog: (obj: UpdateRelatedItemsOutput) => any;
|
|
1160
|
-
|
|
1161
|
-
export declare const UpdateReplicationSetActionFilterSensitiveLog: (obj: UpdateReplicationSetAction) => any;
|
|
1162
|
-
|
|
1163
|
-
export declare const UpdateReplicationSetInputFilterSensitiveLog: (obj: UpdateReplicationSetInput) => any;
|
|
1164
|
-
|
|
1165
|
-
export declare const UpdateReplicationSetOutputFilterSensitiveLog: (obj: UpdateReplicationSetOutput) => any;
|
|
1166
|
-
|
|
1167
|
-
export declare const UpdateResponsePlanInputFilterSensitiveLog: (obj: UpdateResponsePlanInput) => any;
|
|
1168
|
-
|
|
1169
|
-
export declare const UpdateResponsePlanOutputFilterSensitiveLog: (obj: UpdateResponsePlanOutput) => any;
|
|
1170
|
-
|
|
1171
|
-
export declare const UpdateTimelineEventInputFilterSensitiveLog: (obj: UpdateTimelineEventInput) => any;
|
|
1172
|
-
|
|
1173
|
-
export declare const UpdateTimelineEventOutputFilterSensitiveLog: (obj: UpdateTimelineEventOutput) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { SSMIncidentsServiceException as __BaseException } from "./SSMIncidentsServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare enum VariableType {
|
|
11
|
+
INCIDENT_RECORD_ARN = "INCIDENT_RECORD_ARN",
|
|
12
|
+
INVOLVED_RESOURCES = "INVOLVED_RESOURCES",
|
|
13
|
+
}
|
|
14
|
+
export declare type DynamicSsmParameterValue =
|
|
15
|
+
| DynamicSsmParameterValue.VariableMember
|
|
16
|
+
| DynamicSsmParameterValue.$UnknownMember;
|
|
17
|
+
export declare namespace DynamicSsmParameterValue {
|
|
18
|
+
interface VariableMember {
|
|
19
|
+
variable: VariableType | string;
|
|
20
|
+
$unknown?: never;
|
|
21
|
+
}
|
|
22
|
+
interface $UnknownMember {
|
|
23
|
+
variable?: never;
|
|
24
|
+
$unknown: [string, any];
|
|
25
|
+
}
|
|
26
|
+
interface Visitor<T> {
|
|
27
|
+
variable: (value: VariableType | string) => T;
|
|
28
|
+
_: (name: string, value: any) => T;
|
|
29
|
+
}
|
|
30
|
+
const visit: <T>(value: DynamicSsmParameterValue, visitor: Visitor<T>) => T;
|
|
31
|
+
}
|
|
32
|
+
export declare enum SsmTargetAccount {
|
|
33
|
+
IMPACTED_ACCOUNT = "IMPACTED_ACCOUNT",
|
|
34
|
+
RESPONSE_PLAN_OWNER_ACCOUNT = "RESPONSE_PLAN_OWNER_ACCOUNT",
|
|
35
|
+
}
|
|
36
|
+
export interface SsmAutomation {
|
|
37
|
+
roleArn: string | undefined;
|
|
38
|
+
documentName: string | undefined;
|
|
39
|
+
documentVersion?: string;
|
|
40
|
+
targetAccount?: SsmTargetAccount | string;
|
|
41
|
+
parameters?: Record<string, string[]>;
|
|
42
|
+
dynamicParameters?: Record<string, DynamicSsmParameterValue>;
|
|
43
|
+
}
|
|
44
|
+
export declare type Action = Action.SsmAutomationMember | Action.$UnknownMember;
|
|
45
|
+
export declare namespace Action {
|
|
46
|
+
interface SsmAutomationMember {
|
|
47
|
+
ssmAutomation: SsmAutomation;
|
|
48
|
+
$unknown?: never;
|
|
49
|
+
}
|
|
50
|
+
interface $UnknownMember {
|
|
51
|
+
ssmAutomation?: never;
|
|
52
|
+
$unknown: [string, any];
|
|
53
|
+
}
|
|
54
|
+
interface Visitor<T> {
|
|
55
|
+
ssmAutomation: (value: SsmAutomation) => T;
|
|
56
|
+
_: (name: string, value: any) => T;
|
|
57
|
+
}
|
|
58
|
+
const visit: <T>(value: Action, visitor: Visitor<T>) => T;
|
|
59
|
+
}
|
|
60
|
+
export interface AddRegionAction {
|
|
61
|
+
regionName: string | undefined;
|
|
62
|
+
sseKmsKeyId?: string;
|
|
63
|
+
}
|
|
64
|
+
export declare type AttributeValueList =
|
|
65
|
+
| AttributeValueList.IntegerValuesMember
|
|
66
|
+
| AttributeValueList.StringValuesMember
|
|
67
|
+
| AttributeValueList.$UnknownMember;
|
|
68
|
+
export declare namespace AttributeValueList {
|
|
69
|
+
interface StringValuesMember {
|
|
70
|
+
stringValues: string[];
|
|
71
|
+
integerValues?: never;
|
|
72
|
+
$unknown?: never;
|
|
73
|
+
}
|
|
74
|
+
interface IntegerValuesMember {
|
|
75
|
+
stringValues?: never;
|
|
76
|
+
integerValues: number[];
|
|
77
|
+
$unknown?: never;
|
|
78
|
+
}
|
|
79
|
+
interface $UnknownMember {
|
|
80
|
+
stringValues?: never;
|
|
81
|
+
integerValues?: never;
|
|
82
|
+
$unknown: [string, any];
|
|
83
|
+
}
|
|
84
|
+
interface Visitor<T> {
|
|
85
|
+
stringValues: (value: string[]) => T;
|
|
86
|
+
integerValues: (value: number[]) => T;
|
|
87
|
+
_: (name: string, value: any) => T;
|
|
88
|
+
}
|
|
89
|
+
const visit: <T>(value: AttributeValueList, visitor: Visitor<T>) => T;
|
|
90
|
+
}
|
|
91
|
+
export declare type AutomationExecution =
|
|
92
|
+
| AutomationExecution.SsmExecutionArnMember
|
|
93
|
+
| AutomationExecution.$UnknownMember;
|
|
94
|
+
export declare namespace AutomationExecution {
|
|
95
|
+
interface SsmExecutionArnMember {
|
|
96
|
+
ssmExecutionArn: string;
|
|
97
|
+
$unknown?: never;
|
|
98
|
+
}
|
|
99
|
+
interface $UnknownMember {
|
|
100
|
+
ssmExecutionArn?: never;
|
|
101
|
+
$unknown: [string, any];
|
|
102
|
+
}
|
|
103
|
+
interface Visitor<T> {
|
|
104
|
+
ssmExecutionArn: (value: string) => T;
|
|
105
|
+
_: (name: string, value: any) => T;
|
|
106
|
+
}
|
|
107
|
+
const visit: <T>(value: AutomationExecution, visitor: Visitor<T>) => T;
|
|
108
|
+
}
|
|
109
|
+
export interface EmptyChatChannel {}
|
|
110
|
+
export declare type ChatChannel =
|
|
111
|
+
| ChatChannel.ChatbotSnsMember
|
|
112
|
+
| ChatChannel.EmptyMember
|
|
113
|
+
| ChatChannel.$UnknownMember;
|
|
114
|
+
export declare namespace ChatChannel {
|
|
115
|
+
interface EmptyMember {
|
|
116
|
+
empty: EmptyChatChannel;
|
|
117
|
+
chatbotSns?: never;
|
|
118
|
+
$unknown?: never;
|
|
119
|
+
}
|
|
120
|
+
interface ChatbotSnsMember {
|
|
121
|
+
empty?: never;
|
|
122
|
+
chatbotSns: string[];
|
|
123
|
+
$unknown?: never;
|
|
124
|
+
}
|
|
125
|
+
interface $UnknownMember {
|
|
126
|
+
empty?: never;
|
|
127
|
+
chatbotSns?: never;
|
|
128
|
+
$unknown: [string, any];
|
|
129
|
+
}
|
|
130
|
+
interface Visitor<T> {
|
|
131
|
+
empty: (value: EmptyChatChannel) => T;
|
|
132
|
+
chatbotSns: (value: string[]) => T;
|
|
133
|
+
_: (name: string, value: any) => T;
|
|
134
|
+
}
|
|
135
|
+
const visit: <T>(value: ChatChannel, visitor: Visitor<T>) => T;
|
|
136
|
+
}
|
|
137
|
+
export declare type Condition =
|
|
138
|
+
| Condition.AfterMember
|
|
139
|
+
| Condition.BeforeMember
|
|
140
|
+
| Condition.EqualsMember
|
|
141
|
+
| Condition.$UnknownMember;
|
|
142
|
+
export declare namespace Condition {
|
|
143
|
+
interface BeforeMember {
|
|
144
|
+
before: Date;
|
|
145
|
+
after?: never;
|
|
146
|
+
equals?: never;
|
|
147
|
+
$unknown?: never;
|
|
148
|
+
}
|
|
149
|
+
interface AfterMember {
|
|
150
|
+
before?: never;
|
|
151
|
+
after: Date;
|
|
152
|
+
equals?: never;
|
|
153
|
+
$unknown?: never;
|
|
154
|
+
}
|
|
155
|
+
interface EqualsMember {
|
|
156
|
+
before?: never;
|
|
157
|
+
after?: never;
|
|
158
|
+
equals: AttributeValueList;
|
|
159
|
+
$unknown?: never;
|
|
160
|
+
}
|
|
161
|
+
interface $UnknownMember {
|
|
162
|
+
before?: never;
|
|
163
|
+
after?: never;
|
|
164
|
+
equals?: never;
|
|
165
|
+
$unknown: [string, any];
|
|
166
|
+
}
|
|
167
|
+
interface Visitor<T> {
|
|
168
|
+
before: (value: Date) => T;
|
|
169
|
+
after: (value: Date) => T;
|
|
170
|
+
equals: (value: AttributeValueList) => T;
|
|
171
|
+
_: (name: string, value: any) => T;
|
|
172
|
+
}
|
|
173
|
+
const visit: <T>(value: Condition, visitor: Visitor<T>) => T;
|
|
174
|
+
}
|
|
175
|
+
export declare enum ResourceType {
|
|
176
|
+
INCIDENT_RECORD = "INCIDENT_RECORD",
|
|
177
|
+
REPLICATION_SET = "REPLICATION_SET",
|
|
178
|
+
RESOURCE_POLICY = "RESOURCE_POLICY",
|
|
179
|
+
RESPONSE_PLAN = "RESPONSE_PLAN",
|
|
180
|
+
TIMELINE_EVENT = "TIMELINE_EVENT",
|
|
181
|
+
}
|
|
182
|
+
export declare class ConflictException extends __BaseException {
|
|
183
|
+
readonly name: "ConflictException";
|
|
184
|
+
readonly $fault: "client";
|
|
185
|
+
resourceIdentifier?: string;
|
|
186
|
+
resourceType?: ResourceType | string;
|
|
187
|
+
retryAfter?: Date;
|
|
188
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
189
|
+
}
|
|
190
|
+
export interface RegionMapInputValue {
|
|
191
|
+
sseKmsKeyId?: string;
|
|
192
|
+
}
|
|
193
|
+
export interface CreateReplicationSetInput {
|
|
194
|
+
regions: Record<string, RegionMapInputValue> | undefined;
|
|
195
|
+
clientToken?: string;
|
|
196
|
+
}
|
|
197
|
+
export interface CreateReplicationSetOutput {
|
|
198
|
+
arn: string | undefined;
|
|
199
|
+
}
|
|
200
|
+
export declare class InternalServerException extends __BaseException {
|
|
201
|
+
readonly name: "InternalServerException";
|
|
202
|
+
readonly $fault: "server";
|
|
203
|
+
constructor(
|
|
204
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
205
|
+
);
|
|
206
|
+
}
|
|
207
|
+
export declare enum ServiceCode {
|
|
208
|
+
SSM_INCIDENTS = "ssm-incidents",
|
|
209
|
+
}
|
|
210
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
211
|
+
readonly name: "ServiceQuotaExceededException";
|
|
212
|
+
readonly $fault: "client";
|
|
213
|
+
resourceIdentifier?: string;
|
|
214
|
+
resourceType?: ResourceType | string;
|
|
215
|
+
serviceCode: ServiceCode | string | undefined;
|
|
216
|
+
quotaCode: string | undefined;
|
|
217
|
+
constructor(
|
|
218
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
219
|
+
);
|
|
220
|
+
}
|
|
221
|
+
export declare class ThrottlingException extends __BaseException {
|
|
222
|
+
readonly name: "ThrottlingException";
|
|
223
|
+
readonly $fault: "client";
|
|
224
|
+
serviceCode: ServiceCode | string | undefined;
|
|
225
|
+
quotaCode: string | undefined;
|
|
226
|
+
constructor(
|
|
227
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
228
|
+
);
|
|
229
|
+
}
|
|
230
|
+
export declare class ValidationException extends __BaseException {
|
|
231
|
+
readonly name: "ValidationException";
|
|
232
|
+
readonly $fault: "client";
|
|
233
|
+
constructor(
|
|
234
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
235
|
+
);
|
|
236
|
+
}
|
|
237
|
+
export declare type NotificationTargetItem =
|
|
238
|
+
| NotificationTargetItem.SnsTopicArnMember
|
|
239
|
+
| NotificationTargetItem.$UnknownMember;
|
|
240
|
+
export declare namespace NotificationTargetItem {
|
|
241
|
+
interface SnsTopicArnMember {
|
|
242
|
+
snsTopicArn: string;
|
|
243
|
+
$unknown?: never;
|
|
244
|
+
}
|
|
245
|
+
interface $UnknownMember {
|
|
246
|
+
snsTopicArn?: never;
|
|
247
|
+
$unknown: [string, any];
|
|
248
|
+
}
|
|
249
|
+
interface Visitor<T> {
|
|
250
|
+
snsTopicArn: (value: string) => T;
|
|
251
|
+
_: (name: string, value: any) => T;
|
|
252
|
+
}
|
|
253
|
+
const visit: <T>(value: NotificationTargetItem, visitor: Visitor<T>) => T;
|
|
254
|
+
}
|
|
255
|
+
export interface IncidentTemplate {
|
|
256
|
+
title: string | undefined;
|
|
257
|
+
impact: number | undefined;
|
|
258
|
+
summary?: string;
|
|
259
|
+
dedupeString?: string;
|
|
260
|
+
notificationTargets?: NotificationTargetItem[];
|
|
261
|
+
incidentTags?: Record<string, string>;
|
|
262
|
+
}
|
|
263
|
+
export interface CreateResponsePlanInput {
|
|
264
|
+
clientToken?: string;
|
|
265
|
+
name: string | undefined;
|
|
266
|
+
displayName?: string;
|
|
267
|
+
incidentTemplate: IncidentTemplate | undefined;
|
|
268
|
+
chatChannel?: ChatChannel;
|
|
269
|
+
engagements?: string[];
|
|
270
|
+
actions?: Action[];
|
|
271
|
+
tags?: Record<string, string>;
|
|
272
|
+
}
|
|
273
|
+
export interface CreateResponsePlanOutput {
|
|
274
|
+
arn: string | undefined;
|
|
275
|
+
}
|
|
276
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
277
|
+
readonly name: "ResourceNotFoundException";
|
|
278
|
+
readonly $fault: "client";
|
|
279
|
+
resourceIdentifier?: string;
|
|
280
|
+
resourceType?: ResourceType | string;
|
|
281
|
+
constructor(
|
|
282
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
283
|
+
);
|
|
284
|
+
}
|
|
285
|
+
export interface CreateTimelineEventInput {
|
|
286
|
+
clientToken?: string;
|
|
287
|
+
incidentRecordArn: string | undefined;
|
|
288
|
+
eventTime: Date | undefined;
|
|
289
|
+
eventType: string | undefined;
|
|
290
|
+
eventData: string | undefined;
|
|
291
|
+
}
|
|
292
|
+
export interface CreateTimelineEventOutput {
|
|
293
|
+
incidentRecordArn: string | undefined;
|
|
294
|
+
eventId: string | undefined;
|
|
295
|
+
}
|
|
296
|
+
export interface DeleteIncidentRecordInput {
|
|
297
|
+
arn: string | undefined;
|
|
298
|
+
}
|
|
299
|
+
export interface DeleteIncidentRecordOutput {}
|
|
300
|
+
export interface DeleteRegionAction {
|
|
301
|
+
regionName: string | undefined;
|
|
302
|
+
}
|
|
303
|
+
export interface DeleteReplicationSetInput {
|
|
304
|
+
arn: string | undefined;
|
|
305
|
+
}
|
|
306
|
+
export interface DeleteReplicationSetOutput {}
|
|
307
|
+
export interface DeleteResourcePolicyInput {
|
|
308
|
+
resourceArn: string | undefined;
|
|
309
|
+
policyId: string | undefined;
|
|
310
|
+
}
|
|
311
|
+
export interface DeleteResourcePolicyOutput {}
|
|
312
|
+
export interface DeleteResponsePlanInput {
|
|
313
|
+
arn: string | undefined;
|
|
314
|
+
}
|
|
315
|
+
export interface DeleteResponsePlanOutput {}
|
|
316
|
+
export interface DeleteTimelineEventInput {
|
|
317
|
+
incidentRecordArn: string | undefined;
|
|
318
|
+
eventId: string | undefined;
|
|
319
|
+
}
|
|
320
|
+
export interface DeleteTimelineEventOutput {}
|
|
321
|
+
export interface EventSummary {
|
|
322
|
+
incidentRecordArn: string | undefined;
|
|
323
|
+
eventId: string | undefined;
|
|
324
|
+
eventTime: Date | undefined;
|
|
325
|
+
eventUpdatedTime: Date | undefined;
|
|
326
|
+
eventType: string | undefined;
|
|
327
|
+
}
|
|
328
|
+
export interface Filter {
|
|
329
|
+
key: string | undefined;
|
|
330
|
+
condition: Condition | undefined;
|
|
331
|
+
}
|
|
332
|
+
export interface GetIncidentRecordInput {
|
|
333
|
+
arn: string | undefined;
|
|
334
|
+
}
|
|
335
|
+
export interface IncidentRecordSource {
|
|
336
|
+
createdBy: string | undefined;
|
|
337
|
+
invokedBy?: string;
|
|
338
|
+
resourceArn?: string;
|
|
339
|
+
source: string | undefined;
|
|
340
|
+
}
|
|
341
|
+
export declare enum IncidentRecordStatus {
|
|
342
|
+
OPEN = "OPEN",
|
|
343
|
+
RESOLVED = "RESOLVED",
|
|
344
|
+
}
|
|
345
|
+
export interface IncidentRecord {
|
|
346
|
+
arn: string | undefined;
|
|
347
|
+
title: string | undefined;
|
|
348
|
+
summary?: string;
|
|
349
|
+
status: IncidentRecordStatus | string | undefined;
|
|
350
|
+
impact: number | undefined;
|
|
351
|
+
creationTime: Date | undefined;
|
|
352
|
+
resolvedTime?: Date;
|
|
353
|
+
lastModifiedTime: Date | undefined;
|
|
354
|
+
lastModifiedBy: string | undefined;
|
|
355
|
+
automationExecutions?: AutomationExecution[];
|
|
356
|
+
incidentRecordSource: IncidentRecordSource | undefined;
|
|
357
|
+
dedupeString: string | undefined;
|
|
358
|
+
chatChannel?: ChatChannel;
|
|
359
|
+
notificationTargets?: NotificationTargetItem[];
|
|
360
|
+
}
|
|
361
|
+
export interface GetIncidentRecordOutput {
|
|
362
|
+
incidentRecord: IncidentRecord | undefined;
|
|
363
|
+
}
|
|
364
|
+
export interface GetReplicationSetInput {
|
|
365
|
+
arn: string | undefined;
|
|
366
|
+
}
|
|
367
|
+
export declare enum RegionStatus {
|
|
368
|
+
ACTIVE = "ACTIVE",
|
|
369
|
+
CREATING = "CREATING",
|
|
370
|
+
DELETING = "DELETING",
|
|
371
|
+
FAILED = "FAILED",
|
|
372
|
+
}
|
|
373
|
+
export interface RegionInfo {
|
|
374
|
+
sseKmsKeyId?: string;
|
|
375
|
+
status: RegionStatus | string | undefined;
|
|
376
|
+
statusMessage?: string;
|
|
377
|
+
statusUpdateDateTime: Date | undefined;
|
|
378
|
+
}
|
|
379
|
+
export declare enum ReplicationSetStatus {
|
|
380
|
+
ACTIVE = "ACTIVE",
|
|
381
|
+
CREATING = "CREATING",
|
|
382
|
+
DELETING = "DELETING",
|
|
383
|
+
FAILED = "FAILED",
|
|
384
|
+
UPDATING = "UPDATING",
|
|
385
|
+
}
|
|
386
|
+
export interface ReplicationSet {
|
|
387
|
+
arn?: string;
|
|
388
|
+
regionMap: Record<string, RegionInfo> | undefined;
|
|
389
|
+
status: ReplicationSetStatus | string | undefined;
|
|
390
|
+
deletionProtected: boolean | undefined;
|
|
391
|
+
createdTime: Date | undefined;
|
|
392
|
+
createdBy: string | undefined;
|
|
393
|
+
lastModifiedTime: Date | undefined;
|
|
394
|
+
lastModifiedBy: string | undefined;
|
|
395
|
+
}
|
|
396
|
+
export interface GetReplicationSetOutput {
|
|
397
|
+
replicationSet: ReplicationSet | undefined;
|
|
398
|
+
}
|
|
399
|
+
export interface GetResourcePoliciesInput {
|
|
400
|
+
resourceArn: string | undefined;
|
|
401
|
+
maxResults?: number;
|
|
402
|
+
nextToken?: string;
|
|
403
|
+
}
|
|
404
|
+
export interface ResourcePolicy {
|
|
405
|
+
policyDocument: string | undefined;
|
|
406
|
+
policyId: string | undefined;
|
|
407
|
+
ramResourceShareRegion: string | undefined;
|
|
408
|
+
}
|
|
409
|
+
export interface GetResourcePoliciesOutput {
|
|
410
|
+
resourcePolicies: ResourcePolicy[] | undefined;
|
|
411
|
+
nextToken?: string;
|
|
412
|
+
}
|
|
413
|
+
export interface GetResponsePlanInput {
|
|
414
|
+
arn: string | undefined;
|
|
415
|
+
}
|
|
416
|
+
export interface GetResponsePlanOutput {
|
|
417
|
+
arn: string | undefined;
|
|
418
|
+
name: string | undefined;
|
|
419
|
+
displayName?: string;
|
|
420
|
+
incidentTemplate: IncidentTemplate | undefined;
|
|
421
|
+
chatChannel?: ChatChannel;
|
|
422
|
+
engagements?: string[];
|
|
423
|
+
actions?: Action[];
|
|
424
|
+
}
|
|
425
|
+
export interface GetTimelineEventInput {
|
|
426
|
+
incidentRecordArn: string | undefined;
|
|
427
|
+
eventId: string | undefined;
|
|
428
|
+
}
|
|
429
|
+
export interface TimelineEvent {
|
|
430
|
+
incidentRecordArn: string | undefined;
|
|
431
|
+
eventId: string | undefined;
|
|
432
|
+
eventTime: Date | undefined;
|
|
433
|
+
eventUpdatedTime: Date | undefined;
|
|
434
|
+
eventType: string | undefined;
|
|
435
|
+
eventData: string | undefined;
|
|
436
|
+
}
|
|
437
|
+
export interface GetTimelineEventOutput {
|
|
438
|
+
event: TimelineEvent | undefined;
|
|
439
|
+
}
|
|
440
|
+
export interface IncidentRecordSummary {
|
|
441
|
+
arn: string | undefined;
|
|
442
|
+
title: string | undefined;
|
|
443
|
+
status: IncidentRecordStatus | string | undefined;
|
|
444
|
+
impact: number | undefined;
|
|
445
|
+
creationTime: Date | undefined;
|
|
446
|
+
resolvedTime?: Date;
|
|
447
|
+
incidentRecordSource: IncidentRecordSource | undefined;
|
|
448
|
+
}
|
|
449
|
+
export declare enum ItemType {
|
|
450
|
+
ANALYSIS = "ANALYSIS",
|
|
451
|
+
ATTACHMENT = "ATTACHMENT",
|
|
452
|
+
AUTOMATION = "AUTOMATION",
|
|
453
|
+
INCIDENT = "INCIDENT",
|
|
454
|
+
INVOLVED_RESOURCE = "INVOLVED_RESOURCE",
|
|
455
|
+
METRIC = "METRIC",
|
|
456
|
+
OTHER = "OTHER",
|
|
457
|
+
PARENT = "PARENT",
|
|
458
|
+
}
|
|
459
|
+
export declare type ItemValue =
|
|
460
|
+
| ItemValue.ArnMember
|
|
461
|
+
| ItemValue.MetricDefinitionMember
|
|
462
|
+
| ItemValue.UrlMember
|
|
463
|
+
| ItemValue.$UnknownMember;
|
|
464
|
+
export declare namespace ItemValue {
|
|
465
|
+
interface ArnMember {
|
|
466
|
+
arn: string;
|
|
467
|
+
url?: never;
|
|
468
|
+
metricDefinition?: never;
|
|
469
|
+
$unknown?: never;
|
|
470
|
+
}
|
|
471
|
+
interface UrlMember {
|
|
472
|
+
arn?: never;
|
|
473
|
+
url: string;
|
|
474
|
+
metricDefinition?: never;
|
|
475
|
+
$unknown?: never;
|
|
476
|
+
}
|
|
477
|
+
interface MetricDefinitionMember {
|
|
478
|
+
arn?: never;
|
|
479
|
+
url?: never;
|
|
480
|
+
metricDefinition: string;
|
|
481
|
+
$unknown?: never;
|
|
482
|
+
}
|
|
483
|
+
interface $UnknownMember {
|
|
484
|
+
arn?: never;
|
|
485
|
+
url?: never;
|
|
486
|
+
metricDefinition?: never;
|
|
487
|
+
$unknown: [string, any];
|
|
488
|
+
}
|
|
489
|
+
interface Visitor<T> {
|
|
490
|
+
arn: (value: string) => T;
|
|
491
|
+
url: (value: string) => T;
|
|
492
|
+
metricDefinition: (value: string) => T;
|
|
493
|
+
_: (name: string, value: any) => T;
|
|
494
|
+
}
|
|
495
|
+
const visit: <T>(value: ItemValue, visitor: Visitor<T>) => T;
|
|
496
|
+
}
|
|
497
|
+
export interface ItemIdentifier {
|
|
498
|
+
value: ItemValue | undefined;
|
|
499
|
+
type: ItemType | string | undefined;
|
|
500
|
+
}
|
|
501
|
+
export interface ListIncidentRecordsInput {
|
|
502
|
+
filters?: Filter[];
|
|
503
|
+
maxResults?: number;
|
|
504
|
+
nextToken?: string;
|
|
505
|
+
}
|
|
506
|
+
export interface ListIncidentRecordsOutput {
|
|
507
|
+
incidentRecordSummaries: IncidentRecordSummary[] | undefined;
|
|
508
|
+
nextToken?: string;
|
|
509
|
+
}
|
|
510
|
+
export interface ListRelatedItemsInput {
|
|
511
|
+
incidentRecordArn: string | undefined;
|
|
512
|
+
maxResults?: number;
|
|
513
|
+
nextToken?: string;
|
|
514
|
+
}
|
|
515
|
+
export interface RelatedItem {
|
|
516
|
+
identifier: ItemIdentifier | undefined;
|
|
517
|
+
title?: string;
|
|
518
|
+
}
|
|
519
|
+
export interface ListRelatedItemsOutput {
|
|
520
|
+
relatedItems: RelatedItem[] | undefined;
|
|
521
|
+
nextToken?: string;
|
|
522
|
+
}
|
|
523
|
+
export interface ListReplicationSetsInput {
|
|
524
|
+
maxResults?: number;
|
|
525
|
+
nextToken?: string;
|
|
526
|
+
}
|
|
527
|
+
export interface ListReplicationSetsOutput {
|
|
528
|
+
replicationSetArns: string[] | undefined;
|
|
529
|
+
nextToken?: string;
|
|
530
|
+
}
|
|
531
|
+
export interface ListResponsePlansInput {
|
|
532
|
+
maxResults?: number;
|
|
533
|
+
nextToken?: string;
|
|
534
|
+
}
|
|
535
|
+
export interface ResponsePlanSummary {
|
|
536
|
+
arn: string | undefined;
|
|
537
|
+
name: string | undefined;
|
|
538
|
+
displayName?: string;
|
|
539
|
+
}
|
|
540
|
+
export interface ListResponsePlansOutput {
|
|
541
|
+
responsePlanSummaries: ResponsePlanSummary[] | undefined;
|
|
542
|
+
nextToken?: string;
|
|
543
|
+
}
|
|
544
|
+
export interface ListTagsForResourceRequest {
|
|
545
|
+
resourceArn: string | undefined;
|
|
546
|
+
}
|
|
547
|
+
export interface ListTagsForResourceResponse {
|
|
548
|
+
tags: Record<string, string> | undefined;
|
|
549
|
+
}
|
|
550
|
+
export declare enum TimelineEventSort {
|
|
551
|
+
EVENT_TIME = "EVENT_TIME",
|
|
552
|
+
}
|
|
553
|
+
export declare enum SortOrder {
|
|
554
|
+
ASCENDING = "ASCENDING",
|
|
555
|
+
DESCENDING = "DESCENDING",
|
|
556
|
+
}
|
|
557
|
+
export interface ListTimelineEventsInput {
|
|
558
|
+
incidentRecordArn: string | undefined;
|
|
559
|
+
filters?: Filter[];
|
|
560
|
+
sortBy?: TimelineEventSort | string;
|
|
561
|
+
sortOrder?: SortOrder | string;
|
|
562
|
+
maxResults?: number;
|
|
563
|
+
nextToken?: string;
|
|
564
|
+
}
|
|
565
|
+
export interface ListTimelineEventsOutput {
|
|
566
|
+
eventSummaries: EventSummary[] | undefined;
|
|
567
|
+
nextToken?: string;
|
|
568
|
+
}
|
|
569
|
+
export interface PutResourcePolicyInput {
|
|
570
|
+
resourceArn: string | undefined;
|
|
571
|
+
policy: string | undefined;
|
|
572
|
+
}
|
|
573
|
+
export interface PutResourcePolicyOutput {
|
|
574
|
+
policyId: string | undefined;
|
|
575
|
+
}
|
|
576
|
+
export declare type RelatedItemsUpdate =
|
|
577
|
+
| RelatedItemsUpdate.ItemToAddMember
|
|
578
|
+
| RelatedItemsUpdate.ItemToRemoveMember
|
|
579
|
+
| RelatedItemsUpdate.$UnknownMember;
|
|
580
|
+
export declare namespace RelatedItemsUpdate {
|
|
581
|
+
interface ItemToAddMember {
|
|
582
|
+
itemToAdd: RelatedItem;
|
|
583
|
+
itemToRemove?: never;
|
|
584
|
+
$unknown?: never;
|
|
585
|
+
}
|
|
586
|
+
interface ItemToRemoveMember {
|
|
587
|
+
itemToAdd?: never;
|
|
588
|
+
itemToRemove: ItemIdentifier;
|
|
589
|
+
$unknown?: never;
|
|
590
|
+
}
|
|
591
|
+
interface $UnknownMember {
|
|
592
|
+
itemToAdd?: never;
|
|
593
|
+
itemToRemove?: never;
|
|
594
|
+
$unknown: [string, any];
|
|
595
|
+
}
|
|
596
|
+
interface Visitor<T> {
|
|
597
|
+
itemToAdd: (value: RelatedItem) => T;
|
|
598
|
+
itemToRemove: (value: ItemIdentifier) => T;
|
|
599
|
+
_: (name: string, value: any) => T;
|
|
600
|
+
}
|
|
601
|
+
const visit: <T>(value: RelatedItemsUpdate, visitor: Visitor<T>) => T;
|
|
602
|
+
}
|
|
603
|
+
export interface TriggerDetails {
|
|
604
|
+
source: string | undefined;
|
|
605
|
+
triggerArn?: string;
|
|
606
|
+
timestamp: Date | undefined;
|
|
607
|
+
rawData?: string;
|
|
608
|
+
}
|
|
609
|
+
export interface StartIncidentInput {
|
|
610
|
+
clientToken?: string;
|
|
611
|
+
responsePlanArn: string | undefined;
|
|
612
|
+
title?: string;
|
|
613
|
+
impact?: number;
|
|
614
|
+
triggerDetails?: TriggerDetails;
|
|
615
|
+
relatedItems?: RelatedItem[];
|
|
616
|
+
}
|
|
617
|
+
export interface StartIncidentOutput {
|
|
618
|
+
incidentRecordArn: string | undefined;
|
|
619
|
+
}
|
|
620
|
+
export interface TagResourceRequest {
|
|
621
|
+
resourceArn: string | undefined;
|
|
622
|
+
tags: Record<string, string> | undefined;
|
|
623
|
+
}
|
|
624
|
+
export interface TagResourceResponse {}
|
|
625
|
+
export interface UntagResourceRequest {
|
|
626
|
+
resourceArn: string | undefined;
|
|
627
|
+
tagKeys: string[] | undefined;
|
|
628
|
+
}
|
|
629
|
+
export interface UntagResourceResponse {}
|
|
630
|
+
export interface UpdateDeletionProtectionInput {
|
|
631
|
+
arn: string | undefined;
|
|
632
|
+
deletionProtected: boolean | undefined;
|
|
633
|
+
clientToken?: string;
|
|
634
|
+
}
|
|
635
|
+
export interface UpdateDeletionProtectionOutput {}
|
|
636
|
+
export interface UpdateIncidentRecordInput {
|
|
637
|
+
clientToken?: string;
|
|
638
|
+
arn: string | undefined;
|
|
639
|
+
title?: string;
|
|
640
|
+
summary?: string;
|
|
641
|
+
impact?: number;
|
|
642
|
+
status?: IncidentRecordStatus | string;
|
|
643
|
+
chatChannel?: ChatChannel;
|
|
644
|
+
notificationTargets?: NotificationTargetItem[];
|
|
645
|
+
}
|
|
646
|
+
export interface UpdateIncidentRecordOutput {}
|
|
647
|
+
export interface UpdateRelatedItemsInput {
|
|
648
|
+
clientToken?: string;
|
|
649
|
+
incidentRecordArn: string | undefined;
|
|
650
|
+
relatedItemsUpdate: RelatedItemsUpdate | undefined;
|
|
651
|
+
}
|
|
652
|
+
export interface UpdateRelatedItemsOutput {}
|
|
653
|
+
export declare type UpdateReplicationSetAction =
|
|
654
|
+
| UpdateReplicationSetAction.AddRegionActionMember
|
|
655
|
+
| UpdateReplicationSetAction.DeleteRegionActionMember
|
|
656
|
+
| UpdateReplicationSetAction.$UnknownMember;
|
|
657
|
+
export declare namespace UpdateReplicationSetAction {
|
|
658
|
+
interface AddRegionActionMember {
|
|
659
|
+
addRegionAction: AddRegionAction;
|
|
660
|
+
deleteRegionAction?: never;
|
|
661
|
+
$unknown?: never;
|
|
662
|
+
}
|
|
663
|
+
interface DeleteRegionActionMember {
|
|
664
|
+
addRegionAction?: never;
|
|
665
|
+
deleteRegionAction: DeleteRegionAction;
|
|
666
|
+
$unknown?: never;
|
|
667
|
+
}
|
|
668
|
+
interface $UnknownMember {
|
|
669
|
+
addRegionAction?: never;
|
|
670
|
+
deleteRegionAction?: never;
|
|
671
|
+
$unknown: [string, any];
|
|
672
|
+
}
|
|
673
|
+
interface Visitor<T> {
|
|
674
|
+
addRegionAction: (value: AddRegionAction) => T;
|
|
675
|
+
deleteRegionAction: (value: DeleteRegionAction) => T;
|
|
676
|
+
_: (name: string, value: any) => T;
|
|
677
|
+
}
|
|
678
|
+
const visit: <T>(value: UpdateReplicationSetAction, visitor: Visitor<T>) => T;
|
|
679
|
+
}
|
|
680
|
+
export interface UpdateReplicationSetInput {
|
|
681
|
+
arn: string | undefined;
|
|
682
|
+
actions: UpdateReplicationSetAction[] | undefined;
|
|
683
|
+
clientToken?: string;
|
|
684
|
+
}
|
|
685
|
+
export interface UpdateReplicationSetOutput {}
|
|
686
|
+
export interface UpdateResponsePlanInput {
|
|
687
|
+
clientToken?: string;
|
|
688
|
+
arn: string | undefined;
|
|
689
|
+
displayName?: string;
|
|
690
|
+
incidentTemplateTitle?: string;
|
|
691
|
+
incidentTemplateImpact?: number;
|
|
692
|
+
incidentTemplateSummary?: string;
|
|
693
|
+
incidentTemplateDedupeString?: string;
|
|
694
|
+
incidentTemplateNotificationTargets?: NotificationTargetItem[];
|
|
695
|
+
chatChannel?: ChatChannel;
|
|
696
|
+
engagements?: string[];
|
|
697
|
+
actions?: Action[];
|
|
698
|
+
incidentTemplateTags?: Record<string, string>;
|
|
699
|
+
}
|
|
700
|
+
export interface UpdateResponsePlanOutput {}
|
|
701
|
+
export interface UpdateTimelineEventInput {
|
|
702
|
+
clientToken?: string;
|
|
703
|
+
incidentRecordArn: string | undefined;
|
|
704
|
+
eventId: string | undefined;
|
|
705
|
+
eventTime?: Date;
|
|
706
|
+
eventType?: string;
|
|
707
|
+
eventData?: string;
|
|
708
|
+
}
|
|
709
|
+
export interface UpdateTimelineEventOutput {}
|
|
710
|
+
export declare const DynamicSsmParameterValueFilterSensitiveLog: (
|
|
711
|
+
obj: DynamicSsmParameterValue
|
|
712
|
+
) => any;
|
|
713
|
+
export declare const SsmAutomationFilterSensitiveLog: (
|
|
714
|
+
obj: SsmAutomation
|
|
715
|
+
) => any;
|
|
716
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
717
|
+
export declare const AddRegionActionFilterSensitiveLog: (
|
|
718
|
+
obj: AddRegionAction
|
|
719
|
+
) => any;
|
|
720
|
+
export declare const AttributeValueListFilterSensitiveLog: (
|
|
721
|
+
obj: AttributeValueList
|
|
722
|
+
) => any;
|
|
723
|
+
export declare const AutomationExecutionFilterSensitiveLog: (
|
|
724
|
+
obj: AutomationExecution
|
|
725
|
+
) => any;
|
|
726
|
+
export declare const EmptyChatChannelFilterSensitiveLog: (
|
|
727
|
+
obj: EmptyChatChannel
|
|
728
|
+
) => any;
|
|
729
|
+
export declare const ChatChannelFilterSensitiveLog: (obj: ChatChannel) => any;
|
|
730
|
+
export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
|
|
731
|
+
export declare const RegionMapInputValueFilterSensitiveLog: (
|
|
732
|
+
obj: RegionMapInputValue
|
|
733
|
+
) => any;
|
|
734
|
+
export declare const CreateReplicationSetInputFilterSensitiveLog: (
|
|
735
|
+
obj: CreateReplicationSetInput
|
|
736
|
+
) => any;
|
|
737
|
+
export declare const CreateReplicationSetOutputFilterSensitiveLog: (
|
|
738
|
+
obj: CreateReplicationSetOutput
|
|
739
|
+
) => any;
|
|
740
|
+
export declare const NotificationTargetItemFilterSensitiveLog: (
|
|
741
|
+
obj: NotificationTargetItem
|
|
742
|
+
) => any;
|
|
743
|
+
export declare const IncidentTemplateFilterSensitiveLog: (
|
|
744
|
+
obj: IncidentTemplate
|
|
745
|
+
) => any;
|
|
746
|
+
export declare const CreateResponsePlanInputFilterSensitiveLog: (
|
|
747
|
+
obj: CreateResponsePlanInput
|
|
748
|
+
) => any;
|
|
749
|
+
export declare const CreateResponsePlanOutputFilterSensitiveLog: (
|
|
750
|
+
obj: CreateResponsePlanOutput
|
|
751
|
+
) => any;
|
|
752
|
+
export declare const CreateTimelineEventInputFilterSensitiveLog: (
|
|
753
|
+
obj: CreateTimelineEventInput
|
|
754
|
+
) => any;
|
|
755
|
+
export declare const CreateTimelineEventOutputFilterSensitiveLog: (
|
|
756
|
+
obj: CreateTimelineEventOutput
|
|
757
|
+
) => any;
|
|
758
|
+
export declare const DeleteIncidentRecordInputFilterSensitiveLog: (
|
|
759
|
+
obj: DeleteIncidentRecordInput
|
|
760
|
+
) => any;
|
|
761
|
+
export declare const DeleteIncidentRecordOutputFilterSensitiveLog: (
|
|
762
|
+
obj: DeleteIncidentRecordOutput
|
|
763
|
+
) => any;
|
|
764
|
+
export declare const DeleteRegionActionFilterSensitiveLog: (
|
|
765
|
+
obj: DeleteRegionAction
|
|
766
|
+
) => any;
|
|
767
|
+
export declare const DeleteReplicationSetInputFilterSensitiveLog: (
|
|
768
|
+
obj: DeleteReplicationSetInput
|
|
769
|
+
) => any;
|
|
770
|
+
export declare const DeleteReplicationSetOutputFilterSensitiveLog: (
|
|
771
|
+
obj: DeleteReplicationSetOutput
|
|
772
|
+
) => any;
|
|
773
|
+
export declare const DeleteResourcePolicyInputFilterSensitiveLog: (
|
|
774
|
+
obj: DeleteResourcePolicyInput
|
|
775
|
+
) => any;
|
|
776
|
+
export declare const DeleteResourcePolicyOutputFilterSensitiveLog: (
|
|
777
|
+
obj: DeleteResourcePolicyOutput
|
|
778
|
+
) => any;
|
|
779
|
+
export declare const DeleteResponsePlanInputFilterSensitiveLog: (
|
|
780
|
+
obj: DeleteResponsePlanInput
|
|
781
|
+
) => any;
|
|
782
|
+
export declare const DeleteResponsePlanOutputFilterSensitiveLog: (
|
|
783
|
+
obj: DeleteResponsePlanOutput
|
|
784
|
+
) => any;
|
|
785
|
+
export declare const DeleteTimelineEventInputFilterSensitiveLog: (
|
|
786
|
+
obj: DeleteTimelineEventInput
|
|
787
|
+
) => any;
|
|
788
|
+
export declare const DeleteTimelineEventOutputFilterSensitiveLog: (
|
|
789
|
+
obj: DeleteTimelineEventOutput
|
|
790
|
+
) => any;
|
|
791
|
+
export declare const EventSummaryFilterSensitiveLog: (obj: EventSummary) => any;
|
|
792
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
793
|
+
export declare const GetIncidentRecordInputFilterSensitiveLog: (
|
|
794
|
+
obj: GetIncidentRecordInput
|
|
795
|
+
) => any;
|
|
796
|
+
export declare const IncidentRecordSourceFilterSensitiveLog: (
|
|
797
|
+
obj: IncidentRecordSource
|
|
798
|
+
) => any;
|
|
799
|
+
export declare const IncidentRecordFilterSensitiveLog: (
|
|
800
|
+
obj: IncidentRecord
|
|
801
|
+
) => any;
|
|
802
|
+
export declare const GetIncidentRecordOutputFilterSensitiveLog: (
|
|
803
|
+
obj: GetIncidentRecordOutput
|
|
804
|
+
) => any;
|
|
805
|
+
export declare const GetReplicationSetInputFilterSensitiveLog: (
|
|
806
|
+
obj: GetReplicationSetInput
|
|
807
|
+
) => any;
|
|
808
|
+
export declare const RegionInfoFilterSensitiveLog: (obj: RegionInfo) => any;
|
|
809
|
+
export declare const ReplicationSetFilterSensitiveLog: (
|
|
810
|
+
obj: ReplicationSet
|
|
811
|
+
) => any;
|
|
812
|
+
export declare const GetReplicationSetOutputFilterSensitiveLog: (
|
|
813
|
+
obj: GetReplicationSetOutput
|
|
814
|
+
) => any;
|
|
815
|
+
export declare const GetResourcePoliciesInputFilterSensitiveLog: (
|
|
816
|
+
obj: GetResourcePoliciesInput
|
|
817
|
+
) => any;
|
|
818
|
+
export declare const ResourcePolicyFilterSensitiveLog: (
|
|
819
|
+
obj: ResourcePolicy
|
|
820
|
+
) => any;
|
|
821
|
+
export declare const GetResourcePoliciesOutputFilterSensitiveLog: (
|
|
822
|
+
obj: GetResourcePoliciesOutput
|
|
823
|
+
) => any;
|
|
824
|
+
export declare const GetResponsePlanInputFilterSensitiveLog: (
|
|
825
|
+
obj: GetResponsePlanInput
|
|
826
|
+
) => any;
|
|
827
|
+
export declare const GetResponsePlanOutputFilterSensitiveLog: (
|
|
828
|
+
obj: GetResponsePlanOutput
|
|
829
|
+
) => any;
|
|
830
|
+
export declare const GetTimelineEventInputFilterSensitiveLog: (
|
|
831
|
+
obj: GetTimelineEventInput
|
|
832
|
+
) => any;
|
|
833
|
+
export declare const TimelineEventFilterSensitiveLog: (
|
|
834
|
+
obj: TimelineEvent
|
|
835
|
+
) => any;
|
|
836
|
+
export declare const GetTimelineEventOutputFilterSensitiveLog: (
|
|
837
|
+
obj: GetTimelineEventOutput
|
|
838
|
+
) => any;
|
|
839
|
+
export declare const IncidentRecordSummaryFilterSensitiveLog: (
|
|
840
|
+
obj: IncidentRecordSummary
|
|
841
|
+
) => any;
|
|
842
|
+
export declare const ItemValueFilterSensitiveLog: (obj: ItemValue) => any;
|
|
843
|
+
export declare const ItemIdentifierFilterSensitiveLog: (
|
|
844
|
+
obj: ItemIdentifier
|
|
845
|
+
) => any;
|
|
846
|
+
export declare const ListIncidentRecordsInputFilterSensitiveLog: (
|
|
847
|
+
obj: ListIncidentRecordsInput
|
|
848
|
+
) => any;
|
|
849
|
+
export declare const ListIncidentRecordsOutputFilterSensitiveLog: (
|
|
850
|
+
obj: ListIncidentRecordsOutput
|
|
851
|
+
) => any;
|
|
852
|
+
export declare const ListRelatedItemsInputFilterSensitiveLog: (
|
|
853
|
+
obj: ListRelatedItemsInput
|
|
854
|
+
) => any;
|
|
855
|
+
export declare const RelatedItemFilterSensitiveLog: (obj: RelatedItem) => any;
|
|
856
|
+
export declare const ListRelatedItemsOutputFilterSensitiveLog: (
|
|
857
|
+
obj: ListRelatedItemsOutput
|
|
858
|
+
) => any;
|
|
859
|
+
export declare const ListReplicationSetsInputFilterSensitiveLog: (
|
|
860
|
+
obj: ListReplicationSetsInput
|
|
861
|
+
) => any;
|
|
862
|
+
export declare const ListReplicationSetsOutputFilterSensitiveLog: (
|
|
863
|
+
obj: ListReplicationSetsOutput
|
|
864
|
+
) => any;
|
|
865
|
+
export declare const ListResponsePlansInputFilterSensitiveLog: (
|
|
866
|
+
obj: ListResponsePlansInput
|
|
867
|
+
) => any;
|
|
868
|
+
export declare const ResponsePlanSummaryFilterSensitiveLog: (
|
|
869
|
+
obj: ResponsePlanSummary
|
|
870
|
+
) => any;
|
|
871
|
+
export declare const ListResponsePlansOutputFilterSensitiveLog: (
|
|
872
|
+
obj: ListResponsePlansOutput
|
|
873
|
+
) => any;
|
|
874
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
875
|
+
obj: ListTagsForResourceRequest
|
|
876
|
+
) => any;
|
|
877
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
878
|
+
obj: ListTagsForResourceResponse
|
|
879
|
+
) => any;
|
|
880
|
+
export declare const ListTimelineEventsInputFilterSensitiveLog: (
|
|
881
|
+
obj: ListTimelineEventsInput
|
|
882
|
+
) => any;
|
|
883
|
+
export declare const ListTimelineEventsOutputFilterSensitiveLog: (
|
|
884
|
+
obj: ListTimelineEventsOutput
|
|
885
|
+
) => any;
|
|
886
|
+
export declare const PutResourcePolicyInputFilterSensitiveLog: (
|
|
887
|
+
obj: PutResourcePolicyInput
|
|
888
|
+
) => any;
|
|
889
|
+
export declare const PutResourcePolicyOutputFilterSensitiveLog: (
|
|
890
|
+
obj: PutResourcePolicyOutput
|
|
891
|
+
) => any;
|
|
892
|
+
export declare const RelatedItemsUpdateFilterSensitiveLog: (
|
|
893
|
+
obj: RelatedItemsUpdate
|
|
894
|
+
) => any;
|
|
895
|
+
export declare const TriggerDetailsFilterSensitiveLog: (
|
|
896
|
+
obj: TriggerDetails
|
|
897
|
+
) => any;
|
|
898
|
+
export declare const StartIncidentInputFilterSensitiveLog: (
|
|
899
|
+
obj: StartIncidentInput
|
|
900
|
+
) => any;
|
|
901
|
+
export declare const StartIncidentOutputFilterSensitiveLog: (
|
|
902
|
+
obj: StartIncidentOutput
|
|
903
|
+
) => any;
|
|
904
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
905
|
+
obj: TagResourceRequest
|
|
906
|
+
) => any;
|
|
907
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
908
|
+
obj: TagResourceResponse
|
|
909
|
+
) => any;
|
|
910
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
911
|
+
obj: UntagResourceRequest
|
|
912
|
+
) => any;
|
|
913
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
914
|
+
obj: UntagResourceResponse
|
|
915
|
+
) => any;
|
|
916
|
+
export declare const UpdateDeletionProtectionInputFilterSensitiveLog: (
|
|
917
|
+
obj: UpdateDeletionProtectionInput
|
|
918
|
+
) => any;
|
|
919
|
+
export declare const UpdateDeletionProtectionOutputFilterSensitiveLog: (
|
|
920
|
+
obj: UpdateDeletionProtectionOutput
|
|
921
|
+
) => any;
|
|
922
|
+
export declare const UpdateIncidentRecordInputFilterSensitiveLog: (
|
|
923
|
+
obj: UpdateIncidentRecordInput
|
|
924
|
+
) => any;
|
|
925
|
+
export declare const UpdateIncidentRecordOutputFilterSensitiveLog: (
|
|
926
|
+
obj: UpdateIncidentRecordOutput
|
|
927
|
+
) => any;
|
|
928
|
+
export declare const UpdateRelatedItemsInputFilterSensitiveLog: (
|
|
929
|
+
obj: UpdateRelatedItemsInput
|
|
930
|
+
) => any;
|
|
931
|
+
export declare const UpdateRelatedItemsOutputFilterSensitiveLog: (
|
|
932
|
+
obj: UpdateRelatedItemsOutput
|
|
933
|
+
) => any;
|
|
934
|
+
export declare const UpdateReplicationSetActionFilterSensitiveLog: (
|
|
935
|
+
obj: UpdateReplicationSetAction
|
|
936
|
+
) => any;
|
|
937
|
+
export declare const UpdateReplicationSetInputFilterSensitiveLog: (
|
|
938
|
+
obj: UpdateReplicationSetInput
|
|
939
|
+
) => any;
|
|
940
|
+
export declare const UpdateReplicationSetOutputFilterSensitiveLog: (
|
|
941
|
+
obj: UpdateReplicationSetOutput
|
|
942
|
+
) => any;
|
|
943
|
+
export declare const UpdateResponsePlanInputFilterSensitiveLog: (
|
|
944
|
+
obj: UpdateResponsePlanInput
|
|
945
|
+
) => any;
|
|
946
|
+
export declare const UpdateResponsePlanOutputFilterSensitiveLog: (
|
|
947
|
+
obj: UpdateResponsePlanOutput
|
|
948
|
+
) => any;
|
|
949
|
+
export declare const UpdateTimelineEventInputFilterSensitiveLog: (
|
|
950
|
+
obj: UpdateTimelineEventInput
|
|
951
|
+
) => any;
|
|
952
|
+
export declare const UpdateTimelineEventOutputFilterSensitiveLog: (
|
|
953
|
+
obj: UpdateTimelineEventOutput
|
|
954
|
+
) => any;
|