@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.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Route53RecoveryReadiness.d.ts +7 -1
- package/dist-types/Route53RecoveryReadinessClient.d.ts +1 -1
- package/dist-types/commands/CreateCellCommand.d.ts +2 -1
- package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +2 -1
- package/dist-types/commands/CreateReadinessCheckCommand.d.ts +2 -1
- package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateResourceSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCellCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +2 -1
- package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/GetCellCommand.d.ts +2 -1
- package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetReadinessCheckCommand.d.ts +2 -1
- package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetRecoveryGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetResourceSetCommand.d.ts +2 -1
- package/dist-types/commands/ListCellsCommand.d.ts +2 -1
- package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +2 -1
- package/dist-types/commands/ListReadinessChecksCommand.d.ts +2 -1
- package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListRulesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCellCommand.d.ts +2 -1
- package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateResourceSetCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +221 -221
- package/dist-types/ts3.4/Route53RecoveryReadiness.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCellCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- 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
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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";
|