@aws-sdk/client-route53-recovery-readiness 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 (133) 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-es/commands/CreateCellCommand.js +18 -41
  35. package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +18 -41
  36. package/dist-es/commands/CreateReadinessCheckCommand.js +18 -41
  37. package/dist-es/commands/CreateRecoveryGroupCommand.js +18 -41
  38. package/dist-es/commands/CreateResourceSetCommand.js +18 -41
  39. package/dist-es/commands/DeleteCellCommand.js +18 -41
  40. package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +18 -41
  41. package/dist-es/commands/DeleteReadinessCheckCommand.js +18 -41
  42. package/dist-es/commands/DeleteRecoveryGroupCommand.js +18 -41
  43. package/dist-es/commands/DeleteResourceSetCommand.js +18 -41
  44. package/dist-es/commands/GetArchitectureRecommendationsCommand.js +18 -41
  45. package/dist-es/commands/GetCellCommand.js +18 -41
  46. package/dist-es/commands/GetCellReadinessSummaryCommand.js +18 -41
  47. package/dist-es/commands/GetReadinessCheckCommand.js +18 -41
  48. package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +18 -41
  49. package/dist-es/commands/GetReadinessCheckStatusCommand.js +18 -41
  50. package/dist-es/commands/GetRecoveryGroupCommand.js +18 -41
  51. package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +18 -41
  52. package/dist-es/commands/GetResourceSetCommand.js +18 -41
  53. package/dist-es/commands/ListCellsCommand.js +18 -41
  54. package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +18 -41
  55. package/dist-es/commands/ListReadinessChecksCommand.js +18 -41
  56. package/dist-es/commands/ListRecoveryGroupsCommand.js +18 -41
  57. package/dist-es/commands/ListResourceSetsCommand.js +18 -41
  58. package/dist-es/commands/ListRulesCommand.js +18 -41
  59. package/dist-es/commands/ListTagsForResourcesCommand.js +18 -41
  60. package/dist-es/commands/TagResourceCommand.js +18 -41
  61. package/dist-es/commands/UntagResourceCommand.js +18 -41
  62. package/dist-es/commands/UpdateCellCommand.js +18 -41
  63. package/dist-es/commands/UpdateReadinessCheckCommand.js +18 -41
  64. package/dist-es/commands/UpdateRecoveryGroupCommand.js +18 -41
  65. package/dist-es/commands/UpdateResourceSetCommand.js +18 -41
  66. package/dist-es/endpoint/EndpointParameters.js +6 -0
  67. package/dist-types/commands/CreateCellCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +6 -21
  69. package/dist-types/commands/CreateReadinessCheckCommand.d.ts +6 -21
  70. package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateResourceSetCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteCellCommand.d.ts +6 -21
  73. package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +6 -21
  76. package/dist-types/commands/DeleteResourceSetCommand.d.ts +6 -21
  77. package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +6 -21
  78. package/dist-types/commands/GetCellCommand.d.ts +6 -21
  79. package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +6 -21
  80. package/dist-types/commands/GetReadinessCheckCommand.d.ts +6 -21
  81. package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +6 -21
  82. package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +6 -21
  83. package/dist-types/commands/GetRecoveryGroupCommand.d.ts +6 -21
  84. package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +6 -21
  85. package/dist-types/commands/GetResourceSetCommand.d.ts +6 -21
  86. package/dist-types/commands/ListCellsCommand.d.ts +6 -21
  87. package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +6 -21
  88. package/dist-types/commands/ListReadinessChecksCommand.d.ts +6 -21
  89. package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +6 -21
  90. package/dist-types/commands/ListResourceSetsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListRulesCommand.d.ts +6 -21
  92. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +6 -21
  93. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  94. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateCellCommand.d.ts +6 -21
  96. package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +6 -21
  97. package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +6 -21
  98. package/dist-types/commands/UpdateResourceSetCommand.d.ts +6 -21
  99. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  100. package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/GetCellCommand.d.ts +12 -23
  112. package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +12 -24
  121. package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +12 -24
  130. package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  133. 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 { GetCellReadinessSummaryRequest, GetCellReadinessSummaryResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCellReadinessSummaryCommandInput extends GetCellReadinessSum
21
20
  */
22
21
  export interface GetCellReadinessSummaryCommandOutput extends GetCellReadinessSummaryResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCellReadinessSummaryCommand_base: {
24
+ new (input: GetCellReadinessSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetCellReadinessSummaryCommandInput, GetCellReadinessSummaryCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets readiness for a cell. Aggregates the readiness of all the resources that are associated with the cell into a single value.</p>
@@ -75,23 +78,5 @@ export interface GetCellReadinessSummaryCommandOutput extends GetCellReadinessSu
75
78
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
76
79
  *
77
80
  */
78
- export declare class GetCellReadinessSummaryCommand extends $Command<GetCellReadinessSummaryCommandInput, GetCellReadinessSummaryCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
79
- readonly input: GetCellReadinessSummaryCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetCellReadinessSummaryCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCellReadinessSummaryCommandInput, GetCellReadinessSummaryCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetCellReadinessSummaryCommand extends GetCellReadinessSummaryCommand_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 { GetReadinessCheckRequest, GetReadinessCheckResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetReadinessCheckCommandInput extends GetReadinessCheckRequest
21
20
  */
22
21
  export interface GetReadinessCheckCommandOutput extends GetReadinessCheckResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetReadinessCheckCommand_base: {
24
+ new (input: GetReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadinessCheckCommandInput, GetReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets details about a readiness check.</p>
@@ -71,23 +74,5 @@ export interface GetReadinessCheckCommandOutput extends GetReadinessCheckRespons
71
74
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
72
75
  *
73
76
  */
74
- export declare class GetReadinessCheckCommand extends $Command<GetReadinessCheckCommandInput, GetReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
75
- readonly input: GetReadinessCheckCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetReadinessCheckCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReadinessCheckCommandInput, GetReadinessCheckCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetReadinessCheckCommand extends GetReadinessCheckCommand_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 { GetReadinessCheckResourceStatusRequest, GetReadinessCheckResourceStatusResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetReadinessCheckResourceStatusCommandInput extends GetReadines
21
20
  */
22
21
  export interface GetReadinessCheckResourceStatusCommandOutput extends GetReadinessCheckResourceStatusResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetReadinessCheckResourceStatusCommand_base: {
24
+ new (input: GetReadinessCheckResourceStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadinessCheckResourceStatusCommandInput, GetReadinessCheckResourceStatusCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets individual readiness status for a readiness check. To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in the recovery group, use GetRecoveryGroupReadinessSummary.</p>
@@ -82,23 +85,5 @@ export interface GetReadinessCheckResourceStatusCommandOutput extends GetReadine
82
85
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
83
86
  *
84
87
  */
85
- export declare class GetReadinessCheckResourceStatusCommand extends $Command<GetReadinessCheckResourceStatusCommandInput, GetReadinessCheckResourceStatusCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
86
- readonly input: GetReadinessCheckResourceStatusCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: GetReadinessCheckResourceStatusCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReadinessCheckResourceStatusCommandInput, GetReadinessCheckResourceStatusCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class GetReadinessCheckResourceStatusCommand extends GetReadinessCheckResourceStatusCommand_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 { GetReadinessCheckStatusRequest, GetReadinessCheckStatusResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetReadinessCheckStatusCommandInput extends GetReadinessCheckSt
21
20
  */
22
21
  export interface GetReadinessCheckStatusCommandOutput extends GetReadinessCheckStatusResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetReadinessCheckStatusCommand_base: {
24
+ new (input: GetReadinessCheckStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadinessCheckStatusCommandInput, GetReadinessCheckStatusCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the readiness status for an individual readiness check. To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in a recovery group, use GetRecoveryGroupReadinessSummary.</p>
@@ -82,23 +85,5 @@ export interface GetReadinessCheckStatusCommandOutput extends GetReadinessCheckS
82
85
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
83
86
  *
84
87
  */
85
- export declare class GetReadinessCheckStatusCommand extends $Command<GetReadinessCheckStatusCommandInput, GetReadinessCheckStatusCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
86
- readonly input: GetReadinessCheckStatusCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: GetReadinessCheckStatusCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReadinessCheckStatusCommandInput, GetReadinessCheckStatusCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class GetReadinessCheckStatusCommand extends GetReadinessCheckStatusCommand_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 { GetRecoveryGroupRequest, GetRecoveryGroupResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRecoveryGroupCommandInput extends GetRecoveryGroupRequest {
21
20
  */
22
21
  export interface GetRecoveryGroupCommandOutput extends GetRecoveryGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRecoveryGroupCommand_base: {
24
+ new (input: GetRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryGroupCommandInput, GetRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets details about a recovery group, including a list of the cells that are included in it.</p>
@@ -73,23 +76,5 @@ export interface GetRecoveryGroupCommandOutput extends GetRecoveryGroupResponse,
73
76
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
74
77
  *
75
78
  */
76
- export declare class GetRecoveryGroupCommand extends $Command<GetRecoveryGroupCommandInput, GetRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
77
- readonly input: GetRecoveryGroupCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: GetRecoveryGroupCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecoveryGroupCommandInput, GetRecoveryGroupCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class GetRecoveryGroupCommand extends GetRecoveryGroupCommand_base {
95
80
  }
@@ -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 { GetRecoveryGroupReadinessSummaryRequest, GetRecoveryGroupReadinessSummaryResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRecoveryGroupReadinessSummaryCommandInput extends GetRecover
21
20
  */
22
21
  export interface GetRecoveryGroupReadinessSummaryCommandOutput extends GetRecoveryGroupReadinessSummaryResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRecoveryGroupReadinessSummaryCommand_base: {
24
+ new (input: GetRecoveryGroupReadinessSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryGroupReadinessSummaryCommandInput, GetRecoveryGroupReadinessSummaryCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Displays a summary of information about a recovery group's readiness status. Includes the readiness checks for resources in the recovery group and the readiness status of each one.</p>
@@ -75,23 +78,5 @@ export interface GetRecoveryGroupReadinessSummaryCommandOutput extends GetRecove
75
78
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
76
79
  *
77
80
  */
78
- export declare class GetRecoveryGroupReadinessSummaryCommand extends $Command<GetRecoveryGroupReadinessSummaryCommandInput, GetRecoveryGroupReadinessSummaryCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
79
- readonly input: GetRecoveryGroupReadinessSummaryCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetRecoveryGroupReadinessSummaryCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecoveryGroupReadinessSummaryCommandInput, GetRecoveryGroupReadinessSummaryCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetRecoveryGroupReadinessSummaryCommand extends GetRecoveryGroupReadinessSummaryCommand_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 { GetResourceSetRequest, GetResourceSetResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourceSetCommandInput extends GetResourceSetRequest {
21
20
  */
22
21
  export interface GetResourceSetCommandOutput extends GetResourceSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetResourceSetCommand_base: {
24
+ new (input: GetResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceSetCommandInput, GetResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Displays the details about a resource set, including a list of the resources in the set.</p>
@@ -95,23 +98,5 @@ export interface GetResourceSetCommandOutput extends GetResourceSetResponse, __M
95
98
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
96
99
  *
97
100
  */
98
- export declare class GetResourceSetCommand extends $Command<GetResourceSetCommandInput, GetResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
99
- readonly input: GetResourceSetCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: GetResourceSetCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceSetCommandInput, GetResourceSetCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class GetResourceSetCommand extends GetResourceSetCommand_base {
117
102
  }
@@ -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 { ListCellsRequest, ListCellsResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCellsCommandInput extends ListCellsRequest {
21
20
  */
22
21
  export interface ListCellsCommandOutput extends ListCellsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCellsCommand_base: {
24
+ new (input: ListCellsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCellsCommandInput, ListCellsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the cells for an account.</p>
@@ -79,23 +82,5 @@ export interface ListCellsCommandOutput extends ListCellsResponse, __MetadataBea
79
82
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
80
83
  *
81
84
  */
82
- export declare class ListCellsCommand extends $Command<ListCellsCommandInput, ListCellsCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
83
- readonly input: ListCellsCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ListCellsCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCellsCommandInput, ListCellsCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ListCellsCommand extends ListCellsCommand_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 { ListCrossAccountAuthorizationsRequest, ListCrossAccountAuthorizationsResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCrossAccountAuthorizationsCommandInput extends ListCrossAcc
21
20
  */
22
21
  export interface ListCrossAccountAuthorizationsCommandOutput extends ListCrossAccountAuthorizationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCrossAccountAuthorizationsCommand_base: {
24
+ new (input: ListCrossAccountAuthorizationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCrossAccountAuthorizationsCommandInput, ListCrossAccountAuthorizationsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the cross-account readiness authorizations that are in place for an account.</p>
@@ -67,23 +70,5 @@ export interface ListCrossAccountAuthorizationsCommandOutput extends ListCrossAc
67
70
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
68
71
  *
69
72
  */
70
- export declare class ListCrossAccountAuthorizationsCommand extends $Command<ListCrossAccountAuthorizationsCommandInput, ListCrossAccountAuthorizationsCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
71
- readonly input: ListCrossAccountAuthorizationsCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: ListCrossAccountAuthorizationsCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCrossAccountAuthorizationsCommandInput, ListCrossAccountAuthorizationsCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class ListCrossAccountAuthorizationsCommand extends ListCrossAccountAuthorizationsCommand_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 { ListReadinessChecksRequest, ListReadinessChecksResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListReadinessChecksCommandInput extends ListReadinessChecksRequ
21
20
  */
22
21
  export interface ListReadinessChecksCommandOutput extends ListReadinessChecksResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListReadinessChecksCommand_base: {
24
+ new (input: ListReadinessChecksCommandInput): import("@smithy/smithy-client").CommandImpl<ListReadinessChecksCommandInput, ListReadinessChecksCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the readiness checks for an account.</p>
@@ -74,23 +77,5 @@ export interface ListReadinessChecksCommandOutput extends ListReadinessChecksRes
74
77
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
75
78
  *
76
79
  */
77
- export declare class ListReadinessChecksCommand extends $Command<ListReadinessChecksCommandInput, ListReadinessChecksCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
78
- readonly input: ListReadinessChecksCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListReadinessChecksCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReadinessChecksCommandInput, ListReadinessChecksCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListReadinessChecksCommand extends ListReadinessChecksCommand_base {
96
81
  }
@@ -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 { ListRecoveryGroupsRequest, ListRecoveryGroupsResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRecoveryGroupsCommandInput extends ListRecoveryGroupsReques
21
20
  */
22
21
  export interface ListRecoveryGroupsCommandOutput extends ListRecoveryGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRecoveryGroupsCommand_base: {
24
+ new (input: ListRecoveryGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecoveryGroupsCommandInput, ListRecoveryGroupsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the recovery groups in an account.</p>
@@ -76,23 +79,5 @@ export interface ListRecoveryGroupsCommandOutput extends ListRecoveryGroupsRespo
76
79
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
77
80
  *
78
81
  */
79
- export declare class ListRecoveryGroupsCommand extends $Command<ListRecoveryGroupsCommandInput, ListRecoveryGroupsCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
80
- readonly input: ListRecoveryGroupsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ListRecoveryGroupsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecoveryGroupsCommandInput, ListRecoveryGroupsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ListRecoveryGroupsCommand extends ListRecoveryGroupsCommand_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 { ListResourceSetsRequest, ListResourceSetsResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListResourceSetsCommandInput extends ListResourceSetsRequest {
21
20
  */
22
21
  export interface ListResourceSetsCommandOutput extends ListResourceSetsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListResourceSetsCommand_base: {
24
+ new (input: ListResourceSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceSetsCommandInput, ListResourceSetsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the resource sets in an account.</p>
@@ -98,23 +101,5 @@ export interface ListResourceSetsCommandOutput extends ListResourceSetsResponse,
98
101
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
99
102
  *
100
103
  */
101
- export declare class ListResourceSetsCommand extends $Command<ListResourceSetsCommandInput, ListResourceSetsCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
102
- readonly input: ListResourceSetsCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: ListResourceSetsCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceSetsCommandInput, ListResourceSetsCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class ListResourceSetsCommand extends ListResourceSetsCommand_base {
120
105
  }
@@ -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 { ListRulesRequest, ListRulesResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRulesCommandInput extends ListRulesRequest {
21
20
  */
22
21
  export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRulesCommand_base: {
24
+ new (input: ListRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all readiness rules, or lists the readiness rules for a specific resource type.</p>
@@ -72,23 +75,5 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
72
75
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
73
76
  *
74
77
  */
75
- export declare class ListRulesCommand extends $Command<ListRulesCommandInput, ListRulesCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
76
- readonly input: ListRulesCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListRulesCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRulesCommandInput, ListRulesCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListRulesCommand extends ListRulesCommand_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 { ListTagsForResourcesRequest, ListTagsForResourcesResponse } from "../models/models_0";
5
4
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourcesCommandInput extends ListTagsForResourcesRe
21
20
  */
22
21
  export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourcesCommand_base: {
24
+ new (input: ListTagsForResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags for a resource.</p>
@@ -62,23 +65,5 @@ export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesR
62
65
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
63
66
  *
64
67
  */
65
- export declare class ListTagsForResourcesCommand extends $Command<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
66
- readonly input: ListTagsForResourcesCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: ListTagsForResourcesCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class ListTagsForResourcesCommand extends ListTagsForResourcesCommand_base {
84
69
  }