@aws-sdk/client-ssm-incidents 3.533.0 → 3.540.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 (73) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/SSMIncidents.d.ts +4 -1
  6. package/dist-types/SSMIncidentsClient.d.ts +1 -1
  7. package/dist-types/commands/BatchGetIncidentFindingsCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateReplicationSetCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateResponsePlanCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateTimelineEventCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteReplicationSetCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteResponsePlanCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteTimelineEventCommand.d.ts +2 -1
  16. package/dist-types/commands/GetIncidentRecordCommand.d.ts +2 -1
  17. package/dist-types/commands/GetReplicationSetCommand.d.ts +2 -1
  18. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +2 -1
  19. package/dist-types/commands/GetResponsePlanCommand.d.ts +2 -1
  20. package/dist-types/commands/GetTimelineEventCommand.d.ts +2 -1
  21. package/dist-types/commands/ListIncidentFindingsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListIncidentRecordsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListRelatedItemsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListReplicationSetsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListResponsePlansCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTimelineEventsCommand.d.ts +2 -1
  28. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  29. package/dist-types/commands/StartIncidentCommand.d.ts +2 -1
  30. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateReplicationSetCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateResponsePlanCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateTimelineEventCommand.d.ts +2 -1
  38. package/dist-types/index.d.ts +0 -1
  39. package/dist-types/models/models_0.d.ts +326 -326
  40. package/dist-types/ts3.4/SSMIncidents.d.ts +3 -0
  41. package/dist-types/ts3.4/commands/BatchGetIncidentFindingsCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListIncidentFindingsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/index.d.ts +0 -1
  73. package/package.json +41 -41
@@ -320,6 +320,7 @@ export interface SSMIncidents {
320
320
  options: __HttpHandlerOptions,
321
321
  cb: (err: any, data?: ListIncidentFindingsCommandOutput) => void
322
322
  ): void;
323
+ listIncidentRecords(): Promise<ListIncidentRecordsCommandOutput>;
323
324
  listIncidentRecords(
324
325
  args: ListIncidentRecordsCommandInput,
325
326
  options?: __HttpHandlerOptions
@@ -346,6 +347,7 @@ export interface SSMIncidents {
346
347
  options: __HttpHandlerOptions,
347
348
  cb: (err: any, data?: ListRelatedItemsCommandOutput) => void
348
349
  ): void;
350
+ listReplicationSets(): Promise<ListReplicationSetsCommandOutput>;
349
351
  listReplicationSets(
350
352
  args: ListReplicationSetsCommandInput,
351
353
  options?: __HttpHandlerOptions
@@ -359,6 +361,7 @@ export interface SSMIncidents {
359
361
  options: __HttpHandlerOptions,
360
362
  cb: (err: any, data?: ListReplicationSetsCommandOutput) => void
361
363
  ): void;
364
+ listResponsePlans(): Promise<ListResponsePlansCommandOutput>;
362
365
  listResponsePlans(
363
366
  args: ListResponsePlansCommandInput,
364
367
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const BatchGetIncidentFindingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetIncidentFindingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetIncidentFindingsCommandInput,
32
+ BatchGetIncidentFindingsCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetIncidentFindingsCommand extends BatchGetIncidentFindingsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateReplicationSetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateReplicationSetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateReplicationSetCommandInput,
32
+ CreateReplicationSetCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateReplicationSetCommand extends CreateReplicationSetCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateResponsePlanCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateResponsePlanCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateResponsePlanCommandInput,
32
+ CreateResponsePlanCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateResponsePlanCommand extends CreateResponsePlanCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateTimelineEventCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateTimelineEventCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateTimelineEventCommandInput,
32
+ CreateTimelineEventCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateTimelineEventCommand extends CreateTimelineEventCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteIncidentRecordCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteIncidentRecordCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteIncidentRecordCommandInput,
32
+ DeleteIncidentRecordCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteIncidentRecordCommand extends DeleteIncidentRecordCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteReplicationSetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteReplicationSetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteReplicationSetCommandInput,
32
+ DeleteReplicationSetCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteReplicationSetCommand extends DeleteReplicationSetCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteResourcePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteResourcePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteResourcePolicyCommandInput,
32
+ DeleteResourcePolicyCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteResponsePlanCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteResponsePlanCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteResponsePlanCommandInput,
32
+ DeleteResponsePlanCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteResponsePlanCommand extends DeleteResponsePlanCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteTimelineEventCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteTimelineEventCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteTimelineEventCommandInput,
32
+ DeleteTimelineEventCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteTimelineEventCommand extends DeleteTimelineEventCommand_base {}
@@ -24,6 +24,15 @@ declare const GetIncidentRecordCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetIncidentRecordCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetIncidentRecordCommandInput,
31
+ GetIncidentRecordCommandOutput,
32
+ SSMIncidentsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetIncidentRecordCommand extends GetIncidentRecordCommand_base {}
@@ -24,6 +24,15 @@ declare const GetReplicationSetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetReplicationSetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetReplicationSetCommandInput,
31
+ GetReplicationSetCommandOutput,
32
+ SSMIncidentsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetReplicationSetCommand extends GetReplicationSetCommand_base {}
@@ -25,6 +25,15 @@ declare const GetResourcePoliciesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetResourcePoliciesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetResourcePoliciesCommandInput,
32
+ GetResourcePoliciesCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetResourcePoliciesCommand extends GetResourcePoliciesCommand_base {}
@@ -24,6 +24,15 @@ declare const GetResponsePlanCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetResponsePlanCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetResponsePlanCommandInput,
31
+ GetResponsePlanCommandOutput,
32
+ SSMIncidentsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetResponsePlanCommand extends GetResponsePlanCommand_base {}
@@ -24,6 +24,15 @@ declare const GetTimelineEventCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetTimelineEventCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetTimelineEventCommandInput,
31
+ GetTimelineEventCommandOutput,
32
+ SSMIncidentsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetTimelineEventCommand extends GetTimelineEventCommand_base {}
@@ -25,6 +25,15 @@ declare const ListIncidentFindingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListIncidentFindingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListIncidentFindingsCommandInput,
32
+ ListIncidentFindingsCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListIncidentFindingsCommand extends ListIncidentFindingsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListIncidentRecordsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListIncidentRecordsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListIncidentRecordsCommandInput,
32
+ ListIncidentRecordsCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListIncidentRecordsCommand extends ListIncidentRecordsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListRelatedItemsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListRelatedItemsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListRelatedItemsCommandInput,
31
+ ListRelatedItemsCommandOutput,
32
+ SSMIncidentsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListRelatedItemsCommand extends ListRelatedItemsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListReplicationSetsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListReplicationSetsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListReplicationSetsCommandInput,
32
+ ListReplicationSetsCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListReplicationSetsCommand extends ListReplicationSetsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListResponsePlansCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListResponsePlansCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListResponsePlansCommandInput,
31
+ ListResponsePlansCommandOutput,
32
+ SSMIncidentsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListResponsePlansCommand extends ListResponsePlansCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTimelineEventsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTimelineEventsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTimelineEventsCommandInput,
32
+ ListTimelineEventsCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTimelineEventsCommand extends ListTimelineEventsCommand_base {}
@@ -24,6 +24,15 @@ declare const PutResourcePolicyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: PutResourcePolicyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ PutResourcePolicyCommandInput,
31
+ PutResourcePolicyCommandOutput,
32
+ SSMIncidentsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
@@ -21,6 +21,15 @@ declare const StartIncidentCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: StartIncidentCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ StartIncidentCommandInput,
28
+ StartIncidentCommandOutput,
29
+ SSMIncidentsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class StartIncidentCommand extends StartIncidentCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ SSMIncidentsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ SSMIncidentsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateDeletionProtectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateDeletionProtectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateDeletionProtectionCommandInput,
32
+ UpdateDeletionProtectionCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateDeletionProtectionCommand extends UpdateDeletionProtectionCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateIncidentRecordCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateIncidentRecordCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateIncidentRecordCommandInput,
32
+ UpdateIncidentRecordCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateIncidentRecordCommand extends UpdateIncidentRecordCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateRelatedItemsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateRelatedItemsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateRelatedItemsCommandInput,
32
+ UpdateRelatedItemsCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateRelatedItemsCommand extends UpdateRelatedItemsCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateReplicationSetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateReplicationSetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateReplicationSetCommandInput,
32
+ UpdateReplicationSetCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateReplicationSetCommand extends UpdateReplicationSetCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateResponsePlanCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateResponsePlanCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateResponsePlanCommandInput,
32
+ UpdateResponsePlanCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateResponsePlanCommand extends UpdateResponsePlanCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateTimelineEventCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateTimelineEventCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateTimelineEventCommandInput,
32
+ UpdateTimelineEventCommandOutput,
33
+ SSMIncidentsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateTimelineEventCommand extends UpdateTimelineEventCommand_base {}
@@ -7,5 +7,4 @@ export * from "./commands";
7
7
  export * from "./pagination";
8
8
  export * from "./waiters";
9
9
  export * from "./models";
10
- import "@aws-sdk/util-endpoints";
11
10
  export { SSMIncidentsServiceException } from "./models/SSMIncidentsServiceException";