@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/SSMIncidents.d.ts +497 -150
- package/dist-types/ts3.4/SSMIncidentsClient.d.ts +279 -102
- package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +29 -29
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/SSMIncidentsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +954 -1173
- package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListIncidentRecordsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRelatedItemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReplicationSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResponsePlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTimelineEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +353 -89
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetDeleted.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,102 +1,279 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateReplicationSetCommandInput,
|
|
47
|
+
CreateReplicationSetCommandOutput,
|
|
48
|
+
} from "./commands/CreateReplicationSetCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateResponsePlanCommandInput,
|
|
51
|
+
CreateResponsePlanCommandOutput,
|
|
52
|
+
} from "./commands/CreateResponsePlanCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateTimelineEventCommandInput,
|
|
55
|
+
CreateTimelineEventCommandOutput,
|
|
56
|
+
} from "./commands/CreateTimelineEventCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteIncidentRecordCommandInput,
|
|
59
|
+
DeleteIncidentRecordCommandOutput,
|
|
60
|
+
} from "./commands/DeleteIncidentRecordCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteReplicationSetCommandInput,
|
|
63
|
+
DeleteReplicationSetCommandOutput,
|
|
64
|
+
} from "./commands/DeleteReplicationSetCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteResourcePolicyCommandInput,
|
|
67
|
+
DeleteResourcePolicyCommandOutput,
|
|
68
|
+
} from "./commands/DeleteResourcePolicyCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteResponsePlanCommandInput,
|
|
71
|
+
DeleteResponsePlanCommandOutput,
|
|
72
|
+
} from "./commands/DeleteResponsePlanCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteTimelineEventCommandInput,
|
|
75
|
+
DeleteTimelineEventCommandOutput,
|
|
76
|
+
} from "./commands/DeleteTimelineEventCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetIncidentRecordCommandInput,
|
|
79
|
+
GetIncidentRecordCommandOutput,
|
|
80
|
+
} from "./commands/GetIncidentRecordCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetReplicationSetCommandInput,
|
|
83
|
+
GetReplicationSetCommandOutput,
|
|
84
|
+
} from "./commands/GetReplicationSetCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetResourcePoliciesCommandInput,
|
|
87
|
+
GetResourcePoliciesCommandOutput,
|
|
88
|
+
} from "./commands/GetResourcePoliciesCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetResponsePlanCommandInput,
|
|
91
|
+
GetResponsePlanCommandOutput,
|
|
92
|
+
} from "./commands/GetResponsePlanCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetTimelineEventCommandInput,
|
|
95
|
+
GetTimelineEventCommandOutput,
|
|
96
|
+
} from "./commands/GetTimelineEventCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListIncidentRecordsCommandInput,
|
|
99
|
+
ListIncidentRecordsCommandOutput,
|
|
100
|
+
} from "./commands/ListIncidentRecordsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListRelatedItemsCommandInput,
|
|
103
|
+
ListRelatedItemsCommandOutput,
|
|
104
|
+
} from "./commands/ListRelatedItemsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListReplicationSetsCommandInput,
|
|
107
|
+
ListReplicationSetsCommandOutput,
|
|
108
|
+
} from "./commands/ListReplicationSetsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListResponsePlansCommandInput,
|
|
111
|
+
ListResponsePlansCommandOutput,
|
|
112
|
+
} from "./commands/ListResponsePlansCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListTagsForResourceCommandInput,
|
|
115
|
+
ListTagsForResourceCommandOutput,
|
|
116
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListTimelineEventsCommandInput,
|
|
119
|
+
ListTimelineEventsCommandOutput,
|
|
120
|
+
} from "./commands/ListTimelineEventsCommand";
|
|
121
|
+
import {
|
|
122
|
+
PutResourcePolicyCommandInput,
|
|
123
|
+
PutResourcePolicyCommandOutput,
|
|
124
|
+
} from "./commands/PutResourcePolicyCommand";
|
|
125
|
+
import {
|
|
126
|
+
StartIncidentCommandInput,
|
|
127
|
+
StartIncidentCommandOutput,
|
|
128
|
+
} from "./commands/StartIncidentCommand";
|
|
129
|
+
import {
|
|
130
|
+
TagResourceCommandInput,
|
|
131
|
+
TagResourceCommandOutput,
|
|
132
|
+
} from "./commands/TagResourceCommand";
|
|
133
|
+
import {
|
|
134
|
+
UntagResourceCommandInput,
|
|
135
|
+
UntagResourceCommandOutput,
|
|
136
|
+
} from "./commands/UntagResourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
UpdateDeletionProtectionCommandInput,
|
|
139
|
+
UpdateDeletionProtectionCommandOutput,
|
|
140
|
+
} from "./commands/UpdateDeletionProtectionCommand";
|
|
141
|
+
import {
|
|
142
|
+
UpdateIncidentRecordCommandInput,
|
|
143
|
+
UpdateIncidentRecordCommandOutput,
|
|
144
|
+
} from "./commands/UpdateIncidentRecordCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateRelatedItemsCommandInput,
|
|
147
|
+
UpdateRelatedItemsCommandOutput,
|
|
148
|
+
} from "./commands/UpdateRelatedItemsCommand";
|
|
149
|
+
import {
|
|
150
|
+
UpdateReplicationSetCommandInput,
|
|
151
|
+
UpdateReplicationSetCommandOutput,
|
|
152
|
+
} from "./commands/UpdateReplicationSetCommand";
|
|
153
|
+
import {
|
|
154
|
+
UpdateResponsePlanCommandInput,
|
|
155
|
+
UpdateResponsePlanCommandOutput,
|
|
156
|
+
} from "./commands/UpdateResponsePlanCommand";
|
|
157
|
+
import {
|
|
158
|
+
UpdateTimelineEventCommandInput,
|
|
159
|
+
UpdateTimelineEventCommandOutput,
|
|
160
|
+
} from "./commands/UpdateTimelineEventCommand";
|
|
161
|
+
export declare type ServiceInputTypes =
|
|
162
|
+
| CreateReplicationSetCommandInput
|
|
163
|
+
| CreateResponsePlanCommandInput
|
|
164
|
+
| CreateTimelineEventCommandInput
|
|
165
|
+
| DeleteIncidentRecordCommandInput
|
|
166
|
+
| DeleteReplicationSetCommandInput
|
|
167
|
+
| DeleteResourcePolicyCommandInput
|
|
168
|
+
| DeleteResponsePlanCommandInput
|
|
169
|
+
| DeleteTimelineEventCommandInput
|
|
170
|
+
| GetIncidentRecordCommandInput
|
|
171
|
+
| GetReplicationSetCommandInput
|
|
172
|
+
| GetResourcePoliciesCommandInput
|
|
173
|
+
| GetResponsePlanCommandInput
|
|
174
|
+
| GetTimelineEventCommandInput
|
|
175
|
+
| ListIncidentRecordsCommandInput
|
|
176
|
+
| ListRelatedItemsCommandInput
|
|
177
|
+
| ListReplicationSetsCommandInput
|
|
178
|
+
| ListResponsePlansCommandInput
|
|
179
|
+
| ListTagsForResourceCommandInput
|
|
180
|
+
| ListTimelineEventsCommandInput
|
|
181
|
+
| PutResourcePolicyCommandInput
|
|
182
|
+
| StartIncidentCommandInput
|
|
183
|
+
| TagResourceCommandInput
|
|
184
|
+
| UntagResourceCommandInput
|
|
185
|
+
| UpdateDeletionProtectionCommandInput
|
|
186
|
+
| UpdateIncidentRecordCommandInput
|
|
187
|
+
| UpdateRelatedItemsCommandInput
|
|
188
|
+
| UpdateReplicationSetCommandInput
|
|
189
|
+
| UpdateResponsePlanCommandInput
|
|
190
|
+
| UpdateTimelineEventCommandInput;
|
|
191
|
+
export declare type ServiceOutputTypes =
|
|
192
|
+
| CreateReplicationSetCommandOutput
|
|
193
|
+
| CreateResponsePlanCommandOutput
|
|
194
|
+
| CreateTimelineEventCommandOutput
|
|
195
|
+
| DeleteIncidentRecordCommandOutput
|
|
196
|
+
| DeleteReplicationSetCommandOutput
|
|
197
|
+
| DeleteResourcePolicyCommandOutput
|
|
198
|
+
| DeleteResponsePlanCommandOutput
|
|
199
|
+
| DeleteTimelineEventCommandOutput
|
|
200
|
+
| GetIncidentRecordCommandOutput
|
|
201
|
+
| GetReplicationSetCommandOutput
|
|
202
|
+
| GetResourcePoliciesCommandOutput
|
|
203
|
+
| GetResponsePlanCommandOutput
|
|
204
|
+
| GetTimelineEventCommandOutput
|
|
205
|
+
| ListIncidentRecordsCommandOutput
|
|
206
|
+
| ListRelatedItemsCommandOutput
|
|
207
|
+
| ListReplicationSetsCommandOutput
|
|
208
|
+
| ListResponsePlansCommandOutput
|
|
209
|
+
| ListTagsForResourceCommandOutput
|
|
210
|
+
| ListTimelineEventsCommandOutput
|
|
211
|
+
| PutResourcePolicyCommandOutput
|
|
212
|
+
| StartIncidentCommandOutput
|
|
213
|
+
| TagResourceCommandOutput
|
|
214
|
+
| UntagResourceCommandOutput
|
|
215
|
+
| UpdateDeletionProtectionCommandOutput
|
|
216
|
+
| UpdateIncidentRecordCommandOutput
|
|
217
|
+
| UpdateRelatedItemsCommandOutput
|
|
218
|
+
| UpdateReplicationSetCommandOutput
|
|
219
|
+
| UpdateResponsePlanCommandOutput
|
|
220
|
+
| UpdateTimelineEventCommandOutput;
|
|
221
|
+
export interface ClientDefaults
|
|
222
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
223
|
+
requestHandler?: __HttpHandler;
|
|
224
|
+
sha256?: __HashConstructor;
|
|
225
|
+
urlParser?: __UrlParser;
|
|
226
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
227
|
+
streamCollector?: __StreamCollector;
|
|
228
|
+
base64Decoder?: __Decoder;
|
|
229
|
+
base64Encoder?: __Encoder;
|
|
230
|
+
utf8Decoder?: __Decoder;
|
|
231
|
+
utf8Encoder?: __Encoder;
|
|
232
|
+
runtime?: string;
|
|
233
|
+
disableHostPrefix?: boolean;
|
|
234
|
+
maxAttempts?: number | __Provider<number>;
|
|
235
|
+
retryMode?: string | __Provider<string>;
|
|
236
|
+
logger?: __Logger;
|
|
237
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
238
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
239
|
+
serviceId?: string;
|
|
240
|
+
region?: string | __Provider<string>;
|
|
241
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
242
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
243
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
244
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
245
|
+
}
|
|
246
|
+
declare type SSMIncidentsClientConfigType = Partial<
|
|
247
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
248
|
+
> &
|
|
249
|
+
ClientDefaults &
|
|
250
|
+
RegionInputConfig &
|
|
251
|
+
EndpointsInputConfig &
|
|
252
|
+
RetryInputConfig &
|
|
253
|
+
HostHeaderInputConfig &
|
|
254
|
+
AwsAuthInputConfig &
|
|
255
|
+
UserAgentInputConfig;
|
|
256
|
+
export interface SSMIncidentsClientConfig
|
|
257
|
+
extends SSMIncidentsClientConfigType {}
|
|
258
|
+
declare type SSMIncidentsClientResolvedConfigType =
|
|
259
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
260
|
+
Required<ClientDefaults> &
|
|
261
|
+
RegionResolvedConfig &
|
|
262
|
+
EndpointsResolvedConfig &
|
|
263
|
+
RetryResolvedConfig &
|
|
264
|
+
HostHeaderResolvedConfig &
|
|
265
|
+
AwsAuthResolvedConfig &
|
|
266
|
+
UserAgentResolvedConfig;
|
|
267
|
+
export interface SSMIncidentsClientResolvedConfig
|
|
268
|
+
extends SSMIncidentsClientResolvedConfigType {}
|
|
269
|
+
export declare class SSMIncidentsClient extends __Client<
|
|
270
|
+
__HttpHandlerOptions,
|
|
271
|
+
ServiceInputTypes,
|
|
272
|
+
ServiceOutputTypes,
|
|
273
|
+
SSMIncidentsClientResolvedConfig
|
|
274
|
+
> {
|
|
275
|
+
readonly config: SSMIncidentsClientResolvedConfig;
|
|
276
|
+
constructor(configuration: SSMIncidentsClientConfig);
|
|
277
|
+
destroy(): void;
|
|
278
|
+
}
|
|
279
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateReplicationSetInput,
|
|
10
|
+
CreateReplicationSetOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSMIncidentsClientResolvedConfig,
|
|
16
|
+
} from "../SSMIncidentsClient";
|
|
17
|
+
export interface CreateReplicationSetCommandInput
|
|
18
|
+
extends CreateReplicationSetInput {}
|
|
19
|
+
export interface CreateReplicationSetCommandOutput
|
|
20
|
+
extends CreateReplicationSetOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateReplicationSetCommand extends $Command<
|
|
23
|
+
CreateReplicationSetCommandInput,
|
|
24
|
+
CreateReplicationSetCommandOutput,
|
|
25
|
+
SSMIncidentsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateReplicationSetCommandInput;
|
|
28
|
+
constructor(input: CreateReplicationSetCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SSMIncidentsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateReplicationSetCommandInput,
|
|
35
|
+
CreateReplicationSetCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateResponsePlanInput,
|
|
10
|
+
CreateResponsePlanOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSMIncidentsClientResolvedConfig,
|
|
16
|
+
} from "../SSMIncidentsClient";
|
|
17
|
+
export interface CreateResponsePlanCommandInput
|
|
18
|
+
extends CreateResponsePlanInput {}
|
|
19
|
+
export interface CreateResponsePlanCommandOutput
|
|
20
|
+
extends CreateResponsePlanOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateResponsePlanCommand extends $Command<
|
|
23
|
+
CreateResponsePlanCommandInput,
|
|
24
|
+
CreateResponsePlanCommandOutput,
|
|
25
|
+
SSMIncidentsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateResponsePlanCommandInput;
|
|
28
|
+
constructor(input: CreateResponsePlanCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SSMIncidentsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateTimelineEventInput,
|
|
10
|
+
CreateTimelineEventOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSMIncidentsClientResolvedConfig,
|
|
16
|
+
} from "../SSMIncidentsClient";
|
|
17
|
+
export interface CreateTimelineEventCommandInput
|
|
18
|
+
extends CreateTimelineEventInput {}
|
|
19
|
+
export interface CreateTimelineEventCommandOutput
|
|
20
|
+
extends CreateTimelineEventOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateTimelineEventCommand extends $Command<
|
|
23
|
+
CreateTimelineEventCommandInput,
|
|
24
|
+
CreateTimelineEventCommandOutput,
|
|
25
|
+
SSMIncidentsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateTimelineEventCommandInput;
|
|
28
|
+
constructor(input: CreateTimelineEventCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SSMIncidentsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteIncidentRecordInput,
|
|
10
|
+
DeleteIncidentRecordOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSMIncidentsClientResolvedConfig,
|
|
16
|
+
} from "../SSMIncidentsClient";
|
|
17
|
+
export interface DeleteIncidentRecordCommandInput
|
|
18
|
+
extends DeleteIncidentRecordInput {}
|
|
19
|
+
export interface DeleteIncidentRecordCommandOutput
|
|
20
|
+
extends DeleteIncidentRecordOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteIncidentRecordCommand extends $Command<
|
|
23
|
+
DeleteIncidentRecordCommandInput,
|
|
24
|
+
DeleteIncidentRecordCommandOutput,
|
|
25
|
+
SSMIncidentsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteIncidentRecordCommandInput;
|
|
28
|
+
constructor(input: DeleteIncidentRecordCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SSMIncidentsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteIncidentRecordCommandInput,
|
|
35
|
+
DeleteIncidentRecordCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|