@aws-sdk/client-route53-recovery-readiness 3.533.0 → 3.540.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 (75) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Route53RecoveryReadiness.d.ts +7 -1
  6. package/dist-types/Route53RecoveryReadinessClient.d.ts +1 -1
  7. package/dist-types/commands/CreateCellCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateReadinessCheckCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateResourceSetCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteCellCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteResourceSetCommand.d.ts +2 -1
  17. package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +2 -1
  18. package/dist-types/commands/GetCellCommand.d.ts +2 -1
  19. package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +2 -1
  20. package/dist-types/commands/GetReadinessCheckCommand.d.ts +2 -1
  21. package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +2 -1
  22. package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +2 -1
  23. package/dist-types/commands/GetRecoveryGroupCommand.d.ts +2 -1
  24. package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +2 -1
  25. package/dist-types/commands/GetResourceSetCommand.d.ts +2 -1
  26. package/dist-types/commands/ListCellsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListReadinessChecksCommand.d.ts +2 -1
  29. package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListResourceSetsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListRulesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +2 -1
  33. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateCellCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateResourceSetCommand.d.ts +2 -1
  39. package/dist-types/index.d.ts +0 -1
  40. package/dist-types/models/models_0.d.ts +221 -221
  41. package/dist-types/ts3.4/Route53RecoveryReadiness.d.ts +6 -0
  42. package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetCellCommand.d.ts +7 -0
  54. package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/index.d.ts +0 -1
  75. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
22
22
  }
23
23
  declare const ListRulesCommand_base: {
24
24
  new (input: ListRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all readiness rules, or lists the readiness rules for a specific resource type.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const ListRulesCommand_base: {
74
74
  * @throws {@link Route53RecoveryReadinessServiceException}
75
75
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListRulesCommand extends ListRulesCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesR
22
22
  }
23
23
  declare const ListTagsForResourcesCommand_base: {
24
24
  new (input: ListTagsForResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags for a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const ListTagsForResourcesCommand_base: {
64
64
  * @throws {@link Route53RecoveryReadinessServiceException}
65
65
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListTagsForResourcesCommand extends ListTagsForResourcesCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a tag to a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const TagResourceCommand_base: {
63
63
  * @throws {@link Route53RecoveryReadinessServiceException}
64
64
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class TagResourceCommand extends TagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a tag from a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link Route53RecoveryReadinessServiceException}
64
64
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UpdateCellCommandOutput extends UpdateCellResponse, __MetadataB
22
22
  }
23
23
  declare const UpdateCellCommand_base: {
24
24
  new (input: UpdateCellCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCellCommandInput, UpdateCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCellCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCellCommandInput, UpdateCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a cell to replace the list of nested cells with a new list of nested cells.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const UpdateCellCommand_base: {
81
81
  * @throws {@link Route53RecoveryReadinessServiceException}
82
82
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class UpdateCellCommand extends UpdateCellCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface UpdateReadinessCheckCommandOutput extends UpdateReadinessCheckR
22
22
  }
23
23
  declare const UpdateReadinessCheckCommand_base: {
24
24
  new (input: UpdateReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReadinessCheckCommandInput, UpdateReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReadinessCheckCommandInput, UpdateReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a readiness check.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const UpdateReadinessCheckCommand_base: {
74
74
  * @throws {@link Route53RecoveryReadinessServiceException}
75
75
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class UpdateReadinessCheckCommand extends UpdateReadinessCheckCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface UpdateRecoveryGroupCommandOutput extends UpdateRecoveryGroupRes
22
22
  }
23
23
  declare const UpdateRecoveryGroupCommand_base: {
24
24
  new (input: UpdateRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecoveryGroupCommandInput, UpdateRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecoveryGroupCommandInput, UpdateRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a recovery group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const UpdateRecoveryGroupCommand_base: {
78
78
  * @throws {@link Route53RecoveryReadinessServiceException}
79
79
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class UpdateRecoveryGroupCommand extends UpdateRecoveryGroupCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface UpdateResourceSetCommandOutput extends UpdateResourceSetRespons
22
22
  }
23
23
  declare const UpdateResourceSetCommand_base: {
24
24
  new (input: UpdateResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceSetCommandInput, UpdateResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceSetCommandInput, UpdateResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a resource set.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -122,6 +122,7 @@ declare const UpdateResourceSetCommand_base: {
122
122
  * @throws {@link Route53RecoveryReadinessServiceException}
123
123
  * <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
124
124
  *
125
+ * @public
125
126
  */
126
127
  export declare class UpdateResourceSetCommand extends UpdateResourceSetCommand_base {
127
128
  }
@@ -11,5 +11,4 @@ export { Route53RecoveryReadinessExtensionConfiguration } from "./extensionConfi
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./models";
14
- import "@aws-sdk/util-endpoints";
15
14
  export { Route53RecoveryReadinessServiceException } from "./models/Route53RecoveryReadinessServiceException";