@aws-sdk/client-route53-recovery-readiness 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 (173) hide show
  1. package/dist-cjs/commands/CreateCellCommand.js +18 -41
  2. package/dist-cjs/commands/CreateCrossAccountAuthorizationCommand.js +18 -41
  3. package/dist-cjs/commands/CreateReadinessCheckCommand.js +18 -41
  4. package/dist-cjs/commands/CreateRecoveryGroupCommand.js +18 -41
  5. package/dist-cjs/commands/CreateResourceSetCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteCellCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteCrossAccountAuthorizationCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteReadinessCheckCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteRecoveryGroupCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteResourceSetCommand.js +18 -41
  11. package/dist-cjs/commands/GetArchitectureRecommendationsCommand.js +18 -41
  12. package/dist-cjs/commands/GetCellCommand.js +18 -41
  13. package/dist-cjs/commands/GetCellReadinessSummaryCommand.js +18 -41
  14. package/dist-cjs/commands/GetReadinessCheckCommand.js +18 -41
  15. package/dist-cjs/commands/GetReadinessCheckResourceStatusCommand.js +18 -41
  16. package/dist-cjs/commands/GetReadinessCheckStatusCommand.js +18 -41
  17. package/dist-cjs/commands/GetRecoveryGroupCommand.js +18 -41
  18. package/dist-cjs/commands/GetRecoveryGroupReadinessSummaryCommand.js +18 -41
  19. package/dist-cjs/commands/GetResourceSetCommand.js +18 -41
  20. package/dist-cjs/commands/ListCellsCommand.js +18 -41
  21. package/dist-cjs/commands/ListCrossAccountAuthorizationsCommand.js +18 -41
  22. package/dist-cjs/commands/ListReadinessChecksCommand.js +18 -41
  23. package/dist-cjs/commands/ListRecoveryGroupsCommand.js +18 -41
  24. package/dist-cjs/commands/ListResourceSetsCommand.js +18 -41
  25. package/dist-cjs/commands/ListRulesCommand.js +18 -41
  26. package/dist-cjs/commands/ListTagsForResourcesCommand.js +18 -41
  27. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateCellCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateReadinessCheckCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateRecoveryGroupCommand.js +18 -41
  32. package/dist-cjs/commands/UpdateResourceSetCommand.js +18 -41
  33. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  34. package/dist-cjs/pagination/GetCellReadinessSummaryPaginator.js +2 -24
  35. package/dist-cjs/pagination/GetReadinessCheckResourceStatusPaginator.js +2 -24
  36. package/dist-cjs/pagination/GetReadinessCheckStatusPaginator.js +2 -24
  37. package/dist-cjs/pagination/GetRecoveryGroupReadinessSummaryPaginator.js +2 -24
  38. package/dist-cjs/pagination/ListCellsPaginator.js +2 -24
  39. package/dist-cjs/pagination/ListCrossAccountAuthorizationsPaginator.js +2 -24
  40. package/dist-cjs/pagination/ListReadinessChecksPaginator.js +2 -24
  41. package/dist-cjs/pagination/ListRecoveryGroupsPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListResourceSetsPaginator.js +2 -24
  43. package/dist-cjs/pagination/ListRulesPaginator.js +2 -24
  44. package/dist-es/commands/CreateCellCommand.js +18 -41
  45. package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +18 -41
  46. package/dist-es/commands/CreateReadinessCheckCommand.js +18 -41
  47. package/dist-es/commands/CreateRecoveryGroupCommand.js +18 -41
  48. package/dist-es/commands/CreateResourceSetCommand.js +18 -41
  49. package/dist-es/commands/DeleteCellCommand.js +18 -41
  50. package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +18 -41
  51. package/dist-es/commands/DeleteReadinessCheckCommand.js +18 -41
  52. package/dist-es/commands/DeleteRecoveryGroupCommand.js +18 -41
  53. package/dist-es/commands/DeleteResourceSetCommand.js +18 -41
  54. package/dist-es/commands/GetArchitectureRecommendationsCommand.js +18 -41
  55. package/dist-es/commands/GetCellCommand.js +18 -41
  56. package/dist-es/commands/GetCellReadinessSummaryCommand.js +18 -41
  57. package/dist-es/commands/GetReadinessCheckCommand.js +18 -41
  58. package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +18 -41
  59. package/dist-es/commands/GetReadinessCheckStatusCommand.js +18 -41
  60. package/dist-es/commands/GetRecoveryGroupCommand.js +18 -41
  61. package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +18 -41
  62. package/dist-es/commands/GetResourceSetCommand.js +18 -41
  63. package/dist-es/commands/ListCellsCommand.js +18 -41
  64. package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +18 -41
  65. package/dist-es/commands/ListReadinessChecksCommand.js +18 -41
  66. package/dist-es/commands/ListRecoveryGroupsCommand.js +18 -41
  67. package/dist-es/commands/ListResourceSetsCommand.js +18 -41
  68. package/dist-es/commands/ListRulesCommand.js +18 -41
  69. package/dist-es/commands/ListTagsForResourcesCommand.js +18 -41
  70. package/dist-es/commands/TagResourceCommand.js +18 -41
  71. package/dist-es/commands/UntagResourceCommand.js +18 -41
  72. package/dist-es/commands/UpdateCellCommand.js +18 -41
  73. package/dist-es/commands/UpdateReadinessCheckCommand.js +18 -41
  74. package/dist-es/commands/UpdateRecoveryGroupCommand.js +18 -41
  75. package/dist-es/commands/UpdateResourceSetCommand.js +18 -41
  76. package/dist-es/endpoint/EndpointParameters.js +6 -0
  77. package/dist-es/pagination/GetCellReadinessSummaryPaginator.js +2 -23
  78. package/dist-es/pagination/GetReadinessCheckResourceStatusPaginator.js +2 -23
  79. package/dist-es/pagination/GetReadinessCheckStatusPaginator.js +2 -23
  80. package/dist-es/pagination/GetRecoveryGroupReadinessSummaryPaginator.js +2 -23
  81. package/dist-es/pagination/ListCellsPaginator.js +2 -23
  82. package/dist-es/pagination/ListCrossAccountAuthorizationsPaginator.js +2 -23
  83. package/dist-es/pagination/ListReadinessChecksPaginator.js +2 -23
  84. package/dist-es/pagination/ListRecoveryGroupsPaginator.js +2 -23
  85. package/dist-es/pagination/ListResourceSetsPaginator.js +2 -23
  86. package/dist-es/pagination/ListRulesPaginator.js +2 -23
  87. package/dist-types/commands/CreateCellCommand.d.ts +6 -21
  88. package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +6 -21
  89. package/dist-types/commands/CreateReadinessCheckCommand.d.ts +6 -21
  90. package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +6 -21
  91. package/dist-types/commands/CreateResourceSetCommand.d.ts +6 -21
  92. package/dist-types/commands/DeleteCellCommand.d.ts +6 -21
  93. package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +6 -21
  94. package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +6 -21
  95. package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +6 -21
  96. package/dist-types/commands/DeleteResourceSetCommand.d.ts +6 -21
  97. package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +6 -21
  98. package/dist-types/commands/GetCellCommand.d.ts +6 -21
  99. package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +6 -21
  100. package/dist-types/commands/GetReadinessCheckCommand.d.ts +6 -21
  101. package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +6 -21
  102. package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +6 -21
  103. package/dist-types/commands/GetRecoveryGroupCommand.d.ts +6 -21
  104. package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +6 -21
  105. package/dist-types/commands/GetResourceSetCommand.d.ts +6 -21
  106. package/dist-types/commands/ListCellsCommand.d.ts +6 -21
  107. package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +6 -21
  108. package/dist-types/commands/ListReadinessChecksCommand.d.ts +6 -21
  109. package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +6 -21
  110. package/dist-types/commands/ListResourceSetsCommand.d.ts +6 -21
  111. package/dist-types/commands/ListRulesCommand.d.ts +6 -21
  112. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +6 -21
  113. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  114. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  115. package/dist-types/commands/UpdateCellCommand.d.ts +6 -21
  116. package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +6 -21
  117. package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +6 -21
  118. package/dist-types/commands/UpdateResourceSetCommand.d.ts +6 -21
  119. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  120. package/dist-types/pagination/GetCellReadinessSummaryPaginator.d.ts +1 -1
  121. package/dist-types/pagination/GetReadinessCheckResourceStatusPaginator.d.ts +1 -1
  122. package/dist-types/pagination/GetReadinessCheckStatusPaginator.d.ts +1 -1
  123. package/dist-types/pagination/GetRecoveryGroupReadinessSummaryPaginator.d.ts +1 -1
  124. package/dist-types/pagination/ListCellsPaginator.d.ts +1 -1
  125. package/dist-types/pagination/ListCrossAccountAuthorizationsPaginator.d.ts +1 -1
  126. package/dist-types/pagination/ListReadinessChecksPaginator.d.ts +1 -1
  127. package/dist-types/pagination/ListRecoveryGroupsPaginator.d.ts +1 -1
  128. package/dist-types/pagination/ListResourceSetsPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/commands/GetCellCommand.d.ts +12 -23
  142. package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  163. package/dist-types/ts3.4/pagination/GetCellReadinessSummaryPaginator.d.ts +3 -3
  164. package/dist-types/ts3.4/pagination/GetReadinessCheckResourceStatusPaginator.d.ts +3 -3
  165. package/dist-types/ts3.4/pagination/GetReadinessCheckStatusPaginator.d.ts +3 -3
  166. package/dist-types/ts3.4/pagination/GetRecoveryGroupReadinessSummaryPaginator.d.ts +3 -3
  167. package/dist-types/ts3.4/pagination/ListCellsPaginator.d.ts +3 -3
  168. package/dist-types/ts3.4/pagination/ListCrossAccountAuthorizationsPaginator.d.ts +3 -3
  169. package/dist-types/ts3.4/pagination/ListReadinessChecksPaginator.d.ts +3 -3
  170. package/dist-types/ts3.4/pagination/ListRecoveryGroupsPaginator.d.ts +3 -3
  171. package/dist-types/ts3.4/pagination/ListResourceSetsPaginator.d.ts +3 -3
  172. package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +3 -3
  173. 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 { UntagResourceRequest } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Route53RecoveryReadinessClientResolvedConfig, 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>
@@ -61,23 +64,5 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
61
64
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
62
65
  *
63
66
  */
64
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
65
- readonly input: UntagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: UntagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
83
68
  }
@@ -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 { UpdateCellRequest, UpdateCellResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateCellCommandInput extends UpdateCellRequest {
21
20
  */
22
21
  export interface UpdateCellCommandOutput extends UpdateCellResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateCellCommand_base: {
24
+ new (input: UpdateCellCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCellCommandInput, UpdateCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a cell to replace the list of nested cells with a new list of nested cells.</p>
@@ -79,23 +82,5 @@ export interface UpdateCellCommandOutput extends UpdateCellResponse, __MetadataB
79
82
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
80
83
  *
81
84
  */
82
- export declare class UpdateCellCommand extends $Command<UpdateCellCommandInput, UpdateCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
83
- readonly input: UpdateCellCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: UpdateCellCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCellCommandInput, UpdateCellCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class UpdateCellCommand extends UpdateCellCommand_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 { UpdateReadinessCheckRequest, UpdateReadinessCheckResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateReadinessCheckCommandInput extends UpdateReadinessCheckRe
21
20
  */
22
21
  export interface UpdateReadinessCheckCommandOutput extends UpdateReadinessCheckResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateReadinessCheckCommand_base: {
24
+ new (input: UpdateReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReadinessCheckCommandInput, UpdateReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a readiness check.</p>
@@ -72,23 +75,5 @@ export interface UpdateReadinessCheckCommandOutput extends UpdateReadinessCheckR
72
75
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
73
76
  *
74
77
  */
75
- export declare class UpdateReadinessCheckCommand extends $Command<UpdateReadinessCheckCommandInput, UpdateReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
76
- readonly input: UpdateReadinessCheckCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: UpdateReadinessCheckCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReadinessCheckCommandInput, UpdateReadinessCheckCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class UpdateReadinessCheckCommand extends UpdateReadinessCheckCommand_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 { UpdateRecoveryGroupRequest, UpdateRecoveryGroupResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRecoveryGroupCommandInput extends UpdateRecoveryGroupRequ
21
20
  */
22
21
  export interface UpdateRecoveryGroupCommandOutput extends UpdateRecoveryGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRecoveryGroupCommand_base: {
24
+ new (input: UpdateRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecoveryGroupCommandInput, UpdateRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a recovery group.</p>
@@ -76,23 +79,5 @@ export interface UpdateRecoveryGroupCommandOutput extends UpdateRecoveryGroupRes
76
79
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
77
80
  *
78
81
  */
79
- export declare class UpdateRecoveryGroupCommand extends $Command<UpdateRecoveryGroupCommandInput, UpdateRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
80
- readonly input: UpdateRecoveryGroupCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: UpdateRecoveryGroupCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRecoveryGroupCommandInput, UpdateRecoveryGroupCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class UpdateRecoveryGroupCommand extends UpdateRecoveryGroupCommand_base {
98
83
  }
@@ -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 { UpdateResourceSetRequest, UpdateResourceSetResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateResourceSetCommandInput extends UpdateResourceSetRequest
21
20
  */
22
21
  export interface UpdateResourceSetCommandOutput extends UpdateResourceSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateResourceSetCommand_base: {
24
+ new (input: UpdateResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceSetCommandInput, UpdateResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a resource set.</p>
@@ -120,23 +123,5 @@ export interface UpdateResourceSetCommandOutput extends UpdateResourceSetRespons
120
123
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
121
124
  *
122
125
  */
123
- export declare class UpdateResourceSetCommand extends $Command<UpdateResourceSetCommandInput, UpdateResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
124
- readonly input: UpdateResourceSetCommandInput;
125
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
126
- /**
127
- * @public
128
- */
129
- constructor(input: UpdateResourceSetCommandInput);
130
- /**
131
- * @internal
132
- */
133
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceSetCommandInput, UpdateResourceSetCommandOutput>;
134
- /**
135
- * @internal
136
- */
137
- private serialize;
138
- /**
139
- * @internal
140
- */
141
- private deserialize;
126
+ export declare class UpdateResourceSetCommand extends UpdateResourceSetCommand_base {
142
127
  }
@@ -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 { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetCellReadinessSummary(config: Route53RecoveryReadinessPaginationConfiguration, input: GetCellReadinessSummaryCommandInput, ...additionalArguments: any): Paginator<GetCellReadinessSummaryCommandOutput>;
7
+ export declare const paginateGetCellReadinessSummary: (config: Route53RecoveryReadinessPaginationConfiguration, input: GetCellReadinessSummaryCommandInput, ...rest: any[]) => Paginator<GetCellReadinessSummaryCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetReadinessCheckResourceStatus(config: Route53RecoveryReadinessPaginationConfiguration, input: GetReadinessCheckResourceStatusCommandInput, ...additionalArguments: any): Paginator<GetReadinessCheckResourceStatusCommandOutput>;
7
+ export declare const paginateGetReadinessCheckResourceStatus: (config: Route53RecoveryReadinessPaginationConfiguration, input: GetReadinessCheckResourceStatusCommandInput, ...rest: any[]) => Paginator<GetReadinessCheckResourceStatusCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetReadinessCheckStatus(config: Route53RecoveryReadinessPaginationConfiguration, input: GetReadinessCheckStatusCommandInput, ...additionalArguments: any): Paginator<GetReadinessCheckStatusCommandOutput>;
7
+ export declare const paginateGetReadinessCheckStatus: (config: Route53RecoveryReadinessPaginationConfiguration, input: GetReadinessCheckStatusCommandInput, ...rest: any[]) => Paginator<GetReadinessCheckStatusCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetRecoveryGroupReadinessSummary(config: Route53RecoveryReadinessPaginationConfiguration, input: GetRecoveryGroupReadinessSummaryCommandInput, ...additionalArguments: any): Paginator<GetRecoveryGroupReadinessSummaryCommandOutput>;
7
+ export declare const paginateGetRecoveryGroupReadinessSummary: (config: Route53RecoveryReadinessPaginationConfiguration, input: GetRecoveryGroupReadinessSummaryCommandInput, ...rest: any[]) => Paginator<GetRecoveryGroupReadinessSummaryCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCells(config: Route53RecoveryReadinessPaginationConfiguration, input: ListCellsCommandInput, ...additionalArguments: any): Paginator<ListCellsCommandOutput>;
7
+ export declare const paginateListCells: (config: Route53RecoveryReadinessPaginationConfiguration, input: ListCellsCommandInput, ...rest: any[]) => Paginator<ListCellsCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCrossAccountAuthorizations(config: Route53RecoveryReadinessPaginationConfiguration, input: ListCrossAccountAuthorizationsCommandInput, ...additionalArguments: any): Paginator<ListCrossAccountAuthorizationsCommandOutput>;
7
+ export declare const paginateListCrossAccountAuthorizations: (config: Route53RecoveryReadinessPaginationConfiguration, input: ListCrossAccountAuthorizationsCommandInput, ...rest: any[]) => Paginator<ListCrossAccountAuthorizationsCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListReadinessChecks(config: Route53RecoveryReadinessPaginationConfiguration, input: ListReadinessChecksCommandInput, ...additionalArguments: any): Paginator<ListReadinessChecksCommandOutput>;
7
+ export declare const paginateListReadinessChecks: (config: Route53RecoveryReadinessPaginationConfiguration, input: ListReadinessChecksCommandInput, ...rest: any[]) => Paginator<ListReadinessChecksCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListRecoveryGroups(config: Route53RecoveryReadinessPaginationConfiguration, input: ListRecoveryGroupsCommandInput, ...additionalArguments: any): Paginator<ListRecoveryGroupsCommandOutput>;
7
+ export declare const paginateListRecoveryGroups: (config: Route53RecoveryReadinessPaginationConfiguration, input: ListRecoveryGroupsCommandInput, ...rest: any[]) => Paginator<ListRecoveryGroupsCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListResourceSets(config: Route53RecoveryReadinessPaginationConfiguration, input: ListResourceSetsCommandInput, ...additionalArguments: any): Paginator<ListResourceSetsCommandOutput>;
7
+ export declare const paginateListResourceSets: (config: Route53RecoveryReadinessPaginationConfiguration, input: ListResourceSetsCommandInput, ...rest: any[]) => Paginator<ListResourceSetsCommandOutput>;
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListRules(config: Route53RecoveryReadinessPaginationConfiguration, input: ListRulesCommandInput, ...additionalArguments: any): Paginator<ListRulesCommandOutput>;
7
+ export declare const paginateListRules: (config: Route53RecoveryReadinessPaginationConfiguration, input: ListRulesCommandInput, ...rest: any[]) => Paginator<ListRulesCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateCellRequest, CreateCellResponse } from "../models/models_0";
10
4
  import {
11
5
  Route53RecoveryReadinessClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface CreateCellCommandInput extends CreateCellRequest {}
17
11
  export interface CreateCellCommandOutput
18
12
  extends CreateCellResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateCellCommand extends $Command<
21
- CreateCellCommandInput,
22
- CreateCellCommandOutput,
23
- Route53RecoveryReadinessClientResolvedConfig
24
- > {
25
- readonly input: CreateCellCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateCellCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: Route53RecoveryReadinessClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateCellCommandInput, CreateCellCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateCellCommand_base: {
15
+ new (
16
+ input: CreateCellCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateCellCommandInput,
19
+ CreateCellCommandOutput,
20
+ Route53RecoveryReadinessClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateCellCommand extends CreateCellCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateCrossAccountAuthorizationRequest,
11
5
  CreateCrossAccountAuthorizationResponse,
@@ -21,22 +15,16 @@ export interface CreateCrossAccountAuthorizationCommandInput
21
15
  export interface CreateCrossAccountAuthorizationCommandOutput
22
16
  extends CreateCrossAccountAuthorizationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCrossAccountAuthorizationCommand extends $Command<
25
- CreateCrossAccountAuthorizationCommandInput,
26
- CreateCrossAccountAuthorizationCommandOutput,
27
- Route53RecoveryReadinessClientResolvedConfig
28
- > {
29
- readonly input: CreateCrossAccountAuthorizationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCrossAccountAuthorizationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: Route53RecoveryReadinessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCrossAccountAuthorizationCommand_base: {
19
+ new (
20
+ input: CreateCrossAccountAuthorizationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCrossAccountAuthorizationCommandInput,
38
- CreateCrossAccountAuthorizationCommandOutput
23
+ CreateCrossAccountAuthorizationCommandOutput,
24
+ Route53RecoveryReadinessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateCrossAccountAuthorizationCommand extends CreateCrossAccountAuthorizationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateReadinessCheckRequest,
11
5
  CreateReadinessCheckResponse,
@@ -21,22 +15,16 @@ export interface CreateReadinessCheckCommandInput
21
15
  export interface CreateReadinessCheckCommandOutput
22
16
  extends CreateReadinessCheckResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateReadinessCheckCommand extends $Command<
25
- CreateReadinessCheckCommandInput,
26
- CreateReadinessCheckCommandOutput,
27
- Route53RecoveryReadinessClientResolvedConfig
28
- > {
29
- readonly input: CreateReadinessCheckCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateReadinessCheckCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: Route53RecoveryReadinessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateReadinessCheckCommand_base: {
19
+ new (
20
+ input: CreateReadinessCheckCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateReadinessCheckCommandInput,
38
- CreateReadinessCheckCommandOutput
23
+ CreateReadinessCheckCommandOutput,
24
+ Route53RecoveryReadinessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateReadinessCheckCommand extends CreateReadinessCheckCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateRecoveryGroupRequest,
11
5
  CreateRecoveryGroupResponse,
@@ -21,19 +15,16 @@ export interface CreateRecoveryGroupCommandInput
21
15
  export interface CreateRecoveryGroupCommandOutput
22
16
  extends CreateRecoveryGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateRecoveryGroupCommand extends $Command<
25
- CreateRecoveryGroupCommandInput,
26
- CreateRecoveryGroupCommandOutput,
27
- Route53RecoveryReadinessClientResolvedConfig
28
- > {
29
- readonly input: CreateRecoveryGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateRecoveryGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: Route53RecoveryReadinessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateRecoveryGroupCommandInput, CreateRecoveryGroupCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateRecoveryGroupCommand_base: {
19
+ new (
20
+ input: CreateRecoveryGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateRecoveryGroupCommandInput,
23
+ CreateRecoveryGroupCommandOutput,
24
+ Route53RecoveryReadinessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateRecoveryGroupCommand extends CreateRecoveryGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateResourceSetRequest,
11
5
  CreateResourceSetResponse,
@@ -21,19 +15,16 @@ export interface CreateResourceSetCommandInput
21
15
  export interface CreateResourceSetCommandOutput
22
16
  extends CreateResourceSetResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateResourceSetCommand extends $Command<
25
- CreateResourceSetCommandInput,
26
- CreateResourceSetCommandOutput,
27
- Route53RecoveryReadinessClientResolvedConfig
28
- > {
29
- readonly input: CreateResourceSetCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateResourceSetCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: Route53RecoveryReadinessClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateResourceSetCommandInput, CreateResourceSetCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateResourceSetCommand_base: {
19
+ new (
20
+ input: CreateResourceSetCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateResourceSetCommandInput,
23
+ CreateResourceSetCommandOutput,
24
+ Route53RecoveryReadinessClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateResourceSetCommand extends CreateResourceSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteCellRequest } from "../models/models_0";
10
4
  import {
11
5
  Route53RecoveryReadinessClientResolvedConfig,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteCellCommandInput extends DeleteCellRequest {}
17
11
  export interface DeleteCellCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteCellCommand extends $Command<
19
- DeleteCellCommandInput,
20
- DeleteCellCommandOutput,
21
- Route53RecoveryReadinessClientResolvedConfig
22
- > {
23
- readonly input: DeleteCellCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteCellCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: Route53RecoveryReadinessClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteCellCommandInput, DeleteCellCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteCellCommand_base: {
13
+ new (
14
+ input: DeleteCellCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteCellCommandInput,
17
+ DeleteCellCommandOutput,
18
+ Route53RecoveryReadinessClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteCellCommand extends DeleteCellCommand_base {}