@aws-sdk/client-ssm-incidents 3.169.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 +8 -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,102 +1,304 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput } from "./commands/CreateReplicationSetCommand";
10
- import { CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput } from "./commands/CreateResponsePlanCommand";
11
- import { CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput } from "./commands/CreateTimelineEventCommand";
12
- import { DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput } from "./commands/DeleteIncidentRecordCommand";
13
- import { DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput } from "./commands/DeleteReplicationSetCommand";
14
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
15
- import { DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput } from "./commands/DeleteResponsePlanCommand";
16
- import { DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput } from "./commands/DeleteTimelineEventCommand";
17
- import { GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput } from "./commands/GetIncidentRecordCommand";
18
- import { GetReplicationSetCommandInput, GetReplicationSetCommandOutput } from "./commands/GetReplicationSetCommand";
19
- import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "./commands/GetResourcePoliciesCommand";
20
- import { GetResponsePlanCommandInput, GetResponsePlanCommandOutput } from "./commands/GetResponsePlanCommand";
21
- import { GetTimelineEventCommandInput, GetTimelineEventCommandOutput } from "./commands/GetTimelineEventCommand";
22
- import { ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput } from "./commands/ListIncidentRecordsCommand";
23
- import { ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput } from "./commands/ListRelatedItemsCommand";
24
- import { ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput } from "./commands/ListReplicationSetsCommand";
25
- import { ListResponsePlansCommandInput, ListResponsePlansCommandOutput } from "./commands/ListResponsePlansCommand";
26
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
27
- import { ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput } from "./commands/ListTimelineEventsCommand";
28
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
29
- import { StartIncidentCommandInput, StartIncidentCommandOutput } from "./commands/StartIncidentCommand";
30
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
31
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
32
- import { UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput } from "./commands/UpdateDeletionProtectionCommand";
33
- import { UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput } from "./commands/UpdateIncidentRecordCommand";
34
- import { UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput } from "./commands/UpdateRelatedItemsCommand";
35
- import { UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput } from "./commands/UpdateReplicationSetCommand";
36
- import { UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput } from "./commands/UpdateResponsePlanCommand";
37
- import { UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput } from "./commands/UpdateTimelineEventCommand";
38
- export declare type ServiceInputTypes = CreateReplicationSetCommandInput | CreateResponsePlanCommandInput | CreateTimelineEventCommandInput | DeleteIncidentRecordCommandInput | DeleteReplicationSetCommandInput | DeleteResourcePolicyCommandInput | DeleteResponsePlanCommandInput | DeleteTimelineEventCommandInput | GetIncidentRecordCommandInput | GetReplicationSetCommandInput | GetResourcePoliciesCommandInput | GetResponsePlanCommandInput | GetTimelineEventCommandInput | ListIncidentRecordsCommandInput | ListRelatedItemsCommandInput | ListReplicationSetsCommandInput | ListResponsePlansCommandInput | ListTagsForResourceCommandInput | ListTimelineEventsCommandInput | PutResourcePolicyCommandInput | StartIncidentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDeletionProtectionCommandInput | UpdateIncidentRecordCommandInput | UpdateRelatedItemsCommandInput | UpdateReplicationSetCommandInput | UpdateResponsePlanCommandInput | UpdateTimelineEventCommandInput;
39
- export declare type ServiceOutputTypes = CreateReplicationSetCommandOutput | CreateResponsePlanCommandOutput | CreateTimelineEventCommandOutput | DeleteIncidentRecordCommandOutput | DeleteReplicationSetCommandOutput | DeleteResourcePolicyCommandOutput | DeleteResponsePlanCommandOutput | DeleteTimelineEventCommandOutput | GetIncidentRecordCommandOutput | GetReplicationSetCommandOutput | GetResourcePoliciesCommandOutput | GetResponsePlanCommandOutput | GetTimelineEventCommandOutput | ListIncidentRecordsCommandOutput | ListRelatedItemsCommandOutput | ListReplicationSetsCommandOutput | ListResponsePlansCommandOutput | ListTagsForResourceCommandOutput | ListTimelineEventsCommandOutput | PutResourcePolicyCommandOutput | StartIncidentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDeletionProtectionCommandOutput | UpdateIncidentRecordCommandOutput | UpdateRelatedItemsCommandOutput | UpdateReplicationSetCommandOutput | UpdateResponsePlanCommandOutput | UpdateTimelineEventCommandOutput;
40
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
41
-
42
- requestHandler?: __HttpHandler;
43
-
44
- sha256?: __HashConstructor;
45
-
46
- urlParser?: __UrlParser;
47
-
48
- bodyLengthChecker?: __BodyLengthCalculator;
49
-
50
- streamCollector?: __StreamCollector;
51
-
52
- base64Decoder?: __Decoder;
53
-
54
- base64Encoder?: __Encoder;
55
-
56
- utf8Decoder?: __Decoder;
57
-
58
- utf8Encoder?: __Encoder;
59
-
60
- runtime?: string;
61
-
62
- disableHostPrefix?: boolean;
63
-
64
- maxAttempts?: number | __Provider<number>;
65
-
66
- retryMode?: string | __Provider<string>;
67
-
68
- logger?: __Logger;
69
-
70
- useDualstackEndpoint?: boolean | __Provider<boolean>;
71
-
72
- useFipsEndpoint?: boolean | __Provider<boolean>;
73
-
74
- serviceId?: string;
75
-
76
- region?: string | __Provider<string>;
77
-
78
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
79
-
80
- regionInfoProvider?: RegionInfoProvider;
81
-
82
- defaultUserAgentProvider?: Provider<__UserAgent>;
83
-
84
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
85
- }
86
- declare type SSMIncidentsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
87
-
88
- export interface SSMIncidentsClientConfig extends SSMIncidentsClientConfigType {
89
- }
90
- declare type SSMIncidentsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
91
-
92
- export interface SSMIncidentsClientResolvedConfig extends SSMIncidentsClientResolvedConfigType {
93
- }
94
-
95
- export declare class SSMIncidentsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig> {
96
-
97
- readonly config: SSMIncidentsClientResolvedConfig;
98
- constructor(configuration: SSMIncidentsClientConfig);
99
-
100
- destroy(): void;
101
- }
102
- export {};
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
+
225
+ sha256?: __HashConstructor;
226
+
227
+ urlParser?: __UrlParser;
228
+
229
+ bodyLengthChecker?: __BodyLengthCalculator;
230
+
231
+ streamCollector?: __StreamCollector;
232
+
233
+ base64Decoder?: __Decoder;
234
+
235
+ base64Encoder?: __Encoder;
236
+
237
+ utf8Decoder?: __Decoder;
238
+
239
+ utf8Encoder?: __Encoder;
240
+
241
+ runtime?: string;
242
+
243
+ disableHostPrefix?: boolean;
244
+
245
+ maxAttempts?: number | __Provider<number>;
246
+
247
+ retryMode?: string | __Provider<string>;
248
+
249
+ logger?: __Logger;
250
+
251
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
252
+
253
+ useFipsEndpoint?: boolean | __Provider<boolean>;
254
+
255
+ serviceId?: string;
256
+
257
+ region?: string | __Provider<string>;
258
+
259
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
260
+
261
+ regionInfoProvider?: RegionInfoProvider;
262
+
263
+ defaultUserAgentProvider?: Provider<__UserAgent>;
264
+
265
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
266
+ }
267
+ declare type SSMIncidentsClientConfigType = Partial<
268
+ __SmithyConfiguration<__HttpHandlerOptions>
269
+ > &
270
+ ClientDefaults &
271
+ RegionInputConfig &
272
+ EndpointsInputConfig &
273
+ RetryInputConfig &
274
+ HostHeaderInputConfig &
275
+ AwsAuthInputConfig &
276
+ UserAgentInputConfig;
277
+
278
+ export interface SSMIncidentsClientConfig
279
+ extends SSMIncidentsClientConfigType {}
280
+ declare type SSMIncidentsClientResolvedConfigType =
281
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
282
+ Required<ClientDefaults> &
283
+ RegionResolvedConfig &
284
+ EndpointsResolvedConfig &
285
+ RetryResolvedConfig &
286
+ HostHeaderResolvedConfig &
287
+ AwsAuthResolvedConfig &
288
+ UserAgentResolvedConfig;
289
+
290
+ export interface SSMIncidentsClientResolvedConfig
291
+ extends SSMIncidentsClientResolvedConfigType {}
292
+
293
+ export declare class SSMIncidentsClient extends __Client<
294
+ __HttpHandlerOptions,
295
+ ServiceInputTypes,
296
+ ServiceOutputTypes,
297
+ SSMIncidentsClientResolvedConfig
298
+ > {
299
+ readonly config: SSMIncidentsClientResolvedConfig;
300
+ constructor(configuration: SSMIncidentsClientConfig);
301
+
302
+ destroy(): void;
303
+ }
304
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateReplicationSetInput, CreateReplicationSetOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
5
- export interface CreateReplicationSetCommandInput extends CreateReplicationSetInput {
6
- }
7
- export interface CreateReplicationSetCommandOutput extends CreateReplicationSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateReplicationSetCommand extends $Command<CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig> {
11
- readonly input: CreateReplicationSetCommandInput;
12
- constructor(input: CreateReplicationSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CreateReplicationSetCommand extends $Command<
24
+ CreateReplicationSetCommandInput,
25
+ CreateReplicationSetCommandOutput,
26
+ SSMIncidentsClientResolvedConfig
27
+ > {
28
+ readonly input: CreateReplicationSetCommandInput;
29
+ constructor(input: CreateReplicationSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSMIncidentsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateReplicationSetCommandInput,
37
+ CreateReplicationSetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateResponsePlanInput, CreateResponsePlanOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
5
- export interface CreateResponsePlanCommandInput extends CreateResponsePlanInput {
6
- }
7
- export interface CreateResponsePlanCommandOutput extends CreateResponsePlanOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateResponsePlanCommand extends $Command<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
11
- readonly input: CreateResponsePlanCommandInput;
12
- constructor(input: CreateResponsePlanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CreateResponsePlanCommand extends $Command<
24
+ CreateResponsePlanCommandInput,
25
+ CreateResponsePlanCommandOutput,
26
+ SSMIncidentsClientResolvedConfig
27
+ > {
28
+ readonly input: CreateResponsePlanCommandInput;
29
+ constructor(input: CreateResponsePlanCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSMIncidentsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateTimelineEventInput, CreateTimelineEventOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
5
- export interface CreateTimelineEventCommandInput extends CreateTimelineEventInput {
6
- }
7
- export interface CreateTimelineEventCommandOutput extends CreateTimelineEventOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTimelineEventCommand extends $Command<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
11
- readonly input: CreateTimelineEventCommandInput;
12
- constructor(input: CreateTimelineEventCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CreateTimelineEventCommand extends $Command<
24
+ CreateTimelineEventCommandInput,
25
+ CreateTimelineEventCommandOutput,
26
+ SSMIncidentsClientResolvedConfig
27
+ > {
28
+ readonly input: CreateTimelineEventCommandInput;
29
+ constructor(input: CreateTimelineEventCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSMIncidentsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteIncidentRecordInput, DeleteIncidentRecordOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
5
- export interface DeleteIncidentRecordCommandInput extends DeleteIncidentRecordInput {
6
- }
7
- export interface DeleteIncidentRecordCommandOutput extends DeleteIncidentRecordOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteIncidentRecordCommand extends $Command<DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig> {
11
- readonly input: DeleteIncidentRecordCommandInput;
12
- constructor(input: DeleteIncidentRecordCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class DeleteIncidentRecordCommand extends $Command<
24
+ DeleteIncidentRecordCommandInput,
25
+ DeleteIncidentRecordCommandOutput,
26
+ SSMIncidentsClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteIncidentRecordCommandInput;
29
+ constructor(input: DeleteIncidentRecordCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SSMIncidentsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteIncidentRecordCommandInput,
37
+ DeleteIncidentRecordCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }