@aws-sdk/client-ssm-incidents 3.478.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 (129) 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-es/commands/BatchGetIncidentFindingsCommand.js +18 -41
  34. package/dist-es/commands/CreateReplicationSetCommand.js +18 -41
  35. package/dist-es/commands/CreateResponsePlanCommand.js +18 -41
  36. package/dist-es/commands/CreateTimelineEventCommand.js +18 -41
  37. package/dist-es/commands/DeleteIncidentRecordCommand.js +18 -41
  38. package/dist-es/commands/DeleteReplicationSetCommand.js +18 -41
  39. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  40. package/dist-es/commands/DeleteResponsePlanCommand.js +18 -41
  41. package/dist-es/commands/DeleteTimelineEventCommand.js +18 -41
  42. package/dist-es/commands/GetIncidentRecordCommand.js +18 -41
  43. package/dist-es/commands/GetReplicationSetCommand.js +18 -41
  44. package/dist-es/commands/GetResourcePoliciesCommand.js +18 -41
  45. package/dist-es/commands/GetResponsePlanCommand.js +18 -41
  46. package/dist-es/commands/GetTimelineEventCommand.js +18 -41
  47. package/dist-es/commands/ListIncidentFindingsCommand.js +18 -41
  48. package/dist-es/commands/ListIncidentRecordsCommand.js +18 -41
  49. package/dist-es/commands/ListRelatedItemsCommand.js +18 -41
  50. package/dist-es/commands/ListReplicationSetsCommand.js +18 -41
  51. package/dist-es/commands/ListResponsePlansCommand.js +18 -41
  52. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  53. package/dist-es/commands/ListTimelineEventsCommand.js +18 -41
  54. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  55. package/dist-es/commands/StartIncidentCommand.js +18 -41
  56. package/dist-es/commands/TagResourceCommand.js +18 -41
  57. package/dist-es/commands/UntagResourceCommand.js +18 -41
  58. package/dist-es/commands/UpdateDeletionProtectionCommand.js +18 -41
  59. package/dist-es/commands/UpdateIncidentRecordCommand.js +18 -41
  60. package/dist-es/commands/UpdateRelatedItemsCommand.js +18 -41
  61. package/dist-es/commands/UpdateReplicationSetCommand.js +18 -41
  62. package/dist-es/commands/UpdateResponsePlanCommand.js +18 -41
  63. package/dist-es/commands/UpdateTimelineEventCommand.js +18 -41
  64. package/dist-es/endpoint/EndpointParameters.js +6 -0
  65. package/dist-types/commands/BatchGetIncidentFindingsCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateReplicationSetCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateResponsePlanCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateTimelineEventCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteReplicationSetCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteResponsePlanCommand.d.ts +6 -21
  73. package/dist-types/commands/DeleteTimelineEventCommand.d.ts +6 -21
  74. package/dist-types/commands/GetIncidentRecordCommand.d.ts +6 -21
  75. package/dist-types/commands/GetReplicationSetCommand.d.ts +6 -21
  76. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -21
  77. package/dist-types/commands/GetResponsePlanCommand.d.ts +6 -21
  78. package/dist-types/commands/GetTimelineEventCommand.d.ts +6 -21
  79. package/dist-types/commands/ListIncidentFindingsCommand.d.ts +6 -21
  80. package/dist-types/commands/ListIncidentRecordsCommand.d.ts +6 -21
  81. package/dist-types/commands/ListRelatedItemsCommand.d.ts +6 -21
  82. package/dist-types/commands/ListReplicationSetsCommand.d.ts +6 -21
  83. package/dist-types/commands/ListResponsePlansCommand.d.ts +6 -21
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  85. package/dist-types/commands/ListTimelineEventsCommand.d.ts +6 -21
  86. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  87. package/dist-types/commands/StartIncidentCommand.d.ts +6 -21
  88. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  89. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  90. package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +6 -21
  91. package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +6 -21
  93. package/dist-types/commands/UpdateReplicationSetCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateResponsePlanCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateTimelineEventCommand.d.ts +6 -21
  96. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/ts3.4/commands/BatchGetIncidentFindingsCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/ListIncidentFindingsCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  129. package/package.json +9 -9
@@ -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 { CreateResponsePlanInput, CreateResponsePlanOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateResponsePlanCommandInput extends CreateResponsePlanInput
21
20
  */
22
21
  export interface CreateResponsePlanCommandOutput extends CreateResponsePlanOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateResponsePlanCommand_base: {
24
+ new (input: CreateResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a response plan that automates the initial response to incidents. A response plan
@@ -132,23 +135,5 @@ export interface CreateResponsePlanCommandOutput extends CreateResponsePlanOutpu
132
135
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
133
136
  *
134
137
  */
135
- export declare class CreateResponsePlanCommand extends $Command<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
136
- readonly input: CreateResponsePlanCommandInput;
137
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
138
- /**
139
- * @public
140
- */
141
- constructor(input: CreateResponsePlanCommandInput);
142
- /**
143
- * @internal
144
- */
145
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput>;
146
- /**
147
- * @internal
148
- */
149
- private serialize;
150
- /**
151
- * @internal
152
- */
153
- private deserialize;
138
+ export declare class CreateResponsePlanCommand extends CreateResponsePlanCommand_base {
154
139
  }
@@ -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 { CreateTimelineEventInput, CreateTimelineEventOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateTimelineEventCommandInput extends CreateTimelineEventInpu
21
20
  */
22
21
  export interface CreateTimelineEventCommandOutput extends CreateTimelineEventOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateTimelineEventCommand_base: {
24
+ new (input: CreateTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a custom timeline event on the incident details page of an incident record.
@@ -85,23 +88,5 @@ export interface CreateTimelineEventCommandOutput extends CreateTimelineEventOut
85
88
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
86
89
  *
87
90
  */
88
- export declare class CreateTimelineEventCommand extends $Command<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
89
- readonly input: CreateTimelineEventCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: CreateTimelineEventCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class CreateTimelineEventCommand extends CreateTimelineEventCommand_base {
107
92
  }
@@ -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 { DeleteIncidentRecordInput, DeleteIncidentRecordOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteIncidentRecordCommandInput extends DeleteIncidentRecordIn
21
20
  */
22
21
  export interface DeleteIncidentRecordCommandOutput extends DeleteIncidentRecordOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteIncidentRecordCommand_base: {
24
+ new (input: DeleteIncidentRecordCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delete an incident record from Incident Manager. </p>
@@ -63,23 +66,5 @@ export interface DeleteIncidentRecordCommandOutput extends DeleteIncidentRecordO
63
66
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
64
67
  *
65
68
  */
66
- export declare class DeleteIncidentRecordCommand extends $Command<DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig> {
67
- readonly input: DeleteIncidentRecordCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: DeleteIncidentRecordCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class DeleteIncidentRecordCommand extends DeleteIncidentRecordCommand_base {
85
70
  }
@@ -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
  }