@aws-sdk/client-ssm-incidents 3.296.0 → 3.297.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/dist-types/SSMIncidents.d.ts +30 -0
- package/dist-types/SSMIncidentsClient.d.ts +24 -4
- package/dist-types/commands/CreateReplicationSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateResponsePlanCommand.d.ts +16 -0
- package/dist-types/commands/CreateTimelineEventCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReplicationSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResponsePlanCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTimelineEventCommand.d.ts +16 -0
- package/dist-types/commands/GetIncidentRecordCommand.d.ts +16 -0
- package/dist-types/commands/GetReplicationSetCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/GetResponsePlanCommand.d.ts +16 -0
- package/dist-types/commands/GetTimelineEventCommand.d.ts +16 -0
- package/dist-types/commands/ListIncidentRecordsCommand.d.ts +16 -0
- package/dist-types/commands/ListRelatedItemsCommand.d.ts +16 -0
- package/dist-types/commands/ListReplicationSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListResponsePlansCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTimelineEventsCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/StartIncidentCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateReplicationSetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResponsePlanCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTimelineEventCommand.d.ts +16 -0
- package/dist-types/models/SSMIncidentsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +281 -0
- package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListIncidentRecordsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRelatedItemsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReplicationSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResponsePlansPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTimelineEventsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { SSMIncidentsServiceException as __BaseException } from "./SSMIncidentsServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>You don't have sufficient access to perform this operation.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -11,14 +12,21 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
11
12
|
*/
|
|
12
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
14
18
|
export declare enum VariableType {
|
|
15
19
|
INCIDENT_RECORD_ARN = "INCIDENT_RECORD_ARN",
|
|
16
20
|
INVOLVED_RESOURCES = "INVOLVED_RESOURCES"
|
|
17
21
|
}
|
|
18
22
|
/**
|
|
23
|
+
* @public
|
|
19
24
|
* <p>The dynamic SSM parameter value.</p>
|
|
20
25
|
*/
|
|
21
26
|
export type DynamicSsmParameterValue = DynamicSsmParameterValue.VariableMember | DynamicSsmParameterValue.$UnknownMember;
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
22
30
|
export declare namespace DynamicSsmParameterValue {
|
|
23
31
|
/**
|
|
24
32
|
* <p>Variable dynamic parameters. A parameter value is determined when an incident is
|
|
@@ -38,11 +46,15 @@ export declare namespace DynamicSsmParameterValue {
|
|
|
38
46
|
}
|
|
39
47
|
const visit: <T>(value: DynamicSsmParameterValue, visitor: Visitor<T>) => T;
|
|
40
48
|
}
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
41
52
|
export declare enum SsmTargetAccount {
|
|
42
53
|
IMPACTED_ACCOUNT = "IMPACTED_ACCOUNT",
|
|
43
54
|
RESPONSE_PLAN_OWNER_ACCOUNT = "RESPONSE_PLAN_OWNER_ACCOUNT"
|
|
44
55
|
}
|
|
45
56
|
/**
|
|
57
|
+
* @public
|
|
46
58
|
* <p>Details about the Systems Manager automation document that will be used as a runbook
|
|
47
59
|
* during an incident.</p>
|
|
48
60
|
*/
|
|
@@ -76,10 +88,14 @@ export interface SsmAutomation {
|
|
|
76
88
|
dynamicParameters?: Record<string, DynamicSsmParameterValue>;
|
|
77
89
|
}
|
|
78
90
|
/**
|
|
91
|
+
* @public
|
|
79
92
|
* <p>The action that starts at the beginning of an incident. The response plan defines the
|
|
80
93
|
* action.</p>
|
|
81
94
|
*/
|
|
82
95
|
export type Action = Action.SsmAutomationMember | Action.$UnknownMember;
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
83
99
|
export declare namespace Action {
|
|
84
100
|
/**
|
|
85
101
|
* <p>The Systems Manager automation document to start as the runbook at the beginning of
|
|
@@ -100,6 +116,7 @@ export declare namespace Action {
|
|
|
100
116
|
const visit: <T>(value: Action, visitor: Visitor<T>) => T;
|
|
101
117
|
}
|
|
102
118
|
/**
|
|
119
|
+
* @public
|
|
103
120
|
* <p>Defines the Amazon Web Services Region and KMS key to add to the
|
|
104
121
|
* replication set. </p>
|
|
105
122
|
*/
|
|
@@ -114,9 +131,13 @@ export interface AddRegionAction {
|
|
|
114
131
|
sseKmsKeyId?: string;
|
|
115
132
|
}
|
|
116
133
|
/**
|
|
134
|
+
* @public
|
|
117
135
|
* <p>Use the AttributeValueList to filter by string or integer values.</p>
|
|
118
136
|
*/
|
|
119
137
|
export type AttributeValueList = AttributeValueList.IntegerValuesMember | AttributeValueList.StringValuesMember | AttributeValueList.$UnknownMember;
|
|
138
|
+
/**
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
120
141
|
export declare namespace AttributeValueList {
|
|
121
142
|
/**
|
|
122
143
|
* <p>The list of string values that the filter matches.</p>
|
|
@@ -147,10 +168,14 @@ export declare namespace AttributeValueList {
|
|
|
147
168
|
const visit: <T>(value: AttributeValueList, visitor: Visitor<T>) => T;
|
|
148
169
|
}
|
|
149
170
|
/**
|
|
171
|
+
* @public
|
|
150
172
|
* <p>The Systems Manager automation document process to start as the runbook at the
|
|
151
173
|
* beginning of the incident.</p>
|
|
152
174
|
*/
|
|
153
175
|
export type AutomationExecution = AutomationExecution.SsmExecutionArnMember | AutomationExecution.$UnknownMember;
|
|
176
|
+
/**
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
154
179
|
export declare namespace AutomationExecution {
|
|
155
180
|
/**
|
|
156
181
|
* <p>The Amazon Resource Name (ARN) of the automation process.</p>
|
|
@@ -170,15 +195,20 @@ export declare namespace AutomationExecution {
|
|
|
170
195
|
const visit: <T>(value: AutomationExecution, visitor: Visitor<T>) => T;
|
|
171
196
|
}
|
|
172
197
|
/**
|
|
198
|
+
* @public
|
|
173
199
|
* <p>Used to remove the chat channel from an incident record or response plan.</p>
|
|
174
200
|
*/
|
|
175
201
|
export interface EmptyChatChannel {
|
|
176
202
|
}
|
|
177
203
|
/**
|
|
204
|
+
* @public
|
|
178
205
|
* <p>The Chatbot chat channel used for collaboration during an
|
|
179
206
|
* incident.</p>
|
|
180
207
|
*/
|
|
181
208
|
export type ChatChannel = ChatChannel.ChatbotSnsMember | ChatChannel.EmptyMember | ChatChannel.$UnknownMember;
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
182
212
|
export declare namespace ChatChannel {
|
|
183
213
|
/**
|
|
184
214
|
* <p>Used to remove the chat channel from an incident record or response plan.</p>
|
|
@@ -211,12 +241,16 @@ export declare namespace ChatChannel {
|
|
|
211
241
|
const visit: <T>(value: ChatChannel, visitor: Visitor<T>) => T;
|
|
212
242
|
}
|
|
213
243
|
/**
|
|
244
|
+
* @public
|
|
214
245
|
* <p>A conditional statement with which to compare a value, after a timestamp, before a
|
|
215
246
|
* timestamp, or equal to a string or integer. If multiple conditions are specified, the
|
|
216
247
|
* conditionals become an <code>AND</code>ed statement. If multiple values are specified for a
|
|
217
248
|
* conditional, the values are <code>OR</code>d.</p>
|
|
218
249
|
*/
|
|
219
250
|
export type Condition = Condition.AfterMember | Condition.BeforeMember | Condition.EqualsMember | Condition.$UnknownMember;
|
|
251
|
+
/**
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
220
254
|
export declare namespace Condition {
|
|
221
255
|
/**
|
|
222
256
|
* <p>Before the specified timestamp</p>
|
|
@@ -259,6 +293,9 @@ export declare namespace Condition {
|
|
|
259
293
|
}
|
|
260
294
|
const visit: <T>(value: Condition, visitor: Visitor<T>) => T;
|
|
261
295
|
}
|
|
296
|
+
/**
|
|
297
|
+
* @public
|
|
298
|
+
*/
|
|
262
299
|
export declare enum ResourceType {
|
|
263
300
|
INCIDENT_RECORD = "INCIDENT_RECORD",
|
|
264
301
|
REPLICATION_SET = "REPLICATION_SET",
|
|
@@ -267,6 +304,7 @@ export declare enum ResourceType {
|
|
|
267
304
|
TIMELINE_EVENT = "TIMELINE_EVENT"
|
|
268
305
|
}
|
|
269
306
|
/**
|
|
307
|
+
* @public
|
|
270
308
|
* <p>Updating or deleting a resource causes an inconsistent state.</p>
|
|
271
309
|
*/
|
|
272
310
|
export declare class ConflictException extends __BaseException {
|
|
@@ -290,6 +328,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
290
328
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
291
329
|
}
|
|
292
330
|
/**
|
|
331
|
+
* @public
|
|
293
332
|
* <p>The mapping between a Amazon Web Services Region and the key that's used to encrypt the
|
|
294
333
|
* data.</p>
|
|
295
334
|
*/
|
|
@@ -299,6 +338,9 @@ export interface RegionMapInputValue {
|
|
|
299
338
|
*/
|
|
300
339
|
sseKmsKeyId?: string;
|
|
301
340
|
}
|
|
341
|
+
/**
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
302
344
|
export interface CreateReplicationSetInput {
|
|
303
345
|
/**
|
|
304
346
|
* <p>The Regions that Incident Manager replicates your data to. You can have up to three Regions
|
|
@@ -315,6 +357,9 @@ export interface CreateReplicationSetInput {
|
|
|
315
357
|
*/
|
|
316
358
|
tags?: Record<string, string>;
|
|
317
359
|
}
|
|
360
|
+
/**
|
|
361
|
+
* @public
|
|
362
|
+
*/
|
|
318
363
|
export interface CreateReplicationSetOutput {
|
|
319
364
|
/**
|
|
320
365
|
* <p>The Amazon Resource Name (ARN) of the replication set. </p>
|
|
@@ -322,6 +367,7 @@ export interface CreateReplicationSetOutput {
|
|
|
322
367
|
arn: string | undefined;
|
|
323
368
|
}
|
|
324
369
|
/**
|
|
370
|
+
* @public
|
|
325
371
|
* <p>The request processing has failed because of an unknown error, exception or
|
|
326
372
|
* failure.</p>
|
|
327
373
|
*/
|
|
@@ -333,10 +379,14 @@ export declare class InternalServerException extends __BaseException {
|
|
|
333
379
|
*/
|
|
334
380
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
335
381
|
}
|
|
382
|
+
/**
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
336
385
|
export declare enum ServiceCode {
|
|
337
386
|
SSM_INCIDENTS = "ssm-incidents"
|
|
338
387
|
}
|
|
339
388
|
/**
|
|
389
|
+
* @public
|
|
340
390
|
* <p>Request would cause a service quota to be exceeded.</p>
|
|
341
391
|
*/
|
|
342
392
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
@@ -364,6 +414,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
364
414
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
365
415
|
}
|
|
366
416
|
/**
|
|
417
|
+
* @public
|
|
367
418
|
* <p>The request was denied due to request throttling.</p>
|
|
368
419
|
*/
|
|
369
420
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -383,6 +434,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
383
434
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
384
435
|
}
|
|
385
436
|
/**
|
|
437
|
+
* @public
|
|
386
438
|
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services
|
|
387
439
|
* service.</p>
|
|
388
440
|
*/
|
|
@@ -395,9 +447,13 @@ export declare class ValidationException extends __BaseException {
|
|
|
395
447
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
396
448
|
}
|
|
397
449
|
/**
|
|
450
|
+
* @public
|
|
398
451
|
* <p>The SNS targets that are notified when updates are made to an incident.</p>
|
|
399
452
|
*/
|
|
400
453
|
export type NotificationTargetItem = NotificationTargetItem.SnsTopicArnMember | NotificationTargetItem.$UnknownMember;
|
|
454
|
+
/**
|
|
455
|
+
* @public
|
|
456
|
+
*/
|
|
401
457
|
export declare namespace NotificationTargetItem {
|
|
402
458
|
/**
|
|
403
459
|
* <p>The Amazon Resource Name (ARN) of the SNS topic.</p>
|
|
@@ -417,6 +473,7 @@ export declare namespace NotificationTargetItem {
|
|
|
417
473
|
const visit: <T>(value: NotificationTargetItem, visitor: Visitor<T>) => T;
|
|
418
474
|
}
|
|
419
475
|
/**
|
|
476
|
+
* @public
|
|
420
477
|
* <p>Basic details used in creating a response plan. The response plan is then used to create
|
|
421
478
|
* an incident record.</p>
|
|
422
479
|
*/
|
|
@@ -451,6 +508,7 @@ export interface IncidentTemplate {
|
|
|
451
508
|
incidentTags?: Record<string, string>;
|
|
452
509
|
}
|
|
453
510
|
/**
|
|
511
|
+
* @public
|
|
454
512
|
* <p>Details about the PagerDuty service where the response plan creates an
|
|
455
513
|
* incident.</p>
|
|
456
514
|
*/
|
|
@@ -462,6 +520,7 @@ export interface PagerDutyIncidentConfiguration {
|
|
|
462
520
|
serviceId: string | undefined;
|
|
463
521
|
}
|
|
464
522
|
/**
|
|
523
|
+
* @public
|
|
465
524
|
* <p>Details about the PagerDuty configuration for a response plan.</p>
|
|
466
525
|
*/
|
|
467
526
|
export interface PagerDutyConfiguration {
|
|
@@ -480,9 +539,13 @@ export interface PagerDutyConfiguration {
|
|
|
480
539
|
pagerDutyIncidentConfiguration: PagerDutyIncidentConfiguration | undefined;
|
|
481
540
|
}
|
|
482
541
|
/**
|
|
542
|
+
* @public
|
|
483
543
|
* <p>Information about third-party services integrated into a response plan.</p>
|
|
484
544
|
*/
|
|
485
545
|
export type Integration = Integration.PagerDutyConfigurationMember | Integration.$UnknownMember;
|
|
546
|
+
/**
|
|
547
|
+
* @public
|
|
548
|
+
*/
|
|
486
549
|
export declare namespace Integration {
|
|
487
550
|
/**
|
|
488
551
|
* <p>Information about the PagerDuty service where the response plan creates an
|
|
@@ -502,6 +565,9 @@ export declare namespace Integration {
|
|
|
502
565
|
}
|
|
503
566
|
const visit: <T>(value: Integration, visitor: Visitor<T>) => T;
|
|
504
567
|
}
|
|
568
|
+
/**
|
|
569
|
+
* @public
|
|
570
|
+
*/
|
|
505
571
|
export interface CreateResponsePlanInput {
|
|
506
572
|
/**
|
|
507
573
|
* <p>A token ensuring that the operation is called only once with the specified
|
|
@@ -543,6 +609,9 @@ export interface CreateResponsePlanInput {
|
|
|
543
609
|
*/
|
|
544
610
|
integrations?: Integration[];
|
|
545
611
|
}
|
|
612
|
+
/**
|
|
613
|
+
* @public
|
|
614
|
+
*/
|
|
546
615
|
export interface CreateResponsePlanOutput {
|
|
547
616
|
/**
|
|
548
617
|
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
@@ -550,6 +619,7 @@ export interface CreateResponsePlanOutput {
|
|
|
550
619
|
arn: string | undefined;
|
|
551
620
|
}
|
|
552
621
|
/**
|
|
622
|
+
* @public
|
|
553
623
|
* <p>Request references a resource which doesn't exist. </p>
|
|
554
624
|
*/
|
|
555
625
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -569,10 +639,14 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
569
639
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
570
640
|
}
|
|
571
641
|
/**
|
|
642
|
+
* @public
|
|
572
643
|
* <p>An item referenced in a <code>TimelineEvent</code> that is involved in or somehow
|
|
573
644
|
* associated with an incident. You can specify an Amazon Resource Name (ARN) for an Amazon Web Services resource or a <code>RelatedItem</code> ID.</p>
|
|
574
645
|
*/
|
|
575
646
|
export type EventReference = EventReference.RelatedItemIdMember | EventReference.ResourceMember | EventReference.$UnknownMember;
|
|
647
|
+
/**
|
|
648
|
+
* @public
|
|
649
|
+
*/
|
|
576
650
|
export declare namespace EventReference {
|
|
577
651
|
/**
|
|
578
652
|
* <p>The Amazon Resource Name (ARN) of an Amazon Web Services resource referenced in a
|
|
@@ -603,6 +677,9 @@ export declare namespace EventReference {
|
|
|
603
677
|
}
|
|
604
678
|
const visit: <T>(value: EventReference, visitor: Visitor<T>) => T;
|
|
605
679
|
}
|
|
680
|
+
/**
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
606
683
|
export interface CreateTimelineEventInput {
|
|
607
684
|
/**
|
|
608
685
|
* <p>A token ensuring that the action is called only once with the specified
|
|
@@ -638,6 +715,9 @@ export interface CreateTimelineEventInput {
|
|
|
638
715
|
*/
|
|
639
716
|
eventReferences?: EventReference[];
|
|
640
717
|
}
|
|
718
|
+
/**
|
|
719
|
+
* @public
|
|
720
|
+
*/
|
|
641
721
|
export interface CreateTimelineEventOutput {
|
|
642
722
|
/**
|
|
643
723
|
* <p>The ARN of the incident record that you added the event to.</p>
|
|
@@ -648,15 +728,22 @@ export interface CreateTimelineEventOutput {
|
|
|
648
728
|
*/
|
|
649
729
|
eventId: string | undefined;
|
|
650
730
|
}
|
|
731
|
+
/**
|
|
732
|
+
* @public
|
|
733
|
+
*/
|
|
651
734
|
export interface DeleteIncidentRecordInput {
|
|
652
735
|
/**
|
|
653
736
|
* <p>The Amazon Resource Name (ARN) of the incident record you are deleting.</p>
|
|
654
737
|
*/
|
|
655
738
|
arn: string | undefined;
|
|
656
739
|
}
|
|
740
|
+
/**
|
|
741
|
+
* @public
|
|
742
|
+
*/
|
|
657
743
|
export interface DeleteIncidentRecordOutput {
|
|
658
744
|
}
|
|
659
745
|
/**
|
|
746
|
+
* @public
|
|
660
747
|
* <p>Defines the information about the Amazon Web Services Region you're deleting from your
|
|
661
748
|
* replication set.</p>
|
|
662
749
|
*/
|
|
@@ -667,14 +754,23 @@ export interface DeleteRegionAction {
|
|
|
667
754
|
*/
|
|
668
755
|
regionName: string | undefined;
|
|
669
756
|
}
|
|
757
|
+
/**
|
|
758
|
+
* @public
|
|
759
|
+
*/
|
|
670
760
|
export interface DeleteReplicationSetInput {
|
|
671
761
|
/**
|
|
672
762
|
* <p>The Amazon Resource Name (ARN) of the replication set you're deleting.</p>
|
|
673
763
|
*/
|
|
674
764
|
arn: string | undefined;
|
|
675
765
|
}
|
|
766
|
+
/**
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
676
769
|
export interface DeleteReplicationSetOutput {
|
|
677
770
|
}
|
|
771
|
+
/**
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
678
774
|
export interface DeleteResourcePolicyInput {
|
|
679
775
|
/**
|
|
680
776
|
* <p>The Amazon Resource Name (ARN) of the resource you're deleting the policy from.</p>
|
|
@@ -685,16 +781,28 @@ export interface DeleteResourcePolicyInput {
|
|
|
685
781
|
*/
|
|
686
782
|
policyId: string | undefined;
|
|
687
783
|
}
|
|
784
|
+
/**
|
|
785
|
+
* @public
|
|
786
|
+
*/
|
|
688
787
|
export interface DeleteResourcePolicyOutput {
|
|
689
788
|
}
|
|
789
|
+
/**
|
|
790
|
+
* @public
|
|
791
|
+
*/
|
|
690
792
|
export interface DeleteResponsePlanInput {
|
|
691
793
|
/**
|
|
692
794
|
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
693
795
|
*/
|
|
694
796
|
arn: string | undefined;
|
|
695
797
|
}
|
|
798
|
+
/**
|
|
799
|
+
* @public
|
|
800
|
+
*/
|
|
696
801
|
export interface DeleteResponsePlanOutput {
|
|
697
802
|
}
|
|
803
|
+
/**
|
|
804
|
+
* @public
|
|
805
|
+
*/
|
|
698
806
|
export interface DeleteTimelineEventInput {
|
|
699
807
|
/**
|
|
700
808
|
* <p>The Amazon Resource Name (ARN) of the incident that includes the timeline
|
|
@@ -707,9 +815,13 @@ export interface DeleteTimelineEventInput {
|
|
|
707
815
|
*/
|
|
708
816
|
eventId: string | undefined;
|
|
709
817
|
}
|
|
818
|
+
/**
|
|
819
|
+
* @public
|
|
820
|
+
*/
|
|
710
821
|
export interface DeleteTimelineEventOutput {
|
|
711
822
|
}
|
|
712
823
|
/**
|
|
824
|
+
* @public
|
|
713
825
|
* <p>Details about a timeline event during an incident.</p>
|
|
714
826
|
*/
|
|
715
827
|
export interface EventSummary {
|
|
@@ -739,6 +851,7 @@ export interface EventSummary {
|
|
|
739
851
|
eventReferences?: EventReference[];
|
|
740
852
|
}
|
|
741
853
|
/**
|
|
854
|
+
* @public
|
|
742
855
|
* <p>Filter the selection by using a condition.</p>
|
|
743
856
|
*/
|
|
744
857
|
export interface Filter {
|
|
@@ -752,6 +865,9 @@ export interface Filter {
|
|
|
752
865
|
*/
|
|
753
866
|
condition: Condition | undefined;
|
|
754
867
|
}
|
|
868
|
+
/**
|
|
869
|
+
* @public
|
|
870
|
+
*/
|
|
755
871
|
export interface GetIncidentRecordInput {
|
|
756
872
|
/**
|
|
757
873
|
* <p>The Amazon Resource Name (ARN) of the incident record.</p>
|
|
@@ -759,6 +875,7 @@ export interface GetIncidentRecordInput {
|
|
|
759
875
|
arn: string | undefined;
|
|
760
876
|
}
|
|
761
877
|
/**
|
|
878
|
+
* @public
|
|
762
879
|
* <p>Details about what created the incident record and when it was created.</p>
|
|
763
880
|
*/
|
|
764
881
|
export interface IncidentRecordSource {
|
|
@@ -782,11 +899,15 @@ export interface IncidentRecordSource {
|
|
|
782
899
|
*/
|
|
783
900
|
source: string | undefined;
|
|
784
901
|
}
|
|
902
|
+
/**
|
|
903
|
+
* @public
|
|
904
|
+
*/
|
|
785
905
|
export declare enum IncidentRecordStatus {
|
|
786
906
|
OPEN = "OPEN",
|
|
787
907
|
RESOLVED = "RESOLVED"
|
|
788
908
|
}
|
|
789
909
|
/**
|
|
910
|
+
* @public
|
|
790
911
|
* <p>The record of the incident that's created when an incident occurs.</p>
|
|
791
912
|
*/
|
|
792
913
|
export interface IncidentRecord {
|
|
@@ -850,18 +971,27 @@ export interface IncidentRecord {
|
|
|
850
971
|
*/
|
|
851
972
|
notificationTargets?: NotificationTargetItem[];
|
|
852
973
|
}
|
|
974
|
+
/**
|
|
975
|
+
* @public
|
|
976
|
+
*/
|
|
853
977
|
export interface GetIncidentRecordOutput {
|
|
854
978
|
/**
|
|
855
979
|
* <p>Details the structure of the incident record.</p>
|
|
856
980
|
*/
|
|
857
981
|
incidentRecord: IncidentRecord | undefined;
|
|
858
982
|
}
|
|
983
|
+
/**
|
|
984
|
+
* @public
|
|
985
|
+
*/
|
|
859
986
|
export interface GetReplicationSetInput {
|
|
860
987
|
/**
|
|
861
988
|
* <p>The Amazon Resource Name (ARN) of the replication set you want to retrieve.</p>
|
|
862
989
|
*/
|
|
863
990
|
arn: string | undefined;
|
|
864
991
|
}
|
|
992
|
+
/**
|
|
993
|
+
* @public
|
|
994
|
+
*/
|
|
865
995
|
export declare enum RegionStatus {
|
|
866
996
|
/**
|
|
867
997
|
* All operations have completed successfully and the region is ready to use
|
|
@@ -881,6 +1011,7 @@ export declare enum RegionStatus {
|
|
|
881
1011
|
FAILED = "FAILED"
|
|
882
1012
|
}
|
|
883
1013
|
/**
|
|
1014
|
+
* @public
|
|
884
1015
|
* <p>Information about a Amazon Web Services Region in your replication set.</p>
|
|
885
1016
|
*/
|
|
886
1017
|
export interface RegionInfo {
|
|
@@ -901,6 +1032,9 @@ export interface RegionInfo {
|
|
|
901
1032
|
*/
|
|
902
1033
|
statusUpdateDateTime: Date | undefined;
|
|
903
1034
|
}
|
|
1035
|
+
/**
|
|
1036
|
+
* @public
|
|
1037
|
+
*/
|
|
904
1038
|
export declare enum ReplicationSetStatus {
|
|
905
1039
|
/**
|
|
906
1040
|
* All operations have completed successfully and the replication set is ready to use
|
|
@@ -924,6 +1058,7 @@ export declare enum ReplicationSetStatus {
|
|
|
924
1058
|
UPDATING = "UPDATING"
|
|
925
1059
|
}
|
|
926
1060
|
/**
|
|
1061
|
+
* @public
|
|
927
1062
|
* <p>The set of Amazon Web Services Region that your Incident Manager data will be replicated to
|
|
928
1063
|
* and the KMS key used to encrypt the data. </p>
|
|
929
1064
|
*/
|
|
@@ -964,12 +1099,18 @@ export interface ReplicationSet {
|
|
|
964
1099
|
*/
|
|
965
1100
|
lastModifiedBy: string | undefined;
|
|
966
1101
|
}
|
|
1102
|
+
/**
|
|
1103
|
+
* @public
|
|
1104
|
+
*/
|
|
967
1105
|
export interface GetReplicationSetOutput {
|
|
968
1106
|
/**
|
|
969
1107
|
* <p>Details of the replication set.</p>
|
|
970
1108
|
*/
|
|
971
1109
|
replicationSet: ReplicationSet | undefined;
|
|
972
1110
|
}
|
|
1111
|
+
/**
|
|
1112
|
+
* @public
|
|
1113
|
+
*/
|
|
973
1114
|
export interface GetResourcePoliciesInput {
|
|
974
1115
|
/**
|
|
975
1116
|
* <p>The Amazon Resource Name (ARN) of the response plan with the attached resource policy.
|
|
@@ -986,6 +1127,7 @@ export interface GetResourcePoliciesInput {
|
|
|
986
1127
|
nextToken?: string;
|
|
987
1128
|
}
|
|
988
1129
|
/**
|
|
1130
|
+
* @public
|
|
989
1131
|
* <p>The resource policy that allows Incident Manager to perform actions on resources on your
|
|
990
1132
|
* behalf.</p>
|
|
991
1133
|
*/
|
|
@@ -1003,6 +1145,9 @@ export interface ResourcePolicy {
|
|
|
1003
1145
|
*/
|
|
1004
1146
|
ramResourceShareRegion: string | undefined;
|
|
1005
1147
|
}
|
|
1148
|
+
/**
|
|
1149
|
+
* @public
|
|
1150
|
+
*/
|
|
1006
1151
|
export interface GetResourcePoliciesOutput {
|
|
1007
1152
|
/**
|
|
1008
1153
|
* <p>Details about the resource policy attached to the response plan.</p>
|
|
@@ -1013,12 +1158,18 @@ export interface GetResourcePoliciesOutput {
|
|
|
1013
1158
|
*/
|
|
1014
1159
|
nextToken?: string;
|
|
1015
1160
|
}
|
|
1161
|
+
/**
|
|
1162
|
+
* @public
|
|
1163
|
+
*/
|
|
1016
1164
|
export interface GetResponsePlanInput {
|
|
1017
1165
|
/**
|
|
1018
1166
|
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
1019
1167
|
*/
|
|
1020
1168
|
arn: string | undefined;
|
|
1021
1169
|
}
|
|
1170
|
+
/**
|
|
1171
|
+
* @public
|
|
1172
|
+
*/
|
|
1022
1173
|
export interface GetResponsePlanOutput {
|
|
1023
1174
|
/**
|
|
1024
1175
|
* <p>The ARN of the response plan.</p>
|
|
@@ -1056,6 +1207,9 @@ export interface GetResponsePlanOutput {
|
|
|
1056
1207
|
*/
|
|
1057
1208
|
integrations?: Integration[];
|
|
1058
1209
|
}
|
|
1210
|
+
/**
|
|
1211
|
+
* @public
|
|
1212
|
+
*/
|
|
1059
1213
|
export interface GetTimelineEventInput {
|
|
1060
1214
|
/**
|
|
1061
1215
|
* <p>The Amazon Resource Name (ARN) of the incident that includes the timeline
|
|
@@ -1069,6 +1223,7 @@ export interface GetTimelineEventInput {
|
|
|
1069
1223
|
eventId: string | undefined;
|
|
1070
1224
|
}
|
|
1071
1225
|
/**
|
|
1226
|
+
* @public
|
|
1072
1227
|
* <p>A significant event that happened during the incident. </p>
|
|
1073
1228
|
*/
|
|
1074
1229
|
export interface TimelineEvent {
|
|
@@ -1102,6 +1257,9 @@ export interface TimelineEvent {
|
|
|
1102
1257
|
*/
|
|
1103
1258
|
eventReferences?: EventReference[];
|
|
1104
1259
|
}
|
|
1260
|
+
/**
|
|
1261
|
+
* @public
|
|
1262
|
+
*/
|
|
1105
1263
|
export interface GetTimelineEventOutput {
|
|
1106
1264
|
/**
|
|
1107
1265
|
* <p>Details about the timeline event.</p>
|
|
@@ -1109,6 +1267,7 @@ export interface GetTimelineEventOutput {
|
|
|
1109
1267
|
event: TimelineEvent | undefined;
|
|
1110
1268
|
}
|
|
1111
1269
|
/**
|
|
1270
|
+
* @public
|
|
1112
1271
|
* <p>Details describing an incident record.</p>
|
|
1113
1272
|
*/
|
|
1114
1273
|
export interface IncidentRecordSummary {
|
|
@@ -1142,6 +1301,9 @@ export interface IncidentRecordSummary {
|
|
|
1142
1301
|
*/
|
|
1143
1302
|
incidentRecordSource: IncidentRecordSource | undefined;
|
|
1144
1303
|
}
|
|
1304
|
+
/**
|
|
1305
|
+
* @public
|
|
1306
|
+
*/
|
|
1145
1307
|
export declare enum ItemType {
|
|
1146
1308
|
ANALYSIS = "ANALYSIS",
|
|
1147
1309
|
ATTACHMENT = "ATTACHMENT",
|
|
@@ -1154,6 +1316,7 @@ export declare enum ItemType {
|
|
|
1154
1316
|
TASK = "TASK"
|
|
1155
1317
|
}
|
|
1156
1318
|
/**
|
|
1319
|
+
* @public
|
|
1157
1320
|
* <p>Details about the PagerDuty incident associated with an incident created by an
|
|
1158
1321
|
* Incident Manager response plan.</p>
|
|
1159
1322
|
*/
|
|
@@ -1175,9 +1338,13 @@ export interface PagerDutyIncidentDetail {
|
|
|
1175
1338
|
secretId?: string;
|
|
1176
1339
|
}
|
|
1177
1340
|
/**
|
|
1341
|
+
* @public
|
|
1178
1342
|
* <p>Describes a related item.</p>
|
|
1179
1343
|
*/
|
|
1180
1344
|
export type ItemValue = ItemValue.ArnMember | ItemValue.MetricDefinitionMember | ItemValue.PagerDutyIncidentDetailMember | ItemValue.UrlMember | ItemValue.$UnknownMember;
|
|
1345
|
+
/**
|
|
1346
|
+
* @public
|
|
1347
|
+
*/
|
|
1181
1348
|
export declare namespace ItemValue {
|
|
1182
1349
|
/**
|
|
1183
1350
|
* <p>The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon
|
|
@@ -1237,6 +1404,7 @@ export declare namespace ItemValue {
|
|
|
1237
1404
|
const visit: <T>(value: ItemValue, visitor: Visitor<T>) => T;
|
|
1238
1405
|
}
|
|
1239
1406
|
/**
|
|
1407
|
+
* @public
|
|
1240
1408
|
* <p>Details and type of a related item.</p>
|
|
1241
1409
|
*/
|
|
1242
1410
|
export interface ItemIdentifier {
|
|
@@ -1249,6 +1417,9 @@ export interface ItemIdentifier {
|
|
|
1249
1417
|
*/
|
|
1250
1418
|
type: ItemType | string | undefined;
|
|
1251
1419
|
}
|
|
1420
|
+
/**
|
|
1421
|
+
* @public
|
|
1422
|
+
*/
|
|
1252
1423
|
export interface ListIncidentRecordsInput {
|
|
1253
1424
|
/**
|
|
1254
1425
|
* <p>Filters the list of incident records through which you are searching. You can filter
|
|
@@ -1301,6 +1472,9 @@ export interface ListIncidentRecordsInput {
|
|
|
1301
1472
|
*/
|
|
1302
1473
|
nextToken?: string;
|
|
1303
1474
|
}
|
|
1475
|
+
/**
|
|
1476
|
+
* @public
|
|
1477
|
+
*/
|
|
1304
1478
|
export interface ListIncidentRecordsOutput {
|
|
1305
1479
|
/**
|
|
1306
1480
|
* <p>The details of each listed incident record.</p>
|
|
@@ -1311,6 +1485,9 @@ export interface ListIncidentRecordsOutput {
|
|
|
1311
1485
|
*/
|
|
1312
1486
|
nextToken?: string;
|
|
1313
1487
|
}
|
|
1488
|
+
/**
|
|
1489
|
+
* @public
|
|
1490
|
+
*/
|
|
1314
1491
|
export interface ListRelatedItemsInput {
|
|
1315
1492
|
/**
|
|
1316
1493
|
* <p>The Amazon Resource Name (ARN) of the incident record containing the listed related
|
|
@@ -1327,6 +1504,7 @@ export interface ListRelatedItemsInput {
|
|
|
1327
1504
|
nextToken?: string;
|
|
1328
1505
|
}
|
|
1329
1506
|
/**
|
|
1507
|
+
* @public
|
|
1330
1508
|
* <p>Resources that responders use to triage and mitigate the incident.</p>
|
|
1331
1509
|
*/
|
|
1332
1510
|
export interface RelatedItem {
|
|
@@ -1347,6 +1525,9 @@ export interface RelatedItem {
|
|
|
1347
1525
|
*/
|
|
1348
1526
|
generatedId?: string;
|
|
1349
1527
|
}
|
|
1528
|
+
/**
|
|
1529
|
+
* @public
|
|
1530
|
+
*/
|
|
1350
1531
|
export interface ListRelatedItemsOutput {
|
|
1351
1532
|
/**
|
|
1352
1533
|
* <p>Details about each related item.</p>
|
|
@@ -1357,6 +1538,9 @@ export interface ListRelatedItemsOutput {
|
|
|
1357
1538
|
*/
|
|
1358
1539
|
nextToken?: string;
|
|
1359
1540
|
}
|
|
1541
|
+
/**
|
|
1542
|
+
* @public
|
|
1543
|
+
*/
|
|
1360
1544
|
export interface ListReplicationSetsInput {
|
|
1361
1545
|
/**
|
|
1362
1546
|
* <p>The maximum number of results per page. </p>
|
|
@@ -1367,6 +1551,9 @@ export interface ListReplicationSetsInput {
|
|
|
1367
1551
|
*/
|
|
1368
1552
|
nextToken?: string;
|
|
1369
1553
|
}
|
|
1554
|
+
/**
|
|
1555
|
+
* @public
|
|
1556
|
+
*/
|
|
1370
1557
|
export interface ListReplicationSetsOutput {
|
|
1371
1558
|
/**
|
|
1372
1559
|
* <p>The Amazon Resource Name (ARN) of the list replication set.</p>
|
|
@@ -1377,6 +1564,9 @@ export interface ListReplicationSetsOutput {
|
|
|
1377
1564
|
*/
|
|
1378
1565
|
nextToken?: string;
|
|
1379
1566
|
}
|
|
1567
|
+
/**
|
|
1568
|
+
* @public
|
|
1569
|
+
*/
|
|
1380
1570
|
export interface ListResponsePlansInput {
|
|
1381
1571
|
/**
|
|
1382
1572
|
* <p>The maximum number of response plans per page.</p>
|
|
@@ -1388,6 +1578,7 @@ export interface ListResponsePlansInput {
|
|
|
1388
1578
|
nextToken?: string;
|
|
1389
1579
|
}
|
|
1390
1580
|
/**
|
|
1581
|
+
* @public
|
|
1391
1582
|
* <p>Details of the response plan that are used when creating an incident.</p>
|
|
1392
1583
|
*/
|
|
1393
1584
|
export interface ResponsePlanSummary {
|
|
@@ -1404,6 +1595,9 @@ export interface ResponsePlanSummary {
|
|
|
1404
1595
|
*/
|
|
1405
1596
|
displayName?: string;
|
|
1406
1597
|
}
|
|
1598
|
+
/**
|
|
1599
|
+
* @public
|
|
1600
|
+
*/
|
|
1407
1601
|
export interface ListResponsePlansOutput {
|
|
1408
1602
|
/**
|
|
1409
1603
|
* <p>Details of each response plan.</p>
|
|
@@ -1414,25 +1608,40 @@ export interface ListResponsePlansOutput {
|
|
|
1414
1608
|
*/
|
|
1415
1609
|
nextToken?: string;
|
|
1416
1610
|
}
|
|
1611
|
+
/**
|
|
1612
|
+
* @public
|
|
1613
|
+
*/
|
|
1417
1614
|
export interface ListTagsForResourceRequest {
|
|
1418
1615
|
/**
|
|
1419
1616
|
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
1420
1617
|
*/
|
|
1421
1618
|
resourceArn: string | undefined;
|
|
1422
1619
|
}
|
|
1620
|
+
/**
|
|
1621
|
+
* @public
|
|
1622
|
+
*/
|
|
1423
1623
|
export interface ListTagsForResourceResponse {
|
|
1424
1624
|
/**
|
|
1425
1625
|
* <p>A list of tags for the response plan.</p>
|
|
1426
1626
|
*/
|
|
1427
1627
|
tags: Record<string, string> | undefined;
|
|
1428
1628
|
}
|
|
1629
|
+
/**
|
|
1630
|
+
* @public
|
|
1631
|
+
*/
|
|
1429
1632
|
export declare enum TimelineEventSort {
|
|
1430
1633
|
EVENT_TIME = "EVENT_TIME"
|
|
1431
1634
|
}
|
|
1635
|
+
/**
|
|
1636
|
+
* @public
|
|
1637
|
+
*/
|
|
1432
1638
|
export declare enum SortOrder {
|
|
1433
1639
|
ASCENDING = "ASCENDING",
|
|
1434
1640
|
DESCENDING = "DESCENDING"
|
|
1435
1641
|
}
|
|
1642
|
+
/**
|
|
1643
|
+
* @public
|
|
1644
|
+
*/
|
|
1436
1645
|
export interface ListTimelineEventsInput {
|
|
1437
1646
|
/**
|
|
1438
1647
|
* <p>The Amazon Resource Name (ARN) of the incident that includes the timeline
|
|
@@ -1489,6 +1698,9 @@ export interface ListTimelineEventsInput {
|
|
|
1489
1698
|
*/
|
|
1490
1699
|
nextToken?: string;
|
|
1491
1700
|
}
|
|
1701
|
+
/**
|
|
1702
|
+
* @public
|
|
1703
|
+
*/
|
|
1492
1704
|
export interface ListTimelineEventsOutput {
|
|
1493
1705
|
/**
|
|
1494
1706
|
* <p>Details about each event that occurred during the incident.</p>
|
|
@@ -1499,6 +1711,9 @@ export interface ListTimelineEventsOutput {
|
|
|
1499
1711
|
*/
|
|
1500
1712
|
nextToken?: string;
|
|
1501
1713
|
}
|
|
1714
|
+
/**
|
|
1715
|
+
* @public
|
|
1716
|
+
*/
|
|
1502
1717
|
export interface PutResourcePolicyInput {
|
|
1503
1718
|
/**
|
|
1504
1719
|
* <p>The Amazon Resource Name (ARN) of the response plan to add the resource policy
|
|
@@ -1510,6 +1725,9 @@ export interface PutResourcePolicyInput {
|
|
|
1510
1725
|
*/
|
|
1511
1726
|
policy: string | undefined;
|
|
1512
1727
|
}
|
|
1728
|
+
/**
|
|
1729
|
+
* @public
|
|
1730
|
+
*/
|
|
1513
1731
|
export interface PutResourcePolicyOutput {
|
|
1514
1732
|
/**
|
|
1515
1733
|
* <p>The ID of the resource policy.</p>
|
|
@@ -1517,9 +1735,13 @@ export interface PutResourcePolicyOutput {
|
|
|
1517
1735
|
policyId: string | undefined;
|
|
1518
1736
|
}
|
|
1519
1737
|
/**
|
|
1738
|
+
* @public
|
|
1520
1739
|
* <p>Details about the related item you're adding.</p>
|
|
1521
1740
|
*/
|
|
1522
1741
|
export type RelatedItemsUpdate = RelatedItemsUpdate.ItemToAddMember | RelatedItemsUpdate.ItemToRemoveMember | RelatedItemsUpdate.$UnknownMember;
|
|
1742
|
+
/**
|
|
1743
|
+
* @public
|
|
1744
|
+
*/
|
|
1523
1745
|
export declare namespace RelatedItemsUpdate {
|
|
1524
1746
|
/**
|
|
1525
1747
|
* <p>Details about the related item you're adding.</p>
|
|
@@ -1550,6 +1772,7 @@ export declare namespace RelatedItemsUpdate {
|
|
|
1550
1772
|
const visit: <T>(value: RelatedItemsUpdate, visitor: Visitor<T>) => T;
|
|
1551
1773
|
}
|
|
1552
1774
|
/**
|
|
1775
|
+
* @public
|
|
1553
1776
|
* <p>Details about what caused the incident to be created in Incident Manager.</p>
|
|
1554
1777
|
*/
|
|
1555
1778
|
export interface TriggerDetails {
|
|
@@ -1572,6 +1795,9 @@ export interface TriggerDetails {
|
|
|
1572
1795
|
*/
|
|
1573
1796
|
rawData?: string;
|
|
1574
1797
|
}
|
|
1798
|
+
/**
|
|
1799
|
+
* @public
|
|
1800
|
+
*/
|
|
1575
1801
|
export interface StartIncidentInput {
|
|
1576
1802
|
/**
|
|
1577
1803
|
* <p>A token ensuring that the operation is called only once with the specified
|
|
@@ -1634,12 +1860,18 @@ export interface StartIncidentInput {
|
|
|
1634
1860
|
*/
|
|
1635
1861
|
relatedItems?: RelatedItem[];
|
|
1636
1862
|
}
|
|
1863
|
+
/**
|
|
1864
|
+
* @public
|
|
1865
|
+
*/
|
|
1637
1866
|
export interface StartIncidentOutput {
|
|
1638
1867
|
/**
|
|
1639
1868
|
* <p>The ARN of the newly created incident record.</p>
|
|
1640
1869
|
*/
|
|
1641
1870
|
incidentRecordArn: string | undefined;
|
|
1642
1871
|
}
|
|
1872
|
+
/**
|
|
1873
|
+
* @public
|
|
1874
|
+
*/
|
|
1643
1875
|
export interface TagResourceRequest {
|
|
1644
1876
|
/**
|
|
1645
1877
|
* <p>The Amazon Resource Name (ARN) of the response plan you're adding the tags to.</p>
|
|
@@ -1650,8 +1882,14 @@ export interface TagResourceRequest {
|
|
|
1650
1882
|
*/
|
|
1651
1883
|
tags: Record<string, string> | undefined;
|
|
1652
1884
|
}
|
|
1885
|
+
/**
|
|
1886
|
+
* @public
|
|
1887
|
+
*/
|
|
1653
1888
|
export interface TagResourceResponse {
|
|
1654
1889
|
}
|
|
1890
|
+
/**
|
|
1891
|
+
* @public
|
|
1892
|
+
*/
|
|
1655
1893
|
export interface UntagResourceRequest {
|
|
1656
1894
|
/**
|
|
1657
1895
|
* <p>The Amazon Resource Name (ARN) of the response plan you're removing a tag from.</p>
|
|
@@ -1662,8 +1900,14 @@ export interface UntagResourceRequest {
|
|
|
1662
1900
|
*/
|
|
1663
1901
|
tagKeys: string[] | undefined;
|
|
1664
1902
|
}
|
|
1903
|
+
/**
|
|
1904
|
+
* @public
|
|
1905
|
+
*/
|
|
1665
1906
|
export interface UntagResourceResponse {
|
|
1666
1907
|
}
|
|
1908
|
+
/**
|
|
1909
|
+
* @public
|
|
1910
|
+
*/
|
|
1667
1911
|
export interface UpdateDeletionProtectionInput {
|
|
1668
1912
|
/**
|
|
1669
1913
|
* <p>The Amazon Resource Name (ARN) of the replication set to update.</p>
|
|
@@ -1679,8 +1923,14 @@ export interface UpdateDeletionProtectionInput {
|
|
|
1679
1923
|
*/
|
|
1680
1924
|
clientToken?: string;
|
|
1681
1925
|
}
|
|
1926
|
+
/**
|
|
1927
|
+
* @public
|
|
1928
|
+
*/
|
|
1682
1929
|
export interface UpdateDeletionProtectionOutput {
|
|
1683
1930
|
}
|
|
1931
|
+
/**
|
|
1932
|
+
* @public
|
|
1933
|
+
*/
|
|
1684
1934
|
export interface UpdateIncidentRecordInput {
|
|
1685
1935
|
/**
|
|
1686
1936
|
* <p>A token that ensures that the operation is called only once with the specified
|
|
@@ -1751,8 +2001,14 @@ export interface UpdateIncidentRecordInput {
|
|
|
1751
2001
|
*/
|
|
1752
2002
|
notificationTargets?: NotificationTargetItem[];
|
|
1753
2003
|
}
|
|
2004
|
+
/**
|
|
2005
|
+
* @public
|
|
2006
|
+
*/
|
|
1754
2007
|
export interface UpdateIncidentRecordOutput {
|
|
1755
2008
|
}
|
|
2009
|
+
/**
|
|
2010
|
+
* @public
|
|
2011
|
+
*/
|
|
1756
2012
|
export interface UpdateRelatedItemsInput {
|
|
1757
2013
|
/**
|
|
1758
2014
|
* <p>A token ensuring that the operation is called only once with the specified
|
|
@@ -1769,12 +2025,19 @@ export interface UpdateRelatedItemsInput {
|
|
|
1769
2025
|
*/
|
|
1770
2026
|
relatedItemsUpdate: RelatedItemsUpdate | undefined;
|
|
1771
2027
|
}
|
|
2028
|
+
/**
|
|
2029
|
+
* @public
|
|
2030
|
+
*/
|
|
1772
2031
|
export interface UpdateRelatedItemsOutput {
|
|
1773
2032
|
}
|
|
1774
2033
|
/**
|
|
2034
|
+
* @public
|
|
1775
2035
|
* <p>Details used when updating the replication set.</p>
|
|
1776
2036
|
*/
|
|
1777
2037
|
export type UpdateReplicationSetAction = UpdateReplicationSetAction.AddRegionActionMember | UpdateReplicationSetAction.DeleteRegionActionMember | UpdateReplicationSetAction.$UnknownMember;
|
|
2038
|
+
/**
|
|
2039
|
+
* @public
|
|
2040
|
+
*/
|
|
1778
2041
|
export declare namespace UpdateReplicationSetAction {
|
|
1779
2042
|
/**
|
|
1780
2043
|
* <p>Details about the Amazon Web Services Region that you're adding to the replication
|
|
@@ -1806,6 +2069,9 @@ export declare namespace UpdateReplicationSetAction {
|
|
|
1806
2069
|
}
|
|
1807
2070
|
const visit: <T>(value: UpdateReplicationSetAction, visitor: Visitor<T>) => T;
|
|
1808
2071
|
}
|
|
2072
|
+
/**
|
|
2073
|
+
* @public
|
|
2074
|
+
*/
|
|
1809
2075
|
export interface UpdateReplicationSetInput {
|
|
1810
2076
|
/**
|
|
1811
2077
|
* <p>The Amazon Resource Name (ARN) of the replication set you're updating.</p>
|
|
@@ -1821,8 +2087,14 @@ export interface UpdateReplicationSetInput {
|
|
|
1821
2087
|
*/
|
|
1822
2088
|
clientToken?: string;
|
|
1823
2089
|
}
|
|
2090
|
+
/**
|
|
2091
|
+
* @public
|
|
2092
|
+
*/
|
|
1824
2093
|
export interface UpdateReplicationSetOutput {
|
|
1825
2094
|
}
|
|
2095
|
+
/**
|
|
2096
|
+
* @public
|
|
2097
|
+
*/
|
|
1826
2098
|
export interface UpdateResponsePlanInput {
|
|
1827
2099
|
/**
|
|
1828
2100
|
* <p>A token ensuring that the operation is called only once with the specified
|
|
@@ -1914,8 +2186,14 @@ export interface UpdateResponsePlanInput {
|
|
|
1914
2186
|
*/
|
|
1915
2187
|
integrations?: Integration[];
|
|
1916
2188
|
}
|
|
2189
|
+
/**
|
|
2190
|
+
* @public
|
|
2191
|
+
*/
|
|
1917
2192
|
export interface UpdateResponsePlanOutput {
|
|
1918
2193
|
}
|
|
2194
|
+
/**
|
|
2195
|
+
* @public
|
|
2196
|
+
*/
|
|
1919
2197
|
export interface UpdateTimelineEventInput {
|
|
1920
2198
|
/**
|
|
1921
2199
|
* <p>A token ensuring that the operation is called only once with the specified
|
|
@@ -1960,6 +2238,9 @@ export interface UpdateTimelineEventInput {
|
|
|
1960
2238
|
*/
|
|
1961
2239
|
eventReferences?: EventReference[];
|
|
1962
2240
|
}
|
|
2241
|
+
/**
|
|
2242
|
+
* @public
|
|
2243
|
+
*/
|
|
1963
2244
|
export interface UpdateTimelineEventOutput {
|
|
1964
2245
|
}
|
|
1965
2246
|
/**
|