@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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags that are attached to the specified response plan or incident.</p>
@@ -70,23 +73,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
70
73
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
71
74
  *
72
75
  */
73
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMIncidentsClientResolvedConfig> {
74
- readonly input: ListTagsForResourceCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: ListTagsForResourceCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
92
77
  }
@@ -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 { ListTimelineEventsInput, ListTimelineEventsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTimelineEventsCommandInput extends ListTimelineEventsInput
21
20
  */
22
21
  export interface ListTimelineEventsCommandOutput extends ListTimelineEventsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTimelineEventsCommand_base: {
24
+ new (input: ListTimelineEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists timeline events for the specified incident record.</p>
@@ -101,23 +104,5 @@ export interface ListTimelineEventsCommandOutput extends ListTimelineEventsOutpu
101
104
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
102
105
  *
103
106
  */
104
- export declare class ListTimelineEventsCommand extends $Command<ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput, SSMIncidentsClientResolvedConfig> {
105
- readonly input: ListTimelineEventsCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: ListTimelineEventsCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class ListTimelineEventsCommand extends ListTimelineEventsCommand_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 { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {
21
20
  */
22
21
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutResourcePolicyCommand_base: {
24
+ new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a resource policy to the specified response plan. The resource policy is used to
@@ -71,23 +74,5 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput,
71
74
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
72
75
  *
73
76
  */
74
- export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig> {
75
- readonly input: PutResourcePolicyCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: PutResourcePolicyCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
93
78
  }
@@ -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 { StartIncidentInput, StartIncidentOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartIncidentCommandInput extends StartIncidentInput {
21
20
  */
22
21
  export interface StartIncidentCommandOutput extends StartIncidentOutput, __MetadataBearer {
23
22
  }
23
+ declare const StartIncidentCommand_base: {
24
+ new (input: StartIncidentCommandInput): import("@smithy/smithy-client").CommandImpl<StartIncidentCommandInput, StartIncidentCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Used to start an incident from CloudWatch alarms, EventBridge events, or
@@ -100,23 +103,5 @@ export interface StartIncidentCommandOutput extends StartIncidentOutput, __Metad
100
103
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
101
104
  *
102
105
  */
103
- export declare class StartIncidentCommand extends $Command<StartIncidentCommandInput, StartIncidentCommandOutput, SSMIncidentsClientResolvedConfig> {
104
- readonly input: StartIncidentCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: StartIncidentCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartIncidentCommandInput, StartIncidentCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class StartIncidentCommand extends StartIncidentCommand_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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a tag to a response plan.</p>
@@ -75,23 +78,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
75
78
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
76
79
  *
77
80
  */
78
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SSMIncidentsClientResolvedConfig> {
79
- readonly input: TagResourceCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: TagResourceCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class TagResourceCommand extends TagResourceCommand_base {
97
82
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a tag from a resource.</p>
@@ -72,23 +75,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
72
75
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
73
76
  *
74
77
  */
75
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SSMIncidentsClientResolvedConfig> {
76
- readonly input: UntagResourceCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: UntagResourceCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
94
79
  }
@@ -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 { UpdateDeletionProtectionInput, UpdateDeletionProtectionOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDeletionProtectionCommandInput extends UpdateDeletionProt
21
20
  */
22
21
  export interface UpdateDeletionProtectionCommandOutput extends UpdateDeletionProtectionOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDeletionProtectionCommand_base: {
24
+ new (input: UpdateDeletionProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update deletion protection to either allow or deny deletion of the final Region in a
@@ -69,23 +72,5 @@ export interface UpdateDeletionProtectionCommandOutput extends UpdateDeletionPro
69
72
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
70
73
  *
71
74
  */
72
- export declare class UpdateDeletionProtectionCommand extends $Command<UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput, SSMIncidentsClientResolvedConfig> {
73
- readonly input: UpdateDeletionProtectionCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: UpdateDeletionProtectionCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class UpdateDeletionProtectionCommand extends UpdateDeletionProtectionCommand_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 { UpdateIncidentRecordInput, UpdateIncidentRecordOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateIncidentRecordCommandInput extends UpdateIncidentRecordIn
21
20
  */
22
21
  export interface UpdateIncidentRecordCommandOutput extends UpdateIncidentRecordOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateIncidentRecordCommand_base: {
24
+ new (input: UpdateIncidentRecordCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update the details of an incident record. You can use this operation to update an incident
@@ -87,23 +90,5 @@ export interface UpdateIncidentRecordCommandOutput extends UpdateIncidentRecordO
87
90
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
88
91
  *
89
92
  */
90
- export declare class UpdateIncidentRecordCommand extends $Command<UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig> {
91
- readonly input: UpdateIncidentRecordCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: UpdateIncidentRecordCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class UpdateIncidentRecordCommand extends UpdateIncidentRecordCommand_base {
109
94
  }
@@ -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 { UpdateRelatedItemsInput, UpdateRelatedItemsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRelatedItemsCommandInput extends UpdateRelatedItemsInput
21
20
  */
22
21
  export interface UpdateRelatedItemsCommandOutput extends UpdateRelatedItemsOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRelatedItemsCommand_base: {
24
+ new (input: UpdateRelatedItemsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Add or remove related items from the related items tab of an incident record.</p>
@@ -102,23 +105,5 @@ export interface UpdateRelatedItemsCommandOutput extends UpdateRelatedItemsOutpu
102
105
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
103
106
  *
104
107
  */
105
- export declare class UpdateRelatedItemsCommand extends $Command<UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig> {
106
- readonly input: UpdateRelatedItemsCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: UpdateRelatedItemsCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class UpdateRelatedItemsCommand extends UpdateRelatedItemsCommand_base {
124
109
  }
@@ -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 { UpdateReplicationSetInput, UpdateReplicationSetOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateReplicationSetCommandInput extends UpdateReplicationSetIn
21
20
  */
22
21
  export interface UpdateReplicationSetCommandOutput extends UpdateReplicationSetOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateReplicationSetCommand_base: {
24
+ new (input: UpdateReplicationSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Add or delete Regions from your replication set.</p>
@@ -81,23 +84,5 @@ export interface UpdateReplicationSetCommandOutput extends UpdateReplicationSetO
81
84
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
82
85
  *
83
86
  */
84
- export declare class UpdateReplicationSetCommand extends $Command<UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig> {
85
- readonly input: UpdateReplicationSetCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: UpdateReplicationSetCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class UpdateReplicationSetCommand extends UpdateReplicationSetCommand_base {
103
88
  }
@@ -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 { UpdateResponsePlanInput, UpdateResponsePlanOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateResponsePlanCommandInput extends UpdateResponsePlanInput
21
20
  */
22
21
  export interface UpdateResponsePlanCommandOutput extends UpdateResponsePlanOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateResponsePlanCommand_base: {
24
+ new (input: UpdateResponsePlanCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified response plan.</p>
@@ -123,23 +126,5 @@ export interface UpdateResponsePlanCommandOutput extends UpdateResponsePlanOutpu
123
126
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
124
127
  *
125
128
  */
126
- export declare class UpdateResponsePlanCommand extends $Command<UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
127
- readonly input: UpdateResponsePlanCommandInput;
128
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
129
- /**
130
- * @public
131
- */
132
- constructor(input: UpdateResponsePlanCommandInput);
133
- /**
134
- * @internal
135
- */
136
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput>;
137
- /**
138
- * @internal
139
- */
140
- private serialize;
141
- /**
142
- * @internal
143
- */
144
- private deserialize;
129
+ export declare class UpdateResponsePlanCommand extends UpdateResponsePlanCommand_base {
145
130
  }
@@ -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 { UpdateTimelineEventInput, UpdateTimelineEventOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateTimelineEventCommandInput extends UpdateTimelineEventInpu
21
20
  */
22
21
  export interface UpdateTimelineEventCommandOutput extends UpdateTimelineEventOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateTimelineEventCommand_base: {
24
+ new (input: UpdateTimelineEventCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a timeline event. You can update events of type <code>Custom Event</code>.</p>
@@ -80,23 +83,5 @@ export interface UpdateTimelineEventCommandOutput extends UpdateTimelineEventOut
80
83
  * <p>Base exception class for all service exceptions from SSMIncidents service.</p>
81
84
  *
82
85
  */
83
- export declare class UpdateTimelineEventCommand extends $Command<UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
84
- readonly input: UpdateTimelineEventCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: UpdateTimelineEventCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSMIncidentsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class UpdateTimelineEventCommand extends UpdateTimelineEventCommand_base {
102
87
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetResourcePolicies(config: SSMIncidentsPaginationConfiguration, input: GetResourcePoliciesCommandInput, ...additionalArguments: any): Paginator<GetResourcePoliciesCommandOutput>;
7
+ export declare const paginateGetResourcePolicies: (config: SSMIncidentsPaginationConfiguration, input: GetResourcePoliciesCommandInput, ...rest: any[]) => Paginator<GetResourcePoliciesCommandOutput>;
@@ -4,4 +4,4 @@ import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListIncidentFindings(config: SSMIncidentsPaginationConfiguration, input: ListIncidentFindingsCommandInput, ...additionalArguments: any): Paginator<ListIncidentFindingsCommandOutput>;
7
+ export declare const paginateListIncidentFindings: (config: SSMIncidentsPaginationConfiguration, input: ListIncidentFindingsCommandInput, ...rest: any[]) => Paginator<ListIncidentFindingsCommandOutput>;
@@ -4,4 +4,4 @@ import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListIncidentRecords(config: SSMIncidentsPaginationConfiguration, input: ListIncidentRecordsCommandInput, ...additionalArguments: any): Paginator<ListIncidentRecordsCommandOutput>;
7
+ export declare const paginateListIncidentRecords: (config: SSMIncidentsPaginationConfiguration, input: ListIncidentRecordsCommandInput, ...rest: any[]) => Paginator<ListIncidentRecordsCommandOutput>;
@@ -4,4 +4,4 @@ import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListRelatedItems(config: SSMIncidentsPaginationConfiguration, input: ListRelatedItemsCommandInput, ...additionalArguments: any): Paginator<ListRelatedItemsCommandOutput>;
7
+ export declare const paginateListRelatedItems: (config: SSMIncidentsPaginationConfiguration, input: ListRelatedItemsCommandInput, ...rest: any[]) => Paginator<ListRelatedItemsCommandOutput>;
@@ -4,4 +4,4 @@ import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListReplicationSets(config: SSMIncidentsPaginationConfiguration, input: ListReplicationSetsCommandInput, ...additionalArguments: any): Paginator<ListReplicationSetsCommandOutput>;
7
+ export declare const paginateListReplicationSets: (config: SSMIncidentsPaginationConfiguration, input: ListReplicationSetsCommandInput, ...rest: any[]) => Paginator<ListReplicationSetsCommandOutput>;
@@ -4,4 +4,4 @@ import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListResponsePlans(config: SSMIncidentsPaginationConfiguration, input: ListResponsePlansCommandInput, ...additionalArguments: any): Paginator<ListResponsePlansCommandOutput>;
7
+ export declare const paginateListResponsePlans: (config: SSMIncidentsPaginationConfiguration, input: ListResponsePlansCommandInput, ...rest: any[]) => Paginator<ListResponsePlansCommandOutput>;
@@ -4,4 +4,4 @@ import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListTimelineEvents(config: SSMIncidentsPaginationConfiguration, input: ListTimelineEventsCommandInput, ...additionalArguments: any): Paginator<ListTimelineEventsCommandOutput>;
7
+ export declare const paginateListTimelineEvents: (config: SSMIncidentsPaginationConfiguration, input: ListTimelineEventsCommandInput, ...rest: any[]) => Paginator<ListTimelineEventsCommandOutput>;