@aws-sdk/client-ssm-incidents 3.477.0 → 3.481.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 (157) hide show
  1. package/dist-cjs/commands/BatchGetIncidentFindingsCommand.js +18 -41
  2. package/dist-cjs/commands/CreateReplicationSetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateResponsePlanCommand.js +18 -41
  4. package/dist-cjs/commands/CreateTimelineEventCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteIncidentRecordCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteReplicationSetCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteResponsePlanCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteTimelineEventCommand.js +18 -41
  10. package/dist-cjs/commands/GetIncidentRecordCommand.js +18 -41
  11. package/dist-cjs/commands/GetReplicationSetCommand.js +18 -41
  12. package/dist-cjs/commands/GetResourcePoliciesCommand.js +18 -41
  13. package/dist-cjs/commands/GetResponsePlanCommand.js +18 -41
  14. package/dist-cjs/commands/GetTimelineEventCommand.js +18 -41
  15. package/dist-cjs/commands/ListIncidentFindingsCommand.js +18 -41
  16. package/dist-cjs/commands/ListIncidentRecordsCommand.js +18 -41
  17. package/dist-cjs/commands/ListRelatedItemsCommand.js +18 -41
  18. package/dist-cjs/commands/ListReplicationSetsCommand.js +18 -41
  19. package/dist-cjs/commands/ListResponsePlansCommand.js +18 -41
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  21. package/dist-cjs/commands/ListTimelineEventsCommand.js +18 -41
  22. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  23. package/dist-cjs/commands/StartIncidentCommand.js +18 -41
  24. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateIncidentRecordCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateRelatedItemsCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateReplicationSetCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateResponsePlanCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateTimelineEventCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-cjs/pagination/GetResourcePoliciesPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListIncidentFindingsPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListIncidentRecordsPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListRelatedItemsPaginator.js +2 -24
  37. package/dist-cjs/pagination/ListReplicationSetsPaginator.js +2 -24
  38. package/dist-cjs/pagination/ListResponsePlansPaginator.js +2 -24
  39. package/dist-cjs/pagination/ListTimelineEventsPaginator.js +2 -24
  40. package/dist-es/commands/BatchGetIncidentFindingsCommand.js +18 -41
  41. package/dist-es/commands/CreateReplicationSetCommand.js +18 -41
  42. package/dist-es/commands/CreateResponsePlanCommand.js +18 -41
  43. package/dist-es/commands/CreateTimelineEventCommand.js +18 -41
  44. package/dist-es/commands/DeleteIncidentRecordCommand.js +18 -41
  45. package/dist-es/commands/DeleteReplicationSetCommand.js +18 -41
  46. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  47. package/dist-es/commands/DeleteResponsePlanCommand.js +18 -41
  48. package/dist-es/commands/DeleteTimelineEventCommand.js +18 -41
  49. package/dist-es/commands/GetIncidentRecordCommand.js +18 -41
  50. package/dist-es/commands/GetReplicationSetCommand.js +18 -41
  51. package/dist-es/commands/GetResourcePoliciesCommand.js +18 -41
  52. package/dist-es/commands/GetResponsePlanCommand.js +18 -41
  53. package/dist-es/commands/GetTimelineEventCommand.js +18 -41
  54. package/dist-es/commands/ListIncidentFindingsCommand.js +18 -41
  55. package/dist-es/commands/ListIncidentRecordsCommand.js +18 -41
  56. package/dist-es/commands/ListRelatedItemsCommand.js +18 -41
  57. package/dist-es/commands/ListReplicationSetsCommand.js +18 -41
  58. package/dist-es/commands/ListResponsePlansCommand.js +18 -41
  59. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  60. package/dist-es/commands/ListTimelineEventsCommand.js +18 -41
  61. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  62. package/dist-es/commands/StartIncidentCommand.js +18 -41
  63. package/dist-es/commands/TagResourceCommand.js +18 -41
  64. package/dist-es/commands/UntagResourceCommand.js +18 -41
  65. package/dist-es/commands/UpdateDeletionProtectionCommand.js +18 -41
  66. package/dist-es/commands/UpdateIncidentRecordCommand.js +18 -41
  67. package/dist-es/commands/UpdateRelatedItemsCommand.js +18 -41
  68. package/dist-es/commands/UpdateReplicationSetCommand.js +18 -41
  69. package/dist-es/commands/UpdateResponsePlanCommand.js +18 -41
  70. package/dist-es/commands/UpdateTimelineEventCommand.js +18 -41
  71. package/dist-es/endpoint/EndpointParameters.js +6 -0
  72. package/dist-es/pagination/GetResourcePoliciesPaginator.js +2 -23
  73. package/dist-es/pagination/ListIncidentFindingsPaginator.js +2 -23
  74. package/dist-es/pagination/ListIncidentRecordsPaginator.js +2 -23
  75. package/dist-es/pagination/ListRelatedItemsPaginator.js +2 -23
  76. package/dist-es/pagination/ListReplicationSetsPaginator.js +2 -23
  77. package/dist-es/pagination/ListResponsePlansPaginator.js +2 -23
  78. package/dist-es/pagination/ListTimelineEventsPaginator.js +2 -23
  79. package/dist-types/commands/BatchGetIncidentFindingsCommand.d.ts +6 -21
  80. package/dist-types/commands/CreateReplicationSetCommand.d.ts +6 -21
  81. package/dist-types/commands/CreateResponsePlanCommand.d.ts +6 -21
  82. package/dist-types/commands/CreateTimelineEventCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +6 -21
  84. package/dist-types/commands/DeleteReplicationSetCommand.d.ts +6 -21
  85. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  86. package/dist-types/commands/DeleteResponsePlanCommand.d.ts +6 -21
  87. package/dist-types/commands/DeleteTimelineEventCommand.d.ts +6 -21
  88. package/dist-types/commands/GetIncidentRecordCommand.d.ts +6 -21
  89. package/dist-types/commands/GetReplicationSetCommand.d.ts +6 -21
  90. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -21
  91. package/dist-types/commands/GetResponsePlanCommand.d.ts +6 -21
  92. package/dist-types/commands/GetTimelineEventCommand.d.ts +6 -21
  93. package/dist-types/commands/ListIncidentFindingsCommand.d.ts +6 -21
  94. package/dist-types/commands/ListIncidentRecordsCommand.d.ts +6 -21
  95. package/dist-types/commands/ListRelatedItemsCommand.d.ts +6 -21
  96. package/dist-types/commands/ListReplicationSetsCommand.d.ts +6 -21
  97. package/dist-types/commands/ListResponsePlansCommand.d.ts +6 -21
  98. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  99. package/dist-types/commands/ListTimelineEventsCommand.d.ts +6 -21
  100. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  101. package/dist-types/commands/StartIncidentCommand.d.ts +6 -21
  102. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  103. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  104. package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +6 -21
  105. package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +6 -21
  106. package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +6 -21
  107. package/dist-types/commands/UpdateReplicationSetCommand.d.ts +6 -21
  108. package/dist-types/commands/UpdateResponsePlanCommand.d.ts +6 -21
  109. package/dist-types/commands/UpdateTimelineEventCommand.d.ts +6 -21
  110. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  111. package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListIncidentFindingsPaginator.d.ts +1 -1
  113. package/dist-types/pagination/ListIncidentRecordsPaginator.d.ts +1 -1
  114. package/dist-types/pagination/ListRelatedItemsPaginator.d.ts +1 -1
  115. package/dist-types/pagination/ListReplicationSetsPaginator.d.ts +1 -1
  116. package/dist-types/pagination/ListResponsePlansPaginator.d.ts +1 -1
  117. package/dist-types/pagination/ListTimelineEventsPaginator.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/BatchGetIncidentFindingsCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/ListIncidentFindingsCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  150. package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +3 -3
  151. package/dist-types/ts3.4/pagination/ListIncidentFindingsPaginator.d.ts +3 -3
  152. package/dist-types/ts3.4/pagination/ListIncidentRecordsPaginator.d.ts +3 -3
  153. package/dist-types/ts3.4/pagination/ListRelatedItemsPaginator.d.ts +3 -3
  154. package/dist-types/ts3.4/pagination/ListReplicationSetsPaginator.d.ts +3 -3
  155. package/dist-types/ts3.4/pagination/ListResponsePlansPaginator.d.ts +3 -3
  156. package/dist-types/ts3.4/pagination/ListTimelineEventsPaginator.d.ts +3 -3
  157. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteReplicationSetInput, DeleteReplicationSetOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteReplicationSetCommandInput extends DeleteReplicationSetIn
21
20
  */
22
21
  export interface DeleteReplicationSetCommandOutput extends DeleteReplicationSetOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteReplicationSetCommand_base: {
24
+ new (input: DeleteReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes all Regions in your replication set. Deleting the replication set deletes all
@@ -67,23 +70,5 @@ export interface DeleteReplicationSetCommandOutput extends DeleteReplicationSetO
67
70
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteReplicationSetCommand extends $Command<DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig> {
71
- readonly input: DeleteReplicationSetCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteReplicationSetCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteReplicationSetCommand extends DeleteReplicationSetCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyIn
21
20
  */
22
21
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteResourcePolicyCommand_base: {
24
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the resource policy that Resource Access Manager uses to share your Incident Manager
@@ -68,23 +71,5 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyO
68
71
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
69
72
  *
70
73
  */
71
- export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig> {
72
- readonly input: DeleteResourcePolicyCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteResourcePolicyCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteResponsePlanInput, DeleteResponsePlanOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteResponsePlanCommandInput extends DeleteResponsePlanInput
21
20
  */
22
21
  export interface DeleteResponsePlanCommandOutput extends DeleteResponsePlanOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteResponsePlanCommand_base: {
24
+ new (input: DeleteResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified response plan. Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this response
@@ -64,23 +67,5 @@ export interface DeleteResponsePlanCommandOutput extends DeleteResponsePlanOutpu
64
67
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
65
68
  *
66
69
  */
67
- export declare class DeleteResponsePlanCommand extends $Command<DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
68
- readonly input: DeleteResponsePlanCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DeleteResponsePlanCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DeleteResponsePlanCommand extends DeleteResponsePlanCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteTimelineEventInput, DeleteTimelineEventOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteTimelineEventCommandInput extends DeleteTimelineEventInpu
21
20
  */
22
21
  export interface DeleteTimelineEventCommandOutput extends DeleteTimelineEventOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteTimelineEventCommand_base: {
24
+ new (input: DeleteTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a timeline event from an incident.</p>
@@ -64,23 +67,5 @@ export interface DeleteTimelineEventCommandOutput extends DeleteTimelineEventOut
64
67
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
65
68
  *
66
69
  */
67
- export declare class DeleteTimelineEventCommand extends $Command<DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
68
- readonly input: DeleteTimelineEventCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DeleteTimelineEventCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DeleteTimelineEventCommand extends DeleteTimelineEventCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetIncidentRecordInput, GetIncidentRecordOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetIncidentRecordCommandInput extends GetIncidentRecordInput {
21
20
  */
22
21
  export interface GetIncidentRecordCommandOutput extends GetIncidentRecordOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetIncidentRecordCommand_base: {
24
+ new (input: GetIncidentRecordCommandInput): import("@smithy/smithy-client").CommandImpl<GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the details for the specified incident record.</p>
@@ -101,23 +104,5 @@ export interface GetIncidentRecordCommandOutput extends GetIncidentRecordOutput,
101
104
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
102
105
  *
103
106
  */
104
- export declare class GetIncidentRecordCommand extends $Command<GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig> {
105
- readonly input: GetIncidentRecordCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: GetIncidentRecordCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class GetIncidentRecordCommand extends GetIncidentRecordCommand_base {
123
108
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetReplicationSetInput, GetReplicationSetOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetReplicationSetCommandInput extends GetReplicationSetInput {
21
20
  */
22
21
  export interface GetReplicationSetCommandOutput extends GetReplicationSetOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetReplicationSetCommand_base: {
24
+ new (input: GetReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetReplicationSetCommandInput, GetReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieve your Incident Manager replication set.</p>
@@ -84,23 +87,5 @@ export interface GetReplicationSetCommandOutput extends GetReplicationSetOutput,
84
87
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
85
88
  *
86
89
  */
87
- export declare class GetReplicationSetCommand extends $Command<GetReplicationSetCommandInput, GetReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig> {
88
- readonly input: GetReplicationSetCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: GetReplicationSetCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReplicationSetCommandInput, GetReplicationSetCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class GetReplicationSetCommand extends GetReplicationSetCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetResourcePoliciesInput, GetResourcePoliciesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourcePoliciesCommandInput extends GetResourcePoliciesInpu
21
20
  */
22
21
  export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetResourcePoliciesCommand_base: {
24
+ new (input: GetResourcePoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the resource policies attached to the specified response plan.</p>
@@ -77,23 +80,5 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesOut
77
80
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
78
81
  *
79
82
  */
80
- export declare class GetResourcePoliciesCommand extends $Command<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, SSMIncidentsClientResolvedConfig> {
81
- readonly input: GetResourcePoliciesCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: GetResourcePoliciesCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class GetResourcePoliciesCommand extends GetResourcePoliciesCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetResponsePlanInput, GetResponsePlanOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResponsePlanCommandInput extends GetResponsePlanInput {
21
20
  */
22
21
  export interface GetResponsePlanCommandOutput extends GetResponsePlanOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetResponsePlanCommand_base: {
24
+ new (input: GetResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<GetResponsePlanCommandInput, GetResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the details of the specified response plan.</p>
@@ -124,23 +127,5 @@ export interface GetResponsePlanCommandOutput extends GetResponsePlanOutput, __M
124
127
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
125
128
  *
126
129
  */
127
- export declare class GetResponsePlanCommand extends $Command<GetResponsePlanCommandInput, GetResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
128
- readonly input: GetResponsePlanCommandInput;
129
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
130
- /**
131
- * @public
132
- */
133
- constructor(input: GetResponsePlanCommandInput);
134
- /**
135
- * @internal
136
- */
137
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResponsePlanCommandInput, GetResponsePlanCommandOutput>;
138
- /**
139
- * @internal
140
- */
141
- private serialize;
142
- /**
143
- * @internal
144
- */
145
- private deserialize;
130
+ export declare class GetResponsePlanCommand extends GetResponsePlanCommand_base {
146
131
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetTimelineEventInput, GetTimelineEventOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTimelineEventCommandInput extends GetTimelineEventInput {
21
20
  */
22
21
  export interface GetTimelineEventCommandOutput extends GetTimelineEventOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetTimelineEventCommand_base: {
24
+ new (input: GetTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<GetTimelineEventCommandInput, GetTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a timeline event based on its ID and incident record.</p>
@@ -82,23 +85,5 @@ export interface GetTimelineEventCommandOutput extends GetTimelineEventOutput, _
82
85
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
83
86
  *
84
87
  */
85
- export declare class GetTimelineEventCommand extends $Command<GetTimelineEventCommandInput, GetTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
86
- readonly input: GetTimelineEventCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: GetTimelineEventCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTimelineEventCommandInput, GetTimelineEventCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class GetTimelineEventCommand extends GetTimelineEventCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListIncidentFindingsInput, ListIncidentFindingsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListIncidentFindingsCommandInput extends ListIncidentFindingsIn
21
20
  */
22
21
  export interface ListIncidentFindingsCommandOutput extends ListIncidentFindingsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListIncidentFindingsCommand_base: {
24
+ new (input: ListIncidentFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncidentFindingsCommandInput, ListIncidentFindingsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of the IDs of findings, plus their last modified times, that have been
@@ -79,23 +82,5 @@ export interface ListIncidentFindingsCommandOutput extends ListIncidentFindingsO
79
82
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
80
83
  *
81
84
  */
82
- export declare class ListIncidentFindingsCommand extends $Command<ListIncidentFindingsCommandInput, ListIncidentFindingsCommandOutput, SSMIncidentsClientResolvedConfig> {
83
- readonly input: ListIncidentFindingsCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ListIncidentFindingsCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIncidentFindingsCommandInput, ListIncidentFindingsCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ListIncidentFindingsCommand extends ListIncidentFindingsCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListIncidentRecordsInput, ListIncidentRecordsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListIncidentRecordsCommandInput extends ListIncidentRecordsInpu
21
20
  */
22
21
  export interface ListIncidentRecordsCommandOutput extends ListIncidentRecordsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListIncidentRecordsCommand_base: {
24
+ new (input: ListIncidentRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all incident records in your account. Use this command to retrieve the Amazon
@@ -100,23 +103,5 @@ export interface ListIncidentRecordsCommandOutput extends ListIncidentRecordsOut
100
103
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
101
104
  *
102
105
  */
103
- export declare class ListIncidentRecordsCommand extends $Command<ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput, SSMIncidentsClientResolvedConfig> {
104
- readonly input: ListIncidentRecordsCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: ListIncidentRecordsCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class ListIncidentRecordsCommand extends ListIncidentRecordsCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListRelatedItemsInput, ListRelatedItemsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRelatedItemsCommandInput extends ListRelatedItemsInput {
21
20
  */
22
21
  export interface ListRelatedItemsCommandOutput extends ListRelatedItemsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListRelatedItemsCommand_base: {
24
+ new (input: ListRelatedItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List all related items for an incident record.</p>
@@ -86,23 +89,5 @@ export interface ListRelatedItemsCommandOutput extends ListRelatedItemsOutput, _
86
89
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
87
90
  *
88
91
  */
89
- export declare class ListRelatedItemsCommand extends $Command<ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig> {
90
- readonly input: ListRelatedItemsCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: ListRelatedItemsCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class ListRelatedItemsCommand extends ListRelatedItemsCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListReplicationSetsInput, ListReplicationSetsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListReplicationSetsCommandInput extends ListReplicationSetsInpu
21
20
  */
22
21
  export interface ListReplicationSetsCommandOutput extends ListReplicationSetsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListReplicationSetsCommand_base: {
24
+ new (input: ListReplicationSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists details about the replication set configured in your account. </p>
@@ -69,23 +72,5 @@ export interface ListReplicationSetsCommandOutput extends ListReplicationSetsOut
69
72
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
70
73
  *
71
74
  */
72
- export declare class ListReplicationSetsCommand extends $Command<ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput, SSMIncidentsClientResolvedConfig> {
73
- readonly input: ListReplicationSetsCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: ListReplicationSetsCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class ListReplicationSetsCommand extends ListReplicationSetsCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListResponsePlansInput, ListResponsePlansOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListResponsePlansCommandInput extends ListResponsePlansInput {
21
20
  */
22
21
  export interface ListResponsePlansCommandOutput extends ListResponsePlansOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListResponsePlansCommand_base: {
24
+ new (input: ListResponsePlansCommandInput): import("@smithy/smithy-client").CommandImpl<ListResponsePlansCommandInput, ListResponsePlansCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all response plans in your account.</p>
@@ -73,23 +76,5 @@ export interface ListResponsePlansCommandOutput extends ListResponsePlansOutput,
73
76
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
74
77
  *
75
78
  */
76
- export declare class ListResponsePlansCommand extends $Command<ListResponsePlansCommandInput, ListResponsePlansCommandOutput, SSMIncidentsClientResolvedConfig> {
77
- readonly input: ListResponsePlansCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ListResponsePlansCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResponsePlansCommandInput, ListResponsePlansCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ListResponsePlansCommand extends ListResponsePlansCommand_base {
95
80
  }