@aws-sdk/client-ssm-incidents 3.128.0 → 3.137.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 +30 -0
- package/dist-cjs/commands/CreateReplicationSetCommand.js +2 -2
- package/dist-cjs/commands/CreateResponsePlanCommand.js +2 -2
- package/dist-cjs/commands/CreateTimelineEventCommand.js +2 -2
- package/dist-cjs/commands/DeleteIncidentRecordCommand.js +2 -2
- package/dist-cjs/commands/DeleteReplicationSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteResponsePlanCommand.js +2 -2
- package/dist-cjs/commands/DeleteTimelineEventCommand.js +2 -2
- package/dist-cjs/commands/GetIncidentRecordCommand.js +2 -2
- package/dist-cjs/commands/GetReplicationSetCommand.js +2 -2
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -2
- package/dist-cjs/commands/GetResponsePlanCommand.js +2 -2
- package/dist-cjs/commands/GetTimelineEventCommand.js +2 -2
- package/dist-cjs/commands/ListIncidentRecordsCommand.js +2 -2
- package/dist-cjs/commands/ListRelatedItemsCommand.js +2 -2
- package/dist-cjs/commands/ListReplicationSetsCommand.js +2 -2
- package/dist-cjs/commands/ListResponsePlansCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTimelineEventsCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/StartIncidentCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateIncidentRecordCommand.js +2 -2
- package/dist-cjs/commands/UpdateRelatedItemsCommand.js +2 -2
- package/dist-cjs/commands/UpdateReplicationSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateResponsePlanCommand.js +2 -2
- package/dist-cjs/commands/UpdateTimelineEventCommand.js +2 -2
- package/dist-cjs/models/models_0.js +438 -584
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/CreateReplicationSetCommand.js +3 -3
- package/dist-es/commands/CreateResponsePlanCommand.js +3 -3
- package/dist-es/commands/CreateTimelineEventCommand.js +3 -3
- package/dist-es/commands/DeleteIncidentRecordCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationSetCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteResponsePlanCommand.js +3 -3
- package/dist-es/commands/DeleteTimelineEventCommand.js +3 -3
- package/dist-es/commands/GetIncidentRecordCommand.js +3 -3
- package/dist-es/commands/GetReplicationSetCommand.js +3 -3
- package/dist-es/commands/GetResourcePoliciesCommand.js +3 -3
- package/dist-es/commands/GetResponsePlanCommand.js +3 -3
- package/dist-es/commands/GetTimelineEventCommand.js +3 -3
- package/dist-es/commands/ListIncidentRecordsCommand.js +3 -3
- package/dist-es/commands/ListRelatedItemsCommand.js +3 -3
- package/dist-es/commands/ListReplicationSetsCommand.js +3 -3
- package/dist-es/commands/ListResponsePlansCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTimelineEventsCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/StartIncidentCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDeletionProtectionCommand.js +3 -3
- package/dist-es/commands/UpdateIncidentRecordCommand.js +3 -3
- package/dist-es/commands/UpdateRelatedItemsCommand.js +3 -3
- package/dist-es/commands/UpdateReplicationSetCommand.js +3 -3
- package/dist-es/commands/UpdateResponsePlanCommand.js +3 -3
- package/dist-es/commands/UpdateTimelineEventCommand.js +3 -3
- package/dist-es/models/models_0.js +181 -414
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +348 -502
- package/dist-types/ts3.4/models/models_0.d.ts +174 -328
- package/package.json +9 -9
|
@@ -37,10 +37,6 @@ export declare namespace DynamicSsmParameterValue {
|
|
|
37
37
|
_: (name: string, value: any) => T;
|
|
38
38
|
}
|
|
39
39
|
const visit: <T>(value: DynamicSsmParameterValue, visitor: Visitor<T>) => T;
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
|
-
const filterSensitiveLog: (obj: DynamicSsmParameterValue) => any;
|
|
44
40
|
}
|
|
45
41
|
export declare enum SsmTargetAccount {
|
|
46
42
|
IMPACTED_ACCOUNT = "IMPACTED_ACCOUNT",
|
|
@@ -79,12 +75,6 @@ export interface SsmAutomation {
|
|
|
79
75
|
*/
|
|
80
76
|
dynamicParameters?: Record<string, DynamicSsmParameterValue>;
|
|
81
77
|
}
|
|
82
|
-
export declare namespace SsmAutomation {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
const filterSensitiveLog: (obj: SsmAutomation) => any;
|
|
87
|
-
}
|
|
88
78
|
/**
|
|
89
79
|
* <p>The action that starts at the beginning of an incident. The response plan defines the
|
|
90
80
|
* action.</p>
|
|
@@ -108,10 +98,6 @@ export declare namespace Action {
|
|
|
108
98
|
_: (name: string, value: any) => T;
|
|
109
99
|
}
|
|
110
100
|
const visit: <T>(value: Action, visitor: Visitor<T>) => T;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
const filterSensitiveLog: (obj: Action) => any;
|
|
115
101
|
}
|
|
116
102
|
/**
|
|
117
103
|
* <p>Defines the Amazon Web Services Region and KMS key to add to the
|
|
@@ -127,12 +113,6 @@ export interface AddRegionAction {
|
|
|
127
113
|
*/
|
|
128
114
|
sseKmsKeyId?: string;
|
|
129
115
|
}
|
|
130
|
-
export declare namespace AddRegionAction {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
const filterSensitiveLog: (obj: AddRegionAction) => any;
|
|
135
|
-
}
|
|
136
116
|
/**
|
|
137
117
|
* <p>Use the AttributeValueList to filter by string or integer values.</p>
|
|
138
118
|
*/
|
|
@@ -165,10 +145,6 @@ export declare namespace AttributeValueList {
|
|
|
165
145
|
_: (name: string, value: any) => T;
|
|
166
146
|
}
|
|
167
147
|
const visit: <T>(value: AttributeValueList, visitor: Visitor<T>) => T;
|
|
168
|
-
/**
|
|
169
|
-
* @internal
|
|
170
|
-
*/
|
|
171
|
-
const filterSensitiveLog: (obj: AttributeValueList) => any;
|
|
172
148
|
}
|
|
173
149
|
/**
|
|
174
150
|
* <p>The Systems Manager automation document process to start as the runbook at the
|
|
@@ -192,22 +168,12 @@ export declare namespace AutomationExecution {
|
|
|
192
168
|
_: (name: string, value: any) => T;
|
|
193
169
|
}
|
|
194
170
|
const visit: <T>(value: AutomationExecution, visitor: Visitor<T>) => T;
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
|
-
const filterSensitiveLog: (obj: AutomationExecution) => any;
|
|
199
171
|
}
|
|
200
172
|
/**
|
|
201
173
|
* <p>Used to remove the chat channel from an incident record or response plan.</p>
|
|
202
174
|
*/
|
|
203
175
|
export interface EmptyChatChannel {
|
|
204
176
|
}
|
|
205
|
-
export declare namespace EmptyChatChannel {
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
|
-
const filterSensitiveLog: (obj: EmptyChatChannel) => any;
|
|
210
|
-
}
|
|
211
177
|
/**
|
|
212
178
|
* <p>The Chatbot chat channel used for collaboration during an
|
|
213
179
|
* incident.</p>
|
|
@@ -243,10 +209,6 @@ export declare namespace ChatChannel {
|
|
|
243
209
|
_: (name: string, value: any) => T;
|
|
244
210
|
}
|
|
245
211
|
const visit: <T>(value: ChatChannel, visitor: Visitor<T>) => T;
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
|
-
const filterSensitiveLog: (obj: ChatChannel) => any;
|
|
250
212
|
}
|
|
251
213
|
/**
|
|
252
214
|
* <p>A conditional statement with which to compare a value, after a timestamp, before a
|
|
@@ -296,10 +258,6 @@ export declare namespace Condition {
|
|
|
296
258
|
_: (name: string, value: any) => T;
|
|
297
259
|
}
|
|
298
260
|
const visit: <T>(value: Condition, visitor: Visitor<T>) => T;
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
|
-
const filterSensitiveLog: (obj: Condition) => any;
|
|
303
261
|
}
|
|
304
262
|
export declare enum ResourceType {
|
|
305
263
|
INCIDENT_RECORD = "INCIDENT_RECORD",
|
|
@@ -341,12 +299,6 @@ export interface RegionMapInputValue {
|
|
|
341
299
|
*/
|
|
342
300
|
sseKmsKeyId?: string;
|
|
343
301
|
}
|
|
344
|
-
export declare namespace RegionMapInputValue {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
|
-
const filterSensitiveLog: (obj: RegionMapInputValue) => any;
|
|
349
|
-
}
|
|
350
302
|
export interface CreateReplicationSetInput {
|
|
351
303
|
/**
|
|
352
304
|
* <p>The Regions that Incident Manager replicates your data to. You can have up to three Regions
|
|
@@ -359,24 +311,12 @@ export interface CreateReplicationSetInput {
|
|
|
359
311
|
*/
|
|
360
312
|
clientToken?: string;
|
|
361
313
|
}
|
|
362
|
-
export declare namespace CreateReplicationSetInput {
|
|
363
|
-
/**
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
|
-
const filterSensitiveLog: (obj: CreateReplicationSetInput) => any;
|
|
367
|
-
}
|
|
368
314
|
export interface CreateReplicationSetOutput {
|
|
369
315
|
/**
|
|
370
316
|
* <p>The Amazon Resource Name (ARN) of the replication set. </p>
|
|
371
317
|
*/
|
|
372
318
|
arn: string | undefined;
|
|
373
319
|
}
|
|
374
|
-
export declare namespace CreateReplicationSetOutput {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
|
-
const filterSensitiveLog: (obj: CreateReplicationSetOutput) => any;
|
|
379
|
-
}
|
|
380
320
|
/**
|
|
381
321
|
* <p>The request processing has failed because of an unknown error, exception or
|
|
382
322
|
* failure.</p>
|
|
@@ -471,10 +411,6 @@ export declare namespace NotificationTargetItem {
|
|
|
471
411
|
_: (name: string, value: any) => T;
|
|
472
412
|
}
|
|
473
413
|
const visit: <T>(value: NotificationTargetItem, visitor: Visitor<T>) => T;
|
|
474
|
-
/**
|
|
475
|
-
* @internal
|
|
476
|
-
*/
|
|
477
|
-
const filterSensitiveLog: (obj: NotificationTargetItem) => any;
|
|
478
414
|
}
|
|
479
415
|
/**
|
|
480
416
|
* <p>Basic details used in creating a response plan. The response plan is then used to create
|
|
@@ -509,12 +445,6 @@ export interface IncidentTemplate {
|
|
|
509
445
|
*/
|
|
510
446
|
incidentTags?: Record<string, string>;
|
|
511
447
|
}
|
|
512
|
-
export declare namespace IncidentTemplate {
|
|
513
|
-
/**
|
|
514
|
-
* @internal
|
|
515
|
-
*/
|
|
516
|
-
const filterSensitiveLog: (obj: IncidentTemplate) => any;
|
|
517
|
-
}
|
|
518
448
|
export interface CreateResponsePlanInput {
|
|
519
449
|
/**
|
|
520
450
|
* <p>A token ensuring that the operation is called only once with the specified
|
|
@@ -552,24 +482,12 @@ export interface CreateResponsePlanInput {
|
|
|
552
482
|
*/
|
|
553
483
|
tags?: Record<string, string>;
|
|
554
484
|
}
|
|
555
|
-
export declare namespace CreateResponsePlanInput {
|
|
556
|
-
/**
|
|
557
|
-
* @internal
|
|
558
|
-
*/
|
|
559
|
-
const filterSensitiveLog: (obj: CreateResponsePlanInput) => any;
|
|
560
|
-
}
|
|
561
485
|
export interface CreateResponsePlanOutput {
|
|
562
486
|
/**
|
|
563
487
|
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
564
488
|
*/
|
|
565
489
|
arn: string | undefined;
|
|
566
490
|
}
|
|
567
|
-
export declare namespace CreateResponsePlanOutput {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
|
-
const filterSensitiveLog: (obj: CreateResponsePlanOutput) => any;
|
|
572
|
-
}
|
|
573
491
|
/**
|
|
574
492
|
* <p>Request references a resource which doesn't exist. </p>
|
|
575
493
|
*/
|
|
@@ -614,12 +532,6 @@ export interface CreateTimelineEventInput {
|
|
|
614
532
|
*/
|
|
615
533
|
eventData: string | undefined;
|
|
616
534
|
}
|
|
617
|
-
export declare namespace CreateTimelineEventInput {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
|
-
const filterSensitiveLog: (obj: CreateTimelineEventInput) => any;
|
|
622
|
-
}
|
|
623
535
|
export interface CreateTimelineEventOutput {
|
|
624
536
|
/**
|
|
625
537
|
* <p>The ARN of the incident record that you added the event to.</p>
|
|
@@ -630,32 +542,14 @@ export interface CreateTimelineEventOutput {
|
|
|
630
542
|
*/
|
|
631
543
|
eventId: string | undefined;
|
|
632
544
|
}
|
|
633
|
-
export declare namespace CreateTimelineEventOutput {
|
|
634
|
-
/**
|
|
635
|
-
* @internal
|
|
636
|
-
*/
|
|
637
|
-
const filterSensitiveLog: (obj: CreateTimelineEventOutput) => any;
|
|
638
|
-
}
|
|
639
545
|
export interface DeleteIncidentRecordInput {
|
|
640
546
|
/**
|
|
641
547
|
* <p>The Amazon Resource Name (ARN) of the incident record you are deleting.</p>
|
|
642
548
|
*/
|
|
643
549
|
arn: string | undefined;
|
|
644
550
|
}
|
|
645
|
-
export declare namespace DeleteIncidentRecordInput {
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
|
-
const filterSensitiveLog: (obj: DeleteIncidentRecordInput) => any;
|
|
650
|
-
}
|
|
651
551
|
export interface DeleteIncidentRecordOutput {
|
|
652
552
|
}
|
|
653
|
-
export declare namespace DeleteIncidentRecordOutput {
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
|
-
const filterSensitiveLog: (obj: DeleteIncidentRecordOutput) => any;
|
|
658
|
-
}
|
|
659
553
|
/**
|
|
660
554
|
* <p>Defines the information about the Amazon Web Services Region you're deleting from your
|
|
661
555
|
* replication set.</p>
|
|
@@ -667,32 +561,14 @@ export interface DeleteRegionAction {
|
|
|
667
561
|
*/
|
|
668
562
|
regionName: string | undefined;
|
|
669
563
|
}
|
|
670
|
-
export declare namespace DeleteRegionAction {
|
|
671
|
-
/**
|
|
672
|
-
* @internal
|
|
673
|
-
*/
|
|
674
|
-
const filterSensitiveLog: (obj: DeleteRegionAction) => any;
|
|
675
|
-
}
|
|
676
564
|
export interface DeleteReplicationSetInput {
|
|
677
565
|
/**
|
|
678
566
|
* <p>The Amazon Resource Name (ARN) of the replication set you're deleting.</p>
|
|
679
567
|
*/
|
|
680
568
|
arn: string | undefined;
|
|
681
569
|
}
|
|
682
|
-
export declare namespace DeleteReplicationSetInput {
|
|
683
|
-
/**
|
|
684
|
-
* @internal
|
|
685
|
-
*/
|
|
686
|
-
const filterSensitiveLog: (obj: DeleteReplicationSetInput) => any;
|
|
687
|
-
}
|
|
688
570
|
export interface DeleteReplicationSetOutput {
|
|
689
571
|
}
|
|
690
|
-
export declare namespace DeleteReplicationSetOutput {
|
|
691
|
-
/**
|
|
692
|
-
* @internal
|
|
693
|
-
*/
|
|
694
|
-
const filterSensitiveLog: (obj: DeleteReplicationSetOutput) => any;
|
|
695
|
-
}
|
|
696
572
|
export interface DeleteResourcePolicyInput {
|
|
697
573
|
/**
|
|
698
574
|
* <p>The Amazon Resource Name (ARN) of the resource you're deleting the policy from.</p>
|
|
@@ -703,40 +579,16 @@ export interface DeleteResourcePolicyInput {
|
|
|
703
579
|
*/
|
|
704
580
|
policyId: string | undefined;
|
|
705
581
|
}
|
|
706
|
-
export declare namespace DeleteResourcePolicyInput {
|
|
707
|
-
/**
|
|
708
|
-
* @internal
|
|
709
|
-
*/
|
|
710
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyInput) => any;
|
|
711
|
-
}
|
|
712
582
|
export interface DeleteResourcePolicyOutput {
|
|
713
583
|
}
|
|
714
|
-
export declare namespace DeleteResourcePolicyOutput {
|
|
715
|
-
/**
|
|
716
|
-
* @internal
|
|
717
|
-
*/
|
|
718
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyOutput) => any;
|
|
719
|
-
}
|
|
720
584
|
export interface DeleteResponsePlanInput {
|
|
721
585
|
/**
|
|
722
586
|
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
723
587
|
*/
|
|
724
588
|
arn: string | undefined;
|
|
725
589
|
}
|
|
726
|
-
export declare namespace DeleteResponsePlanInput {
|
|
727
|
-
/**
|
|
728
|
-
* @internal
|
|
729
|
-
*/
|
|
730
|
-
const filterSensitiveLog: (obj: DeleteResponsePlanInput) => any;
|
|
731
|
-
}
|
|
732
590
|
export interface DeleteResponsePlanOutput {
|
|
733
591
|
}
|
|
734
|
-
export declare namespace DeleteResponsePlanOutput {
|
|
735
|
-
/**
|
|
736
|
-
* @internal
|
|
737
|
-
*/
|
|
738
|
-
const filterSensitiveLog: (obj: DeleteResponsePlanOutput) => any;
|
|
739
|
-
}
|
|
740
592
|
export interface DeleteTimelineEventInput {
|
|
741
593
|
/**
|
|
742
594
|
* <p>The Amazon Resource Name (ARN) of the incident that includes the timeline
|
|
@@ -749,20 +601,8 @@ export interface DeleteTimelineEventInput {
|
|
|
749
601
|
*/
|
|
750
602
|
eventId: string | undefined;
|
|
751
603
|
}
|
|
752
|
-
export declare namespace DeleteTimelineEventInput {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
|
-
const filterSensitiveLog: (obj: DeleteTimelineEventInput) => any;
|
|
757
|
-
}
|
|
758
604
|
export interface DeleteTimelineEventOutput {
|
|
759
605
|
}
|
|
760
|
-
export declare namespace DeleteTimelineEventOutput {
|
|
761
|
-
/**
|
|
762
|
-
* @internal
|
|
763
|
-
*/
|
|
764
|
-
const filterSensitiveLog: (obj: DeleteTimelineEventOutput) => any;
|
|
765
|
-
}
|
|
766
606
|
/**
|
|
767
607
|
* <p>Details about a timeline event during an incident.</p>
|
|
768
608
|
*/
|
|
@@ -788,12 +628,6 @@ export interface EventSummary {
|
|
|
788
628
|
*/
|
|
789
629
|
eventType: string | undefined;
|
|
790
630
|
}
|
|
791
|
-
export declare namespace EventSummary {
|
|
792
|
-
/**
|
|
793
|
-
* @internal
|
|
794
|
-
*/
|
|
795
|
-
const filterSensitiveLog: (obj: EventSummary) => any;
|
|
796
|
-
}
|
|
797
631
|
/**
|
|
798
632
|
* <p>Filter the selection by using a condition.</p>
|
|
799
633
|
*/
|
|
@@ -808,24 +642,12 @@ export interface Filter {
|
|
|
808
642
|
*/
|
|
809
643
|
condition: Condition | undefined;
|
|
810
644
|
}
|
|
811
|
-
export declare namespace Filter {
|
|
812
|
-
/**
|
|
813
|
-
* @internal
|
|
814
|
-
*/
|
|
815
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
816
|
-
}
|
|
817
645
|
export interface GetIncidentRecordInput {
|
|
818
646
|
/**
|
|
819
647
|
* <p>The Amazon Resource Name (ARN) of the incident record.</p>
|
|
820
648
|
*/
|
|
821
649
|
arn: string | undefined;
|
|
822
650
|
}
|
|
823
|
-
export declare namespace GetIncidentRecordInput {
|
|
824
|
-
/**
|
|
825
|
-
* @internal
|
|
826
|
-
*/
|
|
827
|
-
const filterSensitiveLog: (obj: GetIncidentRecordInput) => any;
|
|
828
|
-
}
|
|
829
651
|
/**
|
|
830
652
|
* <p>Details about what created the incident record and when it was created.</p>
|
|
831
653
|
*/
|
|
@@ -850,12 +672,6 @@ export interface IncidentRecordSource {
|
|
|
850
672
|
*/
|
|
851
673
|
source: string | undefined;
|
|
852
674
|
}
|
|
853
|
-
export declare namespace IncidentRecordSource {
|
|
854
|
-
/**
|
|
855
|
-
* @internal
|
|
856
|
-
*/
|
|
857
|
-
const filterSensitiveLog: (obj: IncidentRecordSource) => any;
|
|
858
|
-
}
|
|
859
675
|
export declare enum IncidentRecordStatus {
|
|
860
676
|
OPEN = "OPEN",
|
|
861
677
|
RESOLVED = "RESOLVED"
|
|
@@ -924,36 +740,18 @@ export interface IncidentRecord {
|
|
|
924
740
|
*/
|
|
925
741
|
notificationTargets?: NotificationTargetItem[];
|
|
926
742
|
}
|
|
927
|
-
export declare namespace IncidentRecord {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
|
-
const filterSensitiveLog: (obj: IncidentRecord) => any;
|
|
932
|
-
}
|
|
933
743
|
export interface GetIncidentRecordOutput {
|
|
934
744
|
/**
|
|
935
745
|
* <p>Details the structure of the incident record.</p>
|
|
936
746
|
*/
|
|
937
747
|
incidentRecord: IncidentRecord | undefined;
|
|
938
748
|
}
|
|
939
|
-
export declare namespace GetIncidentRecordOutput {
|
|
940
|
-
/**
|
|
941
|
-
* @internal
|
|
942
|
-
*/
|
|
943
|
-
const filterSensitiveLog: (obj: GetIncidentRecordOutput) => any;
|
|
944
|
-
}
|
|
945
749
|
export interface GetReplicationSetInput {
|
|
946
750
|
/**
|
|
947
751
|
* <p>The Amazon Resource Name (ARN) of the replication set you want to retrieve.</p>
|
|
948
752
|
*/
|
|
949
753
|
arn: string | undefined;
|
|
950
754
|
}
|
|
951
|
-
export declare namespace GetReplicationSetInput {
|
|
952
|
-
/**
|
|
953
|
-
* @internal
|
|
954
|
-
*/
|
|
955
|
-
const filterSensitiveLog: (obj: GetReplicationSetInput) => any;
|
|
956
|
-
}
|
|
957
755
|
export declare enum RegionStatus {
|
|
958
756
|
/**
|
|
959
757
|
* All operations have completed successfully and the region is ready to use
|
|
@@ -993,12 +791,6 @@ export interface RegionInfo {
|
|
|
993
791
|
*/
|
|
994
792
|
statusUpdateDateTime: Date | undefined;
|
|
995
793
|
}
|
|
996
|
-
export declare namespace RegionInfo {
|
|
997
|
-
/**
|
|
998
|
-
* @internal
|
|
999
|
-
*/
|
|
1000
|
-
const filterSensitiveLog: (obj: RegionInfo) => any;
|
|
1001
|
-
}
|
|
1002
794
|
export declare enum ReplicationSetStatus {
|
|
1003
795
|
/**
|
|
1004
796
|
* All operations have completed successfully and the replication set is ready to use
|
|
@@ -1062,24 +854,12 @@ export interface ReplicationSet {
|
|
|
1062
854
|
*/
|
|
1063
855
|
lastModifiedBy: string | undefined;
|
|
1064
856
|
}
|
|
1065
|
-
export declare namespace ReplicationSet {
|
|
1066
|
-
/**
|
|
1067
|
-
* @internal
|
|
1068
|
-
*/
|
|
1069
|
-
const filterSensitiveLog: (obj: ReplicationSet) => any;
|
|
1070
|
-
}
|
|
1071
857
|
export interface GetReplicationSetOutput {
|
|
1072
858
|
/**
|
|
1073
859
|
* <p>Details of the replication set.</p>
|
|
1074
860
|
*/
|
|
1075
861
|
replicationSet: ReplicationSet | undefined;
|
|
1076
862
|
}
|
|
1077
|
-
export declare namespace GetReplicationSetOutput {
|
|
1078
|
-
/**
|
|
1079
|
-
* @internal
|
|
1080
|
-
*/
|
|
1081
|
-
const filterSensitiveLog: (obj: GetReplicationSetOutput) => any;
|
|
1082
|
-
}
|
|
1083
863
|
export interface GetResourcePoliciesInput {
|
|
1084
864
|
/**
|
|
1085
865
|
* <p>The Amazon Resource Name (ARN) of the response plan with the attached resource policy. </p>
|
|
@@ -1094,12 +874,6 @@ export interface GetResourcePoliciesInput {
|
|
|
1094
874
|
*/
|
|
1095
875
|
nextToken?: string;
|
|
1096
876
|
}
|
|
1097
|
-
export declare namespace GetResourcePoliciesInput {
|
|
1098
|
-
/**
|
|
1099
|
-
* @internal
|
|
1100
|
-
*/
|
|
1101
|
-
const filterSensitiveLog: (obj: GetResourcePoliciesInput) => any;
|
|
1102
|
-
}
|
|
1103
877
|
/**
|
|
1104
878
|
* <p>The resource policy that allows Incident Manager to perform actions on resources on your
|
|
1105
879
|
* behalf.</p>
|
|
@@ -1118,12 +892,6 @@ export interface ResourcePolicy {
|
|
|
1118
892
|
*/
|
|
1119
893
|
ramResourceShareRegion: string | undefined;
|
|
1120
894
|
}
|
|
1121
|
-
export declare namespace ResourcePolicy {
|
|
1122
|
-
/**
|
|
1123
|
-
* @internal
|
|
1124
|
-
*/
|
|
1125
|
-
const filterSensitiveLog: (obj: ResourcePolicy) => any;
|
|
1126
|
-
}
|
|
1127
895
|
export interface GetResourcePoliciesOutput {
|
|
1128
896
|
/**
|
|
1129
897
|
* <p>Details about the resource policy attached to the response plan.</p>
|
|
@@ -1134,24 +902,12 @@ export interface GetResourcePoliciesOutput {
|
|
|
1134
902
|
*/
|
|
1135
903
|
nextToken?: string;
|
|
1136
904
|
}
|
|
1137
|
-
export declare namespace GetResourcePoliciesOutput {
|
|
1138
|
-
/**
|
|
1139
|
-
* @internal
|
|
1140
|
-
*/
|
|
1141
|
-
const filterSensitiveLog: (obj: GetResourcePoliciesOutput) => any;
|
|
1142
|
-
}
|
|
1143
905
|
export interface GetResponsePlanInput {
|
|
1144
906
|
/**
|
|
1145
907
|
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
1146
908
|
*/
|
|
1147
909
|
arn: string | undefined;
|
|
1148
910
|
}
|
|
1149
|
-
export declare namespace GetResponsePlanInput {
|
|
1150
|
-
/**
|
|
1151
|
-
* @internal
|
|
1152
|
-
*/
|
|
1153
|
-
const filterSensitiveLog: (obj: GetResponsePlanInput) => any;
|
|
1154
|
-
}
|
|
1155
911
|
export interface GetResponsePlanOutput {
|
|
1156
912
|
/**
|
|
1157
913
|
* <p>The ARN of the response plan.</p>
|
|
@@ -1184,12 +940,6 @@ export interface GetResponsePlanOutput {
|
|
|
1184
940
|
*/
|
|
1185
941
|
actions?: Action[];
|
|
1186
942
|
}
|
|
1187
|
-
export declare namespace GetResponsePlanOutput {
|
|
1188
|
-
/**
|
|
1189
|
-
* @internal
|
|
1190
|
-
*/
|
|
1191
|
-
const filterSensitiveLog: (obj: GetResponsePlanOutput) => any;
|
|
1192
|
-
}
|
|
1193
943
|
export interface GetTimelineEventInput {
|
|
1194
944
|
/**
|
|
1195
945
|
* <p>The Amazon Resource Name (ARN) of the incident that includes the timeline
|
|
@@ -1202,12 +952,6 @@ export interface GetTimelineEventInput {
|
|
|
1202
952
|
*/
|
|
1203
953
|
eventId: string | undefined;
|
|
1204
954
|
}
|
|
1205
|
-
export declare namespace GetTimelineEventInput {
|
|
1206
|
-
/**
|
|
1207
|
-
* @internal
|
|
1208
|
-
*/
|
|
1209
|
-
const filterSensitiveLog: (obj: GetTimelineEventInput) => any;
|
|
1210
|
-
}
|
|
1211
955
|
/**
|
|
1212
956
|
* <p>A significant event that happened during the incident. </p>
|
|
1213
957
|
*/
|
|
@@ -1238,24 +982,12 @@ export interface TimelineEvent {
|
|
|
1238
982
|
*/
|
|
1239
983
|
eventData: string | undefined;
|
|
1240
984
|
}
|
|
1241
|
-
export declare namespace TimelineEvent {
|
|
1242
|
-
/**
|
|
1243
|
-
* @internal
|
|
1244
|
-
*/
|
|
1245
|
-
const filterSensitiveLog: (obj: TimelineEvent) => any;
|
|
1246
|
-
}
|
|
1247
985
|
export interface GetTimelineEventOutput {
|
|
1248
986
|
/**
|
|
1249
987
|
* <p>Details about the timeline event.</p>
|
|
1250
988
|
*/
|
|
1251
989
|
event: TimelineEvent | undefined;
|
|
1252
990
|
}
|
|
1253
|
-
export declare namespace GetTimelineEventOutput {
|
|
1254
|
-
/**
|
|
1255
|
-
* @internal
|
|
1256
|
-
*/
|
|
1257
|
-
const filterSensitiveLog: (obj: GetTimelineEventOutput) => any;
|
|
1258
|
-
}
|
|
1259
991
|
/**
|
|
1260
992
|
* <p>Details describing an incident record.</p>
|
|
1261
993
|
*/
|
|
@@ -1290,12 +1022,6 @@ export interface IncidentRecordSummary {
|
|
|
1290
1022
|
*/
|
|
1291
1023
|
incidentRecordSource: IncidentRecordSource | undefined;
|
|
1292
1024
|
}
|
|
1293
|
-
export declare namespace IncidentRecordSummary {
|
|
1294
|
-
/**
|
|
1295
|
-
* @internal
|
|
1296
|
-
*/
|
|
1297
|
-
const filterSensitiveLog: (obj: IncidentRecordSummary) => any;
|
|
1298
|
-
}
|
|
1299
1025
|
export declare enum ItemType {
|
|
1300
1026
|
ANALYSIS = "ANALYSIS",
|
|
1301
1027
|
ATTACHMENT = "ATTACHMENT",
|
|
@@ -1352,10 +1078,6 @@ export declare namespace ItemValue {
|
|
|
1352
1078
|
_: (name: string, value: any) => T;
|
|
1353
1079
|
}
|
|
1354
1080
|
const visit: <T>(value: ItemValue, visitor: Visitor<T>) => T;
|
|
1355
|
-
/**
|
|
1356
|
-
* @internal
|
|
1357
|
-
*/
|
|
1358
|
-
const filterSensitiveLog: (obj: ItemValue) => any;
|
|
1359
1081
|
}
|
|
1360
1082
|
/**
|
|
1361
1083
|
* <p>Details and type of a related item.</p>
|
|
@@ -1370,12 +1092,6 @@ export interface ItemIdentifier {
|
|
|
1370
1092
|
*/
|
|
1371
1093
|
type: ItemType | string | undefined;
|
|
1372
1094
|
}
|
|
1373
|
-
export declare namespace ItemIdentifier {
|
|
1374
|
-
/**
|
|
1375
|
-
* @internal
|
|
1376
|
-
*/
|
|
1377
|
-
const filterSensitiveLog: (obj: ItemIdentifier) => any;
|
|
1378
|
-
}
|
|
1379
1095
|
export interface ListIncidentRecordsInput {
|
|
1380
1096
|
/**
|
|
1381
1097
|
* <p>Filters the list of incident records through which you are searching. You can filter
|
|
@@ -1428,12 +1144,6 @@ export interface ListIncidentRecordsInput {
|
|
|
1428
1144
|
*/
|
|
1429
1145
|
nextToken?: string;
|
|
1430
1146
|
}
|
|
1431
|
-
export declare namespace ListIncidentRecordsInput {
|
|
1432
|
-
/**
|
|
1433
|
-
* @internal
|
|
1434
|
-
*/
|
|
1435
|
-
const filterSensitiveLog: (obj: ListIncidentRecordsInput) => any;
|
|
1436
|
-
}
|
|
1437
1147
|
export interface ListIncidentRecordsOutput {
|
|
1438
1148
|
/**
|
|
1439
1149
|
* <p>The details of each listed incident record.</p>
|
|
@@ -1444,12 +1154,6 @@ export interface ListIncidentRecordsOutput {
|
|
|
1444
1154
|
*/
|
|
1445
1155
|
nextToken?: string;
|
|
1446
1156
|
}
|
|
1447
|
-
export declare namespace ListIncidentRecordsOutput {
|
|
1448
|
-
/**
|
|
1449
|
-
* @internal
|
|
1450
|
-
*/
|
|
1451
|
-
const filterSensitiveLog: (obj: ListIncidentRecordsOutput) => any;
|
|
1452
|
-
}
|
|
1453
1157
|
export interface ListRelatedItemsInput {
|
|
1454
1158
|
/**
|
|
1455
1159
|
* <p>The Amazon Resource Name (ARN) of the incident record containing the listed related
|
|
@@ -1465,12 +1169,6 @@ export interface ListRelatedItemsInput {
|
|
|
1465
1169
|
*/
|
|
1466
1170
|
nextToken?: string;
|
|
1467
1171
|
}
|
|
1468
|
-
export declare namespace ListRelatedItemsInput {
|
|
1469
|
-
/**
|
|
1470
|
-
* @internal
|
|
1471
|
-
*/
|
|
1472
|
-
const filterSensitiveLog: (obj: ListRelatedItemsInput) => any;
|
|
1473
|
-
}
|
|
1474
1172
|
/**
|
|
1475
1173
|
* <p>Resources that responders use to triage and mitigate the incident.</p>
|
|
1476
1174
|
*/
|
|
@@ -1484,12 +1182,6 @@ export interface RelatedItem {
|
|
|
1484
1182
|
*/
|
|
1485
1183
|
title?: string;
|
|
1486
1184
|
}
|
|
1487
|
-
export declare namespace RelatedItem {
|
|
1488
|
-
/**
|
|
1489
|
-
* @internal
|
|
1490
|
-
*/
|
|
1491
|
-
const filterSensitiveLog: (obj: RelatedItem) => any;
|
|
1492
|
-
}
|
|
1493
1185
|
export interface ListRelatedItemsOutput {
|
|
1494
1186
|
/**
|
|
1495
1187
|
* <p>Details about each related item.</p>
|
|
@@ -1500,12 +1192,6 @@ export interface ListRelatedItemsOutput {
|
|
|
1500
1192
|
*/
|
|
1501
1193
|
nextToken?: string;
|
|
1502
1194
|
}
|
|
1503
|
-
export declare namespace ListRelatedItemsOutput {
|
|
1504
|
-
/**
|
|
1505
|
-
* @internal
|
|
1506
|
-
*/
|
|
1507
|
-
const filterSensitiveLog: (obj: ListRelatedItemsOutput) => any;
|
|
1508
|
-
}
|
|
1509
1195
|
export interface ListReplicationSetsInput {
|
|
1510
1196
|
/**
|
|
1511
1197
|
* <p>The maximum number of results per page. </p>
|
|
@@ -1516,12 +1202,6 @@ export interface ListReplicationSetsInput {
|
|
|
1516
1202
|
*/
|
|
1517
1203
|
nextToken?: string;
|
|
1518
1204
|
}
|
|
1519
|
-
export declare namespace ListReplicationSetsInput {
|
|
1520
|
-
/**
|
|
1521
|
-
* @internal
|
|
1522
|
-
*/
|
|
1523
|
-
const filterSensitiveLog: (obj: ListReplicationSetsInput) => any;
|
|
1524
|
-
}
|
|
1525
1205
|
export interface ListReplicationSetsOutput {
|
|
1526
1206
|
/**
|
|
1527
1207
|
* <p>The Amazon Resource Name (ARN) of the list replication set.</p>
|
|
@@ -1532,12 +1212,6 @@ export interface ListReplicationSetsOutput {
|
|
|
1532
1212
|
*/
|
|
1533
1213
|
nextToken?: string;
|
|
1534
1214
|
}
|
|
1535
|
-
export declare namespace ListReplicationSetsOutput {
|
|
1536
|
-
/**
|
|
1537
|
-
* @internal
|
|
1538
|
-
*/
|
|
1539
|
-
const filterSensitiveLog: (obj: ListReplicationSetsOutput) => any;
|
|
1540
|
-
}
|
|
1541
1215
|
export interface ListResponsePlansInput {
|
|
1542
1216
|
/**
|
|
1543
1217
|
* <p>The maximum number of response plans per page.</p>
|
|
@@ -1548,12 +1222,6 @@ export interface ListResponsePlansInput {
|
|
|
1548
1222
|
*/
|
|
1549
1223
|
nextToken?: string;
|
|
1550
1224
|
}
|
|
1551
|
-
export declare namespace ListResponsePlansInput {
|
|
1552
|
-
/**
|
|
1553
|
-
* @internal
|
|
1554
|
-
*/
|
|
1555
|
-
const filterSensitiveLog: (obj: ListResponsePlansInput) => any;
|
|
1556
|
-
}
|
|
1557
1225
|
/**
|
|
1558
1226
|
* <p>Details of the response plan that are used when creating an incident.</p>
|
|
1559
1227
|
*/
|
|
@@ -1571,12 +1239,6 @@ export interface ResponsePlanSummary {
|
|
|
1571
1239
|
*/
|
|
1572
1240
|
displayName?: string;
|
|
1573
1241
|
}
|
|
1574
|
-
export declare namespace ResponsePlanSummary {
|
|
1575
|
-
/**
|
|
1576
|
-
* @internal
|
|
1577
|
-
*/
|
|
1578
|
-
const filterSensitiveLog: (obj: ResponsePlanSummary) => any;
|
|
1579
|
-
}
|
|
1580
1242
|
export interface ListResponsePlansOutput {
|
|
1581
1243
|
/**
|
|
1582
1244
|
* <p>Details of each response plan.</p>
|
|
@@ -1587,36 +1249,18 @@ export interface ListResponsePlansOutput {
|
|
|
1587
1249
|
*/
|
|
1588
1250
|
nextToken?: string;
|
|
1589
1251
|
}
|
|
1590
|
-
export declare namespace ListResponsePlansOutput {
|
|
1591
|
-
/**
|
|
1592
|
-
* @internal
|
|
1593
|
-
*/
|
|
1594
|
-
const filterSensitiveLog: (obj: ListResponsePlansOutput) => any;
|
|
1595
|
-
}
|
|
1596
1252
|
export interface ListTagsForResourceRequest {
|
|
1597
1253
|
/**
|
|
1598
1254
|
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
1599
1255
|
*/
|
|
1600
1256
|
resourceArn: string | undefined;
|
|
1601
1257
|
}
|
|
1602
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1603
|
-
/**
|
|
1604
|
-
* @internal
|
|
1605
|
-
*/
|
|
1606
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1607
|
-
}
|
|
1608
1258
|
export interface ListTagsForResourceResponse {
|
|
1609
1259
|
/**
|
|
1610
1260
|
* <p>A list of tags for the response plan.</p>
|
|
1611
1261
|
*/
|
|
1612
1262
|
tags: Record<string, string> | undefined;
|
|
1613
1263
|
}
|
|
1614
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1615
|
-
/**
|
|
1616
|
-
* @internal
|
|
1617
|
-
*/
|
|
1618
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1619
|
-
}
|
|
1620
1264
|
export declare enum TimelineEventSort {
|
|
1621
1265
|
EVENT_TIME = "EVENT_TIME"
|
|
1622
1266
|
}
|
|
@@ -1680,12 +1324,6 @@ export interface ListTimelineEventsInput {
|
|
|
1680
1324
|
*/
|
|
1681
1325
|
nextToken?: string;
|
|
1682
1326
|
}
|
|
1683
|
-
export declare namespace ListTimelineEventsInput {
|
|
1684
|
-
/**
|
|
1685
|
-
* @internal
|
|
1686
|
-
*/
|
|
1687
|
-
const filterSensitiveLog: (obj: ListTimelineEventsInput) => any;
|
|
1688
|
-
}
|
|
1689
1327
|
export interface ListTimelineEventsOutput {
|
|
1690
1328
|
/**
|
|
1691
1329
|
* <p>Details about each event that occurred during the incident.</p>
|
|
@@ -1696,12 +1334,6 @@ export interface ListTimelineEventsOutput {
|
|
|
1696
1334
|
*/
|
|
1697
1335
|
nextToken?: string;
|
|
1698
1336
|
}
|
|
1699
|
-
export declare namespace ListTimelineEventsOutput {
|
|
1700
|
-
/**
|
|
1701
|
-
* @internal
|
|
1702
|
-
*/
|
|
1703
|
-
const filterSensitiveLog: (obj: ListTimelineEventsOutput) => any;
|
|
1704
|
-
}
|
|
1705
1337
|
export interface PutResourcePolicyInput {
|
|
1706
1338
|
/**
|
|
1707
1339
|
* <p>The Amazon Resource Name (ARN) of the response plan you're adding the resource policy
|
|
@@ -1713,24 +1345,12 @@ export interface PutResourcePolicyInput {
|
|
|
1713
1345
|
*/
|
|
1714
1346
|
policy: string | undefined;
|
|
1715
1347
|
}
|
|
1716
|
-
export declare namespace PutResourcePolicyInput {
|
|
1717
|
-
/**
|
|
1718
|
-
* @internal
|
|
1719
|
-
*/
|
|
1720
|
-
const filterSensitiveLog: (obj: PutResourcePolicyInput) => any;
|
|
1721
|
-
}
|
|
1722
1348
|
export interface PutResourcePolicyOutput {
|
|
1723
1349
|
/**
|
|
1724
1350
|
* <p>The ID of the resource policy.</p>
|
|
1725
1351
|
*/
|
|
1726
1352
|
policyId: string | undefined;
|
|
1727
1353
|
}
|
|
1728
|
-
export declare namespace PutResourcePolicyOutput {
|
|
1729
|
-
/**
|
|
1730
|
-
* @internal
|
|
1731
|
-
*/
|
|
1732
|
-
const filterSensitiveLog: (obj: PutResourcePolicyOutput) => any;
|
|
1733
|
-
}
|
|
1734
1354
|
/**
|
|
1735
1355
|
* <p>Details about the related item you're adding.</p>
|
|
1736
1356
|
*/
|
|
@@ -1763,10 +1383,6 @@ export declare namespace RelatedItemsUpdate {
|
|
|
1763
1383
|
_: (name: string, value: any) => T;
|
|
1764
1384
|
}
|
|
1765
1385
|
const visit: <T>(value: RelatedItemsUpdate, visitor: Visitor<T>) => T;
|
|
1766
|
-
/**
|
|
1767
|
-
* @internal
|
|
1768
|
-
*/
|
|
1769
|
-
const filterSensitiveLog: (obj: RelatedItemsUpdate) => any;
|
|
1770
1386
|
}
|
|
1771
1387
|
/**
|
|
1772
1388
|
* <p>Details about what caused the incident to be created in Incident Manager.</p>
|
|
@@ -1791,12 +1407,6 @@ export interface TriggerDetails {
|
|
|
1791
1407
|
*/
|
|
1792
1408
|
rawData?: string;
|
|
1793
1409
|
}
|
|
1794
|
-
export declare namespace TriggerDetails {
|
|
1795
|
-
/**
|
|
1796
|
-
* @internal
|
|
1797
|
-
*/
|
|
1798
|
-
const filterSensitiveLog: (obj: TriggerDetails) => any;
|
|
1799
|
-
}
|
|
1800
1410
|
export interface StartIncidentInput {
|
|
1801
1411
|
/**
|
|
1802
1412
|
* <p>A token ensuring that the operation is called only once with the specified
|
|
@@ -1859,24 +1469,12 @@ export interface StartIncidentInput {
|
|
|
1859
1469
|
*/
|
|
1860
1470
|
relatedItems?: RelatedItem[];
|
|
1861
1471
|
}
|
|
1862
|
-
export declare namespace StartIncidentInput {
|
|
1863
|
-
/**
|
|
1864
|
-
* @internal
|
|
1865
|
-
*/
|
|
1866
|
-
const filterSensitiveLog: (obj: StartIncidentInput) => any;
|
|
1867
|
-
}
|
|
1868
1472
|
export interface StartIncidentOutput {
|
|
1869
1473
|
/**
|
|
1870
1474
|
* <p>The ARN of the newly created incident record.</p>
|
|
1871
1475
|
*/
|
|
1872
1476
|
incidentRecordArn: string | undefined;
|
|
1873
1477
|
}
|
|
1874
|
-
export declare namespace StartIncidentOutput {
|
|
1875
|
-
/**
|
|
1876
|
-
* @internal
|
|
1877
|
-
*/
|
|
1878
|
-
const filterSensitiveLog: (obj: StartIncidentOutput) => any;
|
|
1879
|
-
}
|
|
1880
1478
|
export interface TagResourceRequest {
|
|
1881
1479
|
/**
|
|
1882
1480
|
* <p>The Amazon Resource Name (ARN) of the response plan you're adding the tags to.</p>
|
|
@@ -1887,20 +1485,8 @@ export interface TagResourceRequest {
|
|
|
1887
1485
|
*/
|
|
1888
1486
|
tags: Record<string, string> | undefined;
|
|
1889
1487
|
}
|
|
1890
|
-
export declare namespace TagResourceRequest {
|
|
1891
|
-
/**
|
|
1892
|
-
* @internal
|
|
1893
|
-
*/
|
|
1894
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1895
|
-
}
|
|
1896
1488
|
export interface TagResourceResponse {
|
|
1897
1489
|
}
|
|
1898
|
-
export declare namespace TagResourceResponse {
|
|
1899
|
-
/**
|
|
1900
|
-
* @internal
|
|
1901
|
-
*/
|
|
1902
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1903
|
-
}
|
|
1904
1490
|
export interface UntagResourceRequest {
|
|
1905
1491
|
/**
|
|
1906
1492
|
* <p>The Amazon Resource Name (ARN) of the response plan you're removing a tag from.</p>
|
|
@@ -1911,20 +1497,8 @@ export interface UntagResourceRequest {
|
|
|
1911
1497
|
*/
|
|
1912
1498
|
tagKeys: string[] | undefined;
|
|
1913
1499
|
}
|
|
1914
|
-
export declare namespace UntagResourceRequest {
|
|
1915
|
-
/**
|
|
1916
|
-
* @internal
|
|
1917
|
-
*/
|
|
1918
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1919
|
-
}
|
|
1920
1500
|
export interface UntagResourceResponse {
|
|
1921
1501
|
}
|
|
1922
|
-
export declare namespace UntagResourceResponse {
|
|
1923
|
-
/**
|
|
1924
|
-
* @internal
|
|
1925
|
-
*/
|
|
1926
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1927
|
-
}
|
|
1928
1502
|
export interface UpdateDeletionProtectionInput {
|
|
1929
1503
|
/**
|
|
1930
1504
|
* <p>The Amazon Resource Name (ARN) of the replication set you're updating.</p>
|
|
@@ -1940,20 +1514,8 @@ export interface UpdateDeletionProtectionInput {
|
|
|
1940
1514
|
*/
|
|
1941
1515
|
clientToken?: string;
|
|
1942
1516
|
}
|
|
1943
|
-
export declare namespace UpdateDeletionProtectionInput {
|
|
1944
|
-
/**
|
|
1945
|
-
* @internal
|
|
1946
|
-
*/
|
|
1947
|
-
const filterSensitiveLog: (obj: UpdateDeletionProtectionInput) => any;
|
|
1948
|
-
}
|
|
1949
1517
|
export interface UpdateDeletionProtectionOutput {
|
|
1950
1518
|
}
|
|
1951
|
-
export declare namespace UpdateDeletionProtectionOutput {
|
|
1952
|
-
/**
|
|
1953
|
-
* @internal
|
|
1954
|
-
*/
|
|
1955
|
-
const filterSensitiveLog: (obj: UpdateDeletionProtectionOutput) => any;
|
|
1956
|
-
}
|
|
1957
1519
|
export interface UpdateIncidentRecordInput {
|
|
1958
1520
|
/**
|
|
1959
1521
|
* <p>A token that ensures that the operation is called only once with the specified
|
|
@@ -2024,20 +1586,8 @@ export interface UpdateIncidentRecordInput {
|
|
|
2024
1586
|
*/
|
|
2025
1587
|
notificationTargets?: NotificationTargetItem[];
|
|
2026
1588
|
}
|
|
2027
|
-
export declare namespace UpdateIncidentRecordInput {
|
|
2028
|
-
/**
|
|
2029
|
-
* @internal
|
|
2030
|
-
*/
|
|
2031
|
-
const filterSensitiveLog: (obj: UpdateIncidentRecordInput) => any;
|
|
2032
|
-
}
|
|
2033
1589
|
export interface UpdateIncidentRecordOutput {
|
|
2034
1590
|
}
|
|
2035
|
-
export declare namespace UpdateIncidentRecordOutput {
|
|
2036
|
-
/**
|
|
2037
|
-
* @internal
|
|
2038
|
-
*/
|
|
2039
|
-
const filterSensitiveLog: (obj: UpdateIncidentRecordOutput) => any;
|
|
2040
|
-
}
|
|
2041
1591
|
export interface UpdateRelatedItemsInput {
|
|
2042
1592
|
/**
|
|
2043
1593
|
* <p>A token ensuring that the operation is called only once with the specified
|
|
@@ -2054,20 +1604,8 @@ export interface UpdateRelatedItemsInput {
|
|
|
2054
1604
|
*/
|
|
2055
1605
|
relatedItemsUpdate: RelatedItemsUpdate | undefined;
|
|
2056
1606
|
}
|
|
2057
|
-
export declare namespace UpdateRelatedItemsInput {
|
|
2058
|
-
/**
|
|
2059
|
-
* @internal
|
|
2060
|
-
*/
|
|
2061
|
-
const filterSensitiveLog: (obj: UpdateRelatedItemsInput) => any;
|
|
2062
|
-
}
|
|
2063
1607
|
export interface UpdateRelatedItemsOutput {
|
|
2064
1608
|
}
|
|
2065
|
-
export declare namespace UpdateRelatedItemsOutput {
|
|
2066
|
-
/**
|
|
2067
|
-
* @internal
|
|
2068
|
-
*/
|
|
2069
|
-
const filterSensitiveLog: (obj: UpdateRelatedItemsOutput) => any;
|
|
2070
|
-
}
|
|
2071
1609
|
/**
|
|
2072
1610
|
* <p>Details used when updating the replication set.</p>
|
|
2073
1611
|
*/
|
|
@@ -2102,10 +1640,6 @@ export declare namespace UpdateReplicationSetAction {
|
|
|
2102
1640
|
_: (name: string, value: any) => T;
|
|
2103
1641
|
}
|
|
2104
1642
|
const visit: <T>(value: UpdateReplicationSetAction, visitor: Visitor<T>) => T;
|
|
2105
|
-
/**
|
|
2106
|
-
* @internal
|
|
2107
|
-
*/
|
|
2108
|
-
const filterSensitiveLog: (obj: UpdateReplicationSetAction) => any;
|
|
2109
1643
|
}
|
|
2110
1644
|
export interface UpdateReplicationSetInput {
|
|
2111
1645
|
/**
|
|
@@ -2122,20 +1656,8 @@ export interface UpdateReplicationSetInput {
|
|
|
2122
1656
|
*/
|
|
2123
1657
|
clientToken?: string;
|
|
2124
1658
|
}
|
|
2125
|
-
export declare namespace UpdateReplicationSetInput {
|
|
2126
|
-
/**
|
|
2127
|
-
* @internal
|
|
2128
|
-
*/
|
|
2129
|
-
const filterSensitiveLog: (obj: UpdateReplicationSetInput) => any;
|
|
2130
|
-
}
|
|
2131
1659
|
export interface UpdateReplicationSetOutput {
|
|
2132
1660
|
}
|
|
2133
|
-
export declare namespace UpdateReplicationSetOutput {
|
|
2134
|
-
/**
|
|
2135
|
-
* @internal
|
|
2136
|
-
*/
|
|
2137
|
-
const filterSensitiveLog: (obj: UpdateReplicationSetOutput) => any;
|
|
2138
|
-
}
|
|
2139
1661
|
export interface UpdateResponsePlanInput {
|
|
2140
1662
|
/**
|
|
2141
1663
|
* <p>A token ensuring that the operation is called only once with the specified
|
|
@@ -2222,20 +1744,8 @@ export interface UpdateResponsePlanInput {
|
|
|
2222
1744
|
*/
|
|
2223
1745
|
incidentTemplateTags?: Record<string, string>;
|
|
2224
1746
|
}
|
|
2225
|
-
export declare namespace UpdateResponsePlanInput {
|
|
2226
|
-
/**
|
|
2227
|
-
* @internal
|
|
2228
|
-
*/
|
|
2229
|
-
const filterSensitiveLog: (obj: UpdateResponsePlanInput) => any;
|
|
2230
|
-
}
|
|
2231
1747
|
export interface UpdateResponsePlanOutput {
|
|
2232
1748
|
}
|
|
2233
|
-
export declare namespace UpdateResponsePlanOutput {
|
|
2234
|
-
/**
|
|
2235
|
-
* @internal
|
|
2236
|
-
*/
|
|
2237
|
-
const filterSensitiveLog: (obj: UpdateResponsePlanOutput) => any;
|
|
2238
|
-
}
|
|
2239
1749
|
export interface UpdateTimelineEventInput {
|
|
2240
1750
|
/**
|
|
2241
1751
|
* <p>A token ensuring that the operation is called only once with the specified
|
|
@@ -2265,17 +1775,353 @@ export interface UpdateTimelineEventInput {
|
|
|
2265
1775
|
*/
|
|
2266
1776
|
eventData?: string;
|
|
2267
1777
|
}
|
|
2268
|
-
export declare namespace UpdateTimelineEventInput {
|
|
2269
|
-
/**
|
|
2270
|
-
* @internal
|
|
2271
|
-
*/
|
|
2272
|
-
const filterSensitiveLog: (obj: UpdateTimelineEventInput) => any;
|
|
2273
|
-
}
|
|
2274
1778
|
export interface UpdateTimelineEventOutput {
|
|
2275
1779
|
}
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
1780
|
+
/**
|
|
1781
|
+
* @internal
|
|
1782
|
+
*/
|
|
1783
|
+
export declare const DynamicSsmParameterValueFilterSensitiveLog: (obj: DynamicSsmParameterValue) => any;
|
|
1784
|
+
/**
|
|
1785
|
+
* @internal
|
|
1786
|
+
*/
|
|
1787
|
+
export declare const SsmAutomationFilterSensitiveLog: (obj: SsmAutomation) => any;
|
|
1788
|
+
/**
|
|
1789
|
+
* @internal
|
|
1790
|
+
*/
|
|
1791
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
1792
|
+
/**
|
|
1793
|
+
* @internal
|
|
1794
|
+
*/
|
|
1795
|
+
export declare const AddRegionActionFilterSensitiveLog: (obj: AddRegionAction) => any;
|
|
1796
|
+
/**
|
|
1797
|
+
* @internal
|
|
1798
|
+
*/
|
|
1799
|
+
export declare const AttributeValueListFilterSensitiveLog: (obj: AttributeValueList) => any;
|
|
1800
|
+
/**
|
|
1801
|
+
* @internal
|
|
1802
|
+
*/
|
|
1803
|
+
export declare const AutomationExecutionFilterSensitiveLog: (obj: AutomationExecution) => any;
|
|
1804
|
+
/**
|
|
1805
|
+
* @internal
|
|
1806
|
+
*/
|
|
1807
|
+
export declare const EmptyChatChannelFilterSensitiveLog: (obj: EmptyChatChannel) => any;
|
|
1808
|
+
/**
|
|
1809
|
+
* @internal
|
|
1810
|
+
*/
|
|
1811
|
+
export declare const ChatChannelFilterSensitiveLog: (obj: ChatChannel) => any;
|
|
1812
|
+
/**
|
|
1813
|
+
* @internal
|
|
1814
|
+
*/
|
|
1815
|
+
export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
|
|
1816
|
+
/**
|
|
1817
|
+
* @internal
|
|
1818
|
+
*/
|
|
1819
|
+
export declare const RegionMapInputValueFilterSensitiveLog: (obj: RegionMapInputValue) => any;
|
|
1820
|
+
/**
|
|
1821
|
+
* @internal
|
|
1822
|
+
*/
|
|
1823
|
+
export declare const CreateReplicationSetInputFilterSensitiveLog: (obj: CreateReplicationSetInput) => any;
|
|
1824
|
+
/**
|
|
1825
|
+
* @internal
|
|
1826
|
+
*/
|
|
1827
|
+
export declare const CreateReplicationSetOutputFilterSensitiveLog: (obj: CreateReplicationSetOutput) => any;
|
|
1828
|
+
/**
|
|
1829
|
+
* @internal
|
|
1830
|
+
*/
|
|
1831
|
+
export declare const NotificationTargetItemFilterSensitiveLog: (obj: NotificationTargetItem) => any;
|
|
1832
|
+
/**
|
|
1833
|
+
* @internal
|
|
1834
|
+
*/
|
|
1835
|
+
export declare const IncidentTemplateFilterSensitiveLog: (obj: IncidentTemplate) => any;
|
|
1836
|
+
/**
|
|
1837
|
+
* @internal
|
|
1838
|
+
*/
|
|
1839
|
+
export declare const CreateResponsePlanInputFilterSensitiveLog: (obj: CreateResponsePlanInput) => any;
|
|
1840
|
+
/**
|
|
1841
|
+
* @internal
|
|
1842
|
+
*/
|
|
1843
|
+
export declare const CreateResponsePlanOutputFilterSensitiveLog: (obj: CreateResponsePlanOutput) => any;
|
|
1844
|
+
/**
|
|
1845
|
+
* @internal
|
|
1846
|
+
*/
|
|
1847
|
+
export declare const CreateTimelineEventInputFilterSensitiveLog: (obj: CreateTimelineEventInput) => any;
|
|
1848
|
+
/**
|
|
1849
|
+
* @internal
|
|
1850
|
+
*/
|
|
1851
|
+
export declare const CreateTimelineEventOutputFilterSensitiveLog: (obj: CreateTimelineEventOutput) => any;
|
|
1852
|
+
/**
|
|
1853
|
+
* @internal
|
|
1854
|
+
*/
|
|
1855
|
+
export declare const DeleteIncidentRecordInputFilterSensitiveLog: (obj: DeleteIncidentRecordInput) => any;
|
|
1856
|
+
/**
|
|
1857
|
+
* @internal
|
|
1858
|
+
*/
|
|
1859
|
+
export declare const DeleteIncidentRecordOutputFilterSensitiveLog: (obj: DeleteIncidentRecordOutput) => any;
|
|
1860
|
+
/**
|
|
1861
|
+
* @internal
|
|
1862
|
+
*/
|
|
1863
|
+
export declare const DeleteRegionActionFilterSensitiveLog: (obj: DeleteRegionAction) => any;
|
|
1864
|
+
/**
|
|
1865
|
+
* @internal
|
|
1866
|
+
*/
|
|
1867
|
+
export declare const DeleteReplicationSetInputFilterSensitiveLog: (obj: DeleteReplicationSetInput) => any;
|
|
1868
|
+
/**
|
|
1869
|
+
* @internal
|
|
1870
|
+
*/
|
|
1871
|
+
export declare const DeleteReplicationSetOutputFilterSensitiveLog: (obj: DeleteReplicationSetOutput) => any;
|
|
1872
|
+
/**
|
|
1873
|
+
* @internal
|
|
1874
|
+
*/
|
|
1875
|
+
export declare const DeleteResourcePolicyInputFilterSensitiveLog: (obj: DeleteResourcePolicyInput) => any;
|
|
1876
|
+
/**
|
|
1877
|
+
* @internal
|
|
1878
|
+
*/
|
|
1879
|
+
export declare const DeleteResourcePolicyOutputFilterSensitiveLog: (obj: DeleteResourcePolicyOutput) => any;
|
|
1880
|
+
/**
|
|
1881
|
+
* @internal
|
|
1882
|
+
*/
|
|
1883
|
+
export declare const DeleteResponsePlanInputFilterSensitiveLog: (obj: DeleteResponsePlanInput) => any;
|
|
1884
|
+
/**
|
|
1885
|
+
* @internal
|
|
1886
|
+
*/
|
|
1887
|
+
export declare const DeleteResponsePlanOutputFilterSensitiveLog: (obj: DeleteResponsePlanOutput) => any;
|
|
1888
|
+
/**
|
|
1889
|
+
* @internal
|
|
1890
|
+
*/
|
|
1891
|
+
export declare const DeleteTimelineEventInputFilterSensitiveLog: (obj: DeleteTimelineEventInput) => any;
|
|
1892
|
+
/**
|
|
1893
|
+
* @internal
|
|
1894
|
+
*/
|
|
1895
|
+
export declare const DeleteTimelineEventOutputFilterSensitiveLog: (obj: DeleteTimelineEventOutput) => any;
|
|
1896
|
+
/**
|
|
1897
|
+
* @internal
|
|
1898
|
+
*/
|
|
1899
|
+
export declare const EventSummaryFilterSensitiveLog: (obj: EventSummary) => any;
|
|
1900
|
+
/**
|
|
1901
|
+
* @internal
|
|
1902
|
+
*/
|
|
1903
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1904
|
+
/**
|
|
1905
|
+
* @internal
|
|
1906
|
+
*/
|
|
1907
|
+
export declare const GetIncidentRecordInputFilterSensitiveLog: (obj: GetIncidentRecordInput) => any;
|
|
1908
|
+
/**
|
|
1909
|
+
* @internal
|
|
1910
|
+
*/
|
|
1911
|
+
export declare const IncidentRecordSourceFilterSensitiveLog: (obj: IncidentRecordSource) => any;
|
|
1912
|
+
/**
|
|
1913
|
+
* @internal
|
|
1914
|
+
*/
|
|
1915
|
+
export declare const IncidentRecordFilterSensitiveLog: (obj: IncidentRecord) => any;
|
|
1916
|
+
/**
|
|
1917
|
+
* @internal
|
|
1918
|
+
*/
|
|
1919
|
+
export declare const GetIncidentRecordOutputFilterSensitiveLog: (obj: GetIncidentRecordOutput) => any;
|
|
1920
|
+
/**
|
|
1921
|
+
* @internal
|
|
1922
|
+
*/
|
|
1923
|
+
export declare const GetReplicationSetInputFilterSensitiveLog: (obj: GetReplicationSetInput) => any;
|
|
1924
|
+
/**
|
|
1925
|
+
* @internal
|
|
1926
|
+
*/
|
|
1927
|
+
export declare const RegionInfoFilterSensitiveLog: (obj: RegionInfo) => any;
|
|
1928
|
+
/**
|
|
1929
|
+
* @internal
|
|
1930
|
+
*/
|
|
1931
|
+
export declare const ReplicationSetFilterSensitiveLog: (obj: ReplicationSet) => any;
|
|
1932
|
+
/**
|
|
1933
|
+
* @internal
|
|
1934
|
+
*/
|
|
1935
|
+
export declare const GetReplicationSetOutputFilterSensitiveLog: (obj: GetReplicationSetOutput) => any;
|
|
1936
|
+
/**
|
|
1937
|
+
* @internal
|
|
1938
|
+
*/
|
|
1939
|
+
export declare const GetResourcePoliciesInputFilterSensitiveLog: (obj: GetResourcePoliciesInput) => any;
|
|
1940
|
+
/**
|
|
1941
|
+
* @internal
|
|
1942
|
+
*/
|
|
1943
|
+
export declare const ResourcePolicyFilterSensitiveLog: (obj: ResourcePolicy) => any;
|
|
1944
|
+
/**
|
|
1945
|
+
* @internal
|
|
1946
|
+
*/
|
|
1947
|
+
export declare const GetResourcePoliciesOutputFilterSensitiveLog: (obj: GetResourcePoliciesOutput) => any;
|
|
1948
|
+
/**
|
|
1949
|
+
* @internal
|
|
1950
|
+
*/
|
|
1951
|
+
export declare const GetResponsePlanInputFilterSensitiveLog: (obj: GetResponsePlanInput) => any;
|
|
1952
|
+
/**
|
|
1953
|
+
* @internal
|
|
1954
|
+
*/
|
|
1955
|
+
export declare const GetResponsePlanOutputFilterSensitiveLog: (obj: GetResponsePlanOutput) => any;
|
|
1956
|
+
/**
|
|
1957
|
+
* @internal
|
|
1958
|
+
*/
|
|
1959
|
+
export declare const GetTimelineEventInputFilterSensitiveLog: (obj: GetTimelineEventInput) => any;
|
|
1960
|
+
/**
|
|
1961
|
+
* @internal
|
|
1962
|
+
*/
|
|
1963
|
+
export declare const TimelineEventFilterSensitiveLog: (obj: TimelineEvent) => any;
|
|
1964
|
+
/**
|
|
1965
|
+
* @internal
|
|
1966
|
+
*/
|
|
1967
|
+
export declare const GetTimelineEventOutputFilterSensitiveLog: (obj: GetTimelineEventOutput) => any;
|
|
1968
|
+
/**
|
|
1969
|
+
* @internal
|
|
1970
|
+
*/
|
|
1971
|
+
export declare const IncidentRecordSummaryFilterSensitiveLog: (obj: IncidentRecordSummary) => any;
|
|
1972
|
+
/**
|
|
1973
|
+
* @internal
|
|
1974
|
+
*/
|
|
1975
|
+
export declare const ItemValueFilterSensitiveLog: (obj: ItemValue) => any;
|
|
1976
|
+
/**
|
|
1977
|
+
* @internal
|
|
1978
|
+
*/
|
|
1979
|
+
export declare const ItemIdentifierFilterSensitiveLog: (obj: ItemIdentifier) => any;
|
|
1980
|
+
/**
|
|
1981
|
+
* @internal
|
|
1982
|
+
*/
|
|
1983
|
+
export declare const ListIncidentRecordsInputFilterSensitiveLog: (obj: ListIncidentRecordsInput) => any;
|
|
1984
|
+
/**
|
|
1985
|
+
* @internal
|
|
1986
|
+
*/
|
|
1987
|
+
export declare const ListIncidentRecordsOutputFilterSensitiveLog: (obj: ListIncidentRecordsOutput) => any;
|
|
1988
|
+
/**
|
|
1989
|
+
* @internal
|
|
1990
|
+
*/
|
|
1991
|
+
export declare const ListRelatedItemsInputFilterSensitiveLog: (obj: ListRelatedItemsInput) => any;
|
|
1992
|
+
/**
|
|
1993
|
+
* @internal
|
|
1994
|
+
*/
|
|
1995
|
+
export declare const RelatedItemFilterSensitiveLog: (obj: RelatedItem) => any;
|
|
1996
|
+
/**
|
|
1997
|
+
* @internal
|
|
1998
|
+
*/
|
|
1999
|
+
export declare const ListRelatedItemsOutputFilterSensitiveLog: (obj: ListRelatedItemsOutput) => any;
|
|
2000
|
+
/**
|
|
2001
|
+
* @internal
|
|
2002
|
+
*/
|
|
2003
|
+
export declare const ListReplicationSetsInputFilterSensitiveLog: (obj: ListReplicationSetsInput) => any;
|
|
2004
|
+
/**
|
|
2005
|
+
* @internal
|
|
2006
|
+
*/
|
|
2007
|
+
export declare const ListReplicationSetsOutputFilterSensitiveLog: (obj: ListReplicationSetsOutput) => any;
|
|
2008
|
+
/**
|
|
2009
|
+
* @internal
|
|
2010
|
+
*/
|
|
2011
|
+
export declare const ListResponsePlansInputFilterSensitiveLog: (obj: ListResponsePlansInput) => any;
|
|
2012
|
+
/**
|
|
2013
|
+
* @internal
|
|
2014
|
+
*/
|
|
2015
|
+
export declare const ResponsePlanSummaryFilterSensitiveLog: (obj: ResponsePlanSummary) => any;
|
|
2016
|
+
/**
|
|
2017
|
+
* @internal
|
|
2018
|
+
*/
|
|
2019
|
+
export declare const ListResponsePlansOutputFilterSensitiveLog: (obj: ListResponsePlansOutput) => any;
|
|
2020
|
+
/**
|
|
2021
|
+
* @internal
|
|
2022
|
+
*/
|
|
2023
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2024
|
+
/**
|
|
2025
|
+
* @internal
|
|
2026
|
+
*/
|
|
2027
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2028
|
+
/**
|
|
2029
|
+
* @internal
|
|
2030
|
+
*/
|
|
2031
|
+
export declare const ListTimelineEventsInputFilterSensitiveLog: (obj: ListTimelineEventsInput) => any;
|
|
2032
|
+
/**
|
|
2033
|
+
* @internal
|
|
2034
|
+
*/
|
|
2035
|
+
export declare const ListTimelineEventsOutputFilterSensitiveLog: (obj: ListTimelineEventsOutput) => any;
|
|
2036
|
+
/**
|
|
2037
|
+
* @internal
|
|
2038
|
+
*/
|
|
2039
|
+
export declare const PutResourcePolicyInputFilterSensitiveLog: (obj: PutResourcePolicyInput) => any;
|
|
2040
|
+
/**
|
|
2041
|
+
* @internal
|
|
2042
|
+
*/
|
|
2043
|
+
export declare const PutResourcePolicyOutputFilterSensitiveLog: (obj: PutResourcePolicyOutput) => any;
|
|
2044
|
+
/**
|
|
2045
|
+
* @internal
|
|
2046
|
+
*/
|
|
2047
|
+
export declare const RelatedItemsUpdateFilterSensitiveLog: (obj: RelatedItemsUpdate) => any;
|
|
2048
|
+
/**
|
|
2049
|
+
* @internal
|
|
2050
|
+
*/
|
|
2051
|
+
export declare const TriggerDetailsFilterSensitiveLog: (obj: TriggerDetails) => any;
|
|
2052
|
+
/**
|
|
2053
|
+
* @internal
|
|
2054
|
+
*/
|
|
2055
|
+
export declare const StartIncidentInputFilterSensitiveLog: (obj: StartIncidentInput) => any;
|
|
2056
|
+
/**
|
|
2057
|
+
* @internal
|
|
2058
|
+
*/
|
|
2059
|
+
export declare const StartIncidentOutputFilterSensitiveLog: (obj: StartIncidentOutput) => any;
|
|
2060
|
+
/**
|
|
2061
|
+
* @internal
|
|
2062
|
+
*/
|
|
2063
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2064
|
+
/**
|
|
2065
|
+
* @internal
|
|
2066
|
+
*/
|
|
2067
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2068
|
+
/**
|
|
2069
|
+
* @internal
|
|
2070
|
+
*/
|
|
2071
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2072
|
+
/**
|
|
2073
|
+
* @internal
|
|
2074
|
+
*/
|
|
2075
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2076
|
+
/**
|
|
2077
|
+
* @internal
|
|
2078
|
+
*/
|
|
2079
|
+
export declare const UpdateDeletionProtectionInputFilterSensitiveLog: (obj: UpdateDeletionProtectionInput) => any;
|
|
2080
|
+
/**
|
|
2081
|
+
* @internal
|
|
2082
|
+
*/
|
|
2083
|
+
export declare const UpdateDeletionProtectionOutputFilterSensitiveLog: (obj: UpdateDeletionProtectionOutput) => any;
|
|
2084
|
+
/**
|
|
2085
|
+
* @internal
|
|
2086
|
+
*/
|
|
2087
|
+
export declare const UpdateIncidentRecordInputFilterSensitiveLog: (obj: UpdateIncidentRecordInput) => any;
|
|
2088
|
+
/**
|
|
2089
|
+
* @internal
|
|
2090
|
+
*/
|
|
2091
|
+
export declare const UpdateIncidentRecordOutputFilterSensitiveLog: (obj: UpdateIncidentRecordOutput) => any;
|
|
2092
|
+
/**
|
|
2093
|
+
* @internal
|
|
2094
|
+
*/
|
|
2095
|
+
export declare const UpdateRelatedItemsInputFilterSensitiveLog: (obj: UpdateRelatedItemsInput) => any;
|
|
2096
|
+
/**
|
|
2097
|
+
* @internal
|
|
2098
|
+
*/
|
|
2099
|
+
export declare const UpdateRelatedItemsOutputFilterSensitiveLog: (obj: UpdateRelatedItemsOutput) => any;
|
|
2100
|
+
/**
|
|
2101
|
+
* @internal
|
|
2102
|
+
*/
|
|
2103
|
+
export declare const UpdateReplicationSetActionFilterSensitiveLog: (obj: UpdateReplicationSetAction) => any;
|
|
2104
|
+
/**
|
|
2105
|
+
* @internal
|
|
2106
|
+
*/
|
|
2107
|
+
export declare const UpdateReplicationSetInputFilterSensitiveLog: (obj: UpdateReplicationSetInput) => any;
|
|
2108
|
+
/**
|
|
2109
|
+
* @internal
|
|
2110
|
+
*/
|
|
2111
|
+
export declare const UpdateReplicationSetOutputFilterSensitiveLog: (obj: UpdateReplicationSetOutput) => any;
|
|
2112
|
+
/**
|
|
2113
|
+
* @internal
|
|
2114
|
+
*/
|
|
2115
|
+
export declare const UpdateResponsePlanInputFilterSensitiveLog: (obj: UpdateResponsePlanInput) => any;
|
|
2116
|
+
/**
|
|
2117
|
+
* @internal
|
|
2118
|
+
*/
|
|
2119
|
+
export declare const UpdateResponsePlanOutputFilterSensitiveLog: (obj: UpdateResponsePlanOutput) => any;
|
|
2120
|
+
/**
|
|
2121
|
+
* @internal
|
|
2122
|
+
*/
|
|
2123
|
+
export declare const UpdateTimelineEventInputFilterSensitiveLog: (obj: UpdateTimelineEventInput) => any;
|
|
2124
|
+
/**
|
|
2125
|
+
* @internal
|
|
2126
|
+
*/
|
|
2127
|
+
export declare const UpdateTimelineEventOutputFilterSensitiveLog: (obj: UpdateTimelineEventOutput) => any;
|