@aws-sdk/client-ssm-incidents 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SSMIncidents.d.ts +526 -150
  3. package/dist-types/ts3.4/SSMIncidentsClient.d.ts +304 -102
  4. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/index.d.ts +29 -29
  34. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  35. package/dist-types/ts3.4/index.d.ts +7 -7
  36. package/dist-types/ts3.4/models/SSMIncidentsServiceException.d.ts +8 -6
  37. package/dist-types/ts3.4/models/index.d.ts +1 -1
  38. package/dist-types/ts3.4/models/models_0.d.ts +1250 -1173
  39. package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  41. package/dist-types/ts3.4/pagination/ListIncidentRecordsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListRelatedItemsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListReplicationSetsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListResponsePlansPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListTimelineEventsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  47. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +353 -89
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  52. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  53. package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetActive.d.ts +13 -7
  54. package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetDeleted.d.ts +13 -7
  55. package/package.json +35 -35
@@ -1,150 +1,526 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput } from "./commands/CreateReplicationSetCommand";
3
- import { CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput } from "./commands/CreateResponsePlanCommand";
4
- import { CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput } from "./commands/CreateTimelineEventCommand";
5
- import { DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput } from "./commands/DeleteIncidentRecordCommand";
6
- import { DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput } from "./commands/DeleteReplicationSetCommand";
7
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
8
- import { DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput } from "./commands/DeleteResponsePlanCommand";
9
- import { DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput } from "./commands/DeleteTimelineEventCommand";
10
- import { GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput } from "./commands/GetIncidentRecordCommand";
11
- import { GetReplicationSetCommandInput, GetReplicationSetCommandOutput } from "./commands/GetReplicationSetCommand";
12
- import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "./commands/GetResourcePoliciesCommand";
13
- import { GetResponsePlanCommandInput, GetResponsePlanCommandOutput } from "./commands/GetResponsePlanCommand";
14
- import { GetTimelineEventCommandInput, GetTimelineEventCommandOutput } from "./commands/GetTimelineEventCommand";
15
- import { ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput } from "./commands/ListIncidentRecordsCommand";
16
- import { ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput } from "./commands/ListRelatedItemsCommand";
17
- import { ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput } from "./commands/ListReplicationSetsCommand";
18
- import { ListResponsePlansCommandInput, ListResponsePlansCommandOutput } from "./commands/ListResponsePlansCommand";
19
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
20
- import { ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput } from "./commands/ListTimelineEventsCommand";
21
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
22
- import { StartIncidentCommandInput, StartIncidentCommandOutput } from "./commands/StartIncidentCommand";
23
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
24
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
25
- import { UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput } from "./commands/UpdateDeletionProtectionCommand";
26
- import { UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput } from "./commands/UpdateIncidentRecordCommand";
27
- import { UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput } from "./commands/UpdateRelatedItemsCommand";
28
- import { UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput } from "./commands/UpdateReplicationSetCommand";
29
- import { UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput } from "./commands/UpdateResponsePlanCommand";
30
- import { UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput } from "./commands/UpdateTimelineEventCommand";
31
- import { SSMIncidentsClient } from "./SSMIncidentsClient";
32
-
33
- export declare class SSMIncidents extends SSMIncidentsClient {
34
-
35
- createReplicationSet(args: CreateReplicationSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateReplicationSetCommandOutput>;
36
- createReplicationSet(args: CreateReplicationSetCommandInput, cb: (err: any, data?: CreateReplicationSetCommandOutput) => void): void;
37
- createReplicationSet(args: CreateReplicationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReplicationSetCommandOutput) => void): void;
38
-
39
- createResponsePlan(args: CreateResponsePlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateResponsePlanCommandOutput>;
40
- createResponsePlan(args: CreateResponsePlanCommandInput, cb: (err: any, data?: CreateResponsePlanCommandOutput) => void): void;
41
- createResponsePlan(args: CreateResponsePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResponsePlanCommandOutput) => void): void;
42
-
43
- createTimelineEvent(args: CreateTimelineEventCommandInput, options?: __HttpHandlerOptions): Promise<CreateTimelineEventCommandOutput>;
44
- createTimelineEvent(args: CreateTimelineEventCommandInput, cb: (err: any, data?: CreateTimelineEventCommandOutput) => void): void;
45
- createTimelineEvent(args: CreateTimelineEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTimelineEventCommandOutput) => void): void;
46
-
47
- deleteIncidentRecord(args: DeleteIncidentRecordCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIncidentRecordCommandOutput>;
48
- deleteIncidentRecord(args: DeleteIncidentRecordCommandInput, cb: (err: any, data?: DeleteIncidentRecordCommandOutput) => void): void;
49
- deleteIncidentRecord(args: DeleteIncidentRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIncidentRecordCommandOutput) => void): void;
50
-
51
- deleteReplicationSet(args: DeleteReplicationSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReplicationSetCommandOutput>;
52
- deleteReplicationSet(args: DeleteReplicationSetCommandInput, cb: (err: any, data?: DeleteReplicationSetCommandOutput) => void): void;
53
- deleteReplicationSet(args: DeleteReplicationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReplicationSetCommandOutput) => void): void;
54
-
55
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
56
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
57
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
58
-
59
- deleteResponsePlan(args: DeleteResponsePlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResponsePlanCommandOutput>;
60
- deleteResponsePlan(args: DeleteResponsePlanCommandInput, cb: (err: any, data?: DeleteResponsePlanCommandOutput) => void): void;
61
- deleteResponsePlan(args: DeleteResponsePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResponsePlanCommandOutput) => void): void;
62
-
63
- deleteTimelineEvent(args: DeleteTimelineEventCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTimelineEventCommandOutput>;
64
- deleteTimelineEvent(args: DeleteTimelineEventCommandInput, cb: (err: any, data?: DeleteTimelineEventCommandOutput) => void): void;
65
- deleteTimelineEvent(args: DeleteTimelineEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTimelineEventCommandOutput) => void): void;
66
-
67
- getIncidentRecord(args: GetIncidentRecordCommandInput, options?: __HttpHandlerOptions): Promise<GetIncidentRecordCommandOutput>;
68
- getIncidentRecord(args: GetIncidentRecordCommandInput, cb: (err: any, data?: GetIncidentRecordCommandOutput) => void): void;
69
- getIncidentRecord(args: GetIncidentRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIncidentRecordCommandOutput) => void): void;
70
-
71
- getReplicationSet(args: GetReplicationSetCommandInput, options?: __HttpHandlerOptions): Promise<GetReplicationSetCommandOutput>;
72
- getReplicationSet(args: GetReplicationSetCommandInput, cb: (err: any, data?: GetReplicationSetCommandOutput) => void): void;
73
- getReplicationSet(args: GetReplicationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReplicationSetCommandOutput) => void): void;
74
-
75
- getResourcePolicies(args: GetResourcePoliciesCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePoliciesCommandOutput>;
76
- getResourcePolicies(args: GetResourcePoliciesCommandInput, cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void): void;
77
- getResourcePolicies(args: GetResourcePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void): void;
78
-
79
- getResponsePlan(args: GetResponsePlanCommandInput, options?: __HttpHandlerOptions): Promise<GetResponsePlanCommandOutput>;
80
- getResponsePlan(args: GetResponsePlanCommandInput, cb: (err: any, data?: GetResponsePlanCommandOutput) => void): void;
81
- getResponsePlan(args: GetResponsePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResponsePlanCommandOutput) => void): void;
82
-
83
- getTimelineEvent(args: GetTimelineEventCommandInput, options?: __HttpHandlerOptions): Promise<GetTimelineEventCommandOutput>;
84
- getTimelineEvent(args: GetTimelineEventCommandInput, cb: (err: any, data?: GetTimelineEventCommandOutput) => void): void;
85
- getTimelineEvent(args: GetTimelineEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTimelineEventCommandOutput) => void): void;
86
-
87
- listIncidentRecords(args: ListIncidentRecordsCommandInput, options?: __HttpHandlerOptions): Promise<ListIncidentRecordsCommandOutput>;
88
- listIncidentRecords(args: ListIncidentRecordsCommandInput, cb: (err: any, data?: ListIncidentRecordsCommandOutput) => void): void;
89
- listIncidentRecords(args: ListIncidentRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIncidentRecordsCommandOutput) => void): void;
90
-
91
- listRelatedItems(args: ListRelatedItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListRelatedItemsCommandOutput>;
92
- listRelatedItems(args: ListRelatedItemsCommandInput, cb: (err: any, data?: ListRelatedItemsCommandOutput) => void): void;
93
- listRelatedItems(args: ListRelatedItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRelatedItemsCommandOutput) => void): void;
94
-
95
- listReplicationSets(args: ListReplicationSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListReplicationSetsCommandOutput>;
96
- listReplicationSets(args: ListReplicationSetsCommandInput, cb: (err: any, data?: ListReplicationSetsCommandOutput) => void): void;
97
- listReplicationSets(args: ListReplicationSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReplicationSetsCommandOutput) => void): void;
98
-
99
- listResponsePlans(args: ListResponsePlansCommandInput, options?: __HttpHandlerOptions): Promise<ListResponsePlansCommandOutput>;
100
- listResponsePlans(args: ListResponsePlansCommandInput, cb: (err: any, data?: ListResponsePlansCommandOutput) => void): void;
101
- listResponsePlans(args: ListResponsePlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResponsePlansCommandOutput) => void): void;
102
-
103
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
104
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
105
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
106
-
107
- listTimelineEvents(args: ListTimelineEventsCommandInput, options?: __HttpHandlerOptions): Promise<ListTimelineEventsCommandOutput>;
108
- listTimelineEvents(args: ListTimelineEventsCommandInput, cb: (err: any, data?: ListTimelineEventsCommandOutput) => void): void;
109
- listTimelineEvents(args: ListTimelineEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTimelineEventsCommandOutput) => void): void;
110
-
111
- putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
112
- putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
113
- putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
114
-
115
- startIncident(args: StartIncidentCommandInput, options?: __HttpHandlerOptions): Promise<StartIncidentCommandOutput>;
116
- startIncident(args: StartIncidentCommandInput, cb: (err: any, data?: StartIncidentCommandOutput) => void): void;
117
- startIncident(args: StartIncidentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartIncidentCommandOutput) => void): void;
118
-
119
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
120
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
121
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
122
-
123
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
124
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
125
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
126
-
127
- updateDeletionProtection(args: UpdateDeletionProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeletionProtectionCommandOutput>;
128
- updateDeletionProtection(args: UpdateDeletionProtectionCommandInput, cb: (err: any, data?: UpdateDeletionProtectionCommandOutput) => void): void;
129
- updateDeletionProtection(args: UpdateDeletionProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeletionProtectionCommandOutput) => void): void;
130
-
131
- updateIncidentRecord(args: UpdateIncidentRecordCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIncidentRecordCommandOutput>;
132
- updateIncidentRecord(args: UpdateIncidentRecordCommandInput, cb: (err: any, data?: UpdateIncidentRecordCommandOutput) => void): void;
133
- updateIncidentRecord(args: UpdateIncidentRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIncidentRecordCommandOutput) => void): void;
134
-
135
- updateRelatedItems(args: UpdateRelatedItemsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRelatedItemsCommandOutput>;
136
- updateRelatedItems(args: UpdateRelatedItemsCommandInput, cb: (err: any, data?: UpdateRelatedItemsCommandOutput) => void): void;
137
- updateRelatedItems(args: UpdateRelatedItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRelatedItemsCommandOutput) => void): void;
138
-
139
- updateReplicationSet(args: UpdateReplicationSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReplicationSetCommandOutput>;
140
- updateReplicationSet(args: UpdateReplicationSetCommandInput, cb: (err: any, data?: UpdateReplicationSetCommandOutput) => void): void;
141
- updateReplicationSet(args: UpdateReplicationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReplicationSetCommandOutput) => void): void;
142
-
143
- updateResponsePlan(args: UpdateResponsePlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResponsePlanCommandOutput>;
144
- updateResponsePlan(args: UpdateResponsePlanCommandInput, cb: (err: any, data?: UpdateResponsePlanCommandOutput) => void): void;
145
- updateResponsePlan(args: UpdateResponsePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResponsePlanCommandOutput) => void): void;
146
-
147
- updateTimelineEvent(args: UpdateTimelineEventCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTimelineEventCommandOutput>;
148
- updateTimelineEvent(args: UpdateTimelineEventCommandInput, cb: (err: any, data?: UpdateTimelineEventCommandOutput) => void): void;
149
- updateTimelineEvent(args: UpdateTimelineEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTimelineEventCommandOutput) => void): void;
150
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateReplicationSetCommandInput,
4
+ CreateReplicationSetCommandOutput,
5
+ } from "./commands/CreateReplicationSetCommand";
6
+ import {
7
+ CreateResponsePlanCommandInput,
8
+ CreateResponsePlanCommandOutput,
9
+ } from "./commands/CreateResponsePlanCommand";
10
+ import {
11
+ CreateTimelineEventCommandInput,
12
+ CreateTimelineEventCommandOutput,
13
+ } from "./commands/CreateTimelineEventCommand";
14
+ import {
15
+ DeleteIncidentRecordCommandInput,
16
+ DeleteIncidentRecordCommandOutput,
17
+ } from "./commands/DeleteIncidentRecordCommand";
18
+ import {
19
+ DeleteReplicationSetCommandInput,
20
+ DeleteReplicationSetCommandOutput,
21
+ } from "./commands/DeleteReplicationSetCommand";
22
+ import {
23
+ DeleteResourcePolicyCommandInput,
24
+ DeleteResourcePolicyCommandOutput,
25
+ } from "./commands/DeleteResourcePolicyCommand";
26
+ import {
27
+ DeleteResponsePlanCommandInput,
28
+ DeleteResponsePlanCommandOutput,
29
+ } from "./commands/DeleteResponsePlanCommand";
30
+ import {
31
+ DeleteTimelineEventCommandInput,
32
+ DeleteTimelineEventCommandOutput,
33
+ } from "./commands/DeleteTimelineEventCommand";
34
+ import {
35
+ GetIncidentRecordCommandInput,
36
+ GetIncidentRecordCommandOutput,
37
+ } from "./commands/GetIncidentRecordCommand";
38
+ import {
39
+ GetReplicationSetCommandInput,
40
+ GetReplicationSetCommandOutput,
41
+ } from "./commands/GetReplicationSetCommand";
42
+ import {
43
+ GetResourcePoliciesCommandInput,
44
+ GetResourcePoliciesCommandOutput,
45
+ } from "./commands/GetResourcePoliciesCommand";
46
+ import {
47
+ GetResponsePlanCommandInput,
48
+ GetResponsePlanCommandOutput,
49
+ } from "./commands/GetResponsePlanCommand";
50
+ import {
51
+ GetTimelineEventCommandInput,
52
+ GetTimelineEventCommandOutput,
53
+ } from "./commands/GetTimelineEventCommand";
54
+ import {
55
+ ListIncidentRecordsCommandInput,
56
+ ListIncidentRecordsCommandOutput,
57
+ } from "./commands/ListIncidentRecordsCommand";
58
+ import {
59
+ ListRelatedItemsCommandInput,
60
+ ListRelatedItemsCommandOutput,
61
+ } from "./commands/ListRelatedItemsCommand";
62
+ import {
63
+ ListReplicationSetsCommandInput,
64
+ ListReplicationSetsCommandOutput,
65
+ } from "./commands/ListReplicationSetsCommand";
66
+ import {
67
+ ListResponsePlansCommandInput,
68
+ ListResponsePlansCommandOutput,
69
+ } from "./commands/ListResponsePlansCommand";
70
+ import {
71
+ ListTagsForResourceCommandInput,
72
+ ListTagsForResourceCommandOutput,
73
+ } from "./commands/ListTagsForResourceCommand";
74
+ import {
75
+ ListTimelineEventsCommandInput,
76
+ ListTimelineEventsCommandOutput,
77
+ } from "./commands/ListTimelineEventsCommand";
78
+ import {
79
+ PutResourcePolicyCommandInput,
80
+ PutResourcePolicyCommandOutput,
81
+ } from "./commands/PutResourcePolicyCommand";
82
+ import {
83
+ StartIncidentCommandInput,
84
+ StartIncidentCommandOutput,
85
+ } from "./commands/StartIncidentCommand";
86
+ import {
87
+ TagResourceCommandInput,
88
+ TagResourceCommandOutput,
89
+ } from "./commands/TagResourceCommand";
90
+ import {
91
+ UntagResourceCommandInput,
92
+ UntagResourceCommandOutput,
93
+ } from "./commands/UntagResourceCommand";
94
+ import {
95
+ UpdateDeletionProtectionCommandInput,
96
+ UpdateDeletionProtectionCommandOutput,
97
+ } from "./commands/UpdateDeletionProtectionCommand";
98
+ import {
99
+ UpdateIncidentRecordCommandInput,
100
+ UpdateIncidentRecordCommandOutput,
101
+ } from "./commands/UpdateIncidentRecordCommand";
102
+ import {
103
+ UpdateRelatedItemsCommandInput,
104
+ UpdateRelatedItemsCommandOutput,
105
+ } from "./commands/UpdateRelatedItemsCommand";
106
+ import {
107
+ UpdateReplicationSetCommandInput,
108
+ UpdateReplicationSetCommandOutput,
109
+ } from "./commands/UpdateReplicationSetCommand";
110
+ import {
111
+ UpdateResponsePlanCommandInput,
112
+ UpdateResponsePlanCommandOutput,
113
+ } from "./commands/UpdateResponsePlanCommand";
114
+ import {
115
+ UpdateTimelineEventCommandInput,
116
+ UpdateTimelineEventCommandOutput,
117
+ } from "./commands/UpdateTimelineEventCommand";
118
+ import { SSMIncidentsClient } from "./SSMIncidentsClient";
119
+
120
+ export declare class SSMIncidents extends SSMIncidentsClient {
121
+ createReplicationSet(
122
+ args: CreateReplicationSetCommandInput,
123
+ options?: __HttpHandlerOptions
124
+ ): Promise<CreateReplicationSetCommandOutput>;
125
+ createReplicationSet(
126
+ args: CreateReplicationSetCommandInput,
127
+ cb: (err: any, data?: CreateReplicationSetCommandOutput) => void
128
+ ): void;
129
+ createReplicationSet(
130
+ args: CreateReplicationSetCommandInput,
131
+ options: __HttpHandlerOptions,
132
+ cb: (err: any, data?: CreateReplicationSetCommandOutput) => void
133
+ ): void;
134
+
135
+ createResponsePlan(
136
+ args: CreateResponsePlanCommandInput,
137
+ options?: __HttpHandlerOptions
138
+ ): Promise<CreateResponsePlanCommandOutput>;
139
+ createResponsePlan(
140
+ args: CreateResponsePlanCommandInput,
141
+ cb: (err: any, data?: CreateResponsePlanCommandOutput) => void
142
+ ): void;
143
+ createResponsePlan(
144
+ args: CreateResponsePlanCommandInput,
145
+ options: __HttpHandlerOptions,
146
+ cb: (err: any, data?: CreateResponsePlanCommandOutput) => void
147
+ ): void;
148
+
149
+ createTimelineEvent(
150
+ args: CreateTimelineEventCommandInput,
151
+ options?: __HttpHandlerOptions
152
+ ): Promise<CreateTimelineEventCommandOutput>;
153
+ createTimelineEvent(
154
+ args: CreateTimelineEventCommandInput,
155
+ cb: (err: any, data?: CreateTimelineEventCommandOutput) => void
156
+ ): void;
157
+ createTimelineEvent(
158
+ args: CreateTimelineEventCommandInput,
159
+ options: __HttpHandlerOptions,
160
+ cb: (err: any, data?: CreateTimelineEventCommandOutput) => void
161
+ ): void;
162
+
163
+ deleteIncidentRecord(
164
+ args: DeleteIncidentRecordCommandInput,
165
+ options?: __HttpHandlerOptions
166
+ ): Promise<DeleteIncidentRecordCommandOutput>;
167
+ deleteIncidentRecord(
168
+ args: DeleteIncidentRecordCommandInput,
169
+ cb: (err: any, data?: DeleteIncidentRecordCommandOutput) => void
170
+ ): void;
171
+ deleteIncidentRecord(
172
+ args: DeleteIncidentRecordCommandInput,
173
+ options: __HttpHandlerOptions,
174
+ cb: (err: any, data?: DeleteIncidentRecordCommandOutput) => void
175
+ ): void;
176
+
177
+ deleteReplicationSet(
178
+ args: DeleteReplicationSetCommandInput,
179
+ options?: __HttpHandlerOptions
180
+ ): Promise<DeleteReplicationSetCommandOutput>;
181
+ deleteReplicationSet(
182
+ args: DeleteReplicationSetCommandInput,
183
+ cb: (err: any, data?: DeleteReplicationSetCommandOutput) => void
184
+ ): void;
185
+ deleteReplicationSet(
186
+ args: DeleteReplicationSetCommandInput,
187
+ options: __HttpHandlerOptions,
188
+ cb: (err: any, data?: DeleteReplicationSetCommandOutput) => void
189
+ ): void;
190
+
191
+ deleteResourcePolicy(
192
+ args: DeleteResourcePolicyCommandInput,
193
+ options?: __HttpHandlerOptions
194
+ ): Promise<DeleteResourcePolicyCommandOutput>;
195
+ deleteResourcePolicy(
196
+ args: DeleteResourcePolicyCommandInput,
197
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
198
+ ): void;
199
+ deleteResourcePolicy(
200
+ args: DeleteResourcePolicyCommandInput,
201
+ options: __HttpHandlerOptions,
202
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
203
+ ): void;
204
+
205
+ deleteResponsePlan(
206
+ args: DeleteResponsePlanCommandInput,
207
+ options?: __HttpHandlerOptions
208
+ ): Promise<DeleteResponsePlanCommandOutput>;
209
+ deleteResponsePlan(
210
+ args: DeleteResponsePlanCommandInput,
211
+ cb: (err: any, data?: DeleteResponsePlanCommandOutput) => void
212
+ ): void;
213
+ deleteResponsePlan(
214
+ args: DeleteResponsePlanCommandInput,
215
+ options: __HttpHandlerOptions,
216
+ cb: (err: any, data?: DeleteResponsePlanCommandOutput) => void
217
+ ): void;
218
+
219
+ deleteTimelineEvent(
220
+ args: DeleteTimelineEventCommandInput,
221
+ options?: __HttpHandlerOptions
222
+ ): Promise<DeleteTimelineEventCommandOutput>;
223
+ deleteTimelineEvent(
224
+ args: DeleteTimelineEventCommandInput,
225
+ cb: (err: any, data?: DeleteTimelineEventCommandOutput) => void
226
+ ): void;
227
+ deleteTimelineEvent(
228
+ args: DeleteTimelineEventCommandInput,
229
+ options: __HttpHandlerOptions,
230
+ cb: (err: any, data?: DeleteTimelineEventCommandOutput) => void
231
+ ): void;
232
+
233
+ getIncidentRecord(
234
+ args: GetIncidentRecordCommandInput,
235
+ options?: __HttpHandlerOptions
236
+ ): Promise<GetIncidentRecordCommandOutput>;
237
+ getIncidentRecord(
238
+ args: GetIncidentRecordCommandInput,
239
+ cb: (err: any, data?: GetIncidentRecordCommandOutput) => void
240
+ ): void;
241
+ getIncidentRecord(
242
+ args: GetIncidentRecordCommandInput,
243
+ options: __HttpHandlerOptions,
244
+ cb: (err: any, data?: GetIncidentRecordCommandOutput) => void
245
+ ): void;
246
+
247
+ getReplicationSet(
248
+ args: GetReplicationSetCommandInput,
249
+ options?: __HttpHandlerOptions
250
+ ): Promise<GetReplicationSetCommandOutput>;
251
+ getReplicationSet(
252
+ args: GetReplicationSetCommandInput,
253
+ cb: (err: any, data?: GetReplicationSetCommandOutput) => void
254
+ ): void;
255
+ getReplicationSet(
256
+ args: GetReplicationSetCommandInput,
257
+ options: __HttpHandlerOptions,
258
+ cb: (err: any, data?: GetReplicationSetCommandOutput) => void
259
+ ): void;
260
+
261
+ getResourcePolicies(
262
+ args: GetResourcePoliciesCommandInput,
263
+ options?: __HttpHandlerOptions
264
+ ): Promise<GetResourcePoliciesCommandOutput>;
265
+ getResourcePolicies(
266
+ args: GetResourcePoliciesCommandInput,
267
+ cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void
268
+ ): void;
269
+ getResourcePolicies(
270
+ args: GetResourcePoliciesCommandInput,
271
+ options: __HttpHandlerOptions,
272
+ cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void
273
+ ): void;
274
+
275
+ getResponsePlan(
276
+ args: GetResponsePlanCommandInput,
277
+ options?: __HttpHandlerOptions
278
+ ): Promise<GetResponsePlanCommandOutput>;
279
+ getResponsePlan(
280
+ args: GetResponsePlanCommandInput,
281
+ cb: (err: any, data?: GetResponsePlanCommandOutput) => void
282
+ ): void;
283
+ getResponsePlan(
284
+ args: GetResponsePlanCommandInput,
285
+ options: __HttpHandlerOptions,
286
+ cb: (err: any, data?: GetResponsePlanCommandOutput) => void
287
+ ): void;
288
+
289
+ getTimelineEvent(
290
+ args: GetTimelineEventCommandInput,
291
+ options?: __HttpHandlerOptions
292
+ ): Promise<GetTimelineEventCommandOutput>;
293
+ getTimelineEvent(
294
+ args: GetTimelineEventCommandInput,
295
+ cb: (err: any, data?: GetTimelineEventCommandOutput) => void
296
+ ): void;
297
+ getTimelineEvent(
298
+ args: GetTimelineEventCommandInput,
299
+ options: __HttpHandlerOptions,
300
+ cb: (err: any, data?: GetTimelineEventCommandOutput) => void
301
+ ): void;
302
+
303
+ listIncidentRecords(
304
+ args: ListIncidentRecordsCommandInput,
305
+ options?: __HttpHandlerOptions
306
+ ): Promise<ListIncidentRecordsCommandOutput>;
307
+ listIncidentRecords(
308
+ args: ListIncidentRecordsCommandInput,
309
+ cb: (err: any, data?: ListIncidentRecordsCommandOutput) => void
310
+ ): void;
311
+ listIncidentRecords(
312
+ args: ListIncidentRecordsCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (err: any, data?: ListIncidentRecordsCommandOutput) => void
315
+ ): void;
316
+
317
+ listRelatedItems(
318
+ args: ListRelatedItemsCommandInput,
319
+ options?: __HttpHandlerOptions
320
+ ): Promise<ListRelatedItemsCommandOutput>;
321
+ listRelatedItems(
322
+ args: ListRelatedItemsCommandInput,
323
+ cb: (err: any, data?: ListRelatedItemsCommandOutput) => void
324
+ ): void;
325
+ listRelatedItems(
326
+ args: ListRelatedItemsCommandInput,
327
+ options: __HttpHandlerOptions,
328
+ cb: (err: any, data?: ListRelatedItemsCommandOutput) => void
329
+ ): void;
330
+
331
+ listReplicationSets(
332
+ args: ListReplicationSetsCommandInput,
333
+ options?: __HttpHandlerOptions
334
+ ): Promise<ListReplicationSetsCommandOutput>;
335
+ listReplicationSets(
336
+ args: ListReplicationSetsCommandInput,
337
+ cb: (err: any, data?: ListReplicationSetsCommandOutput) => void
338
+ ): void;
339
+ listReplicationSets(
340
+ args: ListReplicationSetsCommandInput,
341
+ options: __HttpHandlerOptions,
342
+ cb: (err: any, data?: ListReplicationSetsCommandOutput) => void
343
+ ): void;
344
+
345
+ listResponsePlans(
346
+ args: ListResponsePlansCommandInput,
347
+ options?: __HttpHandlerOptions
348
+ ): Promise<ListResponsePlansCommandOutput>;
349
+ listResponsePlans(
350
+ args: ListResponsePlansCommandInput,
351
+ cb: (err: any, data?: ListResponsePlansCommandOutput) => void
352
+ ): void;
353
+ listResponsePlans(
354
+ args: ListResponsePlansCommandInput,
355
+ options: __HttpHandlerOptions,
356
+ cb: (err: any, data?: ListResponsePlansCommandOutput) => void
357
+ ): void;
358
+
359
+ listTagsForResource(
360
+ args: ListTagsForResourceCommandInput,
361
+ options?: __HttpHandlerOptions
362
+ ): Promise<ListTagsForResourceCommandOutput>;
363
+ listTagsForResource(
364
+ args: ListTagsForResourceCommandInput,
365
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
366
+ ): void;
367
+ listTagsForResource(
368
+ args: ListTagsForResourceCommandInput,
369
+ options: __HttpHandlerOptions,
370
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
371
+ ): void;
372
+
373
+ listTimelineEvents(
374
+ args: ListTimelineEventsCommandInput,
375
+ options?: __HttpHandlerOptions
376
+ ): Promise<ListTimelineEventsCommandOutput>;
377
+ listTimelineEvents(
378
+ args: ListTimelineEventsCommandInput,
379
+ cb: (err: any, data?: ListTimelineEventsCommandOutput) => void
380
+ ): void;
381
+ listTimelineEvents(
382
+ args: ListTimelineEventsCommandInput,
383
+ options: __HttpHandlerOptions,
384
+ cb: (err: any, data?: ListTimelineEventsCommandOutput) => void
385
+ ): void;
386
+
387
+ putResourcePolicy(
388
+ args: PutResourcePolicyCommandInput,
389
+ options?: __HttpHandlerOptions
390
+ ): Promise<PutResourcePolicyCommandOutput>;
391
+ putResourcePolicy(
392
+ args: PutResourcePolicyCommandInput,
393
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
394
+ ): void;
395
+ putResourcePolicy(
396
+ args: PutResourcePolicyCommandInput,
397
+ options: __HttpHandlerOptions,
398
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
399
+ ): void;
400
+
401
+ startIncident(
402
+ args: StartIncidentCommandInput,
403
+ options?: __HttpHandlerOptions
404
+ ): Promise<StartIncidentCommandOutput>;
405
+ startIncident(
406
+ args: StartIncidentCommandInput,
407
+ cb: (err: any, data?: StartIncidentCommandOutput) => void
408
+ ): void;
409
+ startIncident(
410
+ args: StartIncidentCommandInput,
411
+ options: __HttpHandlerOptions,
412
+ cb: (err: any, data?: StartIncidentCommandOutput) => void
413
+ ): void;
414
+
415
+ tagResource(
416
+ args: TagResourceCommandInput,
417
+ options?: __HttpHandlerOptions
418
+ ): Promise<TagResourceCommandOutput>;
419
+ tagResource(
420
+ args: TagResourceCommandInput,
421
+ cb: (err: any, data?: TagResourceCommandOutput) => void
422
+ ): void;
423
+ tagResource(
424
+ args: TagResourceCommandInput,
425
+ options: __HttpHandlerOptions,
426
+ cb: (err: any, data?: TagResourceCommandOutput) => void
427
+ ): void;
428
+
429
+ untagResource(
430
+ args: UntagResourceCommandInput,
431
+ options?: __HttpHandlerOptions
432
+ ): Promise<UntagResourceCommandOutput>;
433
+ untagResource(
434
+ args: UntagResourceCommandInput,
435
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
436
+ ): void;
437
+ untagResource(
438
+ args: UntagResourceCommandInput,
439
+ options: __HttpHandlerOptions,
440
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
441
+ ): void;
442
+
443
+ updateDeletionProtection(
444
+ args: UpdateDeletionProtectionCommandInput,
445
+ options?: __HttpHandlerOptions
446
+ ): Promise<UpdateDeletionProtectionCommandOutput>;
447
+ updateDeletionProtection(
448
+ args: UpdateDeletionProtectionCommandInput,
449
+ cb: (err: any, data?: UpdateDeletionProtectionCommandOutput) => void
450
+ ): void;
451
+ updateDeletionProtection(
452
+ args: UpdateDeletionProtectionCommandInput,
453
+ options: __HttpHandlerOptions,
454
+ cb: (err: any, data?: UpdateDeletionProtectionCommandOutput) => void
455
+ ): void;
456
+
457
+ updateIncidentRecord(
458
+ args: UpdateIncidentRecordCommandInput,
459
+ options?: __HttpHandlerOptions
460
+ ): Promise<UpdateIncidentRecordCommandOutput>;
461
+ updateIncidentRecord(
462
+ args: UpdateIncidentRecordCommandInput,
463
+ cb: (err: any, data?: UpdateIncidentRecordCommandOutput) => void
464
+ ): void;
465
+ updateIncidentRecord(
466
+ args: UpdateIncidentRecordCommandInput,
467
+ options: __HttpHandlerOptions,
468
+ cb: (err: any, data?: UpdateIncidentRecordCommandOutput) => void
469
+ ): void;
470
+
471
+ updateRelatedItems(
472
+ args: UpdateRelatedItemsCommandInput,
473
+ options?: __HttpHandlerOptions
474
+ ): Promise<UpdateRelatedItemsCommandOutput>;
475
+ updateRelatedItems(
476
+ args: UpdateRelatedItemsCommandInput,
477
+ cb: (err: any, data?: UpdateRelatedItemsCommandOutput) => void
478
+ ): void;
479
+ updateRelatedItems(
480
+ args: UpdateRelatedItemsCommandInput,
481
+ options: __HttpHandlerOptions,
482
+ cb: (err: any, data?: UpdateRelatedItemsCommandOutput) => void
483
+ ): void;
484
+
485
+ updateReplicationSet(
486
+ args: UpdateReplicationSetCommandInput,
487
+ options?: __HttpHandlerOptions
488
+ ): Promise<UpdateReplicationSetCommandOutput>;
489
+ updateReplicationSet(
490
+ args: UpdateReplicationSetCommandInput,
491
+ cb: (err: any, data?: UpdateReplicationSetCommandOutput) => void
492
+ ): void;
493
+ updateReplicationSet(
494
+ args: UpdateReplicationSetCommandInput,
495
+ options: __HttpHandlerOptions,
496
+ cb: (err: any, data?: UpdateReplicationSetCommandOutput) => void
497
+ ): void;
498
+
499
+ updateResponsePlan(
500
+ args: UpdateResponsePlanCommandInput,
501
+ options?: __HttpHandlerOptions
502
+ ): Promise<UpdateResponsePlanCommandOutput>;
503
+ updateResponsePlan(
504
+ args: UpdateResponsePlanCommandInput,
505
+ cb: (err: any, data?: UpdateResponsePlanCommandOutput) => void
506
+ ): void;
507
+ updateResponsePlan(
508
+ args: UpdateResponsePlanCommandInput,
509
+ options: __HttpHandlerOptions,
510
+ cb: (err: any, data?: UpdateResponsePlanCommandOutput) => void
511
+ ): void;
512
+
513
+ updateTimelineEvent(
514
+ args: UpdateTimelineEventCommandInput,
515
+ options?: __HttpHandlerOptions
516
+ ): Promise<UpdateTimelineEventCommandOutput>;
517
+ updateTimelineEvent(
518
+ args: UpdateTimelineEventCommandInput,
519
+ cb: (err: any, data?: UpdateTimelineEventCommandOutput) => void
520
+ ): void;
521
+ updateTimelineEvent(
522
+ args: UpdateTimelineEventCommandInput,
523
+ options: __HttpHandlerOptions,
524
+ cb: (err: any, data?: UpdateTimelineEventCommandOutput) => void
525
+ ): void;
526
+ }