@aws-sdk/client-ssm-incidents 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/SSMIncidents.js +0 -11
- package/dist-cjs/SSMIncidentsClient.js +0 -16
- package/dist-cjs/commands/CreateReplicationSetCommand.js +0 -26
- package/dist-cjs/commands/CreateResponsePlanCommand.js +0 -28
- package/dist-cjs/commands/CreateTimelineEventCommand.js +0 -28
- package/dist-cjs/commands/DeleteIncidentRecordCommand.js +0 -25
- package/dist-cjs/commands/DeleteReplicationSetCommand.js +0 -26
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +0 -27
- package/dist-cjs/commands/DeleteResponsePlanCommand.js +0 -27
- package/dist-cjs/commands/DeleteTimelineEventCommand.js +0 -25
- package/dist-cjs/commands/GetIncidentRecordCommand.js +0 -25
- package/dist-cjs/commands/GetReplicationSetCommand.js +0 -25
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +0 -25
- package/dist-cjs/commands/GetResponsePlanCommand.js +0 -25
- package/dist-cjs/commands/GetTimelineEventCommand.js +0 -25
- package/dist-cjs/commands/ListIncidentRecordsCommand.js +0 -26
- package/dist-cjs/commands/ListRelatedItemsCommand.js +0 -25
- package/dist-cjs/commands/ListReplicationSetsCommand.js +0 -25
- package/dist-cjs/commands/ListResponsePlansCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ListTimelineEventsCommand.js +0 -25
- package/dist-cjs/commands/PutResourcePolicyCommand.js +0 -25
- package/dist-cjs/commands/StartIncidentCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +0 -26
- package/dist-cjs/commands/UpdateIncidentRecordCommand.js +0 -27
- package/dist-cjs/commands/UpdateRelatedItemsCommand.js +0 -25
- package/dist-cjs/commands/UpdateReplicationSetCommand.js +0 -25
- package/dist-cjs/commands/UpdateResponsePlanCommand.js +0 -25
- package/dist-cjs/commands/UpdateTimelineEventCommand.js +0 -26
- package/dist-cjs/commands/index.js +32 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +5 -41
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -307
- package/dist-cjs/pagination/GetResourcePoliciesPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListIncidentRecordsPaginator.js +0 -11
- package/dist-cjs/pagination/ListRelatedItemsPaginator.js +0 -11
- package/dist-cjs/pagination/ListReplicationSetsPaginator.js +0 -11
- package/dist-cjs/pagination/ListResponsePlansPaginator.js +0 -11
- package/dist-cjs/pagination/ListTimelineEventsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +10 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-cjs/waiters/index.js +5 -0
- package/dist-cjs/waiters/waitForWaitForReplicationSetActive.js +0 -10
- package/dist-cjs/waiters/waitForWaitForReplicationSetDeleted.js +0 -10
- package/dist-es/SSMIncidents.js +0 -1
- package/dist-es/SSMIncidentsClient.js +0 -1
- package/dist-es/commands/CreateReplicationSetCommand.js +0 -1
- package/dist-es/commands/CreateResponsePlanCommand.js +0 -1
- package/dist-es/commands/CreateTimelineEventCommand.js +0 -1
- package/dist-es/commands/DeleteIncidentRecordCommand.js +0 -1
- package/dist-es/commands/DeleteReplicationSetCommand.js +0 -1
- package/dist-es/commands/DeleteResourcePolicyCommand.js +0 -1
- package/dist-es/commands/DeleteResponsePlanCommand.js +0 -1
- package/dist-es/commands/DeleteTimelineEventCommand.js +0 -1
- package/dist-es/commands/GetIncidentRecordCommand.js +0 -1
- package/dist-es/commands/GetReplicationSetCommand.js +0 -1
- package/dist-es/commands/GetResourcePoliciesCommand.js +0 -1
- package/dist-es/commands/GetResponsePlanCommand.js +0 -1
- package/dist-es/commands/GetTimelineEventCommand.js +0 -1
- package/dist-es/commands/ListIncidentRecordsCommand.js +0 -1
- package/dist-es/commands/ListRelatedItemsCommand.js +0 -1
- package/dist-es/commands/ListReplicationSetsCommand.js +0 -1
- package/dist-es/commands/ListResponsePlansCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListTimelineEventsCommand.js +0 -1
- package/dist-es/commands/PutResourcePolicyCommand.js +0 -1
- package/dist-es/commands/StartIncidentCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateDeletionProtectionCommand.js +0 -1
- package/dist-es/commands/UpdateIncidentRecordCommand.js +0 -1
- package/dist-es/commands/UpdateRelatedItemsCommand.js +0 -1
- package/dist-es/commands/UpdateReplicationSetCommand.js +0 -1
- package/dist-es/commands/UpdateResponsePlanCommand.js +0 -1
- package/dist-es/commands/UpdateTimelineEventCommand.js +0 -1
- package/dist-es/commands/index.js +29 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +5 -41
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/GetResourcePoliciesPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListIncidentRecordsPaginator.js +0 -1
- package/dist-es/pagination/ListRelatedItemsPaginator.js +0 -1
- package/dist-es/pagination/ListReplicationSetsPaginator.js +0 -1
- package/dist-es/pagination/ListResponsePlansPaginator.js +0 -1
- package/dist-es/pagination/ListTimelineEventsPaginator.js +0 -1
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-es/waiters/index.js +2 -0
- package/dist-es/waiters/waitForWaitForReplicationSetActive.js +0 -1
- package/dist-es/waiters/waitForWaitForReplicationSetDeleted.js +0 -1
- package/dist-types/commands/index.d.ts +29 -0
- package/dist-types/index.d.ts +5 -40
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/SSMIncidents.d.ts +30 -114
- package/dist-types/ts3.4/SSMIncidentsClient.d.ts +24 -96
- package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +29 -0
- package/dist-types/ts3.4/index.d.ts +5 -40
- package/dist-types/ts3.4/models/models_0.d.ts +364 -1300
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetActive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetDeleted.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +2 -0
- package/package.json +34 -31
- package/dist-cjs/SSMIncidents.js.map +0 -1
- package/dist-cjs/SSMIncidentsClient.js.map +0 -1
- package/dist-cjs/commands/CreateReplicationSetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateResponsePlanCommand.js.map +0 -1
- package/dist-cjs/commands/CreateTimelineEventCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteIncidentRecordCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteReplicationSetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteResponsePlanCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteTimelineEventCommand.js.map +0 -1
- package/dist-cjs/commands/GetIncidentRecordCommand.js.map +0 -1
- package/dist-cjs/commands/GetReplicationSetCommand.js.map +0 -1
- package/dist-cjs/commands/GetResourcePoliciesCommand.js.map +0 -1
- package/dist-cjs/commands/GetResponsePlanCommand.js.map +0 -1
- package/dist-cjs/commands/GetTimelineEventCommand.js.map +0 -1
- package/dist-cjs/commands/ListIncidentRecordsCommand.js.map +0 -1
- package/dist-cjs/commands/ListRelatedItemsCommand.js.map +0 -1
- package/dist-cjs/commands/ListReplicationSetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListResponsePlansCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ListTimelineEventsCommand.js.map +0 -1
- package/dist-cjs/commands/PutResourcePolicyCommand.js.map +0 -1
- package/dist-cjs/commands/StartIncidentCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateDeletionProtectionCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateIncidentRecordCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateRelatedItemsCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateReplicationSetCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateResponsePlanCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateTimelineEventCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/GetResourcePoliciesPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListIncidentRecordsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListRelatedItemsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListReplicationSetsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListResponsePlansPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTimelineEventsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-cjs/waiters/waitForWaitForReplicationSetActive.js.map +0 -1
- package/dist-cjs/waiters/waitForWaitForReplicationSetDeleted.js.map +0 -1
- package/dist-es/SSMIncidents.js.map +0 -1
- package/dist-es/SSMIncidentsClient.js.map +0 -1
- package/dist-es/commands/CreateReplicationSetCommand.js.map +0 -1
- package/dist-es/commands/CreateResponsePlanCommand.js.map +0 -1
- package/dist-es/commands/CreateTimelineEventCommand.js.map +0 -1
- package/dist-es/commands/DeleteIncidentRecordCommand.js.map +0 -1
- package/dist-es/commands/DeleteReplicationSetCommand.js.map +0 -1
- package/dist-es/commands/DeleteResourcePolicyCommand.js.map +0 -1
- package/dist-es/commands/DeleteResponsePlanCommand.js.map +0 -1
- package/dist-es/commands/DeleteTimelineEventCommand.js.map +0 -1
- package/dist-es/commands/GetIncidentRecordCommand.js.map +0 -1
- package/dist-es/commands/GetReplicationSetCommand.js.map +0 -1
- package/dist-es/commands/GetResourcePoliciesCommand.js.map +0 -1
- package/dist-es/commands/GetResponsePlanCommand.js.map +0 -1
- package/dist-es/commands/GetTimelineEventCommand.js.map +0 -1
- package/dist-es/commands/ListIncidentRecordsCommand.js.map +0 -1
- package/dist-es/commands/ListRelatedItemsCommand.js.map +0 -1
- package/dist-es/commands/ListReplicationSetsCommand.js.map +0 -1
- package/dist-es/commands/ListResponsePlansCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ListTimelineEventsCommand.js.map +0 -1
- package/dist-es/commands/PutResourcePolicyCommand.js.map +0 -1
- package/dist-es/commands/StartIncidentCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateDeletionProtectionCommand.js.map +0 -1
- package/dist-es/commands/UpdateIncidentRecordCommand.js.map +0 -1
- package/dist-es/commands/UpdateRelatedItemsCommand.js.map +0 -1
- package/dist-es/commands/UpdateReplicationSetCommand.js.map +0 -1
- package/dist-es/commands/UpdateResponsePlanCommand.js.map +0 -1
- package/dist-es/commands/UpdateTimelineEventCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/GetResourcePoliciesPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListIncidentRecordsPaginator.js.map +0 -1
- package/dist-es/pagination/ListRelatedItemsPaginator.js.map +0 -1
- package/dist-es/pagination/ListReplicationSetsPaginator.js.map +0 -1
- package/dist-es/pagination/ListResponsePlansPaginator.js.map +0 -1
- package/dist-es/pagination/ListTimelineEventsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/dist-es/waiters/waitForWaitForReplicationSetActive.js.map +0 -1
- package/dist-es/waiters/waitForWaitForReplicationSetDeleted.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/SSMIncidents.ts +0 -1095
- package/src/SSMIncidentsClient.ts +0 -372
- package/src/commands/CreateReplicationSetCommand.ts +0 -96
- package/src/commands/CreateResponsePlanCommand.ts +0 -98
- package/src/commands/CreateTimelineEventCommand.ts +0 -98
- package/src/commands/DeleteIncidentRecordCommand.ts +0 -95
- package/src/commands/DeleteReplicationSetCommand.ts +0 -96
- package/src/commands/DeleteResourcePolicyCommand.ts +0 -97
- package/src/commands/DeleteResponsePlanCommand.ts +0 -97
- package/src/commands/DeleteTimelineEventCommand.ts +0 -95
- package/src/commands/GetIncidentRecordCommand.ts +0 -95
- package/src/commands/GetReplicationSetCommand.ts +0 -95
- package/src/commands/GetResourcePoliciesCommand.ts +0 -95
- package/src/commands/GetResponsePlanCommand.ts +0 -95
- package/src/commands/GetTimelineEventCommand.ts +0 -95
- package/src/commands/ListIncidentRecordsCommand.ts +0 -96
- package/src/commands/ListRelatedItemsCommand.ts +0 -95
- package/src/commands/ListReplicationSetsCommand.ts +0 -95
- package/src/commands/ListResponsePlansCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ListTimelineEventsCommand.ts +0 -95
- package/src/commands/PutResourcePolicyCommand.ts +0 -95
- package/src/commands/StartIncidentCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateDeletionProtectionCommand.ts +0 -96
- package/src/commands/UpdateIncidentRecordCommand.ts +0 -97
- package/src/commands/UpdateRelatedItemsCommand.ts +0 -95
- package/src/commands/UpdateReplicationSetCommand.ts +0 -95
- package/src/commands/UpdateResponsePlanCommand.ts +0 -95
- package/src/commands/UpdateTimelineEventCommand.ts +0 -96
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -41
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2883
- package/src/pagination/GetResourcePoliciesPaginator.ts +0 -59
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListIncidentRecordsPaginator.ts +0 -59
- package/src/pagination/ListRelatedItemsPaginator.ts +0 -59
- package/src/pagination/ListReplicationSetsPaginator.ts +0 -59
- package/src/pagination/ListResponsePlansPaginator.ts +0 -59
- package/src/pagination/ListTimelineEventsPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -4502
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/src/waiters/waitForWaitForReplicationSetActive.ts +0 -71
- package/src/waiters/waitForWaitForReplicationSetDeleted.ts +0 -58
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -1,65 +1,41 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
* <p>You don't have sufficient access to perform this action.</p>
|
|
4
|
-
*/
|
|
2
|
+
|
|
5
3
|
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
6
4
|
name: "AccessDeniedException";
|
|
7
5
|
$fault: "client";
|
|
8
6
|
message: string | undefined;
|
|
9
7
|
}
|
|
10
8
|
export declare namespace AccessDeniedException {
|
|
11
|
-
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
9
|
+
|
|
14
10
|
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
15
11
|
}
|
|
16
12
|
export declare enum SsmTargetAccount {
|
|
17
13
|
IMPACTED_ACCOUNT = "IMPACTED_ACCOUNT",
|
|
18
14
|
RESPONSE_PLAN_OWNER_ACCOUNT = "RESPONSE_PLAN_OWNER_ACCOUNT"
|
|
19
15
|
}
|
|
20
|
-
|
|
21
|
-
* <p>Details about the Systems Manager automation document that will be used as a runbook during an incident.</p>
|
|
22
|
-
*/
|
|
16
|
+
|
|
23
17
|
export interface SsmAutomation {
|
|
24
|
-
|
|
25
|
-
* <p>The Amazon Resource Name (ARN) of the role that the automation document will assume when running commands.</p>
|
|
26
|
-
*/
|
|
18
|
+
|
|
27
19
|
roleArn: string | undefined;
|
|
28
|
-
|
|
29
|
-
* <p>The automation document's name.</p>
|
|
30
|
-
*/
|
|
20
|
+
|
|
31
21
|
documentName: string | undefined;
|
|
32
|
-
|
|
33
|
-
* <p>The automation document's version to use when running.</p>
|
|
34
|
-
*/
|
|
22
|
+
|
|
35
23
|
documentVersion?: string;
|
|
36
|
-
|
|
37
|
-
* <p>The account that the automation document will be run in. This can be in either the management account or an application account.</p>
|
|
38
|
-
*/
|
|
24
|
+
|
|
39
25
|
targetAccount?: SsmTargetAccount | string;
|
|
40
|
-
|
|
41
|
-
* <p>The key-value pair parameters to use when running the automation document.</p>
|
|
42
|
-
*/
|
|
26
|
+
|
|
43
27
|
parameters?: {
|
|
44
28
|
[key: string]: string[];
|
|
45
29
|
};
|
|
46
30
|
}
|
|
47
31
|
export declare namespace SsmAutomation {
|
|
48
|
-
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
32
|
+
|
|
51
33
|
const filterSensitiveLog: (obj: SsmAutomation) => any;
|
|
52
34
|
}
|
|
53
|
-
|
|
54
|
-
* <p>The action that starts at the beginning of an incident. The response plan defines the
|
|
55
|
-
* action.</p>
|
|
56
|
-
*/
|
|
35
|
+
|
|
57
36
|
export declare type Action = Action.SsmAutomationMember | Action.$UnknownMember;
|
|
58
37
|
export declare namespace Action {
|
|
59
|
-
|
|
60
|
-
* <p>The Systems Manager automation document to start as the runbook at the beginning of the
|
|
61
|
-
* incident.</p>
|
|
62
|
-
*/
|
|
38
|
+
|
|
63
39
|
interface SsmAutomationMember {
|
|
64
40
|
ssmAutomation: SsmAutomation;
|
|
65
41
|
$unknown?: never;
|
|
@@ -76,46 +52,30 @@ export declare namespace Action {
|
|
|
76
52
|
_: (name: string, value: any) => T;
|
|
77
53
|
}
|
|
78
54
|
const visit: <T>(value: Action, visitor: Visitor<T>) => T;
|
|
79
|
-
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
55
|
+
|
|
82
56
|
const filterSensitiveLog: (obj: Action) => any;
|
|
83
57
|
}
|
|
84
|
-
|
|
85
|
-
* <p>Defines the Region and KMS key to add to the replication set. </p>
|
|
86
|
-
*/
|
|
58
|
+
|
|
87
59
|
export interface AddRegionAction {
|
|
88
|
-
|
|
89
|
-
* <p>The Region name to add to the replication set.</p>
|
|
90
|
-
*/
|
|
60
|
+
|
|
91
61
|
regionName: string | undefined;
|
|
92
|
-
|
|
93
|
-
* <p>The KMS key ID to use to encrypt your replication set.</p>
|
|
94
|
-
*/
|
|
62
|
+
|
|
95
63
|
sseKmsKeyId?: string;
|
|
96
64
|
}
|
|
97
65
|
export declare namespace AddRegionAction {
|
|
98
|
-
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
66
|
+
|
|
101
67
|
const filterSensitiveLog: (obj: AddRegionAction) => any;
|
|
102
68
|
}
|
|
103
|
-
|
|
104
|
-
* <p>Use the AttributeValueList to filter by string or integer values.</p>
|
|
105
|
-
*/
|
|
69
|
+
|
|
106
70
|
export declare type AttributeValueList = AttributeValueList.IntegerValuesMember | AttributeValueList.StringValuesMember | AttributeValueList.$UnknownMember;
|
|
107
71
|
export declare namespace AttributeValueList {
|
|
108
|
-
|
|
109
|
-
* <p>The list of string values that the filter matches.</p>
|
|
110
|
-
*/
|
|
72
|
+
|
|
111
73
|
interface StringValuesMember {
|
|
112
74
|
stringValues: string[];
|
|
113
75
|
integerValues?: never;
|
|
114
76
|
$unknown?: never;
|
|
115
77
|
}
|
|
116
|
-
|
|
117
|
-
* <p>The list of integer values that the filter matches.</p>
|
|
118
|
-
*/
|
|
78
|
+
|
|
119
79
|
interface IntegerValuesMember {
|
|
120
80
|
stringValues?: never;
|
|
121
81
|
integerValues: number[];
|
|
@@ -135,21 +95,13 @@ export declare namespace AttributeValueList {
|
|
|
135
95
|
_: (name: string, value: any) => T;
|
|
136
96
|
}
|
|
137
97
|
const visit: <T>(value: AttributeValueList, visitor: Visitor<T>) => T;
|
|
138
|
-
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
98
|
+
|
|
141
99
|
const filterSensitiveLog: (obj: AttributeValueList) => any;
|
|
142
100
|
}
|
|
143
|
-
|
|
144
|
-
* <p>The Systems Manager automation document
|
|
145
|
-
* process
|
|
146
|
-
* to start as the runbook at the beginning of the incident.</p>
|
|
147
|
-
*/
|
|
101
|
+
|
|
148
102
|
export declare type AutomationExecution = AutomationExecution.SsmExecutionArnMember | AutomationExecution.$UnknownMember;
|
|
149
103
|
export declare namespace AutomationExecution {
|
|
150
|
-
|
|
151
|
-
* <p>The Amazon Resource Name (ARN) of the automation process.</p>
|
|
152
|
-
*/
|
|
104
|
+
|
|
153
105
|
interface SsmExecutionArnMember {
|
|
154
106
|
ssmExecutionArn: string;
|
|
155
107
|
$unknown?: never;
|
|
@@ -166,41 +118,26 @@ export declare namespace AutomationExecution {
|
|
|
166
118
|
_: (name: string, value: any) => T;
|
|
167
119
|
}
|
|
168
120
|
const visit: <T>(value: AutomationExecution, visitor: Visitor<T>) => T;
|
|
169
|
-
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
121
|
+
|
|
172
122
|
const filterSensitiveLog: (obj: AutomationExecution) => any;
|
|
173
123
|
}
|
|
174
|
-
|
|
175
|
-
* <p>Used to remove the chat channel from an incident record or response plan.</p>
|
|
176
|
-
*/
|
|
124
|
+
|
|
177
125
|
export interface EmptyChatChannel {
|
|
178
126
|
}
|
|
179
127
|
export declare namespace EmptyChatChannel {
|
|
180
|
-
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
128
|
+
|
|
183
129
|
const filterSensitiveLog: (obj: EmptyChatChannel) => any;
|
|
184
130
|
}
|
|
185
|
-
|
|
186
|
-
* <p>The AWS Chatbot chat channel used for collaboration during an incident.</p>
|
|
187
|
-
*/
|
|
131
|
+
|
|
188
132
|
export declare type ChatChannel = ChatChannel.ChatbotSnsMember | ChatChannel.EmptyMember | ChatChannel.$UnknownMember;
|
|
189
133
|
export declare namespace ChatChannel {
|
|
190
|
-
|
|
191
|
-
* <p>Used to remove the chat channel from an incident record or response plan.</p>
|
|
192
|
-
*/
|
|
134
|
+
|
|
193
135
|
interface EmptyMember {
|
|
194
136
|
empty: EmptyChatChannel;
|
|
195
137
|
chatbotSns?: never;
|
|
196
138
|
$unknown?: never;
|
|
197
139
|
}
|
|
198
|
-
|
|
199
|
-
* <p>The SNS targets that AWS Chatbot uses to notify the chat channel of updates to an
|
|
200
|
-
* incident. You can also make updates to the incident through the chat channel
|
|
201
|
-
* by
|
|
202
|
-
* using the SNS topics. </p>
|
|
203
|
-
*/
|
|
140
|
+
|
|
204
141
|
interface ChatbotSnsMember {
|
|
205
142
|
empty?: never;
|
|
206
143
|
chatbotSns: string[];
|
|
@@ -220,40 +157,27 @@ export declare namespace ChatChannel {
|
|
|
220
157
|
_: (name: string, value: any) => T;
|
|
221
158
|
}
|
|
222
159
|
const visit: <T>(value: ChatChannel, visitor: Visitor<T>) => T;
|
|
223
|
-
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
160
|
+
|
|
226
161
|
const filterSensitiveLog: (obj: ChatChannel) => any;
|
|
227
162
|
}
|
|
228
|
-
|
|
229
|
-
* <p>A conditional statement with which to compare a value, after a timestamp, before a
|
|
230
|
-
* timestamp, or equal to a string or integer. If multiple conditions are specified, the
|
|
231
|
-
* conditionals become an <code>AND</code>ed statement. If multiple values are specified for a
|
|
232
|
-
* conditional, the values are <code>OR</code>d.</p>
|
|
233
|
-
*/
|
|
163
|
+
|
|
234
164
|
export declare type Condition = Condition.AfterMember | Condition.BeforeMember | Condition.EqualsMember | Condition.$UnknownMember;
|
|
235
165
|
export declare namespace Condition {
|
|
236
|
-
|
|
237
|
-
* <p>Before the specified timestamp</p>
|
|
238
|
-
*/
|
|
166
|
+
|
|
239
167
|
interface BeforeMember {
|
|
240
168
|
before: Date;
|
|
241
169
|
after?: never;
|
|
242
170
|
equals?: never;
|
|
243
171
|
$unknown?: never;
|
|
244
172
|
}
|
|
245
|
-
|
|
246
|
-
* <p>After the specified timestamp.</p>
|
|
247
|
-
*/
|
|
173
|
+
|
|
248
174
|
interface AfterMember {
|
|
249
175
|
before?: never;
|
|
250
176
|
after: Date;
|
|
251
177
|
equals?: never;
|
|
252
178
|
$unknown?: never;
|
|
253
179
|
}
|
|
254
|
-
|
|
255
|
-
* <p>The value is equal to the provided string or integer. </p>
|
|
256
|
-
*/
|
|
180
|
+
|
|
257
181
|
interface EqualsMember {
|
|
258
182
|
before?: never;
|
|
259
183
|
after?: never;
|
|
@@ -276,9 +200,7 @@ export declare namespace Condition {
|
|
|
276
200
|
_: (name: string, value: any) => T;
|
|
277
201
|
}
|
|
278
202
|
const visit: <T>(value: Condition, visitor: Visitor<T>) => T;
|
|
279
|
-
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
203
|
+
|
|
282
204
|
const filterSensitiveLog: (obj: Condition) => any;
|
|
283
205
|
}
|
|
284
206
|
export declare enum ResourceType {
|
|
@@ -288,166 +210,108 @@ export declare enum ResourceType {
|
|
|
288
210
|
RESPONSE_PLAN = "RESPONSE_PLAN",
|
|
289
211
|
TIMELINE_EVENT = "TIMELINE_EVENT"
|
|
290
212
|
}
|
|
291
|
-
|
|
292
|
-
* <p>Updating or deleting a resource causes an inconsistent state.</p>
|
|
293
|
-
*/
|
|
213
|
+
|
|
294
214
|
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
295
215
|
name: "ConflictException";
|
|
296
216
|
$fault: "client";
|
|
297
217
|
message: string | undefined;
|
|
298
|
-
|
|
299
|
-
* The identifier of the requested resource
|
|
300
|
-
*/
|
|
218
|
+
|
|
301
219
|
resourceIdentifier?: string;
|
|
302
|
-
|
|
303
|
-
* The resource type
|
|
304
|
-
*/
|
|
220
|
+
|
|
305
221
|
resourceType?: ResourceType | string;
|
|
306
222
|
}
|
|
307
223
|
export declare namespace ConflictException {
|
|
308
|
-
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
224
|
+
|
|
311
225
|
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
312
226
|
}
|
|
313
|
-
|
|
314
|
-
* <p>The mapping between a Region and the key that's used to encrypt the data.</p>
|
|
315
|
-
*/
|
|
227
|
+
|
|
316
228
|
export interface RegionMapInputValue {
|
|
317
|
-
|
|
318
|
-
* <p>The KMS key used to encrypt the data in your replication set.</p>
|
|
319
|
-
*/
|
|
229
|
+
|
|
320
230
|
sseKmsKeyId?: string;
|
|
321
231
|
}
|
|
322
232
|
export declare namespace RegionMapInputValue {
|
|
323
|
-
|
|
324
|
-
* @internal
|
|
325
|
-
*/
|
|
233
|
+
|
|
326
234
|
const filterSensitiveLog: (obj: RegionMapInputValue) => any;
|
|
327
235
|
}
|
|
328
236
|
export interface CreateReplicationSetInput {
|
|
329
|
-
|
|
330
|
-
* <p>The Regions that Incident Manager replicates your data to. You can have up to three Regions
|
|
331
|
-
* in your replication set.</p>
|
|
332
|
-
*/
|
|
237
|
+
|
|
333
238
|
regions: {
|
|
334
239
|
[key: string]: RegionMapInputValue;
|
|
335
240
|
} | undefined;
|
|
336
|
-
|
|
337
|
-
* <p>A token ensuring that the action is called only once with the specified details.</p>
|
|
338
|
-
*/
|
|
241
|
+
|
|
339
242
|
clientToken?: string;
|
|
340
243
|
}
|
|
341
244
|
export declare namespace CreateReplicationSetInput {
|
|
342
|
-
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
245
|
+
|
|
345
246
|
const filterSensitiveLog: (obj: CreateReplicationSetInput) => any;
|
|
346
247
|
}
|
|
347
248
|
export interface CreateReplicationSetOutput {
|
|
348
|
-
|
|
349
|
-
* <p>The Amazon Resource Name (ARN) of the replication set. </p>
|
|
350
|
-
*/
|
|
249
|
+
|
|
351
250
|
arn: string | undefined;
|
|
352
251
|
}
|
|
353
252
|
export declare namespace CreateReplicationSetOutput {
|
|
354
|
-
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
253
|
+
|
|
357
254
|
const filterSensitiveLog: (obj: CreateReplicationSetOutput) => any;
|
|
358
255
|
}
|
|
359
|
-
|
|
360
|
-
* <p>The request processing has failed because of an unknown error, exception or
|
|
361
|
-
* failure.</p>
|
|
362
|
-
*/
|
|
256
|
+
|
|
363
257
|
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
364
258
|
name: "InternalServerException";
|
|
365
259
|
$fault: "server";
|
|
366
260
|
message: string | undefined;
|
|
367
261
|
}
|
|
368
262
|
export declare namespace InternalServerException {
|
|
369
|
-
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
263
|
+
|
|
372
264
|
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
373
265
|
}
|
|
374
266
|
export declare enum ServiceCode {
|
|
375
267
|
SSM_INCIDENTS = "ssm-incidents"
|
|
376
268
|
}
|
|
377
|
-
|
|
378
|
-
* <p>Request would cause a service quota to be exceeded.</p>
|
|
379
|
-
*/
|
|
269
|
+
|
|
380
270
|
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
381
271
|
name: "ServiceQuotaExceededException";
|
|
382
272
|
$fault: "client";
|
|
383
273
|
message: string | undefined;
|
|
384
|
-
|
|
385
|
-
* The identifier for the requested resource
|
|
386
|
-
*/
|
|
274
|
+
|
|
387
275
|
resourceIdentifier?: string;
|
|
388
|
-
|
|
389
|
-
* The resource type
|
|
390
|
-
*/
|
|
276
|
+
|
|
391
277
|
resourceType?: ResourceType | string;
|
|
392
|
-
|
|
393
|
-
* Originating service code
|
|
394
|
-
*/
|
|
278
|
+
|
|
395
279
|
serviceCode: ServiceCode | string | undefined;
|
|
396
|
-
|
|
397
|
-
* Originating quota code
|
|
398
|
-
*/
|
|
280
|
+
|
|
399
281
|
quotaCode: string | undefined;
|
|
400
282
|
}
|
|
401
283
|
export declare namespace ServiceQuotaExceededException {
|
|
402
|
-
|
|
403
|
-
* @internal
|
|
404
|
-
*/
|
|
284
|
+
|
|
405
285
|
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
406
286
|
}
|
|
407
|
-
|
|
408
|
-
* <p>The request was denied due to request throttling.</p>
|
|
409
|
-
*/
|
|
287
|
+
|
|
410
288
|
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
411
289
|
name: "ThrottlingException";
|
|
412
290
|
$fault: "client";
|
|
413
291
|
message: string | undefined;
|
|
414
|
-
|
|
415
|
-
* Originating service code
|
|
416
|
-
*/
|
|
292
|
+
|
|
417
293
|
serviceCode: ServiceCode | string | undefined;
|
|
418
|
-
|
|
419
|
-
* Originating quota code
|
|
420
|
-
*/
|
|
294
|
+
|
|
421
295
|
quotaCode: string | undefined;
|
|
422
296
|
}
|
|
423
297
|
export declare namespace ThrottlingException {
|
|
424
|
-
|
|
425
|
-
* @internal
|
|
426
|
-
*/
|
|
298
|
+
|
|
427
299
|
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
428
300
|
}
|
|
429
|
-
|
|
430
|
-
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
431
|
-
*/
|
|
301
|
+
|
|
432
302
|
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
433
303
|
name: "ValidationException";
|
|
434
304
|
$fault: "client";
|
|
435
305
|
message: string | undefined;
|
|
436
306
|
}
|
|
437
307
|
export declare namespace ValidationException {
|
|
438
|
-
|
|
439
|
-
* @internal
|
|
440
|
-
*/
|
|
308
|
+
|
|
441
309
|
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
442
310
|
}
|
|
443
|
-
|
|
444
|
-
* <p>The SNS targets that are notified when updates are made to an incident.</p>
|
|
445
|
-
*/
|
|
311
|
+
|
|
446
312
|
export declare type NotificationTargetItem = NotificationTargetItem.SnsTopicArnMember | NotificationTargetItem.$UnknownMember;
|
|
447
313
|
export declare namespace NotificationTargetItem {
|
|
448
|
-
|
|
449
|
-
* <p>The Amazon Resource Name (ARN) of the SNS topic.</p>
|
|
450
|
-
*/
|
|
314
|
+
|
|
451
315
|
interface SnsTopicArnMember {
|
|
452
316
|
snsTopicArn: string;
|
|
453
317
|
$unknown?: never;
|
|
@@ -464,822 +328,476 @@ export declare namespace NotificationTargetItem {
|
|
|
464
328
|
_: (name: string, value: any) => T;
|
|
465
329
|
}
|
|
466
330
|
const visit: <T>(value: NotificationTargetItem, visitor: Visitor<T>) => T;
|
|
467
|
-
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
331
|
+
|
|
470
332
|
const filterSensitiveLog: (obj: NotificationTargetItem) => any;
|
|
471
333
|
}
|
|
472
|
-
|
|
473
|
-
* <p>Basic details used in creating a response plan. The response plan is then used to create an incident record.</p>
|
|
474
|
-
*/
|
|
334
|
+
|
|
475
335
|
export interface IncidentTemplate {
|
|
476
|
-
|
|
477
|
-
* <p>The title of the incident. </p>
|
|
478
|
-
*/
|
|
336
|
+
|
|
479
337
|
title: string | undefined;
|
|
480
|
-
|
|
481
|
-
* <p>The impact of the incident on your customers and applications. </p>
|
|
482
|
-
*/
|
|
338
|
+
|
|
483
339
|
impact: number | undefined;
|
|
484
|
-
|
|
485
|
-
* <p>The summary of the incident. The summary is a brief synopsis of what occurred, what's
|
|
486
|
-
* currently happening, and context.</p>
|
|
487
|
-
*/
|
|
340
|
+
|
|
488
341
|
summary?: string;
|
|
489
|
-
|
|
490
|
-
* <p>Used to stop Incident Manager from creating multiple incident records for the same incident. </p>
|
|
491
|
-
*/
|
|
342
|
+
|
|
492
343
|
dedupeString?: string;
|
|
493
|
-
|
|
494
|
-
* <p>The SNS targets that are notified when updates are made to an incident.</p>
|
|
495
|
-
*/
|
|
344
|
+
|
|
496
345
|
notificationTargets?: NotificationTargetItem[];
|
|
497
346
|
}
|
|
498
347
|
export declare namespace IncidentTemplate {
|
|
499
|
-
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
348
|
+
|
|
502
349
|
const filterSensitiveLog: (obj: IncidentTemplate) => any;
|
|
503
350
|
}
|
|
504
351
|
export interface CreateResponsePlanInput {
|
|
505
|
-
|
|
506
|
-
* <p>A token ensuring that the action is called only once with the specified details.</p>
|
|
507
|
-
*/
|
|
352
|
+
|
|
508
353
|
clientToken?: string;
|
|
509
|
-
|
|
510
|
-
* <p>The short format name of the response plan. Can't include spaces.</p>
|
|
511
|
-
*/
|
|
354
|
+
|
|
512
355
|
name: string | undefined;
|
|
513
|
-
|
|
514
|
-
* <p>The long format of the response plan name. This field can contain spaces.</p>
|
|
515
|
-
*/
|
|
356
|
+
|
|
516
357
|
displayName?: string;
|
|
517
|
-
|
|
518
|
-
* <p>Details used to create an incident when using this response plan.</p>
|
|
519
|
-
*/
|
|
358
|
+
|
|
520
359
|
incidentTemplate: IncidentTemplate | undefined;
|
|
521
|
-
|
|
522
|
-
* <p>The
|
|
523
|
-
* AWS Chatbot
|
|
524
|
-
* chat channel used for collaboration during an incident.</p>
|
|
525
|
-
*/
|
|
360
|
+
|
|
526
361
|
chatChannel?: ChatChannel;
|
|
527
|
-
|
|
528
|
-
* <p>The contacts and escalation plans that the response plan engages during an
|
|
529
|
-
* incident.</p>
|
|
530
|
-
*/
|
|
362
|
+
|
|
531
363
|
engagements?: string[];
|
|
532
|
-
|
|
533
|
-
* <p>The actions that the response plan starts at the beginning of an incident.</p>
|
|
534
|
-
*/
|
|
364
|
+
|
|
535
365
|
actions?: Action[];
|
|
536
|
-
|
|
537
|
-
* <p>A list of tags that you are adding to the response plan.</p>
|
|
538
|
-
*/
|
|
366
|
+
|
|
539
367
|
tags?: {
|
|
540
368
|
[key: string]: string;
|
|
541
369
|
};
|
|
542
370
|
}
|
|
543
371
|
export declare namespace CreateResponsePlanInput {
|
|
544
|
-
|
|
545
|
-
* @internal
|
|
546
|
-
*/
|
|
372
|
+
|
|
547
373
|
const filterSensitiveLog: (obj: CreateResponsePlanInput) => any;
|
|
548
374
|
}
|
|
549
375
|
export interface CreateResponsePlanOutput {
|
|
550
|
-
|
|
551
|
-
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
552
|
-
*/
|
|
376
|
+
|
|
553
377
|
arn: string | undefined;
|
|
554
378
|
}
|
|
555
379
|
export declare namespace CreateResponsePlanOutput {
|
|
556
|
-
|
|
557
|
-
* @internal
|
|
558
|
-
*/
|
|
380
|
+
|
|
559
381
|
const filterSensitiveLog: (obj: CreateResponsePlanOutput) => any;
|
|
560
382
|
}
|
|
561
|
-
|
|
562
|
-
* <p>Request references a resource which does not exist. </p>
|
|
563
|
-
*/
|
|
383
|
+
|
|
564
384
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
565
385
|
name: "ResourceNotFoundException";
|
|
566
386
|
$fault: "client";
|
|
567
387
|
message: string | undefined;
|
|
568
|
-
|
|
569
|
-
* The identifier for the requested resource
|
|
570
|
-
*/
|
|
388
|
+
|
|
571
389
|
resourceIdentifier?: string;
|
|
572
|
-
|
|
573
|
-
* The resource type
|
|
574
|
-
*/
|
|
390
|
+
|
|
575
391
|
resourceType?: ResourceType | string;
|
|
576
392
|
}
|
|
577
393
|
export declare namespace ResourceNotFoundException {
|
|
578
|
-
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
394
|
+
|
|
581
395
|
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
582
396
|
}
|
|
583
397
|
export interface CreateTimelineEventInput {
|
|
584
|
-
|
|
585
|
-
* <p>A token ensuring that the action is called only once with the specified details.</p>
|
|
586
|
-
*/
|
|
398
|
+
|
|
587
399
|
clientToken?: string;
|
|
588
|
-
|
|
589
|
-
* <p>The Amazon Resource Name (ARN) of the incident record you are adding the event
|
|
590
|
-
* to.</p>
|
|
591
|
-
*/
|
|
400
|
+
|
|
592
401
|
incidentRecordArn: string | undefined;
|
|
593
|
-
|
|
594
|
-
* <p>The time that the event occurred.</p>
|
|
595
|
-
*/
|
|
402
|
+
|
|
596
403
|
eventTime: Date | undefined;
|
|
597
|
-
|
|
598
|
-
* <p>The type of the event. You can create timeline events of type <code>Custom
|
|
599
|
-
* Event</code>.</p>
|
|
600
|
-
*/
|
|
404
|
+
|
|
601
405
|
eventType: string | undefined;
|
|
602
|
-
|
|
603
|
-
* <p>A valid JSON string. There is no other schema imposed. A short description of the event.</p>
|
|
604
|
-
*/
|
|
406
|
+
|
|
605
407
|
eventData: string | undefined;
|
|
606
408
|
}
|
|
607
409
|
export declare namespace CreateTimelineEventInput {
|
|
608
|
-
|
|
609
|
-
* @internal
|
|
610
|
-
*/
|
|
410
|
+
|
|
611
411
|
const filterSensitiveLog: (obj: CreateTimelineEventInput) => any;
|
|
612
412
|
}
|
|
613
413
|
export interface CreateTimelineEventOutput {
|
|
614
|
-
|
|
615
|
-
* <p>The ARN of the incident record that you added the event to.</p>
|
|
616
|
-
*/
|
|
414
|
+
|
|
617
415
|
incidentRecordArn: string | undefined;
|
|
618
|
-
|
|
619
|
-
* <p>The ID of the event for easy reference later. </p>
|
|
620
|
-
*/
|
|
416
|
+
|
|
621
417
|
eventId: string | undefined;
|
|
622
418
|
}
|
|
623
419
|
export declare namespace CreateTimelineEventOutput {
|
|
624
|
-
|
|
625
|
-
* @internal
|
|
626
|
-
*/
|
|
420
|
+
|
|
627
421
|
const filterSensitiveLog: (obj: CreateTimelineEventOutput) => any;
|
|
628
422
|
}
|
|
629
423
|
export interface DeleteIncidentRecordInput {
|
|
630
|
-
|
|
631
|
-
* <p>The Amazon Resource Name (ARN) of the incident record you are deleting.</p>
|
|
632
|
-
*/
|
|
424
|
+
|
|
633
425
|
arn: string | undefined;
|
|
634
426
|
}
|
|
635
427
|
export declare namespace DeleteIncidentRecordInput {
|
|
636
|
-
|
|
637
|
-
* @internal
|
|
638
|
-
*/
|
|
428
|
+
|
|
639
429
|
const filterSensitiveLog: (obj: DeleteIncidentRecordInput) => any;
|
|
640
430
|
}
|
|
641
431
|
export interface DeleteIncidentRecordOutput {
|
|
642
432
|
}
|
|
643
433
|
export declare namespace DeleteIncidentRecordOutput {
|
|
644
|
-
|
|
645
|
-
* @internal
|
|
646
|
-
*/
|
|
434
|
+
|
|
647
435
|
const filterSensitiveLog: (obj: DeleteIncidentRecordOutput) => any;
|
|
648
436
|
}
|
|
649
|
-
|
|
650
|
-
* <p>Defines the information about the Region you're deleting from your replication
|
|
651
|
-
* set.</p>
|
|
652
|
-
*/
|
|
437
|
+
|
|
653
438
|
export interface DeleteRegionAction {
|
|
654
|
-
|
|
655
|
-
* <p>The name of the Region you're deleting from the replication set.</p>
|
|
656
|
-
*/
|
|
439
|
+
|
|
657
440
|
regionName: string | undefined;
|
|
658
441
|
}
|
|
659
442
|
export declare namespace DeleteRegionAction {
|
|
660
|
-
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
443
|
+
|
|
663
444
|
const filterSensitiveLog: (obj: DeleteRegionAction) => any;
|
|
664
445
|
}
|
|
665
446
|
export interface DeleteReplicationSetInput {
|
|
666
|
-
|
|
667
|
-
* <p>The Amazon Resource Name (ARN) of the replication set you're deleting.</p>
|
|
668
|
-
*/
|
|
447
|
+
|
|
669
448
|
arn: string | undefined;
|
|
670
449
|
}
|
|
671
450
|
export declare namespace DeleteReplicationSetInput {
|
|
672
|
-
|
|
673
|
-
* @internal
|
|
674
|
-
*/
|
|
451
|
+
|
|
675
452
|
const filterSensitiveLog: (obj: DeleteReplicationSetInput) => any;
|
|
676
453
|
}
|
|
677
454
|
export interface DeleteReplicationSetOutput {
|
|
678
455
|
}
|
|
679
456
|
export declare namespace DeleteReplicationSetOutput {
|
|
680
|
-
|
|
681
|
-
* @internal
|
|
682
|
-
*/
|
|
457
|
+
|
|
683
458
|
const filterSensitiveLog: (obj: DeleteReplicationSetOutput) => any;
|
|
684
459
|
}
|
|
685
460
|
export interface DeleteResourcePolicyInput {
|
|
686
|
-
|
|
687
|
-
* <p>The Amazon Resource Name (ARN) of the resource you're deleting the policy from.</p>
|
|
688
|
-
*/
|
|
461
|
+
|
|
689
462
|
resourceArn: string | undefined;
|
|
690
|
-
|
|
691
|
-
* <p>The ID of the resource policy you're deleting.</p>
|
|
692
|
-
*/
|
|
463
|
+
|
|
693
464
|
policyId: string | undefined;
|
|
694
465
|
}
|
|
695
466
|
export declare namespace DeleteResourcePolicyInput {
|
|
696
|
-
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
467
|
+
|
|
699
468
|
const filterSensitiveLog: (obj: DeleteResourcePolicyInput) => any;
|
|
700
469
|
}
|
|
701
470
|
export interface DeleteResourcePolicyOutput {
|
|
702
471
|
}
|
|
703
472
|
export declare namespace DeleteResourcePolicyOutput {
|
|
704
|
-
|
|
705
|
-
* @internal
|
|
706
|
-
*/
|
|
473
|
+
|
|
707
474
|
const filterSensitiveLog: (obj: DeleteResourcePolicyOutput) => any;
|
|
708
475
|
}
|
|
709
476
|
export interface DeleteResponsePlanInput {
|
|
710
|
-
|
|
711
|
-
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
712
|
-
*/
|
|
477
|
+
|
|
713
478
|
arn: string | undefined;
|
|
714
479
|
}
|
|
715
480
|
export declare namespace DeleteResponsePlanInput {
|
|
716
|
-
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
481
|
+
|
|
719
482
|
const filterSensitiveLog: (obj: DeleteResponsePlanInput) => any;
|
|
720
483
|
}
|
|
721
484
|
export interface DeleteResponsePlanOutput {
|
|
722
485
|
}
|
|
723
486
|
export declare namespace DeleteResponsePlanOutput {
|
|
724
|
-
|
|
725
|
-
* @internal
|
|
726
|
-
*/
|
|
487
|
+
|
|
727
488
|
const filterSensitiveLog: (obj: DeleteResponsePlanOutput) => any;
|
|
728
489
|
}
|
|
729
490
|
export interface DeleteTimelineEventInput {
|
|
730
|
-
|
|
731
|
-
* <p>The Amazon Resource Name (ARN) of the incident that the event is part of.</p>
|
|
732
|
-
*/
|
|
491
|
+
|
|
733
492
|
incidentRecordArn: string | undefined;
|
|
734
|
-
|
|
735
|
-
* <p>The ID of the event you are updating. You can find this by using <code>ListTimelineEvents</code>.</p>
|
|
736
|
-
*/
|
|
493
|
+
|
|
737
494
|
eventId: string | undefined;
|
|
738
495
|
}
|
|
739
496
|
export declare namespace DeleteTimelineEventInput {
|
|
740
|
-
|
|
741
|
-
* @internal
|
|
742
|
-
*/
|
|
497
|
+
|
|
743
498
|
const filterSensitiveLog: (obj: DeleteTimelineEventInput) => any;
|
|
744
499
|
}
|
|
745
500
|
export interface DeleteTimelineEventOutput {
|
|
746
501
|
}
|
|
747
502
|
export declare namespace DeleteTimelineEventOutput {
|
|
748
|
-
|
|
749
|
-
* @internal
|
|
750
|
-
*/
|
|
503
|
+
|
|
751
504
|
const filterSensitiveLog: (obj: DeleteTimelineEventOutput) => any;
|
|
752
505
|
}
|
|
753
|
-
|
|
754
|
-
* <p>Details about a timeline event during an incident.</p>
|
|
755
|
-
*/
|
|
506
|
+
|
|
756
507
|
export interface EventSummary {
|
|
757
|
-
|
|
758
|
-
* <p>The Amazon Resource Name (ARN) of the incident that the event happened during.</p>
|
|
759
|
-
*/
|
|
508
|
+
|
|
760
509
|
incidentRecordArn: string | undefined;
|
|
761
|
-
|
|
762
|
-
* <p>The timeline event ID.</p>
|
|
763
|
-
*/
|
|
510
|
+
|
|
764
511
|
eventId: string | undefined;
|
|
765
|
-
|
|
766
|
-
* <p>The time that the event occurred.</p>
|
|
767
|
-
*/
|
|
512
|
+
|
|
768
513
|
eventTime: Date | undefined;
|
|
769
|
-
|
|
770
|
-
* <p>The time that the timeline event was last updated.</p>
|
|
771
|
-
*/
|
|
514
|
+
|
|
772
515
|
eventUpdatedTime: Date | undefined;
|
|
773
|
-
|
|
774
|
-
* <p>The type of event. The timeline event must be <code>Custom Event</code>.</p>
|
|
775
|
-
*/
|
|
516
|
+
|
|
776
517
|
eventType: string | undefined;
|
|
777
518
|
}
|
|
778
519
|
export declare namespace EventSummary {
|
|
779
|
-
|
|
780
|
-
* @internal
|
|
781
|
-
*/
|
|
520
|
+
|
|
782
521
|
const filterSensitiveLog: (obj: EventSummary) => any;
|
|
783
522
|
}
|
|
784
|
-
|
|
785
|
-
* <p>Filter the selection by using a condition.</p>
|
|
786
|
-
*/
|
|
523
|
+
|
|
787
524
|
export interface Filter {
|
|
788
|
-
|
|
789
|
-
* <p>The key that you're filtering on.</p>
|
|
790
|
-
*/
|
|
525
|
+
|
|
791
526
|
key: string | undefined;
|
|
792
|
-
|
|
793
|
-
* <p>The condition accepts before or after a specified time, equal to a string, or equal to an integer.</p>
|
|
794
|
-
*/
|
|
527
|
+
|
|
795
528
|
condition: Condition | undefined;
|
|
796
529
|
}
|
|
797
530
|
export declare namespace Filter {
|
|
798
|
-
|
|
799
|
-
* @internal
|
|
800
|
-
*/
|
|
531
|
+
|
|
801
532
|
const filterSensitiveLog: (obj: Filter) => any;
|
|
802
533
|
}
|
|
803
534
|
export interface GetIncidentRecordInput {
|
|
804
|
-
|
|
805
|
-
* <p>The Amazon Resource Name (ARN) of the incident record.</p>
|
|
806
|
-
*/
|
|
535
|
+
|
|
807
536
|
arn: string | undefined;
|
|
808
537
|
}
|
|
809
538
|
export declare namespace GetIncidentRecordInput {
|
|
810
|
-
|
|
811
|
-
* @internal
|
|
812
|
-
*/
|
|
539
|
+
|
|
813
540
|
const filterSensitiveLog: (obj: GetIncidentRecordInput) => any;
|
|
814
541
|
}
|
|
815
|
-
|
|
816
|
-
* <p>Details about how the incident record was created and when.</p>
|
|
817
|
-
*/
|
|
542
|
+
|
|
818
543
|
export interface IncidentRecordSource {
|
|
819
|
-
|
|
820
|
-
* <p>The principal that started the incident.</p>
|
|
821
|
-
*/
|
|
544
|
+
|
|
822
545
|
createdBy: string | undefined;
|
|
823
|
-
|
|
824
|
-
* <p>The principal the assumed the role specified of the <code>createdBy</code>.</p>
|
|
825
|
-
*/
|
|
546
|
+
|
|
826
547
|
invokedBy?: string;
|
|
827
|
-
|
|
828
|
-
* <p>The resource that caused the incident to be created.</p>
|
|
829
|
-
*/
|
|
548
|
+
|
|
830
549
|
resourceArn?: string;
|
|
831
|
-
|
|
832
|
-
* <p>The service that started the incident. This can be manually created from Incident Manager,
|
|
833
|
-
* automatically created using an
|
|
834
|
-
* AWS
|
|
835
|
-
* CloudWatch alarm, or
|
|
836
|
-
* Amazon
|
|
837
|
-
* EventBridge event.</p>
|
|
838
|
-
*/
|
|
550
|
+
|
|
839
551
|
source: string | undefined;
|
|
840
552
|
}
|
|
841
553
|
export declare namespace IncidentRecordSource {
|
|
842
|
-
|
|
843
|
-
* @internal
|
|
844
|
-
*/
|
|
554
|
+
|
|
845
555
|
const filterSensitiveLog: (obj: IncidentRecordSource) => any;
|
|
846
556
|
}
|
|
847
557
|
export declare enum IncidentRecordStatus {
|
|
848
558
|
OPEN = "OPEN",
|
|
849
559
|
RESOLVED = "RESOLVED"
|
|
850
560
|
}
|
|
851
|
-
|
|
852
|
-
* <p>The record of the incident that's created when an incident occurs.</p>
|
|
853
|
-
*/
|
|
561
|
+
|
|
854
562
|
export interface IncidentRecord {
|
|
855
|
-
|
|
856
|
-
* <p>The Amazon Resource Name (ARN) of the incident record.</p>
|
|
857
|
-
*/
|
|
563
|
+
|
|
858
564
|
arn: string | undefined;
|
|
859
|
-
|
|
860
|
-
* <p>The title of the incident.</p>
|
|
861
|
-
*/
|
|
565
|
+
|
|
862
566
|
title: string | undefined;
|
|
863
|
-
|
|
864
|
-
* <p>The summary of the incident. The summary is a brief synopsis of what occurred, what is currently happening, and context.</p>
|
|
865
|
-
*/
|
|
567
|
+
|
|
866
568
|
summary?: string;
|
|
867
|
-
|
|
868
|
-
* <p>The current status of the incident.</p>
|
|
869
|
-
*/
|
|
569
|
+
|
|
870
570
|
status: IncidentRecordStatus | string | undefined;
|
|
871
|
-
|
|
872
|
-
* <p>The impact of the incident on customers and applications.</p>
|
|
873
|
-
*/
|
|
571
|
+
|
|
874
572
|
impact: number | undefined;
|
|
875
|
-
|
|
876
|
-
* <p>The time that Incident Manager created the incident record.</p>
|
|
877
|
-
*/
|
|
573
|
+
|
|
878
574
|
creationTime: Date | undefined;
|
|
879
|
-
|
|
880
|
-
* <p>The time at which the incident was resolved. This appears as a timeline event.</p>
|
|
881
|
-
*/
|
|
575
|
+
|
|
882
576
|
resolvedTime?: Date;
|
|
883
|
-
|
|
884
|
-
* <p>The time at which the incident was most recently modified.</p>
|
|
885
|
-
*/
|
|
577
|
+
|
|
886
578
|
lastModifiedTime: Date | undefined;
|
|
887
|
-
|
|
888
|
-
* <p>Who modified the incident most recently.</p>
|
|
889
|
-
*/
|
|
579
|
+
|
|
890
580
|
lastModifiedBy: string | undefined;
|
|
891
|
-
|
|
892
|
-
* <p>The runbook, or automation document, that's run at the beginning of the incident.</p>
|
|
893
|
-
*/
|
|
581
|
+
|
|
894
582
|
automationExecutions?: AutomationExecution[];
|
|
895
|
-
|
|
896
|
-
* <p>Details about the action that started the incident.</p>
|
|
897
|
-
*/
|
|
583
|
+
|
|
898
584
|
incidentRecordSource: IncidentRecordSource | undefined;
|
|
899
|
-
|
|
900
|
-
* <p>The string Incident Manager uses to prevent duplicate incidents from being created by the same incident.</p>
|
|
901
|
-
*/
|
|
585
|
+
|
|
902
586
|
dedupeString: string | undefined;
|
|
903
|
-
|
|
904
|
-
* <p>The chat channel used for collaboration during an incident.</p>
|
|
905
|
-
*/
|
|
587
|
+
|
|
906
588
|
chatChannel?: ChatChannel;
|
|
907
|
-
|
|
908
|
-
* <p>The SNS targets that are notified when updates are made to an incident.</p>
|
|
909
|
-
*/
|
|
589
|
+
|
|
910
590
|
notificationTargets?: NotificationTargetItem[];
|
|
911
591
|
}
|
|
912
592
|
export declare namespace IncidentRecord {
|
|
913
|
-
|
|
914
|
-
* @internal
|
|
915
|
-
*/
|
|
593
|
+
|
|
916
594
|
const filterSensitiveLog: (obj: IncidentRecord) => any;
|
|
917
595
|
}
|
|
918
596
|
export interface GetIncidentRecordOutput {
|
|
919
|
-
|
|
920
|
-
* <p>Details structure of the incident record.</p>
|
|
921
|
-
*/
|
|
597
|
+
|
|
922
598
|
incidentRecord: IncidentRecord | undefined;
|
|
923
599
|
}
|
|
924
600
|
export declare namespace GetIncidentRecordOutput {
|
|
925
|
-
|
|
926
|
-
* @internal
|
|
927
|
-
*/
|
|
601
|
+
|
|
928
602
|
const filterSensitiveLog: (obj: GetIncidentRecordOutput) => any;
|
|
929
603
|
}
|
|
930
604
|
export interface GetReplicationSetInput {
|
|
931
|
-
|
|
932
|
-
* <p>The Amazon Resource Name (ARN) of the replication set you want to retrieve.</p>
|
|
933
|
-
*/
|
|
605
|
+
|
|
934
606
|
arn: string | undefined;
|
|
935
607
|
}
|
|
936
608
|
export declare namespace GetReplicationSetInput {
|
|
937
|
-
|
|
938
|
-
* @internal
|
|
939
|
-
*/
|
|
609
|
+
|
|
940
610
|
const filterSensitiveLog: (obj: GetReplicationSetInput) => any;
|
|
941
611
|
}
|
|
942
612
|
export declare enum RegionStatus {
|
|
943
|
-
|
|
944
|
-
* All operations have completed successfully and the region is ready to use
|
|
945
|
-
*/
|
|
613
|
+
|
|
946
614
|
ACTIVE = "ACTIVE",
|
|
947
|
-
|
|
948
|
-
* The region is in the process of being created.
|
|
949
|
-
*/
|
|
615
|
+
|
|
950
616
|
CREATING = "CREATING",
|
|
951
|
-
|
|
952
|
-
* The region is in the process of being deleted.
|
|
953
|
-
*/
|
|
617
|
+
|
|
954
618
|
DELETING = "DELETING",
|
|
955
|
-
|
|
956
|
-
* The region is not healthy and we cannot automatically fix it.
|
|
957
|
-
*/
|
|
619
|
+
|
|
958
620
|
FAILED = "FAILED"
|
|
959
621
|
}
|
|
960
|
-
|
|
961
|
-
* <p>Information about a Region in your replication set.</p>
|
|
962
|
-
*/
|
|
622
|
+
|
|
963
623
|
export interface RegionInfo {
|
|
964
|
-
|
|
965
|
-
* <p>The ID of the KMS key used to encrypt the data in this Region.</p>
|
|
966
|
-
*/
|
|
624
|
+
|
|
967
625
|
sseKmsKeyId?: string;
|
|
968
|
-
|
|
969
|
-
* <p>The status of the Region in the replication set.</p>
|
|
970
|
-
*/
|
|
626
|
+
|
|
971
627
|
status: RegionStatus | string | undefined;
|
|
972
|
-
|
|
973
|
-
* <p>Information displayed about the status of the Region.</p>
|
|
974
|
-
*/
|
|
628
|
+
|
|
975
629
|
statusMessage?: string;
|
|
976
|
-
|
|
977
|
-
* <p>The most recent date and time that the Region's status was updated.</p>
|
|
978
|
-
*/
|
|
630
|
+
|
|
979
631
|
statusUpdateDateTime: Date | undefined;
|
|
980
632
|
}
|
|
981
633
|
export declare namespace RegionInfo {
|
|
982
|
-
|
|
983
|
-
* @internal
|
|
984
|
-
*/
|
|
634
|
+
|
|
985
635
|
const filterSensitiveLog: (obj: RegionInfo) => any;
|
|
986
636
|
}
|
|
987
637
|
export declare enum ReplicationSetStatus {
|
|
988
|
-
|
|
989
|
-
* All operations have completed successfully and the replication set is ready to use
|
|
990
|
-
*/
|
|
638
|
+
|
|
991
639
|
ACTIVE = "ACTIVE",
|
|
992
|
-
|
|
993
|
-
* Replication set is in the process of being created.
|
|
994
|
-
*/
|
|
640
|
+
|
|
995
641
|
CREATING = "CREATING",
|
|
996
|
-
|
|
997
|
-
* Replication set is in the process of being deleted.
|
|
998
|
-
*/
|
|
642
|
+
|
|
999
643
|
DELETING = "DELETING",
|
|
1000
|
-
|
|
1001
|
-
* Replication set is not healthy and we cannot fix it.
|
|
1002
|
-
*/
|
|
644
|
+
|
|
1003
645
|
FAILED = "FAILED",
|
|
1004
|
-
|
|
1005
|
-
* Replication set is in the process of being updated.
|
|
1006
|
-
*/
|
|
646
|
+
|
|
1007
647
|
UPDATING = "UPDATING"
|
|
1008
648
|
}
|
|
1009
|
-
|
|
1010
|
-
* <p>The set of Regions that your Incident Manager data will be replicated to and the KMS key used
|
|
1011
|
-
* to encrypt the data. </p>
|
|
1012
|
-
*/
|
|
649
|
+
|
|
1013
650
|
export interface ReplicationSet {
|
|
1014
|
-
|
|
1015
|
-
* <p>The Amazon Resource Name (ARN) of the replication set.</p>
|
|
1016
|
-
*/
|
|
651
|
+
|
|
1017
652
|
arn?: string;
|
|
1018
|
-
|
|
1019
|
-
* <p>The map between each Region in your replication set and the KMS key that is used to
|
|
1020
|
-
* encrypt the data in that Region.</p>
|
|
1021
|
-
*/
|
|
653
|
+
|
|
1022
654
|
regionMap: {
|
|
1023
655
|
[key: string]: RegionInfo;
|
|
1024
656
|
} | undefined;
|
|
1025
|
-
|
|
1026
|
-
* <p>The status of the replication set. If the replication set is still pending, you can't
|
|
1027
|
-
* use Incident Manager functionality.</p>
|
|
1028
|
-
*/
|
|
657
|
+
|
|
1029
658
|
status: ReplicationSetStatus | string | undefined;
|
|
1030
|
-
|
|
1031
|
-
* <p>Determines if the replication set deletion protection is enabled or not. If deletion
|
|
1032
|
-
* protection is enabled, you can't delete the last Region in the replication set. </p>
|
|
1033
|
-
*/
|
|
659
|
+
|
|
1034
660
|
deletionProtected: boolean | undefined;
|
|
1035
|
-
|
|
1036
|
-
* <p>When the replication set was created.</p>
|
|
1037
|
-
*/
|
|
661
|
+
|
|
1038
662
|
createdTime: Date | undefined;
|
|
1039
|
-
|
|
1040
|
-
* <p>Details about who created the replication set.</p>
|
|
1041
|
-
*/
|
|
663
|
+
|
|
1042
664
|
createdBy: string | undefined;
|
|
1043
|
-
|
|
1044
|
-
* <p>When the replication set was last updated.</p>
|
|
1045
|
-
*/
|
|
665
|
+
|
|
1046
666
|
lastModifiedTime: Date | undefined;
|
|
1047
|
-
|
|
1048
|
-
* <p>Who last modified the replication set.</p>
|
|
1049
|
-
*/
|
|
667
|
+
|
|
1050
668
|
lastModifiedBy: string | undefined;
|
|
1051
669
|
}
|
|
1052
670
|
export declare namespace ReplicationSet {
|
|
1053
|
-
|
|
1054
|
-
* @internal
|
|
1055
|
-
*/
|
|
671
|
+
|
|
1056
672
|
const filterSensitiveLog: (obj: ReplicationSet) => any;
|
|
1057
673
|
}
|
|
1058
674
|
export interface GetReplicationSetOutput {
|
|
1059
|
-
|
|
1060
|
-
* <p>Details of the replication set.</p>
|
|
1061
|
-
*/
|
|
675
|
+
|
|
1062
676
|
replicationSet: ReplicationSet | undefined;
|
|
1063
677
|
}
|
|
1064
678
|
export declare namespace GetReplicationSetOutput {
|
|
1065
|
-
|
|
1066
|
-
* @internal
|
|
1067
|
-
*/
|
|
679
|
+
|
|
1068
680
|
const filterSensitiveLog: (obj: GetReplicationSetOutput) => any;
|
|
1069
681
|
}
|
|
1070
682
|
export interface GetResourcePoliciesInput {
|
|
1071
|
-
|
|
1072
|
-
* <p>The Amazon Resource Name (ARN) of the response plan with the attached resource policy. </p>
|
|
1073
|
-
*/
|
|
683
|
+
|
|
1074
684
|
resourceArn: string | undefined;
|
|
1075
|
-
|
|
1076
|
-
* <p>The maximum number of resource policies to display per page of results.</p>
|
|
1077
|
-
*/
|
|
685
|
+
|
|
1078
686
|
maxResults?: number;
|
|
1079
|
-
|
|
1080
|
-
* <p>The pagination token to continue to the next page of results.</p>
|
|
1081
|
-
*/
|
|
687
|
+
|
|
1082
688
|
nextToken?: string;
|
|
1083
689
|
}
|
|
1084
690
|
export declare namespace GetResourcePoliciesInput {
|
|
1085
|
-
|
|
1086
|
-
* @internal
|
|
1087
|
-
*/
|
|
691
|
+
|
|
1088
692
|
const filterSensitiveLog: (obj: GetResourcePoliciesInput) => any;
|
|
1089
693
|
}
|
|
1090
|
-
|
|
1091
|
-
* <p>The resource policy that allows Incident Manager to perform actions on resources on your behalf.</p>
|
|
1092
|
-
*/
|
|
694
|
+
|
|
1093
695
|
export interface ResourcePolicy {
|
|
1094
|
-
|
|
1095
|
-
* <p>The JSON blob that describes the policy.</p>
|
|
1096
|
-
*/
|
|
696
|
+
|
|
1097
697
|
policyDocument: string | undefined;
|
|
1098
|
-
|
|
1099
|
-
* <p>The ID of the resource policy.</p>
|
|
1100
|
-
*/
|
|
698
|
+
|
|
1101
699
|
policyId: string | undefined;
|
|
1102
|
-
|
|
1103
|
-
* <p>The Region that policy allows resources to be used in.</p>
|
|
1104
|
-
*/
|
|
700
|
+
|
|
1105
701
|
ramResourceShareRegion: string | undefined;
|
|
1106
702
|
}
|
|
1107
703
|
export declare namespace ResourcePolicy {
|
|
1108
|
-
|
|
1109
|
-
* @internal
|
|
1110
|
-
*/
|
|
704
|
+
|
|
1111
705
|
const filterSensitiveLog: (obj: ResourcePolicy) => any;
|
|
1112
706
|
}
|
|
1113
707
|
export interface GetResourcePoliciesOutput {
|
|
1114
|
-
|
|
1115
|
-
* <p>Details about the resource policy attached to the response plan.</p>
|
|
1116
|
-
*/
|
|
708
|
+
|
|
1117
709
|
resourcePolicies: ResourcePolicy[] | undefined;
|
|
1118
|
-
|
|
1119
|
-
* <p>The pagination token to continue to the next page of results.</p>
|
|
1120
|
-
*/
|
|
710
|
+
|
|
1121
711
|
nextToken?: string;
|
|
1122
712
|
}
|
|
1123
713
|
export declare namespace GetResourcePoliciesOutput {
|
|
1124
|
-
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
714
|
+
|
|
1127
715
|
const filterSensitiveLog: (obj: GetResourcePoliciesOutput) => any;
|
|
1128
716
|
}
|
|
1129
717
|
export interface GetResponsePlanInput {
|
|
1130
|
-
|
|
1131
|
-
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
1132
|
-
*/
|
|
718
|
+
|
|
1133
719
|
arn: string | undefined;
|
|
1134
720
|
}
|
|
1135
721
|
export declare namespace GetResponsePlanInput {
|
|
1136
|
-
|
|
1137
|
-
* @internal
|
|
1138
|
-
*/
|
|
722
|
+
|
|
1139
723
|
const filterSensitiveLog: (obj: GetResponsePlanInput) => any;
|
|
1140
724
|
}
|
|
1141
725
|
export interface GetResponsePlanOutput {
|
|
1142
|
-
|
|
1143
|
-
* <p>The ARN of the response plan.</p>
|
|
1144
|
-
*/
|
|
726
|
+
|
|
1145
727
|
arn: string | undefined;
|
|
1146
|
-
|
|
1147
|
-
* <p>The short format name of the response plan. Can't contain spaces.</p>
|
|
1148
|
-
*/
|
|
728
|
+
|
|
1149
729
|
name: string | undefined;
|
|
1150
|
-
|
|
1151
|
-
* <p>The long format name of the response plan. Can contain spaces.</p>
|
|
1152
|
-
*/
|
|
730
|
+
|
|
1153
731
|
displayName?: string;
|
|
1154
|
-
|
|
1155
|
-
* <p>Details used to create the incident when using this response plan.</p>
|
|
1156
|
-
*/
|
|
732
|
+
|
|
1157
733
|
incidentTemplate: IncidentTemplate | undefined;
|
|
1158
|
-
|
|
1159
|
-
* <p>The
|
|
1160
|
-
* AWS
|
|
1161
|
-
* Chatbot chat channel used for collaboration during an
|
|
1162
|
-
* incident.</p>
|
|
1163
|
-
*/
|
|
734
|
+
|
|
1164
735
|
chatChannel?: ChatChannel;
|
|
1165
|
-
|
|
1166
|
-
* <p>The contacts and escalation plans that the response plan engages during an
|
|
1167
|
-
* incident.</p>
|
|
1168
|
-
*/
|
|
736
|
+
|
|
1169
737
|
engagements?: string[];
|
|
1170
|
-
|
|
1171
|
-
* <p>The actions that this response plan takes at the beginning of the incident.</p>
|
|
1172
|
-
*/
|
|
738
|
+
|
|
1173
739
|
actions?: Action[];
|
|
1174
740
|
}
|
|
1175
741
|
export declare namespace GetResponsePlanOutput {
|
|
1176
|
-
|
|
1177
|
-
* @internal
|
|
1178
|
-
*/
|
|
742
|
+
|
|
1179
743
|
const filterSensitiveLog: (obj: GetResponsePlanOutput) => any;
|
|
1180
744
|
}
|
|
1181
745
|
export interface GetTimelineEventInput {
|
|
1182
|
-
|
|
1183
|
-
* <p>The Amazon Resource Name (ARN) of the incident that the timeline event is part of.</p>
|
|
1184
|
-
*/
|
|
746
|
+
|
|
1185
747
|
incidentRecordArn: string | undefined;
|
|
1186
|
-
|
|
1187
|
-
* <p>The ID of the event. You can get an event's ID when you create it or by using <code>ListTimelineEvents</code>.</p>
|
|
1188
|
-
*/
|
|
748
|
+
|
|
1189
749
|
eventId: string | undefined;
|
|
1190
750
|
}
|
|
1191
751
|
export declare namespace GetTimelineEventInput {
|
|
1192
|
-
|
|
1193
|
-
* @internal
|
|
1194
|
-
*/
|
|
752
|
+
|
|
1195
753
|
const filterSensitiveLog: (obj: GetTimelineEventInput) => any;
|
|
1196
754
|
}
|
|
1197
|
-
|
|
1198
|
-
* <p>A significant event that happened during the incident. </p>
|
|
1199
|
-
*/
|
|
755
|
+
|
|
1200
756
|
export interface TimelineEvent {
|
|
1201
|
-
|
|
1202
|
-
* <p>The Amazon Resource Name (ARN) of the incident that the event occurred during.</p>
|
|
1203
|
-
*/
|
|
757
|
+
|
|
1204
758
|
incidentRecordArn: string | undefined;
|
|
1205
|
-
|
|
1206
|
-
* <p>The ID of the timeline event.</p>
|
|
1207
|
-
*/
|
|
759
|
+
|
|
1208
760
|
eventId: string | undefined;
|
|
1209
|
-
|
|
1210
|
-
* <p>The time that the event occurred.</p>
|
|
1211
|
-
*/
|
|
761
|
+
|
|
1212
762
|
eventTime: Date | undefined;
|
|
1213
|
-
|
|
1214
|
-
* <p>The time that the timeline event was last updated.</p>
|
|
1215
|
-
*/
|
|
763
|
+
|
|
1216
764
|
eventUpdatedTime: Date | undefined;
|
|
1217
|
-
|
|
1218
|
-
* <p>The type of event that occurred. Currently Incident Manager supports only the <code>Custom
|
|
1219
|
-
* Event</code> type.</p>
|
|
1220
|
-
*/
|
|
765
|
+
|
|
1221
766
|
eventType: string | undefined;
|
|
1222
|
-
|
|
1223
|
-
* <p>A short description of the event.</p>
|
|
1224
|
-
*/
|
|
767
|
+
|
|
1225
768
|
eventData: string | undefined;
|
|
1226
769
|
}
|
|
1227
770
|
export declare namespace TimelineEvent {
|
|
1228
|
-
|
|
1229
|
-
* @internal
|
|
1230
|
-
*/
|
|
771
|
+
|
|
1231
772
|
const filterSensitiveLog: (obj: TimelineEvent) => any;
|
|
1232
773
|
}
|
|
1233
774
|
export interface GetTimelineEventOutput {
|
|
1234
|
-
|
|
1235
|
-
* <p>Details about the timeline event.</p>
|
|
1236
|
-
*/
|
|
775
|
+
|
|
1237
776
|
event: TimelineEvent | undefined;
|
|
1238
777
|
}
|
|
1239
778
|
export declare namespace GetTimelineEventOutput {
|
|
1240
|
-
|
|
1241
|
-
* @internal
|
|
1242
|
-
*/
|
|
779
|
+
|
|
1243
780
|
const filterSensitiveLog: (obj: GetTimelineEventOutput) => any;
|
|
1244
781
|
}
|
|
1245
|
-
|
|
1246
|
-
* <p>Details describing an incident record.</p>
|
|
1247
|
-
*/
|
|
782
|
+
|
|
1248
783
|
export interface IncidentRecordSummary {
|
|
1249
|
-
|
|
1250
|
-
* <p>The Amazon Resource Name (ARN) of the incident.</p>
|
|
1251
|
-
*/
|
|
784
|
+
|
|
1252
785
|
arn: string | undefined;
|
|
1253
|
-
|
|
1254
|
-
* <p>The title of the incident. This value is either provided by the response plan or
|
|
1255
|
-
* overwritten on creation.</p>
|
|
1256
|
-
*/
|
|
786
|
+
|
|
1257
787
|
title: string | undefined;
|
|
1258
|
-
|
|
1259
|
-
* <p>The current status of the incident.</p>
|
|
1260
|
-
*/
|
|
788
|
+
|
|
1261
789
|
status: IncidentRecordStatus | string | undefined;
|
|
1262
|
-
|
|
1263
|
-
* <p>Defines the impact to customers and applications.</p>
|
|
1264
|
-
*/
|
|
790
|
+
|
|
1265
791
|
impact: number | undefined;
|
|
1266
|
-
|
|
1267
|
-
* <p>The time the incident was created.</p>
|
|
1268
|
-
*/
|
|
792
|
+
|
|
1269
793
|
creationTime: Date | undefined;
|
|
1270
|
-
|
|
1271
|
-
* <p>The time the incident was resolved.</p>
|
|
1272
|
-
*/
|
|
794
|
+
|
|
1273
795
|
resolvedTime?: Date;
|
|
1274
|
-
|
|
1275
|
-
* <p>What caused Incident Manager to create the incident.</p>
|
|
1276
|
-
*/
|
|
796
|
+
|
|
1277
797
|
incidentRecordSource: IncidentRecordSource | undefined;
|
|
1278
798
|
}
|
|
1279
799
|
export declare namespace IncidentRecordSummary {
|
|
1280
|
-
|
|
1281
|
-
* @internal
|
|
1282
|
-
*/
|
|
800
|
+
|
|
1283
801
|
const filterSensitiveLog: (obj: IncidentRecordSummary) => any;
|
|
1284
802
|
}
|
|
1285
803
|
export declare enum ItemType {
|
|
@@ -1290,33 +808,24 @@ export declare enum ItemType {
|
|
|
1290
808
|
OTHER = "OTHER",
|
|
1291
809
|
PARENT = "PARENT"
|
|
1292
810
|
}
|
|
1293
|
-
|
|
1294
|
-
* <p>Describes a related item.</p>
|
|
1295
|
-
*/
|
|
811
|
+
|
|
1296
812
|
export declare type ItemValue = ItemValue.ArnMember | ItemValue.MetricDefinitionMember | ItemValue.UrlMember | ItemValue.$UnknownMember;
|
|
1297
813
|
export declare namespace ItemValue {
|
|
1298
|
-
|
|
1299
|
-
* <p>The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon
|
|
1300
|
-
* resource.</p>
|
|
1301
|
-
*/
|
|
814
|
+
|
|
1302
815
|
interface ArnMember {
|
|
1303
816
|
arn: string;
|
|
1304
817
|
url?: never;
|
|
1305
818
|
metricDefinition?: never;
|
|
1306
819
|
$unknown?: never;
|
|
1307
820
|
}
|
|
1308
|
-
|
|
1309
|
-
* <p>The URL, if the related item is a non-AWS resource.</p>
|
|
1310
|
-
*/
|
|
821
|
+
|
|
1311
822
|
interface UrlMember {
|
|
1312
823
|
arn?: never;
|
|
1313
824
|
url: string;
|
|
1314
825
|
metricDefinition?: never;
|
|
1315
826
|
$unknown?: never;
|
|
1316
827
|
}
|
|
1317
|
-
|
|
1318
|
-
* <p>The metric definition, if the related item is a metric in CloudWatch.</p>
|
|
1319
|
-
*/
|
|
828
|
+
|
|
1320
829
|
interface MetricDefinitionMember {
|
|
1321
830
|
arn?: never;
|
|
1322
831
|
url?: never;
|
|
@@ -1339,287 +848,144 @@ export declare namespace ItemValue {
|
|
|
1339
848
|
_: (name: string, value: any) => T;
|
|
1340
849
|
}
|
|
1341
850
|
const visit: <T>(value: ItemValue, visitor: Visitor<T>) => T;
|
|
1342
|
-
|
|
1343
|
-
* @internal
|
|
1344
|
-
*/
|
|
851
|
+
|
|
1345
852
|
const filterSensitiveLog: (obj: ItemValue) => any;
|
|
1346
853
|
}
|
|
1347
|
-
|
|
1348
|
-
* <p>Details and type of a related item.</p>
|
|
1349
|
-
*/
|
|
854
|
+
|
|
1350
855
|
export interface ItemIdentifier {
|
|
1351
|
-
|
|
1352
|
-
* <p>Details about the related item.</p>
|
|
1353
|
-
*/
|
|
856
|
+
|
|
1354
857
|
value: ItemValue | undefined;
|
|
1355
|
-
|
|
1356
|
-
* <p>The type of related item. Incident Manager supports the following types:</p>
|
|
1357
|
-
* <ul>
|
|
1358
|
-
* <li>
|
|
1359
|
-
* <p>
|
|
1360
|
-
* <code>ANALYSIS</code>
|
|
1361
|
-
* </p>
|
|
1362
|
-
* </li>
|
|
1363
|
-
* <li>
|
|
1364
|
-
* <p>
|
|
1365
|
-
* <code>INCIDENT</code>
|
|
1366
|
-
* </p>
|
|
1367
|
-
* </li>
|
|
1368
|
-
* <li>
|
|
1369
|
-
* <p>
|
|
1370
|
-
* <code>METRIC</code>
|
|
1371
|
-
* </p>
|
|
1372
|
-
* </li>
|
|
1373
|
-
* <li>
|
|
1374
|
-
* <p>
|
|
1375
|
-
* <code>PARENT</code>
|
|
1376
|
-
* </p>
|
|
1377
|
-
* </li>
|
|
1378
|
-
* <li>
|
|
1379
|
-
* <p>
|
|
1380
|
-
* <code>ATTACHMENT</code>
|
|
1381
|
-
* </p>
|
|
1382
|
-
* </li>
|
|
1383
|
-
* <li>
|
|
1384
|
-
* <p>
|
|
1385
|
-
* <code>OTHER</code>
|
|
1386
|
-
* </p>
|
|
1387
|
-
* </li>
|
|
1388
|
-
* </ul>
|
|
1389
|
-
*/
|
|
858
|
+
|
|
1390
859
|
type: ItemType | string | undefined;
|
|
1391
860
|
}
|
|
1392
861
|
export declare namespace ItemIdentifier {
|
|
1393
|
-
|
|
1394
|
-
* @internal
|
|
1395
|
-
*/
|
|
862
|
+
|
|
1396
863
|
const filterSensitiveLog: (obj: ItemIdentifier) => any;
|
|
1397
864
|
}
|
|
1398
865
|
export interface ListIncidentRecordsInput {
|
|
1399
|
-
|
|
1400
|
-
* <p>Filter the list of incident records you are searching through. You can filter on the
|
|
1401
|
-
* following keys:</p>
|
|
1402
|
-
* <ul>
|
|
1403
|
-
* <li>
|
|
1404
|
-
* <p>
|
|
1405
|
-
* <code>creationTime</code>
|
|
1406
|
-
* </p>
|
|
1407
|
-
* </li>
|
|
1408
|
-
* <li>
|
|
1409
|
-
* <p>
|
|
1410
|
-
* <code>impact</code>
|
|
1411
|
-
* </p>
|
|
1412
|
-
* </li>
|
|
1413
|
-
* <li>
|
|
1414
|
-
* <p>
|
|
1415
|
-
* <code>status</code>
|
|
1416
|
-
* </p>
|
|
1417
|
-
* </li>
|
|
1418
|
-
* <li>
|
|
1419
|
-
* <p>
|
|
1420
|
-
* <code>createdBy</code>
|
|
1421
|
-
* </p>
|
|
1422
|
-
* </li>
|
|
1423
|
-
* </ul>
|
|
1424
|
-
*/
|
|
866
|
+
|
|
1425
867
|
filters?: Filter[];
|
|
1426
|
-
|
|
1427
|
-
* <p>The maximum number of results per page.</p>
|
|
1428
|
-
*/
|
|
868
|
+
|
|
1429
869
|
maxResults?: number;
|
|
1430
|
-
|
|
1431
|
-
* <p>The pagination token to continue to the next page of results.</p>
|
|
1432
|
-
*/
|
|
870
|
+
|
|
1433
871
|
nextToken?: string;
|
|
1434
872
|
}
|
|
1435
873
|
export declare namespace ListIncidentRecordsInput {
|
|
1436
|
-
|
|
1437
|
-
* @internal
|
|
1438
|
-
*/
|
|
874
|
+
|
|
1439
875
|
const filterSensitiveLog: (obj: ListIncidentRecordsInput) => any;
|
|
1440
876
|
}
|
|
1441
877
|
export interface ListIncidentRecordsOutput {
|
|
1442
|
-
|
|
1443
|
-
* <p>The details of each listed incident record.</p>
|
|
1444
|
-
*/
|
|
878
|
+
|
|
1445
879
|
incidentRecordSummaries: IncidentRecordSummary[] | undefined;
|
|
1446
|
-
|
|
1447
|
-
* <p>The pagination token to continue to the next page of results.</p>
|
|
1448
|
-
*/
|
|
880
|
+
|
|
1449
881
|
nextToken?: string;
|
|
1450
882
|
}
|
|
1451
883
|
export declare namespace ListIncidentRecordsOutput {
|
|
1452
|
-
|
|
1453
|
-
* @internal
|
|
1454
|
-
*/
|
|
884
|
+
|
|
1455
885
|
const filterSensitiveLog: (obj: ListIncidentRecordsOutput) => any;
|
|
1456
886
|
}
|
|
1457
887
|
export interface ListRelatedItemsInput {
|
|
1458
|
-
|
|
1459
|
-
* <p>The Amazon Resource Name (ARN) of the incident record that you are listing related items for.</p>
|
|
1460
|
-
*/
|
|
888
|
+
|
|
1461
889
|
incidentRecordArn: string | undefined;
|
|
1462
|
-
|
|
1463
|
-
* <p>The maximum number of related items per page.</p>
|
|
1464
|
-
*/
|
|
890
|
+
|
|
1465
891
|
maxResults?: number;
|
|
1466
|
-
|
|
1467
|
-
* <p>The pagination token to continue to the next page of results.</p>
|
|
1468
|
-
*/
|
|
892
|
+
|
|
1469
893
|
nextToken?: string;
|
|
1470
894
|
}
|
|
1471
895
|
export declare namespace ListRelatedItemsInput {
|
|
1472
|
-
|
|
1473
|
-
* @internal
|
|
1474
|
-
*/
|
|
896
|
+
|
|
1475
897
|
const filterSensitiveLog: (obj: ListRelatedItemsInput) => any;
|
|
1476
898
|
}
|
|
1477
|
-
|
|
1478
|
-
* <p>Resources that responders use to triage and mitigate the incident.</p>
|
|
1479
|
-
*/
|
|
899
|
+
|
|
1480
900
|
export interface RelatedItem {
|
|
1481
|
-
|
|
1482
|
-
* <p>Details about the related item.</p>
|
|
1483
|
-
*/
|
|
901
|
+
|
|
1484
902
|
identifier: ItemIdentifier | undefined;
|
|
1485
|
-
|
|
1486
|
-
* <p>The title of the related item.</p>
|
|
1487
|
-
*/
|
|
903
|
+
|
|
1488
904
|
title?: string;
|
|
1489
905
|
}
|
|
1490
906
|
export declare namespace RelatedItem {
|
|
1491
|
-
|
|
1492
|
-
* @internal
|
|
1493
|
-
*/
|
|
907
|
+
|
|
1494
908
|
const filterSensitiveLog: (obj: RelatedItem) => any;
|
|
1495
909
|
}
|
|
1496
910
|
export interface ListRelatedItemsOutput {
|
|
1497
|
-
|
|
1498
|
-
* <p>Details about each related item.</p>
|
|
1499
|
-
*/
|
|
911
|
+
|
|
1500
912
|
relatedItems: RelatedItem[] | undefined;
|
|
1501
|
-
|
|
1502
|
-
* <p>The pagination token to continue to the next page of results.</p>
|
|
1503
|
-
*/
|
|
913
|
+
|
|
1504
914
|
nextToken?: string;
|
|
1505
915
|
}
|
|
1506
916
|
export declare namespace ListRelatedItemsOutput {
|
|
1507
|
-
|
|
1508
|
-
* @internal
|
|
1509
|
-
*/
|
|
917
|
+
|
|
1510
918
|
const filterSensitiveLog: (obj: ListRelatedItemsOutput) => any;
|
|
1511
919
|
}
|
|
1512
920
|
export interface ListReplicationSetsInput {
|
|
1513
|
-
|
|
1514
|
-
* <p>The maximum number of results per page. </p>
|
|
1515
|
-
*/
|
|
921
|
+
|
|
1516
922
|
maxResults?: number;
|
|
1517
|
-
|
|
1518
|
-
* <p>The pagination token to continue to the next page of results.</p>
|
|
1519
|
-
*/
|
|
923
|
+
|
|
1520
924
|
nextToken?: string;
|
|
1521
925
|
}
|
|
1522
926
|
export declare namespace ListReplicationSetsInput {
|
|
1523
|
-
|
|
1524
|
-
* @internal
|
|
1525
|
-
*/
|
|
927
|
+
|
|
1526
928
|
const filterSensitiveLog: (obj: ListReplicationSetsInput) => any;
|
|
1527
929
|
}
|
|
1528
930
|
export interface ListReplicationSetsOutput {
|
|
1529
|
-
|
|
1530
|
-
* <p>The Amazon Resource Name (ARN) of the list replication set.</p>
|
|
1531
|
-
*/
|
|
931
|
+
|
|
1532
932
|
replicationSetArns: string[] | undefined;
|
|
1533
|
-
|
|
1534
|
-
* <p>The pagination token to continue to the next page of results.</p>
|
|
1535
|
-
*/
|
|
933
|
+
|
|
1536
934
|
nextToken?: string;
|
|
1537
935
|
}
|
|
1538
936
|
export declare namespace ListReplicationSetsOutput {
|
|
1539
|
-
|
|
1540
|
-
* @internal
|
|
1541
|
-
*/
|
|
937
|
+
|
|
1542
938
|
const filterSensitiveLog: (obj: ListReplicationSetsOutput) => any;
|
|
1543
939
|
}
|
|
1544
940
|
export interface ListResponsePlansInput {
|
|
1545
|
-
|
|
1546
|
-
* <p>The maximum number of response plans per page.</p>
|
|
1547
|
-
*/
|
|
941
|
+
|
|
1548
942
|
maxResults?: number;
|
|
1549
|
-
|
|
1550
|
-
* <p>The pagination token to continue to the next page of results.</p>
|
|
1551
|
-
*/
|
|
943
|
+
|
|
1552
944
|
nextToken?: string;
|
|
1553
945
|
}
|
|
1554
946
|
export declare namespace ListResponsePlansInput {
|
|
1555
|
-
|
|
1556
|
-
* @internal
|
|
1557
|
-
*/
|
|
947
|
+
|
|
1558
948
|
const filterSensitiveLog: (obj: ListResponsePlansInput) => any;
|
|
1559
949
|
}
|
|
1560
|
-
|
|
1561
|
-
* <p>Details of the response plan that are used when creating an incident.</p>
|
|
1562
|
-
*/
|
|
950
|
+
|
|
1563
951
|
export interface ResponsePlanSummary {
|
|
1564
|
-
|
|
1565
|
-
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
1566
|
-
*/
|
|
952
|
+
|
|
1567
953
|
arn: string | undefined;
|
|
1568
|
-
|
|
1569
|
-
* <p>The name of the response plan. This can't include spaces.</p>
|
|
1570
|
-
*/
|
|
954
|
+
|
|
1571
955
|
name: string | undefined;
|
|
1572
|
-
|
|
1573
|
-
* <p>The human readable name of the response plan. This can include spaces.</p>
|
|
1574
|
-
*/
|
|
956
|
+
|
|
1575
957
|
displayName?: string;
|
|
1576
958
|
}
|
|
1577
959
|
export declare namespace ResponsePlanSummary {
|
|
1578
|
-
|
|
1579
|
-
* @internal
|
|
1580
|
-
*/
|
|
960
|
+
|
|
1581
961
|
const filterSensitiveLog: (obj: ResponsePlanSummary) => any;
|
|
1582
962
|
}
|
|
1583
963
|
export interface ListResponsePlansOutput {
|
|
1584
|
-
|
|
1585
|
-
* <p>Details of each response plan.</p>
|
|
1586
|
-
*/
|
|
964
|
+
|
|
1587
965
|
responsePlanSummaries: ResponsePlanSummary[] | undefined;
|
|
1588
|
-
|
|
1589
|
-
* <p>The pagination token to continue to the next page of results.</p>
|
|
1590
|
-
*/
|
|
966
|
+
|
|
1591
967
|
nextToken?: string;
|
|
1592
968
|
}
|
|
1593
969
|
export declare namespace ListResponsePlansOutput {
|
|
1594
|
-
|
|
1595
|
-
* @internal
|
|
1596
|
-
*/
|
|
970
|
+
|
|
1597
971
|
const filterSensitiveLog: (obj: ListResponsePlansOutput) => any;
|
|
1598
972
|
}
|
|
1599
973
|
export interface ListTagsForResourceRequest {
|
|
1600
|
-
|
|
1601
|
-
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
1602
|
-
*/
|
|
974
|
+
|
|
1603
975
|
resourceArn: string | undefined;
|
|
1604
976
|
}
|
|
1605
977
|
export declare namespace ListTagsForResourceRequest {
|
|
1606
|
-
|
|
1607
|
-
* @internal
|
|
1608
|
-
*/
|
|
978
|
+
|
|
1609
979
|
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1610
980
|
}
|
|
1611
981
|
export interface ListTagsForResourceResponse {
|
|
1612
|
-
|
|
1613
|
-
* <p>A list of tags for the response plan.</p>
|
|
1614
|
-
*/
|
|
982
|
+
|
|
1615
983
|
tags: {
|
|
1616
984
|
[key: string]: string;
|
|
1617
985
|
} | undefined;
|
|
1618
986
|
}
|
|
1619
987
|
export declare namespace ListTagsForResourceResponse {
|
|
1620
|
-
|
|
1621
|
-
* @internal
|
|
1622
|
-
*/
|
|
988
|
+
|
|
1623
989
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1624
990
|
}
|
|
1625
991
|
export declare enum TimelineEventSort {
|
|
@@ -1630,112 +996,61 @@ export declare enum SortOrder {
|
|
|
1630
996
|
DESCENDING = "DESCENDING"
|
|
1631
997
|
}
|
|
1632
998
|
export interface ListTimelineEventsInput {
|
|
1633
|
-
|
|
1634
|
-
* <p>The Amazon Resource Name (ARN) of the incident that the event is part of.</p>
|
|
1635
|
-
*/
|
|
999
|
+
|
|
1636
1000
|
incidentRecordArn: string | undefined;
|
|
1637
|
-
|
|
1638
|
-
* <p>Filters the timeline events based on the provided conditional values. You can filter
|
|
1639
|
-
* timeline events using the following keys:</p>
|
|
1640
|
-
* <ul>
|
|
1641
|
-
* <li>
|
|
1642
|
-
* <p>
|
|
1643
|
-
* <code>eventTime</code>
|
|
1644
|
-
* </p>
|
|
1645
|
-
* </li>
|
|
1646
|
-
* <li>
|
|
1647
|
-
* <p>
|
|
1648
|
-
* <code>eventType</code>
|
|
1649
|
-
* </p>
|
|
1650
|
-
* </li>
|
|
1651
|
-
* </ul>
|
|
1652
|
-
*/
|
|
1001
|
+
|
|
1653
1002
|
filters?: Filter[];
|
|
1654
|
-
|
|
1655
|
-
* <p>Sort by the specified key value pair.</p>
|
|
1656
|
-
*/
|
|
1003
|
+
|
|
1657
1004
|
sortBy?: TimelineEventSort | string;
|
|
1658
|
-
|
|
1659
|
-
* <p>Sorts the order of timeline events by the value specified in the <code>sortBy</code>
|
|
1660
|
-
* field.</p>
|
|
1661
|
-
*/
|
|
1005
|
+
|
|
1662
1006
|
sortOrder?: SortOrder | string;
|
|
1663
|
-
|
|
1664
|
-
* <p>The maximum number of results per page.</p>
|
|
1665
|
-
*/
|
|
1007
|
+
|
|
1666
1008
|
maxResults?: number;
|
|
1667
|
-
|
|
1668
|
-
* <p>The pagination token to continue to the next page of results.</p>
|
|
1669
|
-
*/
|
|
1009
|
+
|
|
1670
1010
|
nextToken?: string;
|
|
1671
1011
|
}
|
|
1672
1012
|
export declare namespace ListTimelineEventsInput {
|
|
1673
|
-
|
|
1674
|
-
* @internal
|
|
1675
|
-
*/
|
|
1013
|
+
|
|
1676
1014
|
const filterSensitiveLog: (obj: ListTimelineEventsInput) => any;
|
|
1677
1015
|
}
|
|
1678
1016
|
export interface ListTimelineEventsOutput {
|
|
1679
|
-
|
|
1680
|
-
* <p>Details about each event that occurred during the incident.</p>
|
|
1681
|
-
*/
|
|
1017
|
+
|
|
1682
1018
|
eventSummaries: EventSummary[] | undefined;
|
|
1683
|
-
|
|
1684
|
-
* <p>The pagination token to continue to the next page of results.</p>
|
|
1685
|
-
*/
|
|
1019
|
+
|
|
1686
1020
|
nextToken?: string;
|
|
1687
1021
|
}
|
|
1688
1022
|
export declare namespace ListTimelineEventsOutput {
|
|
1689
|
-
|
|
1690
|
-
* @internal
|
|
1691
|
-
*/
|
|
1023
|
+
|
|
1692
1024
|
const filterSensitiveLog: (obj: ListTimelineEventsOutput) => any;
|
|
1693
1025
|
}
|
|
1694
1026
|
export interface PutResourcePolicyInput {
|
|
1695
|
-
|
|
1696
|
-
* <p>The Amazon Resource Name (ARN) of the response plan you're adding the resource policy
|
|
1697
|
-
* to.</p>
|
|
1698
|
-
*/
|
|
1027
|
+
|
|
1699
1028
|
resourceArn: string | undefined;
|
|
1700
|
-
|
|
1701
|
-
* <p>Details of the resource policy.</p>
|
|
1702
|
-
*/
|
|
1029
|
+
|
|
1703
1030
|
policy: string | undefined;
|
|
1704
1031
|
}
|
|
1705
1032
|
export declare namespace PutResourcePolicyInput {
|
|
1706
|
-
|
|
1707
|
-
* @internal
|
|
1708
|
-
*/
|
|
1033
|
+
|
|
1709
1034
|
const filterSensitiveLog: (obj: PutResourcePolicyInput) => any;
|
|
1710
1035
|
}
|
|
1711
1036
|
export interface PutResourcePolicyOutput {
|
|
1712
|
-
|
|
1713
|
-
* <p>The ID of the resource policy.</p>
|
|
1714
|
-
*/
|
|
1037
|
+
|
|
1715
1038
|
policyId: string | undefined;
|
|
1716
1039
|
}
|
|
1717
1040
|
export declare namespace PutResourcePolicyOutput {
|
|
1718
|
-
|
|
1719
|
-
* @internal
|
|
1720
|
-
*/
|
|
1041
|
+
|
|
1721
1042
|
const filterSensitiveLog: (obj: PutResourcePolicyOutput) => any;
|
|
1722
1043
|
}
|
|
1723
|
-
|
|
1724
|
-
* <p>Details about the related item you're adding.</p>
|
|
1725
|
-
*/
|
|
1044
|
+
|
|
1726
1045
|
export declare type RelatedItemsUpdate = RelatedItemsUpdate.ItemToAddMember | RelatedItemsUpdate.ItemToRemoveMember | RelatedItemsUpdate.$UnknownMember;
|
|
1727
1046
|
export declare namespace RelatedItemsUpdate {
|
|
1728
|
-
|
|
1729
|
-
* <p>Details about the related item you're adding.</p>
|
|
1730
|
-
*/
|
|
1047
|
+
|
|
1731
1048
|
interface ItemToAddMember {
|
|
1732
1049
|
itemToAdd: RelatedItem;
|
|
1733
1050
|
itemToRemove?: never;
|
|
1734
1051
|
$unknown?: never;
|
|
1735
1052
|
}
|
|
1736
|
-
|
|
1737
|
-
* <p>Details about the related item you're deleting.</p>
|
|
1738
|
-
*/
|
|
1053
|
+
|
|
1739
1054
|
interface ItemToRemoveMember {
|
|
1740
1055
|
itemToAdd?: never;
|
|
1741
1056
|
itemToRemove: ItemIdentifier;
|
|
@@ -1755,323 +1070,158 @@ export declare namespace RelatedItemsUpdate {
|
|
|
1755
1070
|
_: (name: string, value: any) => T;
|
|
1756
1071
|
}
|
|
1757
1072
|
const visit: <T>(value: RelatedItemsUpdate, visitor: Visitor<T>) => T;
|
|
1758
|
-
|
|
1759
|
-
* @internal
|
|
1760
|
-
*/
|
|
1073
|
+
|
|
1761
1074
|
const filterSensitiveLog: (obj: RelatedItemsUpdate) => any;
|
|
1762
1075
|
}
|
|
1763
|
-
|
|
1764
|
-
* <p>Details about what caused the incident to be created in Incident Manager.</p>
|
|
1765
|
-
*/
|
|
1076
|
+
|
|
1766
1077
|
export interface TriggerDetails {
|
|
1767
|
-
|
|
1768
|
-
* <p>Identifies the service that sourced the event. All events sourced from within AWS begin
|
|
1769
|
-
* with "aws." Customer-generated events can have any value here, as long as it doesn't begin
|
|
1770
|
-
* with "aws." We recommend the use of Java package-name style reverse domain-name strings. </p>
|
|
1771
|
-
*/
|
|
1078
|
+
|
|
1772
1079
|
source: string | undefined;
|
|
1773
|
-
|
|
1774
|
-
* <p>The ARN of the source that detected the incident.</p>
|
|
1775
|
-
*/
|
|
1080
|
+
|
|
1776
1081
|
triggerArn?: string;
|
|
1777
|
-
|
|
1778
|
-
* <p>The time that the incident was detected.</p>
|
|
1779
|
-
*/
|
|
1082
|
+
|
|
1780
1083
|
timestamp: Date | undefined;
|
|
1781
|
-
|
|
1782
|
-
* <p>Raw data passed from either EventBridge, CloudWatch, or Incident Manager when an
|
|
1783
|
-
* incident is created.</p>
|
|
1784
|
-
*/
|
|
1084
|
+
|
|
1785
1085
|
rawData?: string;
|
|
1786
1086
|
}
|
|
1787
1087
|
export declare namespace TriggerDetails {
|
|
1788
|
-
|
|
1789
|
-
* @internal
|
|
1790
|
-
*/
|
|
1088
|
+
|
|
1791
1089
|
const filterSensitiveLog: (obj: TriggerDetails) => any;
|
|
1792
1090
|
}
|
|
1793
1091
|
export interface StartIncidentInput {
|
|
1794
|
-
|
|
1795
|
-
* <p>A token ensuring that the action is called only once with the specified details.</p>
|
|
1796
|
-
*/
|
|
1092
|
+
|
|
1797
1093
|
clientToken?: string;
|
|
1798
|
-
|
|
1799
|
-
* <p>The Amazon Resource Name (ARN) of the response plan that pre-defines summary, chat
|
|
1800
|
-
* channels, SNS topics, runbooks, title, and impact of the incident. </p>
|
|
1801
|
-
*/
|
|
1094
|
+
|
|
1802
1095
|
responsePlanArn: string | undefined;
|
|
1803
|
-
|
|
1804
|
-
* <p>Provide a title for the incident. Providing a title overwrites the title provided by
|
|
1805
|
-
* the response plan. </p>
|
|
1806
|
-
*/
|
|
1096
|
+
|
|
1807
1097
|
title?: string;
|
|
1808
|
-
|
|
1809
|
-
* <p>Defines the impact to the customers. Providing an impact overwrites the impact
|
|
1810
|
-
* provided by a response plan.</p>
|
|
1811
|
-
* <p class="title">
|
|
1812
|
-
* <b>Possible impacts:</b>
|
|
1813
|
-
* </p>
|
|
1814
|
-
* <ul>
|
|
1815
|
-
* <li>
|
|
1816
|
-
* <p>
|
|
1817
|
-
* <code>1</code> - Critical impact, this typically relates to full application
|
|
1818
|
-
* failure that impacts many to all customers. </p>
|
|
1819
|
-
* </li>
|
|
1820
|
-
* <li>
|
|
1821
|
-
* <p>
|
|
1822
|
-
* <code>2</code> - High impact, partial application failure with impact to many
|
|
1823
|
-
* customers.</p>
|
|
1824
|
-
* </li>
|
|
1825
|
-
* <li>
|
|
1826
|
-
* <p>
|
|
1827
|
-
* <code>3</code> - Medium impact, the application is providing reduced service
|
|
1828
|
-
* to customers.</p>
|
|
1829
|
-
* </li>
|
|
1830
|
-
* <li>
|
|
1831
|
-
* <p>
|
|
1832
|
-
* <code>4</code> - Low impact, customer might aren't impacted by the problem
|
|
1833
|
-
* yet.</p>
|
|
1834
|
-
* </li>
|
|
1835
|
-
* <li>
|
|
1836
|
-
* <p>
|
|
1837
|
-
* <code>5</code> - No impact, customers aren't currently impacted but urgent
|
|
1838
|
-
* action is needed to avoid impact.</p>
|
|
1839
|
-
* </li>
|
|
1840
|
-
* </ul>
|
|
1841
|
-
*/
|
|
1098
|
+
|
|
1842
1099
|
impact?: number;
|
|
1843
|
-
|
|
1844
|
-
* <p>Details of what created the incident record in Incident Manager.</p>
|
|
1845
|
-
*/
|
|
1100
|
+
|
|
1846
1101
|
triggerDetails?: TriggerDetails;
|
|
1847
|
-
|
|
1848
|
-
* <p>Add related items to the incident for other responders to use. Related items are AWS
|
|
1849
|
-
* resources, external links, or files uploaded to an S3 bucket. </p>
|
|
1850
|
-
*/
|
|
1102
|
+
|
|
1851
1103
|
relatedItems?: RelatedItem[];
|
|
1852
1104
|
}
|
|
1853
1105
|
export declare namespace StartIncidentInput {
|
|
1854
|
-
|
|
1855
|
-
* @internal
|
|
1856
|
-
*/
|
|
1106
|
+
|
|
1857
1107
|
const filterSensitiveLog: (obj: StartIncidentInput) => any;
|
|
1858
1108
|
}
|
|
1859
1109
|
export interface StartIncidentOutput {
|
|
1860
|
-
|
|
1861
|
-
* <p>The ARN of the newly created incident record.</p>
|
|
1862
|
-
*/
|
|
1110
|
+
|
|
1863
1111
|
incidentRecordArn: string | undefined;
|
|
1864
1112
|
}
|
|
1865
1113
|
export declare namespace StartIncidentOutput {
|
|
1866
|
-
|
|
1867
|
-
* @internal
|
|
1868
|
-
*/
|
|
1114
|
+
|
|
1869
1115
|
const filterSensitiveLog: (obj: StartIncidentOutput) => any;
|
|
1870
1116
|
}
|
|
1871
1117
|
export interface TagResourceRequest {
|
|
1872
|
-
|
|
1873
|
-
* <p>The Amazon Resource Name (ARN) of the response plan you're adding the tags to.</p>
|
|
1874
|
-
*/
|
|
1118
|
+
|
|
1875
1119
|
resourceArn: string | undefined;
|
|
1876
|
-
|
|
1877
|
-
* <p>A list of tags that you are adding to the response plan.</p>
|
|
1878
|
-
*/
|
|
1120
|
+
|
|
1879
1121
|
tags: {
|
|
1880
1122
|
[key: string]: string;
|
|
1881
1123
|
} | undefined;
|
|
1882
1124
|
}
|
|
1883
1125
|
export declare namespace TagResourceRequest {
|
|
1884
|
-
|
|
1885
|
-
* @internal
|
|
1886
|
-
*/
|
|
1126
|
+
|
|
1887
1127
|
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1888
1128
|
}
|
|
1889
1129
|
export interface TagResourceResponse {
|
|
1890
1130
|
}
|
|
1891
1131
|
export declare namespace TagResourceResponse {
|
|
1892
|
-
|
|
1893
|
-
* @internal
|
|
1894
|
-
*/
|
|
1132
|
+
|
|
1895
1133
|
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1896
1134
|
}
|
|
1897
1135
|
export interface UntagResourceRequest {
|
|
1898
|
-
|
|
1899
|
-
* <p>The Amazon Resource Name (ARN) of the response plan you're removing a tag from.</p>
|
|
1900
|
-
*/
|
|
1136
|
+
|
|
1901
1137
|
resourceArn: string | undefined;
|
|
1902
|
-
|
|
1903
|
-
* <p>The name of the tag you're removing from the response plan.</p>
|
|
1904
|
-
*/
|
|
1138
|
+
|
|
1905
1139
|
tagKeys: string[] | undefined;
|
|
1906
1140
|
}
|
|
1907
1141
|
export declare namespace UntagResourceRequest {
|
|
1908
|
-
|
|
1909
|
-
* @internal
|
|
1910
|
-
*/
|
|
1142
|
+
|
|
1911
1143
|
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1912
1144
|
}
|
|
1913
1145
|
export interface UntagResourceResponse {
|
|
1914
1146
|
}
|
|
1915
1147
|
export declare namespace UntagResourceResponse {
|
|
1916
|
-
|
|
1917
|
-
* @internal
|
|
1918
|
-
*/
|
|
1148
|
+
|
|
1919
1149
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1920
1150
|
}
|
|
1921
1151
|
export interface UpdateDeletionProtectionInput {
|
|
1922
|
-
|
|
1923
|
-
* <p>The Amazon Resource Name (ARN) of the replication set you're updating.</p>
|
|
1924
|
-
*/
|
|
1152
|
+
|
|
1925
1153
|
arn: string | undefined;
|
|
1926
|
-
|
|
1927
|
-
* <p>Details if deletion protection is enabled or disabled in your account.</p>
|
|
1928
|
-
*/
|
|
1154
|
+
|
|
1929
1155
|
deletionProtected: boolean | undefined;
|
|
1930
|
-
|
|
1931
|
-
* <p>A token ensuring that the action is called only once with the specified details.</p>
|
|
1932
|
-
*/
|
|
1156
|
+
|
|
1933
1157
|
clientToken?: string;
|
|
1934
1158
|
}
|
|
1935
1159
|
export declare namespace UpdateDeletionProtectionInput {
|
|
1936
|
-
|
|
1937
|
-
* @internal
|
|
1938
|
-
*/
|
|
1160
|
+
|
|
1939
1161
|
const filterSensitiveLog: (obj: UpdateDeletionProtectionInput) => any;
|
|
1940
1162
|
}
|
|
1941
1163
|
export interface UpdateDeletionProtectionOutput {
|
|
1942
1164
|
}
|
|
1943
1165
|
export declare namespace UpdateDeletionProtectionOutput {
|
|
1944
|
-
|
|
1945
|
-
* @internal
|
|
1946
|
-
*/
|
|
1166
|
+
|
|
1947
1167
|
const filterSensitiveLog: (obj: UpdateDeletionProtectionOutput) => any;
|
|
1948
1168
|
}
|
|
1949
1169
|
export interface UpdateIncidentRecordInput {
|
|
1950
|
-
|
|
1951
|
-
* <p>A token ensuring that the action is called only once with the specified details.</p>
|
|
1952
|
-
*/
|
|
1170
|
+
|
|
1953
1171
|
clientToken?: string;
|
|
1954
|
-
|
|
1955
|
-
* <p>The Amazon Resource Name (ARN) of the incident record you are updating.</p>
|
|
1956
|
-
*/
|
|
1172
|
+
|
|
1957
1173
|
arn: string | undefined;
|
|
1958
|
-
|
|
1959
|
-
* <p>The title of the incident is a brief and easily recognizable.</p>
|
|
1960
|
-
*/
|
|
1174
|
+
|
|
1961
1175
|
title?: string;
|
|
1962
|
-
|
|
1963
|
-
* <p>The summary describes what has happened during the incident.</p>
|
|
1964
|
-
*/
|
|
1176
|
+
|
|
1965
1177
|
summary?: string;
|
|
1966
|
-
|
|
1967
|
-
* <p>Defines the impact to customers and applications. Providing an impact overwrites the
|
|
1968
|
-
* impact provided by the response plan.</p>
|
|
1969
|
-
* <p class="title">
|
|
1970
|
-
* <b>Possible impacts:</b>
|
|
1971
|
-
* </p>
|
|
1972
|
-
* <ul>
|
|
1973
|
-
* <li>
|
|
1974
|
-
* <p>
|
|
1975
|
-
* <code>1</code> - Critical impact, this typically relates to full application
|
|
1976
|
-
* failure that impacts many to all customers. </p>
|
|
1977
|
-
* </li>
|
|
1978
|
-
* <li>
|
|
1979
|
-
* <p>
|
|
1980
|
-
* <code>2</code> - High impact, partial application failure with impact to many
|
|
1981
|
-
* customers.</p>
|
|
1982
|
-
* </li>
|
|
1983
|
-
* <li>
|
|
1984
|
-
* <p>
|
|
1985
|
-
* <code>3</code> - Medium impact, the application is providing reduced service
|
|
1986
|
-
* to customers.</p>
|
|
1987
|
-
* </li>
|
|
1988
|
-
* <li>
|
|
1989
|
-
* <p>
|
|
1990
|
-
* <code>4</code> - Low impact, customer might aren't impacted by the problem
|
|
1991
|
-
* yet.</p>
|
|
1992
|
-
* </li>
|
|
1993
|
-
* <li>
|
|
1994
|
-
* <p>
|
|
1995
|
-
* <code>5</code> - No impact, customers aren't currently impacted but urgent
|
|
1996
|
-
* action is needed to avoid impact.</p>
|
|
1997
|
-
* </li>
|
|
1998
|
-
* </ul>
|
|
1999
|
-
*/
|
|
1178
|
+
|
|
2000
1179
|
impact?: number;
|
|
2001
|
-
|
|
2002
|
-
* <p>The status of the incident. An incident can be <code>Open</code> or <code>Resolved</code>.</p>
|
|
2003
|
-
*/
|
|
1180
|
+
|
|
2004
1181
|
status?: IncidentRecordStatus | string;
|
|
2005
|
-
|
|
2006
|
-
* <p>The AWS Chatbot chat channel for responders to collaborate in.</p>
|
|
2007
|
-
*/
|
|
1182
|
+
|
|
2008
1183
|
chatChannel?: ChatChannel;
|
|
2009
|
-
|
|
2010
|
-
* <p>The SNS targets that are notified when updates are made to an incident.</p>
|
|
2011
|
-
* <p>Using multiple SNS topics creates redundancy in the case that a Region is down during
|
|
2012
|
-
* the incident.</p>
|
|
2013
|
-
*/
|
|
1184
|
+
|
|
2014
1185
|
notificationTargets?: NotificationTargetItem[];
|
|
2015
1186
|
}
|
|
2016
1187
|
export declare namespace UpdateIncidentRecordInput {
|
|
2017
|
-
|
|
2018
|
-
* @internal
|
|
2019
|
-
*/
|
|
1188
|
+
|
|
2020
1189
|
const filterSensitiveLog: (obj: UpdateIncidentRecordInput) => any;
|
|
2021
1190
|
}
|
|
2022
1191
|
export interface UpdateIncidentRecordOutput {
|
|
2023
1192
|
}
|
|
2024
1193
|
export declare namespace UpdateIncidentRecordOutput {
|
|
2025
|
-
|
|
2026
|
-
* @internal
|
|
2027
|
-
*/
|
|
1194
|
+
|
|
2028
1195
|
const filterSensitiveLog: (obj: UpdateIncidentRecordOutput) => any;
|
|
2029
1196
|
}
|
|
2030
1197
|
export interface UpdateRelatedItemsInput {
|
|
2031
|
-
|
|
2032
|
-
* <p>A token ensuring that the action is called only once with the specified details.</p>
|
|
2033
|
-
*/
|
|
1198
|
+
|
|
2034
1199
|
clientToken?: string;
|
|
2035
|
-
|
|
2036
|
-
* <p>The Amazon Resource Name (ARN) of the incident record you are updating related items
|
|
2037
|
-
* in.</p>
|
|
2038
|
-
*/
|
|
1200
|
+
|
|
2039
1201
|
incidentRecordArn: string | undefined;
|
|
2040
|
-
|
|
2041
|
-
* <p>Details about the item you are adding or deleting.</p>
|
|
2042
|
-
*/
|
|
1202
|
+
|
|
2043
1203
|
relatedItemsUpdate: RelatedItemsUpdate | undefined;
|
|
2044
1204
|
}
|
|
2045
1205
|
export declare namespace UpdateRelatedItemsInput {
|
|
2046
|
-
|
|
2047
|
-
* @internal
|
|
2048
|
-
*/
|
|
1206
|
+
|
|
2049
1207
|
const filterSensitiveLog: (obj: UpdateRelatedItemsInput) => any;
|
|
2050
1208
|
}
|
|
2051
1209
|
export interface UpdateRelatedItemsOutput {
|
|
2052
1210
|
}
|
|
2053
1211
|
export declare namespace UpdateRelatedItemsOutput {
|
|
2054
|
-
|
|
2055
|
-
* @internal
|
|
2056
|
-
*/
|
|
1212
|
+
|
|
2057
1213
|
const filterSensitiveLog: (obj: UpdateRelatedItemsOutput) => any;
|
|
2058
1214
|
}
|
|
2059
|
-
|
|
2060
|
-
* <p>Details used when updating the replication set.</p>
|
|
2061
|
-
*/
|
|
1215
|
+
|
|
2062
1216
|
export declare type UpdateReplicationSetAction = UpdateReplicationSetAction.AddRegionActionMember | UpdateReplicationSetAction.DeleteRegionActionMember | UpdateReplicationSetAction.$UnknownMember;
|
|
2063
1217
|
export declare namespace UpdateReplicationSetAction {
|
|
2064
|
-
|
|
2065
|
-
* <p>Details about the Region that you're adding to the replication set.</p>
|
|
2066
|
-
*/
|
|
1218
|
+
|
|
2067
1219
|
interface AddRegionActionMember {
|
|
2068
1220
|
addRegionAction: AddRegionAction;
|
|
2069
1221
|
deleteRegionAction?: never;
|
|
2070
1222
|
$unknown?: never;
|
|
2071
1223
|
}
|
|
2072
|
-
|
|
2073
|
-
* <p>Details about the Region that you're deleting to the replication set.</p>
|
|
2074
|
-
*/
|
|
1224
|
+
|
|
2075
1225
|
interface DeleteRegionActionMember {
|
|
2076
1226
|
addRegionAction?: never;
|
|
2077
1227
|
deleteRegionAction: DeleteRegionAction;
|
|
@@ -2091,168 +1241,82 @@ export declare namespace UpdateReplicationSetAction {
|
|
|
2091
1241
|
_: (name: string, value: any) => T;
|
|
2092
1242
|
}
|
|
2093
1243
|
const visit: <T>(value: UpdateReplicationSetAction, visitor: Visitor<T>) => T;
|
|
2094
|
-
|
|
2095
|
-
* @internal
|
|
2096
|
-
*/
|
|
1244
|
+
|
|
2097
1245
|
const filterSensitiveLog: (obj: UpdateReplicationSetAction) => any;
|
|
2098
1246
|
}
|
|
2099
1247
|
export interface UpdateReplicationSetInput {
|
|
2100
|
-
|
|
2101
|
-
* <p>The Amazon Resource Name (ARN) of the replication set you're updating.</p>
|
|
2102
|
-
*/
|
|
1248
|
+
|
|
2103
1249
|
arn: string | undefined;
|
|
2104
|
-
|
|
2105
|
-
* <p>An action to add or delete a Region.</p>
|
|
2106
|
-
*/
|
|
1250
|
+
|
|
2107
1251
|
actions: UpdateReplicationSetAction[] | undefined;
|
|
2108
|
-
|
|
2109
|
-
* <p>A token ensuring that the action is called only once with the specified details.</p>
|
|
2110
|
-
*/
|
|
1252
|
+
|
|
2111
1253
|
clientToken?: string;
|
|
2112
1254
|
}
|
|
2113
1255
|
export declare namespace UpdateReplicationSetInput {
|
|
2114
|
-
|
|
2115
|
-
* @internal
|
|
2116
|
-
*/
|
|
1256
|
+
|
|
2117
1257
|
const filterSensitiveLog: (obj: UpdateReplicationSetInput) => any;
|
|
2118
1258
|
}
|
|
2119
1259
|
export interface UpdateReplicationSetOutput {
|
|
2120
1260
|
}
|
|
2121
1261
|
export declare namespace UpdateReplicationSetOutput {
|
|
2122
|
-
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
1262
|
+
|
|
2125
1263
|
const filterSensitiveLog: (obj: UpdateReplicationSetOutput) => any;
|
|
2126
1264
|
}
|
|
2127
1265
|
export interface UpdateResponsePlanInput {
|
|
2128
|
-
|
|
2129
|
-
* <p>A token ensuring that the action is called only once with the specified details.</p>
|
|
2130
|
-
*/
|
|
1266
|
+
|
|
2131
1267
|
clientToken?: string;
|
|
2132
|
-
|
|
2133
|
-
* <p>The Amazon Resource Name (ARN) of the response plan.</p>
|
|
2134
|
-
*/
|
|
1268
|
+
|
|
2135
1269
|
arn: string | undefined;
|
|
2136
|
-
|
|
2137
|
-
* <p>The long format name of the response plan. Can't contain spaces.</p>
|
|
2138
|
-
*/
|
|
1270
|
+
|
|
2139
1271
|
displayName?: string;
|
|
2140
|
-
|
|
2141
|
-
* <p>The short format name of the incident. Can't contain spaces.</p>
|
|
2142
|
-
*/
|
|
1272
|
+
|
|
2143
1273
|
incidentTemplateTitle?: string;
|
|
2144
|
-
|
|
2145
|
-
* <p>Defines the impact to the customers. Providing an impact overwrites the impact
|
|
2146
|
-
* provided by a response plan.</p>
|
|
2147
|
-
* <p class="title">
|
|
2148
|
-
* <b>Possible impacts:</b>
|
|
2149
|
-
* </p>
|
|
2150
|
-
* <ul>
|
|
2151
|
-
* <li>
|
|
2152
|
-
* <p>
|
|
2153
|
-
* <code>5</code> - Severe impact</p>
|
|
2154
|
-
* </li>
|
|
2155
|
-
* <li>
|
|
2156
|
-
* <p>
|
|
2157
|
-
* <code>4</code> - High impact</p>
|
|
2158
|
-
* </li>
|
|
2159
|
-
* <li>
|
|
2160
|
-
* <p>
|
|
2161
|
-
* <code>3</code> - Medium impact</p>
|
|
2162
|
-
* </li>
|
|
2163
|
-
* <li>
|
|
2164
|
-
* <p>
|
|
2165
|
-
* <code>2</code> - Low impact</p>
|
|
2166
|
-
* </li>
|
|
2167
|
-
* <li>
|
|
2168
|
-
* <p>
|
|
2169
|
-
* <code>1</code> - No impact</p>
|
|
2170
|
-
* </li>
|
|
2171
|
-
* </ul>
|
|
2172
|
-
*/
|
|
1274
|
+
|
|
2173
1275
|
incidentTemplateImpact?: number;
|
|
2174
|
-
|
|
2175
|
-
* <p>A brief summary of the incident. This typically contains what has happened, what's
|
|
2176
|
-
* currently happening, and next steps.</p>
|
|
2177
|
-
*/
|
|
1276
|
+
|
|
2178
1277
|
incidentTemplateSummary?: string;
|
|
2179
|
-
|
|
2180
|
-
* <p>Used to create only one incident record for an incident.</p>
|
|
2181
|
-
*/
|
|
1278
|
+
|
|
2182
1279
|
incidentTemplateDedupeString?: string;
|
|
2183
|
-
|
|
2184
|
-
* <p>The SNS targets that are notified when updates are made to an incident.</p>
|
|
2185
|
-
*/
|
|
1280
|
+
|
|
2186
1281
|
incidentTemplateNotificationTargets?: NotificationTargetItem[];
|
|
2187
|
-
|
|
2188
|
-
* <p>The
|
|
2189
|
-
* AWS
|
|
2190
|
-
* Chatbot chat channel used for collaboration during an
|
|
2191
|
-
* incident.</p>
|
|
2192
|
-
* <p>Use the empty structure to remove the chat channel from the response plan.</p>
|
|
2193
|
-
*/
|
|
1282
|
+
|
|
2194
1283
|
chatChannel?: ChatChannel;
|
|
2195
|
-
|
|
2196
|
-
* <p>The contacts and escalation plans that Incident Manager engages at the start of the incident.</p>
|
|
2197
|
-
*/
|
|
1284
|
+
|
|
2198
1285
|
engagements?: string[];
|
|
2199
|
-
|
|
2200
|
-
* <p>The actions that this response plan takes at the beginning of an incident.</p>
|
|
2201
|
-
*/
|
|
1286
|
+
|
|
2202
1287
|
actions?: Action[];
|
|
2203
1288
|
}
|
|
2204
1289
|
export declare namespace UpdateResponsePlanInput {
|
|
2205
|
-
|
|
2206
|
-
* @internal
|
|
2207
|
-
*/
|
|
1290
|
+
|
|
2208
1291
|
const filterSensitiveLog: (obj: UpdateResponsePlanInput) => any;
|
|
2209
1292
|
}
|
|
2210
1293
|
export interface UpdateResponsePlanOutput {
|
|
2211
1294
|
}
|
|
2212
1295
|
export declare namespace UpdateResponsePlanOutput {
|
|
2213
|
-
|
|
2214
|
-
* @internal
|
|
2215
|
-
*/
|
|
1296
|
+
|
|
2216
1297
|
const filterSensitiveLog: (obj: UpdateResponsePlanOutput) => any;
|
|
2217
1298
|
}
|
|
2218
1299
|
export interface UpdateTimelineEventInput {
|
|
2219
|
-
|
|
2220
|
-
* <p>A token ensuring that the action is called only once with the specified details.</p>
|
|
2221
|
-
*/
|
|
1300
|
+
|
|
2222
1301
|
clientToken?: string;
|
|
2223
|
-
|
|
2224
|
-
* <p>The Amazon Resource Name (ARN) of the incident that the timeline event is part
|
|
2225
|
-
* of.</p>
|
|
2226
|
-
*/
|
|
1302
|
+
|
|
2227
1303
|
incidentRecordArn: string | undefined;
|
|
2228
|
-
|
|
2229
|
-
* <p>The ID of the event you are updating. You can find this by using <code>ListTimelineEvents</code>.</p>
|
|
2230
|
-
*/
|
|
1304
|
+
|
|
2231
1305
|
eventId: string | undefined;
|
|
2232
|
-
|
|
2233
|
-
* <p>The time that the event occurred.</p>
|
|
2234
|
-
*/
|
|
1306
|
+
|
|
2235
1307
|
eventTime?: Date;
|
|
2236
|
-
|
|
2237
|
-
* <p>The type of the event. You can update events of type <code>Custom Event</code>.</p>
|
|
2238
|
-
*/
|
|
1308
|
+
|
|
2239
1309
|
eventType?: string;
|
|
2240
|
-
|
|
2241
|
-
* <p>A short description of the event.</p>
|
|
2242
|
-
*/
|
|
1310
|
+
|
|
2243
1311
|
eventData?: string;
|
|
2244
1312
|
}
|
|
2245
1313
|
export declare namespace UpdateTimelineEventInput {
|
|
2246
|
-
|
|
2247
|
-
* @internal
|
|
2248
|
-
*/
|
|
1314
|
+
|
|
2249
1315
|
const filterSensitiveLog: (obj: UpdateTimelineEventInput) => any;
|
|
2250
1316
|
}
|
|
2251
1317
|
export interface UpdateTimelineEventOutput {
|
|
2252
1318
|
}
|
|
2253
1319
|
export declare namespace UpdateTimelineEventOutput {
|
|
2254
|
-
|
|
2255
|
-
* @internal
|
|
2256
|
-
*/
|
|
1320
|
+
|
|
2257
1321
|
const filterSensitiveLog: (obj: UpdateTimelineEventOutput) => any;
|
|
2258
1322
|
}
|