@aws-sdk/client-route53-recovery-readiness 3.335.0 → 3.338.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 (141) hide show
  1. package/dist-cjs/Route53RecoveryReadinessClient.js +2 -1
  2. package/dist-cjs/commands/CreateCellCommand.js +2 -1
  3. package/dist-cjs/commands/CreateCrossAccountAuthorizationCommand.js +2 -1
  4. package/dist-cjs/commands/CreateReadinessCheckCommand.js +2 -1
  5. package/dist-cjs/commands/CreateRecoveryGroupCommand.js +2 -1
  6. package/dist-cjs/commands/CreateResourceSetCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteCellCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteCrossAccountAuthorizationCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteReadinessCheckCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteRecoveryGroupCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteResourceSetCommand.js +2 -1
  12. package/dist-cjs/commands/GetArchitectureRecommendationsCommand.js +2 -1
  13. package/dist-cjs/commands/GetCellCommand.js +2 -1
  14. package/dist-cjs/commands/GetCellReadinessSummaryCommand.js +2 -1
  15. package/dist-cjs/commands/GetReadinessCheckCommand.js +2 -1
  16. package/dist-cjs/commands/GetReadinessCheckResourceStatusCommand.js +2 -1
  17. package/dist-cjs/commands/GetReadinessCheckStatusCommand.js +2 -1
  18. package/dist-cjs/commands/GetRecoveryGroupCommand.js +2 -1
  19. package/dist-cjs/commands/GetRecoveryGroupReadinessSummaryCommand.js +2 -1
  20. package/dist-cjs/commands/GetResourceSetCommand.js +2 -1
  21. package/dist-cjs/commands/ListCellsCommand.js +2 -1
  22. package/dist-cjs/commands/ListCrossAccountAuthorizationsCommand.js +2 -1
  23. package/dist-cjs/commands/ListReadinessChecksCommand.js +2 -1
  24. package/dist-cjs/commands/ListRecoveryGroupsCommand.js +2 -1
  25. package/dist-cjs/commands/ListResourceSetsCommand.js +2 -1
  26. package/dist-cjs/commands/ListRulesCommand.js +2 -1
  27. package/dist-cjs/commands/ListTagsForResourcesCommand.js +2 -1
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  30. package/dist-cjs/commands/UpdateCellCommand.js +2 -1
  31. package/dist-cjs/commands/UpdateReadinessCheckCommand.js +2 -1
  32. package/dist-cjs/commands/UpdateRecoveryGroupCommand.js +2 -1
  33. package/dist-cjs/commands/UpdateResourceSetCommand.js +2 -1
  34. package/dist-cjs/index.js +2 -2
  35. package/dist-cjs/models/Route53RecoveryReadinessServiceException.js +2 -1
  36. package/dist-es/Route53RecoveryReadinessClient.js +1 -0
  37. package/dist-es/commands/CreateCellCommand.js +1 -0
  38. package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +1 -0
  39. package/dist-es/commands/CreateReadinessCheckCommand.js +1 -0
  40. package/dist-es/commands/CreateRecoveryGroupCommand.js +1 -0
  41. package/dist-es/commands/CreateResourceSetCommand.js +1 -0
  42. package/dist-es/commands/DeleteCellCommand.js +1 -0
  43. package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +1 -0
  44. package/dist-es/commands/DeleteReadinessCheckCommand.js +1 -0
  45. package/dist-es/commands/DeleteRecoveryGroupCommand.js +1 -0
  46. package/dist-es/commands/DeleteResourceSetCommand.js +1 -0
  47. package/dist-es/commands/GetArchitectureRecommendationsCommand.js +1 -0
  48. package/dist-es/commands/GetCellCommand.js +1 -0
  49. package/dist-es/commands/GetCellReadinessSummaryCommand.js +1 -0
  50. package/dist-es/commands/GetReadinessCheckCommand.js +1 -0
  51. package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +1 -0
  52. package/dist-es/commands/GetReadinessCheckStatusCommand.js +1 -0
  53. package/dist-es/commands/GetRecoveryGroupCommand.js +1 -0
  54. package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +1 -0
  55. package/dist-es/commands/GetResourceSetCommand.js +1 -0
  56. package/dist-es/commands/ListCellsCommand.js +1 -0
  57. package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +1 -0
  58. package/dist-es/commands/ListReadinessChecksCommand.js +1 -0
  59. package/dist-es/commands/ListRecoveryGroupsCommand.js +1 -0
  60. package/dist-es/commands/ListResourceSetsCommand.js +1 -0
  61. package/dist-es/commands/ListRulesCommand.js +1 -0
  62. package/dist-es/commands/ListTagsForResourcesCommand.js +1 -0
  63. package/dist-es/commands/TagResourceCommand.js +1 -0
  64. package/dist-es/commands/UntagResourceCommand.js +1 -0
  65. package/dist-es/commands/UpdateCellCommand.js +1 -0
  66. package/dist-es/commands/UpdateReadinessCheckCommand.js +1 -0
  67. package/dist-es/commands/UpdateRecoveryGroupCommand.js +1 -0
  68. package/dist-es/commands/UpdateResourceSetCommand.js +1 -0
  69. package/dist-es/index.js +2 -2
  70. package/dist-es/models/Route53RecoveryReadinessServiceException.js +1 -0
  71. package/dist-types/Route53RecoveryReadinessClient.d.ts +3 -3
  72. package/dist-types/commands/CreateCellCommand.d.ts +4 -0
  73. package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +4 -0
  74. package/dist-types/commands/CreateReadinessCheckCommand.d.ts +4 -0
  75. package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +4 -0
  76. package/dist-types/commands/CreateResourceSetCommand.d.ts +4 -0
  77. package/dist-types/commands/DeleteCellCommand.d.ts +4 -0
  78. package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +4 -0
  79. package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +4 -0
  80. package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +4 -0
  81. package/dist-types/commands/DeleteResourceSetCommand.d.ts +4 -0
  82. package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +4 -0
  83. package/dist-types/commands/GetCellCommand.d.ts +4 -0
  84. package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +4 -0
  85. package/dist-types/commands/GetReadinessCheckCommand.d.ts +4 -0
  86. package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +4 -0
  87. package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +4 -0
  88. package/dist-types/commands/GetRecoveryGroupCommand.d.ts +4 -0
  89. package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +4 -0
  90. package/dist-types/commands/GetResourceSetCommand.d.ts +4 -0
  91. package/dist-types/commands/ListCellsCommand.d.ts +4 -0
  92. package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +4 -0
  93. package/dist-types/commands/ListReadinessChecksCommand.d.ts +4 -0
  94. package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +4 -0
  95. package/dist-types/commands/ListResourceSetsCommand.d.ts +4 -0
  96. package/dist-types/commands/ListRulesCommand.d.ts +4 -0
  97. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +4 -0
  98. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  99. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  100. package/dist-types/commands/UpdateCellCommand.d.ts +4 -0
  101. package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +4 -0
  102. package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +4 -0
  103. package/dist-types/commands/UpdateResourceSetCommand.d.ts +4 -0
  104. package/dist-types/index.d.ts +7 -2
  105. package/dist-types/models/Route53RecoveryReadinessServiceException.d.ts +1 -0
  106. package/dist-types/ts3.4/Route53RecoveryReadinessClient.d.ts +3 -3
  107. package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/GetCellCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/index.d.ts +2 -2
  140. package/dist-types/ts3.4/models/Route53RecoveryReadinessServiceException.d.ts +1 -0
  141. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetReadinessCheckResourceStatusCommand, se_GetReadinessCheckResourceStatusCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetReadinessCheckResourceStatusCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetReadinessCheckStatusCommand, se_GetReadinessCheckStatusCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetReadinessCheckStatusCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetRecoveryGroupCommand, se_GetRecoveryGroupCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetRecoveryGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetRecoveryGroupReadinessSummaryCommand, se_GetRecoveryGroupReadinessSummaryCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetRecoveryGroupReadinessSummaryCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetResourceSetCommand, se_GetResourceSetCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetResourceSetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListCellsCommand, se_ListCellsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListCellsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListCrossAccountAuthorizationsCommand, se_ListCrossAccountAuthorizationsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListCrossAccountAuthorizationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListReadinessChecksCommand, se_ListReadinessChecksCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListReadinessChecksCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListRecoveryGroupsCommand, se_ListRecoveryGroupsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListRecoveryGroupsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListResourceSetsCommand, se_ListResourceSetsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListResourceSetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListRulesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourcesCommand, se_ListTagsForResourcesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTagsForResourcesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateCellCommand, se_UpdateCellCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateCellCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateReadinessCheckCommand, se_UpdateReadinessCheckCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateReadinessCheckCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateRecoveryGroupCommand, se_UpdateRecoveryGroupCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateRecoveryGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateResourceSetCommand, se_UpdateResourceSetCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateResourceSetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./Route53RecoveryReadiness";
2
1
  export * from "./Route53RecoveryReadinessClient";
2
+ export * from "./Route53RecoveryReadiness";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { Route53RecoveryReadinessServiceException } from "./models/Route53RecoveryReadinessServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class Route53RecoveryReadinessServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -41,6 +41,7 @@ import { UpdateReadinessCheckCommandInput, UpdateReadinessCheckCommandOutput } f
41
41
  import { UpdateRecoveryGroupCommandInput, UpdateRecoveryGroupCommandOutput } from "./commands/UpdateRecoveryGroupCommand";
42
42
  import { UpdateResourceSetCommandInput, UpdateResourceSetCommandOutput } from "./commands/UpdateResourceSetCommand";
43
43
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
44
+ export { __Client };
44
45
  /**
45
46
  * @public
46
47
  */
@@ -155,7 +156,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
155
156
  /**
156
157
  * @public
157
158
  */
158
- type Route53RecoveryReadinessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
159
+ export type Route53RecoveryReadinessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
159
160
  /**
160
161
  * @public
161
162
  *
@@ -166,7 +167,7 @@ export interface Route53RecoveryReadinessClientConfig extends Route53RecoveryRea
166
167
  /**
167
168
  * @public
168
169
  */
169
- type Route53RecoveryReadinessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
170
+ export type Route53RecoveryReadinessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
170
171
  /**
171
172
  * @public
172
173
  *
@@ -191,4 +192,3 @@ export declare class Route53RecoveryReadinessClient extends __Client<__HttpHandl
191
192
  */
192
193
  destroy(): void;
193
194
  }
194
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateCellRequest, CreateCellResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateCrossAccountAuthorizationRequest, CreateCrossAccountAuthorizationResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateReadinessCheckRequest, CreateReadinessCheckResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateRecoveryGroupRequest, CreateRecoveryGroupResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateResourceSetRequest, CreateResourceSetResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteCellRequest } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteCrossAccountAuthorizationRequest, DeleteCrossAccountAuthorizationResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteReadinessCheckRequest } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteRecoveryGroupRequest } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteResourceSetRequest } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetArchitectureRecommendationsRequest, GetArchitectureRecommendationsResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetCellRequest, GetCellResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetCellReadinessSummaryRequest, GetCellReadinessSummaryResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetReadinessCheckRequest, GetReadinessCheckResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetReadinessCheckResourceStatusRequest, GetReadinessCheckResourceStatusResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetReadinessCheckStatusRequest, GetReadinessCheckStatusResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetRecoveryGroupRequest, GetRecoveryGroupResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetRecoveryGroupReadinessSummaryRequest, GetRecoveryGroupReadinessSummaryResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetResourceSetRequest, GetResourceSetResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListCellsRequest, ListCellsResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListCrossAccountAuthorizationsRequest, ListCrossAccountAuthorizationsResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReadinessChecksRequest, ListReadinessChecksResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRecoveryGroupsRequest, ListRecoveryGroupsResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListResourceSetsRequest, ListResourceSetsResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRulesRequest, ListRulesResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourcesRequest, ListTagsForResourcesResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateCellRequest, UpdateCellResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateReadinessCheckRequest, UpdateReadinessCheckResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateRecoveryGroupRequest, UpdateRecoveryGroupResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateResourceSetRequest, UpdateResourceSetResponse } from "../models/models_0";
5
5
  import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,11 @@
1
- export * from "./Route53RecoveryReadiness";
1
+ /**
2
+ * <p>Recovery readiness</p>
3
+ *
4
+ * @packageDocumentation
5
+ */
2
6
  export * from "./Route53RecoveryReadinessClient";
7
+ export * from "./Route53RecoveryReadiness";
3
8
  export * from "./commands";
4
- export * from "./models";
5
9
  export * from "./pagination";
10
+ export * from "./models";
6
11
  export { Route53RecoveryReadinessServiceException } from "./models/Route53RecoveryReadinessServiceException";