@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.
Files changed (55) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SSMIncidents.d.ts +497 -150
  3. package/dist-types/ts3.4/SSMIncidentsClient.d.ts +279 -102
  4. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/index.d.ts +29 -29
  34. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  35. package/dist-types/ts3.4/index.d.ts +7 -7
  36. package/dist-types/ts3.4/models/SSMIncidentsServiceException.d.ts +7 -6
  37. package/dist-types/ts3.4/models/index.d.ts +1 -1
  38. package/dist-types/ts3.4/models/models_0.d.ts +954 -1173
  39. package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  41. package/dist-types/ts3.4/pagination/ListIncidentRecordsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListRelatedItemsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListReplicationSetsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListResponsePlansPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListTimelineEventsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  47. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +353 -89
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  52. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  53. package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetActive.d.ts +11 -7
  54. package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetDeleted.d.ts +11 -7
  55. 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
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
-
8
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
- }
10
- export declare enum VariableType {
11
- INCIDENT_RECORD_ARN = "INCIDENT_RECORD_ARN",
12
- INVOLVED_RESOURCES = "INVOLVED_RESOURCES"
13
- }
14
-
15
- export declare type DynamicSsmParameterValue = DynamicSsmParameterValue.VariableMember | DynamicSsmParameterValue.$UnknownMember;
16
- export declare namespace DynamicSsmParameterValue {
17
-
18
- interface VariableMember {
19
- variable: VariableType | string;
20
- $unknown?: never;
21
- }
22
- interface $UnknownMember {
23
- variable?: never;
24
- $unknown: [
25
- string,
26
- any
27
- ];
28
- }
29
- interface Visitor<T> {
30
- variable: (value: VariableType | string) => T;
31
- _: (name: string, value: any) => T;
32
- }
33
- const visit: <T>(value: DynamicSsmParameterValue, visitor: Visitor<T>) => T;
34
- }
35
- export declare enum SsmTargetAccount {
36
- IMPACTED_ACCOUNT = "IMPACTED_ACCOUNT",
37
- RESPONSE_PLAN_OWNER_ACCOUNT = "RESPONSE_PLAN_OWNER_ACCOUNT"
38
- }
39
-
40
- export interface SsmAutomation {
41
-
42
- roleArn: string | undefined;
43
-
44
- documentName: string | undefined;
45
-
46
- documentVersion?: string;
47
-
48
- targetAccount?: SsmTargetAccount | string;
49
-
50
- parameters?: Record<string, string[]>;
51
-
52
- dynamicParameters?: Record<string, DynamicSsmParameterValue>;
53
- }
54
-
55
- export declare type Action = Action.SsmAutomationMember | Action.$UnknownMember;
56
- export declare namespace Action {
57
-
58
- interface SsmAutomationMember {
59
- ssmAutomation: SsmAutomation;
60
- $unknown?: never;
61
- }
62
- interface $UnknownMember {
63
- ssmAutomation?: never;
64
- $unknown: [
65
- string,
66
- any
67
- ];
68
- }
69
- interface Visitor<T> {
70
- ssmAutomation: (value: SsmAutomation) => T;
71
- _: (name: string, value: any) => T;
72
- }
73
- const visit: <T>(value: Action, visitor: Visitor<T>) => T;
74
- }
75
-
76
- export interface AddRegionAction {
77
-
78
- regionName: string | undefined;
79
-
80
- sseKmsKeyId?: string;
81
- }
82
-
83
- export declare type AttributeValueList = AttributeValueList.IntegerValuesMember | AttributeValueList.StringValuesMember | AttributeValueList.$UnknownMember;
84
- export declare namespace AttributeValueList {
85
-
86
- interface StringValuesMember {
87
- stringValues: string[];
88
- integerValues?: never;
89
- $unknown?: never;
90
- }
91
-
92
- interface IntegerValuesMember {
93
- stringValues?: never;
94
- integerValues: number[];
95
- $unknown?: never;
96
- }
97
- interface $UnknownMember {
98
- stringValues?: never;
99
- integerValues?: never;
100
- $unknown: [
101
- string,
102
- any
103
- ];
104
- }
105
- interface Visitor<T> {
106
- stringValues: (value: string[]) => T;
107
- integerValues: (value: number[]) => T;
108
- _: (name: string, value: any) => T;
109
- }
110
- const visit: <T>(value: AttributeValueList, visitor: Visitor<T>) => T;
111
- }
112
-
113
- export declare type AutomationExecution = AutomationExecution.SsmExecutionArnMember | AutomationExecution.$UnknownMember;
114
- export declare namespace AutomationExecution {
115
-
116
- interface SsmExecutionArnMember {
117
- ssmExecutionArn: string;
118
- $unknown?: never;
119
- }
120
- interface $UnknownMember {
121
- ssmExecutionArn?: never;
122
- $unknown: [
123
- string,
124
- any
125
- ];
126
- }
127
- interface Visitor<T> {
128
- ssmExecutionArn: (value: string) => T;
129
- _: (name: string, value: any) => T;
130
- }
131
- const visit: <T>(value: AutomationExecution, visitor: Visitor<T>) => T;
132
- }
133
-
134
- export interface EmptyChatChannel {
135
- }
136
-
137
- export declare type ChatChannel = ChatChannel.ChatbotSnsMember | ChatChannel.EmptyMember | ChatChannel.$UnknownMember;
138
- export declare namespace ChatChannel {
139
-
140
- interface EmptyMember {
141
- empty: EmptyChatChannel;
142
- chatbotSns?: never;
143
- $unknown?: never;
144
- }
145
-
146
- interface ChatbotSnsMember {
147
- empty?: never;
148
- chatbotSns: string[];
149
- $unknown?: never;
150
- }
151
- interface $UnknownMember {
152
- empty?: never;
153
- chatbotSns?: never;
154
- $unknown: [
155
- string,
156
- any
157
- ];
158
- }
159
- interface Visitor<T> {
160
- empty: (value: EmptyChatChannel) => T;
161
- chatbotSns: (value: string[]) => T;
162
- _: (name: string, value: any) => T;
163
- }
164
- const visit: <T>(value: ChatChannel, visitor: Visitor<T>) => T;
165
- }
166
-
167
- export declare type Condition = Condition.AfterMember | Condition.BeforeMember | Condition.EqualsMember | Condition.$UnknownMember;
168
- export declare namespace Condition {
169
-
170
- interface BeforeMember {
171
- before: Date;
172
- after?: never;
173
- equals?: never;
174
- $unknown?: never;
175
- }
176
-
177
- interface AfterMember {
178
- before?: never;
179
- after: Date;
180
- equals?: never;
181
- $unknown?: never;
182
- }
183
-
184
- interface EqualsMember {
185
- before?: never;
186
- after?: never;
187
- equals: AttributeValueList;
188
- $unknown?: never;
189
- }
190
- interface $UnknownMember {
191
- before?: never;
192
- after?: never;
193
- equals?: never;
194
- $unknown: [
195
- string,
196
- any
197
- ];
198
- }
199
- interface Visitor<T> {
200
- before: (value: Date) => T;
201
- after: (value: Date) => T;
202
- equals: (value: AttributeValueList) => T;
203
- _: (name: string, value: any) => T;
204
- }
205
- const visit: <T>(value: Condition, visitor: Visitor<T>) => T;
206
- }
207
- export declare enum ResourceType {
208
- INCIDENT_RECORD = "INCIDENT_RECORD",
209
- REPLICATION_SET = "REPLICATION_SET",
210
- RESOURCE_POLICY = "RESOURCE_POLICY",
211
- RESPONSE_PLAN = "RESPONSE_PLAN",
212
- TIMELINE_EVENT = "TIMELINE_EVENT"
213
- }
214
-
215
- export declare class ConflictException extends __BaseException {
216
- readonly name: "ConflictException";
217
- readonly $fault: "client";
218
-
219
- resourceIdentifier?: string;
220
-
221
- resourceType?: ResourceType | string;
222
-
223
- retryAfter?: Date;
224
-
225
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
226
- }
227
-
228
- export interface RegionMapInputValue {
229
-
230
- sseKmsKeyId?: string;
231
- }
232
- export interface CreateReplicationSetInput {
233
-
234
- regions: Record<string, RegionMapInputValue> | undefined;
235
-
236
- clientToken?: string;
237
- }
238
- export interface CreateReplicationSetOutput {
239
-
240
- arn: string | undefined;
241
- }
242
-
243
- export declare class InternalServerException extends __BaseException {
244
- readonly name: "InternalServerException";
245
- readonly $fault: "server";
246
-
247
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
248
- }
249
- export declare enum ServiceCode {
250
- SSM_INCIDENTS = "ssm-incidents"
251
- }
252
-
253
- export declare class ServiceQuotaExceededException extends __BaseException {
254
- readonly name: "ServiceQuotaExceededException";
255
- readonly $fault: "client";
256
-
257
- resourceIdentifier?: string;
258
-
259
- resourceType?: ResourceType | string;
260
-
261
- serviceCode: ServiceCode | string | undefined;
262
-
263
- quotaCode: string | undefined;
264
-
265
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
266
- }
267
-
268
- export declare class ThrottlingException extends __BaseException {
269
- readonly name: "ThrottlingException";
270
- readonly $fault: "client";
271
-
272
- serviceCode: ServiceCode | string | undefined;
273
-
274
- quotaCode: string | undefined;
275
-
276
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
277
- }
278
-
279
- export declare class ValidationException extends __BaseException {
280
- readonly name: "ValidationException";
281
- readonly $fault: "client";
282
-
283
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
284
- }
285
-
286
- export declare type NotificationTargetItem = NotificationTargetItem.SnsTopicArnMember | NotificationTargetItem.$UnknownMember;
287
- export declare namespace NotificationTargetItem {
288
-
289
- interface SnsTopicArnMember {
290
- snsTopicArn: string;
291
- $unknown?: never;
292
- }
293
- interface $UnknownMember {
294
- snsTopicArn?: never;
295
- $unknown: [
296
- string,
297
- any
298
- ];
299
- }
300
- interface Visitor<T> {
301
- snsTopicArn: (value: string) => T;
302
- _: (name: string, value: any) => T;
303
- }
304
- const visit: <T>(value: NotificationTargetItem, visitor: Visitor<T>) => T;
305
- }
306
-
307
- export interface IncidentTemplate {
308
-
309
- title: string | undefined;
310
-
311
- impact: number | undefined;
312
-
313
- summary?: string;
314
-
315
- dedupeString?: string;
316
-
317
- notificationTargets?: NotificationTargetItem[];
318
-
319
- incidentTags?: Record<string, string>;
320
- }
321
- export interface CreateResponsePlanInput {
322
-
323
- clientToken?: string;
324
-
325
- name: string | undefined;
326
-
327
- displayName?: string;
328
-
329
- incidentTemplate: IncidentTemplate | undefined;
330
-
331
- chatChannel?: ChatChannel;
332
-
333
- engagements?: string[];
334
-
335
- actions?: Action[];
336
-
337
- tags?: Record<string, string>;
338
- }
339
- export interface CreateResponsePlanOutput {
340
-
341
- arn: string | undefined;
342
- }
343
-
344
- export declare class ResourceNotFoundException extends __BaseException {
345
- readonly name: "ResourceNotFoundException";
346
- readonly $fault: "client";
347
-
348
- resourceIdentifier?: string;
349
-
350
- resourceType?: ResourceType | string;
351
-
352
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
353
- }
354
- export interface CreateTimelineEventInput {
355
-
356
- clientToken?: string;
357
-
358
- incidentRecordArn: string | undefined;
359
-
360
- eventTime: Date | undefined;
361
-
362
- eventType: string | undefined;
363
-
364
- eventData: string | undefined;
365
- }
366
- export interface CreateTimelineEventOutput {
367
-
368
- incidentRecordArn: string | undefined;
369
-
370
- eventId: string | undefined;
371
- }
372
- export interface DeleteIncidentRecordInput {
373
-
374
- arn: string | undefined;
375
- }
376
- export interface DeleteIncidentRecordOutput {
377
- }
378
-
379
- export interface DeleteRegionAction {
380
-
381
- regionName: string | undefined;
382
- }
383
- export interface DeleteReplicationSetInput {
384
-
385
- arn: string | undefined;
386
- }
387
- export interface DeleteReplicationSetOutput {
388
- }
389
- export interface DeleteResourcePolicyInput {
390
-
391
- resourceArn: string | undefined;
392
-
393
- policyId: string | undefined;
394
- }
395
- export interface DeleteResourcePolicyOutput {
396
- }
397
- export interface DeleteResponsePlanInput {
398
-
399
- arn: string | undefined;
400
- }
401
- export interface DeleteResponsePlanOutput {
402
- }
403
- export interface DeleteTimelineEventInput {
404
-
405
- incidentRecordArn: string | undefined;
406
-
407
- eventId: string | undefined;
408
- }
409
- export interface DeleteTimelineEventOutput {
410
- }
411
-
412
- export interface EventSummary {
413
-
414
- incidentRecordArn: string | undefined;
415
-
416
- eventId: string | undefined;
417
-
418
- eventTime: Date | undefined;
419
-
420
- eventUpdatedTime: Date | undefined;
421
-
422
- eventType: string | undefined;
423
- }
424
-
425
- export interface Filter {
426
-
427
- key: string | undefined;
428
-
429
- condition: Condition | undefined;
430
- }
431
- export interface GetIncidentRecordInput {
432
-
433
- arn: string | undefined;
434
- }
435
-
436
- export interface IncidentRecordSource {
437
-
438
- createdBy: string | undefined;
439
-
440
- invokedBy?: string;
441
-
442
- resourceArn?: string;
443
-
444
- source: string | undefined;
445
- }
446
- export declare enum IncidentRecordStatus {
447
- OPEN = "OPEN",
448
- RESOLVED = "RESOLVED"
449
- }
450
-
451
- export interface IncidentRecord {
452
-
453
- arn: string | undefined;
454
-
455
- title: string | undefined;
456
-
457
- summary?: string;
458
-
459
- status: IncidentRecordStatus | string | undefined;
460
-
461
- impact: number | undefined;
462
-
463
- creationTime: Date | undefined;
464
-
465
- resolvedTime?: Date;
466
-
467
- lastModifiedTime: Date | undefined;
468
-
469
- lastModifiedBy: string | undefined;
470
-
471
- automationExecutions?: AutomationExecution[];
472
-
473
- incidentRecordSource: IncidentRecordSource | undefined;
474
-
475
- dedupeString: string | undefined;
476
-
477
- chatChannel?: ChatChannel;
478
-
479
- notificationTargets?: NotificationTargetItem[];
480
- }
481
- export interface GetIncidentRecordOutput {
482
-
483
- incidentRecord: IncidentRecord | undefined;
484
- }
485
- export interface GetReplicationSetInput {
486
-
487
- arn: string | undefined;
488
- }
489
- export declare enum RegionStatus {
490
-
491
- ACTIVE = "ACTIVE",
492
-
493
- CREATING = "CREATING",
494
-
495
- DELETING = "DELETING",
496
-
497
- FAILED = "FAILED"
498
- }
499
-
500
- export interface RegionInfo {
501
-
502
- sseKmsKeyId?: string;
503
-
504
- status: RegionStatus | string | undefined;
505
-
506
- statusMessage?: string;
507
-
508
- statusUpdateDateTime: Date | undefined;
509
- }
510
- export declare enum ReplicationSetStatus {
511
-
512
- ACTIVE = "ACTIVE",
513
-
514
- CREATING = "CREATING",
515
-
516
- DELETING = "DELETING",
517
-
518
- FAILED = "FAILED",
519
-
520
- UPDATING = "UPDATING"
521
- }
522
-
523
- export interface ReplicationSet {
524
-
525
- arn?: string;
526
-
527
- regionMap: Record<string, RegionInfo> | undefined;
528
-
529
- status: ReplicationSetStatus | string | undefined;
530
-
531
- deletionProtected: boolean | undefined;
532
-
533
- createdTime: Date | undefined;
534
-
535
- createdBy: string | undefined;
536
-
537
- lastModifiedTime: Date | undefined;
538
-
539
- lastModifiedBy: string | undefined;
540
- }
541
- export interface GetReplicationSetOutput {
542
-
543
- replicationSet: ReplicationSet | undefined;
544
- }
545
- export interface GetResourcePoliciesInput {
546
-
547
- resourceArn: string | undefined;
548
-
549
- maxResults?: number;
550
-
551
- nextToken?: string;
552
- }
553
-
554
- export interface ResourcePolicy {
555
-
556
- policyDocument: string | undefined;
557
-
558
- policyId: string | undefined;
559
-
560
- ramResourceShareRegion: string | undefined;
561
- }
562
- export interface GetResourcePoliciesOutput {
563
-
564
- resourcePolicies: ResourcePolicy[] | undefined;
565
-
566
- nextToken?: string;
567
- }
568
- export interface GetResponsePlanInput {
569
-
570
- arn: string | undefined;
571
- }
572
- export interface GetResponsePlanOutput {
573
-
574
- arn: string | undefined;
575
-
576
- name: string | undefined;
577
-
578
- displayName?: string;
579
-
580
- incidentTemplate: IncidentTemplate | undefined;
581
-
582
- chatChannel?: ChatChannel;
583
-
584
- engagements?: string[];
585
-
586
- actions?: Action[];
587
- }
588
- export interface GetTimelineEventInput {
589
-
590
- incidentRecordArn: string | undefined;
591
-
592
- eventId: string | undefined;
593
- }
594
-
595
- export interface TimelineEvent {
596
-
597
- incidentRecordArn: string | undefined;
598
-
599
- eventId: string | undefined;
600
-
601
- eventTime: Date | undefined;
602
-
603
- eventUpdatedTime: Date | undefined;
604
-
605
- eventType: string | undefined;
606
-
607
- eventData: string | undefined;
608
- }
609
- export interface GetTimelineEventOutput {
610
-
611
- event: TimelineEvent | undefined;
612
- }
613
-
614
- export interface IncidentRecordSummary {
615
-
616
- arn: string | undefined;
617
-
618
- title: string | undefined;
619
-
620
- status: IncidentRecordStatus | string | undefined;
621
-
622
- impact: number | undefined;
623
-
624
- creationTime: Date | undefined;
625
-
626
- resolvedTime?: Date;
627
-
628
- incidentRecordSource: IncidentRecordSource | undefined;
629
- }
630
- export declare enum ItemType {
631
- ANALYSIS = "ANALYSIS",
632
- ATTACHMENT = "ATTACHMENT",
633
- AUTOMATION = "AUTOMATION",
634
- INCIDENT = "INCIDENT",
635
- INVOLVED_RESOURCE = "INVOLVED_RESOURCE",
636
- METRIC = "METRIC",
637
- OTHER = "OTHER",
638
- PARENT = "PARENT"
639
- }
640
-
641
- export declare type ItemValue = ItemValue.ArnMember | ItemValue.MetricDefinitionMember | ItemValue.UrlMember | ItemValue.$UnknownMember;
642
- export declare namespace ItemValue {
643
-
644
- interface ArnMember {
645
- arn: string;
646
- url?: never;
647
- metricDefinition?: never;
648
- $unknown?: never;
649
- }
650
-
651
- interface UrlMember {
652
- arn?: never;
653
- url: string;
654
- metricDefinition?: never;
655
- $unknown?: never;
656
- }
657
-
658
- interface MetricDefinitionMember {
659
- arn?: never;
660
- url?: never;
661
- metricDefinition: string;
662
- $unknown?: never;
663
- }
664
- interface $UnknownMember {
665
- arn?: never;
666
- url?: never;
667
- metricDefinition?: never;
668
- $unknown: [
669
- string,
670
- any
671
- ];
672
- }
673
- interface Visitor<T> {
674
- arn: (value: string) => T;
675
- url: (value: string) => T;
676
- metricDefinition: (value: string) => T;
677
- _: (name: string, value: any) => T;
678
- }
679
- const visit: <T>(value: ItemValue, visitor: Visitor<T>) => T;
680
- }
681
-
682
- export interface ItemIdentifier {
683
-
684
- value: ItemValue | undefined;
685
-
686
- type: ItemType | string | undefined;
687
- }
688
- export interface ListIncidentRecordsInput {
689
-
690
- filters?: Filter[];
691
-
692
- maxResults?: number;
693
-
694
- nextToken?: string;
695
- }
696
- export interface ListIncidentRecordsOutput {
697
-
698
- incidentRecordSummaries: IncidentRecordSummary[] | undefined;
699
-
700
- nextToken?: string;
701
- }
702
- export interface ListRelatedItemsInput {
703
-
704
- incidentRecordArn: string | undefined;
705
-
706
- maxResults?: number;
707
-
708
- nextToken?: string;
709
- }
710
-
711
- export interface RelatedItem {
712
-
713
- identifier: ItemIdentifier | undefined;
714
-
715
- title?: string;
716
- }
717
- export interface ListRelatedItemsOutput {
718
-
719
- relatedItems: RelatedItem[] | undefined;
720
-
721
- nextToken?: string;
722
- }
723
- export interface ListReplicationSetsInput {
724
-
725
- maxResults?: number;
726
-
727
- nextToken?: string;
728
- }
729
- export interface ListReplicationSetsOutput {
730
-
731
- replicationSetArns: string[] | undefined;
732
-
733
- nextToken?: string;
734
- }
735
- export interface ListResponsePlansInput {
736
-
737
- maxResults?: number;
738
-
739
- nextToken?: string;
740
- }
741
-
742
- export interface ResponsePlanSummary {
743
-
744
- arn: string | undefined;
745
-
746
- name: string | undefined;
747
-
748
- displayName?: string;
749
- }
750
- export interface ListResponsePlansOutput {
751
-
752
- responsePlanSummaries: ResponsePlanSummary[] | undefined;
753
-
754
- nextToken?: string;
755
- }
756
- export interface ListTagsForResourceRequest {
757
-
758
- resourceArn: string | undefined;
759
- }
760
- export interface ListTagsForResourceResponse {
761
-
762
- tags: Record<string, string> | undefined;
763
- }
764
- export declare enum TimelineEventSort {
765
- EVENT_TIME = "EVENT_TIME"
766
- }
767
- export declare enum SortOrder {
768
- ASCENDING = "ASCENDING",
769
- DESCENDING = "DESCENDING"
770
- }
771
- export interface ListTimelineEventsInput {
772
-
773
- incidentRecordArn: string | undefined;
774
-
775
- filters?: Filter[];
776
-
777
- sortBy?: TimelineEventSort | string;
778
-
779
- sortOrder?: SortOrder | string;
780
-
781
- maxResults?: number;
782
-
783
- nextToken?: string;
784
- }
785
- export interface ListTimelineEventsOutput {
786
-
787
- eventSummaries: EventSummary[] | undefined;
788
-
789
- nextToken?: string;
790
- }
791
- export interface PutResourcePolicyInput {
792
-
793
- resourceArn: string | undefined;
794
-
795
- policy: string | undefined;
796
- }
797
- export interface PutResourcePolicyOutput {
798
-
799
- policyId: string | undefined;
800
- }
801
-
802
- export declare type RelatedItemsUpdate = RelatedItemsUpdate.ItemToAddMember | RelatedItemsUpdate.ItemToRemoveMember | RelatedItemsUpdate.$UnknownMember;
803
- export declare namespace RelatedItemsUpdate {
804
-
805
- interface ItemToAddMember {
806
- itemToAdd: RelatedItem;
807
- itemToRemove?: never;
808
- $unknown?: never;
809
- }
810
-
811
- interface ItemToRemoveMember {
812
- itemToAdd?: never;
813
- itemToRemove: ItemIdentifier;
814
- $unknown?: never;
815
- }
816
- interface $UnknownMember {
817
- itemToAdd?: never;
818
- itemToRemove?: never;
819
- $unknown: [
820
- string,
821
- any
822
- ];
823
- }
824
- interface Visitor<T> {
825
- itemToAdd: (value: RelatedItem) => T;
826
- itemToRemove: (value: ItemIdentifier) => T;
827
- _: (name: string, value: any) => T;
828
- }
829
- const visit: <T>(value: RelatedItemsUpdate, visitor: Visitor<T>) => T;
830
- }
831
-
832
- export interface TriggerDetails {
833
-
834
- source: string | undefined;
835
-
836
- triggerArn?: string;
837
-
838
- timestamp: Date | undefined;
839
-
840
- rawData?: string;
841
- }
842
- export interface StartIncidentInput {
843
-
844
- clientToken?: string;
845
-
846
- responsePlanArn: string | undefined;
847
-
848
- title?: string;
849
-
850
- impact?: number;
851
-
852
- triggerDetails?: TriggerDetails;
853
-
854
- relatedItems?: RelatedItem[];
855
- }
856
- export interface StartIncidentOutput {
857
-
858
- incidentRecordArn: string | undefined;
859
- }
860
- export interface TagResourceRequest {
861
-
862
- resourceArn: string | undefined;
863
-
864
- tags: Record<string, string> | undefined;
865
- }
866
- export interface TagResourceResponse {
867
- }
868
- export interface UntagResourceRequest {
869
-
870
- resourceArn: string | undefined;
871
-
872
- tagKeys: string[] | undefined;
873
- }
874
- export interface UntagResourceResponse {
875
- }
876
- export interface UpdateDeletionProtectionInput {
877
-
878
- arn: string | undefined;
879
-
880
- deletionProtected: boolean | undefined;
881
-
882
- clientToken?: string;
883
- }
884
- export interface UpdateDeletionProtectionOutput {
885
- }
886
- export interface UpdateIncidentRecordInput {
887
-
888
- clientToken?: string;
889
-
890
- arn: string | undefined;
891
-
892
- title?: string;
893
-
894
- summary?: string;
895
-
896
- impact?: number;
897
-
898
- status?: IncidentRecordStatus | string;
899
-
900
- chatChannel?: ChatChannel;
901
-
902
- notificationTargets?: NotificationTargetItem[];
903
- }
904
- export interface UpdateIncidentRecordOutput {
905
- }
906
- export interface UpdateRelatedItemsInput {
907
-
908
- clientToken?: string;
909
-
910
- incidentRecordArn: string | undefined;
911
-
912
- relatedItemsUpdate: RelatedItemsUpdate | undefined;
913
- }
914
- export interface UpdateRelatedItemsOutput {
915
- }
916
-
917
- export declare type UpdateReplicationSetAction = UpdateReplicationSetAction.AddRegionActionMember | UpdateReplicationSetAction.DeleteRegionActionMember | UpdateReplicationSetAction.$UnknownMember;
918
- export declare namespace UpdateReplicationSetAction {
919
-
920
- interface AddRegionActionMember {
921
- addRegionAction: AddRegionAction;
922
- deleteRegionAction?: never;
923
- $unknown?: never;
924
- }
925
-
926
- interface DeleteRegionActionMember {
927
- addRegionAction?: never;
928
- deleteRegionAction: DeleteRegionAction;
929
- $unknown?: never;
930
- }
931
- interface $UnknownMember {
932
- addRegionAction?: never;
933
- deleteRegionAction?: never;
934
- $unknown: [
935
- string,
936
- any
937
- ];
938
- }
939
- interface Visitor<T> {
940
- addRegionAction: (value: AddRegionAction) => T;
941
- deleteRegionAction: (value: DeleteRegionAction) => T;
942
- _: (name: string, value: any) => T;
943
- }
944
- const visit: <T>(value: UpdateReplicationSetAction, visitor: Visitor<T>) => T;
945
- }
946
- export interface UpdateReplicationSetInput {
947
-
948
- arn: string | undefined;
949
-
950
- actions: UpdateReplicationSetAction[] | undefined;
951
-
952
- clientToken?: string;
953
- }
954
- export interface UpdateReplicationSetOutput {
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;