@aws-sdk/client-ssm-incidents 3.170.0 → 3.178.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 (44) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/SSMIncidents.d.ts +0 -29
  6. package/dist-types/ts3.4/SSMIncidentsClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/models/SSMIncidentsServiceException.d.ts +0 -1
  37. package/dist-types/ts3.4/models/models_0.d.ts +0 -296
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  42. package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetActive.d.ts +0 -2
  43. package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetDeleted.d.ts +0 -2
  44. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ssm-incidents
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-ssm-incidents
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-ssm-incidents
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -116,7 +116,6 @@ import {
116
116
  UpdateTimelineEventCommandOutput,
117
117
  } from "./commands/UpdateTimelineEventCommand";
118
118
  import { SSMIncidentsClient } from "./SSMIncidentsClient";
119
-
120
119
  export declare class SSMIncidents extends SSMIncidentsClient {
121
120
  createReplicationSet(
122
121
  args: CreateReplicationSetCommandInput,
@@ -131,7 +130,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
131
130
  options: __HttpHandlerOptions,
132
131
  cb: (err: any, data?: CreateReplicationSetCommandOutput) => void
133
132
  ): void;
134
-
135
133
  createResponsePlan(
136
134
  args: CreateResponsePlanCommandInput,
137
135
  options?: __HttpHandlerOptions
@@ -145,7 +143,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
145
143
  options: __HttpHandlerOptions,
146
144
  cb: (err: any, data?: CreateResponsePlanCommandOutput) => void
147
145
  ): void;
148
-
149
146
  createTimelineEvent(
150
147
  args: CreateTimelineEventCommandInput,
151
148
  options?: __HttpHandlerOptions
@@ -159,7 +156,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
159
156
  options: __HttpHandlerOptions,
160
157
  cb: (err: any, data?: CreateTimelineEventCommandOutput) => void
161
158
  ): void;
162
-
163
159
  deleteIncidentRecord(
164
160
  args: DeleteIncidentRecordCommandInput,
165
161
  options?: __HttpHandlerOptions
@@ -173,7 +169,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
173
169
  options: __HttpHandlerOptions,
174
170
  cb: (err: any, data?: DeleteIncidentRecordCommandOutput) => void
175
171
  ): void;
176
-
177
172
  deleteReplicationSet(
178
173
  args: DeleteReplicationSetCommandInput,
179
174
  options?: __HttpHandlerOptions
@@ -187,7 +182,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
187
182
  options: __HttpHandlerOptions,
188
183
  cb: (err: any, data?: DeleteReplicationSetCommandOutput) => void
189
184
  ): void;
190
-
191
185
  deleteResourcePolicy(
192
186
  args: DeleteResourcePolicyCommandInput,
193
187
  options?: __HttpHandlerOptions
@@ -201,7 +195,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
201
195
  options: __HttpHandlerOptions,
202
196
  cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
203
197
  ): void;
204
-
205
198
  deleteResponsePlan(
206
199
  args: DeleteResponsePlanCommandInput,
207
200
  options?: __HttpHandlerOptions
@@ -215,7 +208,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
215
208
  options: __HttpHandlerOptions,
216
209
  cb: (err: any, data?: DeleteResponsePlanCommandOutput) => void
217
210
  ): void;
218
-
219
211
  deleteTimelineEvent(
220
212
  args: DeleteTimelineEventCommandInput,
221
213
  options?: __HttpHandlerOptions
@@ -229,7 +221,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
229
221
  options: __HttpHandlerOptions,
230
222
  cb: (err: any, data?: DeleteTimelineEventCommandOutput) => void
231
223
  ): void;
232
-
233
224
  getIncidentRecord(
234
225
  args: GetIncidentRecordCommandInput,
235
226
  options?: __HttpHandlerOptions
@@ -243,7 +234,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
243
234
  options: __HttpHandlerOptions,
244
235
  cb: (err: any, data?: GetIncidentRecordCommandOutput) => void
245
236
  ): void;
246
-
247
237
  getReplicationSet(
248
238
  args: GetReplicationSetCommandInput,
249
239
  options?: __HttpHandlerOptions
@@ -257,7 +247,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
257
247
  options: __HttpHandlerOptions,
258
248
  cb: (err: any, data?: GetReplicationSetCommandOutput) => void
259
249
  ): void;
260
-
261
250
  getResourcePolicies(
262
251
  args: GetResourcePoliciesCommandInput,
263
252
  options?: __HttpHandlerOptions
@@ -271,7 +260,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
271
260
  options: __HttpHandlerOptions,
272
261
  cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void
273
262
  ): void;
274
-
275
263
  getResponsePlan(
276
264
  args: GetResponsePlanCommandInput,
277
265
  options?: __HttpHandlerOptions
@@ -285,7 +273,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
285
273
  options: __HttpHandlerOptions,
286
274
  cb: (err: any, data?: GetResponsePlanCommandOutput) => void
287
275
  ): void;
288
-
289
276
  getTimelineEvent(
290
277
  args: GetTimelineEventCommandInput,
291
278
  options?: __HttpHandlerOptions
@@ -299,7 +286,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
299
286
  options: __HttpHandlerOptions,
300
287
  cb: (err: any, data?: GetTimelineEventCommandOutput) => void
301
288
  ): void;
302
-
303
289
  listIncidentRecords(
304
290
  args: ListIncidentRecordsCommandInput,
305
291
  options?: __HttpHandlerOptions
@@ -313,7 +299,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
313
299
  options: __HttpHandlerOptions,
314
300
  cb: (err: any, data?: ListIncidentRecordsCommandOutput) => void
315
301
  ): void;
316
-
317
302
  listRelatedItems(
318
303
  args: ListRelatedItemsCommandInput,
319
304
  options?: __HttpHandlerOptions
@@ -327,7 +312,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
327
312
  options: __HttpHandlerOptions,
328
313
  cb: (err: any, data?: ListRelatedItemsCommandOutput) => void
329
314
  ): void;
330
-
331
315
  listReplicationSets(
332
316
  args: ListReplicationSetsCommandInput,
333
317
  options?: __HttpHandlerOptions
@@ -341,7 +325,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
341
325
  options: __HttpHandlerOptions,
342
326
  cb: (err: any, data?: ListReplicationSetsCommandOutput) => void
343
327
  ): void;
344
-
345
328
  listResponsePlans(
346
329
  args: ListResponsePlansCommandInput,
347
330
  options?: __HttpHandlerOptions
@@ -355,7 +338,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
355
338
  options: __HttpHandlerOptions,
356
339
  cb: (err: any, data?: ListResponsePlansCommandOutput) => void
357
340
  ): void;
358
-
359
341
  listTagsForResource(
360
342
  args: ListTagsForResourceCommandInput,
361
343
  options?: __HttpHandlerOptions
@@ -369,7 +351,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
369
351
  options: __HttpHandlerOptions,
370
352
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
371
353
  ): void;
372
-
373
354
  listTimelineEvents(
374
355
  args: ListTimelineEventsCommandInput,
375
356
  options?: __HttpHandlerOptions
@@ -383,7 +364,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
383
364
  options: __HttpHandlerOptions,
384
365
  cb: (err: any, data?: ListTimelineEventsCommandOutput) => void
385
366
  ): void;
386
-
387
367
  putResourcePolicy(
388
368
  args: PutResourcePolicyCommandInput,
389
369
  options?: __HttpHandlerOptions
@@ -397,7 +377,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
397
377
  options: __HttpHandlerOptions,
398
378
  cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
399
379
  ): void;
400
-
401
380
  startIncident(
402
381
  args: StartIncidentCommandInput,
403
382
  options?: __HttpHandlerOptions
@@ -411,7 +390,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
411
390
  options: __HttpHandlerOptions,
412
391
  cb: (err: any, data?: StartIncidentCommandOutput) => void
413
392
  ): void;
414
-
415
393
  tagResource(
416
394
  args: TagResourceCommandInput,
417
395
  options?: __HttpHandlerOptions
@@ -425,7 +403,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
425
403
  options: __HttpHandlerOptions,
426
404
  cb: (err: any, data?: TagResourceCommandOutput) => void
427
405
  ): void;
428
-
429
406
  untagResource(
430
407
  args: UntagResourceCommandInput,
431
408
  options?: __HttpHandlerOptions
@@ -439,7 +416,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
439
416
  options: __HttpHandlerOptions,
440
417
  cb: (err: any, data?: UntagResourceCommandOutput) => void
441
418
  ): void;
442
-
443
419
  updateDeletionProtection(
444
420
  args: UpdateDeletionProtectionCommandInput,
445
421
  options?: __HttpHandlerOptions
@@ -453,7 +429,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
453
429
  options: __HttpHandlerOptions,
454
430
  cb: (err: any, data?: UpdateDeletionProtectionCommandOutput) => void
455
431
  ): void;
456
-
457
432
  updateIncidentRecord(
458
433
  args: UpdateIncidentRecordCommandInput,
459
434
  options?: __HttpHandlerOptions
@@ -467,7 +442,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
467
442
  options: __HttpHandlerOptions,
468
443
  cb: (err: any, data?: UpdateIncidentRecordCommandOutput) => void
469
444
  ): void;
470
-
471
445
  updateRelatedItems(
472
446
  args: UpdateRelatedItemsCommandInput,
473
447
  options?: __HttpHandlerOptions
@@ -481,7 +455,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
481
455
  options: __HttpHandlerOptions,
482
456
  cb: (err: any, data?: UpdateRelatedItemsCommandOutput) => void
483
457
  ): void;
484
-
485
458
  updateReplicationSet(
486
459
  args: UpdateReplicationSetCommandInput,
487
460
  options?: __HttpHandlerOptions
@@ -495,7 +468,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
495
468
  options: __HttpHandlerOptions,
496
469
  cb: (err: any, data?: UpdateReplicationSetCommandOutput) => void
497
470
  ): void;
498
-
499
471
  updateResponsePlan(
500
472
  args: UpdateResponsePlanCommandInput,
501
473
  options?: __HttpHandlerOptions
@@ -509,7 +481,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
509
481
  options: __HttpHandlerOptions,
510
482
  cb: (err: any, data?: UpdateResponsePlanCommandOutput) => void
511
483
  ): void;
512
-
513
484
  updateTimelineEvent(
514
485
  args: UpdateTimelineEventCommandInput,
515
486
  options?: __HttpHandlerOptions
@@ -221,47 +221,26 @@ export declare type ServiceOutputTypes =
221
221
  export interface ClientDefaults
222
222
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
223
223
  requestHandler?: __HttpHandler;
224
-
225
224
  sha256?: __HashConstructor;
226
-
227
225
  urlParser?: __UrlParser;
228
-
229
226
  bodyLengthChecker?: __BodyLengthCalculator;
230
-
231
227
  streamCollector?: __StreamCollector;
232
-
233
228
  base64Decoder?: __Decoder;
234
-
235
229
  base64Encoder?: __Encoder;
236
-
237
230
  utf8Decoder?: __Decoder;
238
-
239
231
  utf8Encoder?: __Encoder;
240
-
241
232
  runtime?: string;
242
-
243
233
  disableHostPrefix?: boolean;
244
-
245
234
  maxAttempts?: number | __Provider<number>;
246
-
247
235
  retryMode?: string | __Provider<string>;
248
-
249
236
  logger?: __Logger;
250
-
251
237
  useDualstackEndpoint?: boolean | __Provider<boolean>;
252
-
253
238
  useFipsEndpoint?: boolean | __Provider<boolean>;
254
-
255
239
  serviceId?: string;
256
-
257
240
  region?: string | __Provider<string>;
258
-
259
241
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
260
-
261
242
  regionInfoProvider?: RegionInfoProvider;
262
-
263
243
  defaultUserAgentProvider?: Provider<__UserAgent>;
264
-
265
244
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
266
245
  }
267
246
  declare type SSMIncidentsClientConfigType = Partial<
@@ -274,7 +253,6 @@ declare type SSMIncidentsClientConfigType = Partial<
274
253
  HostHeaderInputConfig &
275
254
  AwsAuthInputConfig &
276
255
  UserAgentInputConfig;
277
-
278
256
  export interface SSMIncidentsClientConfig
279
257
  extends SSMIncidentsClientConfigType {}
280
258
  declare type SSMIncidentsClientResolvedConfigType =
@@ -286,10 +264,8 @@ declare type SSMIncidentsClientResolvedConfigType =
286
264
  HostHeaderResolvedConfig &
287
265
  AwsAuthResolvedConfig &
288
266
  UserAgentResolvedConfig;
289
-
290
267
  export interface SSMIncidentsClientResolvedConfig
291
268
  extends SSMIncidentsClientResolvedConfigType {}
292
-
293
269
  export declare class SSMIncidentsClient extends __Client<
294
270
  __HttpHandlerOptions,
295
271
  ServiceInputTypes,
@@ -298,7 +274,6 @@ export declare class SSMIncidentsClient extends __Client<
298
274
  > {
299
275
  readonly config: SSMIncidentsClientResolvedConfig;
300
276
  constructor(configuration: SSMIncidentsClientConfig);
301
-
302
277
  destroy(): void;
303
278
  }
304
279
  export {};
@@ -19,7 +19,6 @@ export interface CreateReplicationSetCommandInput
19
19
  export interface CreateReplicationSetCommandOutput
20
20
  extends CreateReplicationSetOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateReplicationSetCommand extends $Command<
24
23
  CreateReplicationSetCommandInput,
25
24
  CreateReplicationSetCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateReplicationSetCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateReplicationSetCommandInput;
29
28
  constructor(input: CreateReplicationSetCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateResponsePlanCommandInput
19
19
  export interface CreateResponsePlanCommandOutput
20
20
  extends CreateResponsePlanOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateResponsePlanCommand extends $Command<
24
23
  CreateResponsePlanCommandInput,
25
24
  CreateResponsePlanCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateResponsePlanCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateResponsePlanCommandInput;
29
28
  constructor(input: CreateResponsePlanCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateTimelineEventCommandInput
19
19
  export interface CreateTimelineEventCommandOutput
20
20
  extends CreateTimelineEventOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateTimelineEventCommand extends $Command<
24
23
  CreateTimelineEventCommandInput,
25
24
  CreateTimelineEventCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateTimelineEventCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateTimelineEventCommandInput;
29
28
  constructor(input: CreateTimelineEventCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteIncidentRecordCommandInput
19
19
  export interface DeleteIncidentRecordCommandOutput
20
20
  extends DeleteIncidentRecordOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteIncidentRecordCommand extends $Command<
24
23
  DeleteIncidentRecordCommandInput,
25
24
  DeleteIncidentRecordCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteIncidentRecordCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteIncidentRecordCommandInput;
29
28
  constructor(input: DeleteIncidentRecordCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteReplicationSetCommandInput
19
19
  export interface DeleteReplicationSetCommandOutput
20
20
  extends DeleteReplicationSetOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteReplicationSetCommand extends $Command<
24
23
  DeleteReplicationSetCommandInput,
25
24
  DeleteReplicationSetCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteReplicationSetCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteReplicationSetCommandInput;
29
28
  constructor(input: DeleteReplicationSetCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteResourcePolicyCommandInput
19
19
  export interface DeleteResourcePolicyCommandOutput
20
20
  extends DeleteResourcePolicyOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteResourcePolicyCommand extends $Command<
24
23
  DeleteResourcePolicyCommandInput,
25
24
  DeleteResourcePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteResourcePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteResourcePolicyCommandInput;
29
28
  constructor(input: DeleteResourcePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteResponsePlanCommandInput
19
19
  export interface DeleteResponsePlanCommandOutput
20
20
  extends DeleteResponsePlanOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteResponsePlanCommand extends $Command<
24
23
  DeleteResponsePlanCommandInput,
25
24
  DeleteResponsePlanCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteResponsePlanCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteResponsePlanCommandInput;
29
28
  constructor(input: DeleteResponsePlanCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteTimelineEventCommandInput
19
19
  export interface DeleteTimelineEventCommandOutput
20
20
  extends DeleteTimelineEventOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteTimelineEventCommand extends $Command<
24
23
  DeleteTimelineEventCommandInput,
25
24
  DeleteTimelineEventCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteTimelineEventCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteTimelineEventCommandInput;
29
28
  constructor(input: DeleteTimelineEventCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetIncidentRecordCommandInput extends GetIncidentRecordInput {}
18
18
  export interface GetIncidentRecordCommandOutput
19
19
  extends GetIncidentRecordOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetIncidentRecordCommand extends $Command<
23
22
  GetIncidentRecordCommandInput,
24
23
  GetIncidentRecordCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetIncidentRecordCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetIncidentRecordCommandInput;
28
27
  constructor(input: GetIncidentRecordCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SSMIncidentsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetReplicationSetCommandInput extends GetReplicationSetInput {}
18
18
  export interface GetReplicationSetCommandOutput
19
19
  extends GetReplicationSetOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetReplicationSetCommand extends $Command<
23
22
  GetReplicationSetCommandInput,
24
23
  GetReplicationSetCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetReplicationSetCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetReplicationSetCommandInput;
28
27
  constructor(input: GetReplicationSetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetResourcePoliciesCommandInput
19
19
  export interface GetResourcePoliciesCommandOutput
20
20
  extends GetResourcePoliciesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetResourcePoliciesCommand extends $Command<
24
23
  GetResourcePoliciesCommandInput,
25
24
  GetResourcePoliciesCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetResourcePoliciesCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetResourcePoliciesCommandInput;
29
28
  constructor(input: GetResourcePoliciesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetResponsePlanCommandInput extends GetResponsePlanInput {}
18
18
  export interface GetResponsePlanCommandOutput
19
19
  extends GetResponsePlanOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetResponsePlanCommand extends $Command<
23
22
  GetResponsePlanCommandInput,
24
23
  GetResponsePlanCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetResponsePlanCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetResponsePlanCommandInput;
28
27
  constructor(input: GetResponsePlanCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SSMIncidentsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetTimelineEventCommandInput extends GetTimelineEventInput {}
18
18
  export interface GetTimelineEventCommandOutput
19
19
  extends GetTimelineEventOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetTimelineEventCommand extends $Command<
23
22
  GetTimelineEventCommandInput,
24
23
  GetTimelineEventCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetTimelineEventCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetTimelineEventCommandInput;
28
27
  constructor(input: GetTimelineEventCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListIncidentRecordsCommandInput
19
19
  export interface ListIncidentRecordsCommandOutput
20
20
  extends ListIncidentRecordsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListIncidentRecordsCommand extends $Command<
24
23
  ListIncidentRecordsCommandInput,
25
24
  ListIncidentRecordsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListIncidentRecordsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListIncidentRecordsCommandInput;
29
28
  constructor(input: ListIncidentRecordsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListRelatedItemsCommandInput extends ListRelatedItemsInput {}
18
18
  export interface ListRelatedItemsCommandOutput
19
19
  extends ListRelatedItemsOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListRelatedItemsCommand extends $Command<
23
22
  ListRelatedItemsCommandInput,
24
23
  ListRelatedItemsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListRelatedItemsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListRelatedItemsCommandInput;
28
27
  constructor(input: ListRelatedItemsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListReplicationSetsCommandInput
19
19
  export interface ListReplicationSetsCommandOutput
20
20
  extends ListReplicationSetsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListReplicationSetsCommand extends $Command<
24
23
  ListReplicationSetsCommandInput,
25
24
  ListReplicationSetsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListReplicationSetsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListReplicationSetsCommandInput;
29
28
  constructor(input: ListReplicationSetsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListResponsePlansCommandInput extends ListResponsePlansInput {}
18
18
  export interface ListResponsePlansCommandOutput
19
19
  extends ListResponsePlansOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListResponsePlansCommand extends $Command<
23
22
  ListResponsePlansCommandInput,
24
23
  ListResponsePlansCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListResponsePlansCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListResponsePlansCommandInput;
28
27
  constructor(input: ListResponsePlansCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTimelineEventsCommandInput
19
19
  export interface ListTimelineEventsCommandOutput
20
20
  extends ListTimelineEventsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTimelineEventsCommand extends $Command<
24
23
  ListTimelineEventsCommandInput,
25
24
  ListTimelineEventsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTimelineEventsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTimelineEventsCommandInput;
29
28
  constructor(input: ListTimelineEventsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,