@aws-sdk/client-ssm-incidents 3.169.0 → 3.171.0

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