@aws-sdk/client-route53-recovery-readiness 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Route53RecoveryReadiness.d.ts +0 -32
- package/dist-types/ts3.4/Route53RecoveryReadinessClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCellCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/Route53RecoveryReadinessServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -229
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface GetRecoveryGroupReadinessSummaryCommandInput
|
|
|
19
19
|
export interface GetRecoveryGroupReadinessSummaryCommandOutput
|
|
20
20
|
extends GetRecoveryGroupReadinessSummaryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRecoveryGroupReadinessSummaryCommand extends $Command<
|
|
24
23
|
GetRecoveryGroupReadinessSummaryCommandInput,
|
|
25
24
|
GetRecoveryGroupReadinessSummaryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRecoveryGroupReadinessSummaryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRecoveryGroupReadinessSummaryCommandInput;
|
|
29
28
|
constructor(input: GetRecoveryGroupReadinessSummaryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetResourceSetCommandInput extends GetResourceSetRequest {}
|
|
|
18
18
|
export interface GetResourceSetCommandOutput
|
|
19
19
|
extends GetResourceSetResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetResourceSetCommand extends $Command<
|
|
23
22
|
GetResourceSetCommandInput,
|
|
24
23
|
GetResourceSetCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetResourceSetCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetResourceSetCommandInput;
|
|
28
27
|
constructor(input: GetResourceSetCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListCellsCommandInput extends ListCellsRequest {}
|
|
|
15
15
|
export interface ListCellsCommandOutput
|
|
16
16
|
extends ListCellsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListCellsCommand extends $Command<
|
|
20
19
|
ListCellsCommandInput,
|
|
21
20
|
ListCellsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListCellsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListCellsCommandInput;
|
|
25
24
|
constructor(input: ListCellsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCrossAccountAuthorizationsCommandInput
|
|
|
19
19
|
export interface ListCrossAccountAuthorizationsCommandOutput
|
|
20
20
|
extends ListCrossAccountAuthorizationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCrossAccountAuthorizationsCommand extends $Command<
|
|
24
23
|
ListCrossAccountAuthorizationsCommandInput,
|
|
25
24
|
ListCrossAccountAuthorizationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCrossAccountAuthorizationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCrossAccountAuthorizationsCommandInput;
|
|
29
28
|
constructor(input: ListCrossAccountAuthorizationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListReadinessChecksCommandInput
|
|
|
19
19
|
export interface ListReadinessChecksCommandOutput
|
|
20
20
|
extends ListReadinessChecksResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListReadinessChecksCommand extends $Command<
|
|
24
23
|
ListReadinessChecksCommandInput,
|
|
25
24
|
ListReadinessChecksCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListReadinessChecksCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListReadinessChecksCommandInput;
|
|
29
28
|
constructor(input: ListReadinessChecksCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRecoveryGroupsCommandInput
|
|
|
19
19
|
export interface ListRecoveryGroupsCommandOutput
|
|
20
20
|
extends ListRecoveryGroupsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRecoveryGroupsCommand extends $Command<
|
|
24
23
|
ListRecoveryGroupsCommandInput,
|
|
25
24
|
ListRecoveryGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRecoveryGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRecoveryGroupsCommandInput;
|
|
29
28
|
constructor(input: ListRecoveryGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListResourceSetsCommandInput extends ListResourceSetsRequest {}
|
|
|
18
18
|
export interface ListResourceSetsCommandOutput
|
|
19
19
|
extends ListResourceSetsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListResourceSetsCommand extends $Command<
|
|
23
22
|
ListResourceSetsCommandInput,
|
|
24
23
|
ListResourceSetsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListResourceSetsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListResourceSetsCommandInput;
|
|
28
27
|
constructor(input: ListResourceSetsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListRulesCommandInput extends ListRulesRequest {}
|
|
|
15
15
|
export interface ListRulesCommandOutput
|
|
16
16
|
extends ListRulesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListRulesCommand extends $Command<
|
|
20
19
|
ListRulesCommandInput,
|
|
21
20
|
ListRulesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListRulesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListRulesCommandInput;
|
|
25
24
|
constructor(input: ListRulesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourcesCommandInput
|
|
|
19
19
|
export interface ListTagsForResourcesCommandOutput
|
|
20
20
|
extends ListTagsForResourcesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourcesCommand extends $Command<
|
|
24
23
|
ListTagsForResourcesCommandInput,
|
|
25
24
|
ListTagsForResourcesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourcesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourcesCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourcesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../Route53RecoveryReadinessClient";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateCellCommandInput extends UpdateCellRequest {}
|
|
|
15
15
|
export interface UpdateCellCommandOutput
|
|
16
16
|
extends UpdateCellResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateCellCommand extends $Command<
|
|
20
19
|
UpdateCellCommandInput,
|
|
21
20
|
UpdateCellCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateCellCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateCellCommandInput;
|
|
25
24
|
constructor(input: UpdateCellCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateReadinessCheckCommandInput
|
|
|
19
19
|
export interface UpdateReadinessCheckCommandOutput
|
|
20
20
|
extends UpdateReadinessCheckResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateReadinessCheckCommand extends $Command<
|
|
24
23
|
UpdateReadinessCheckCommandInput,
|
|
25
24
|
UpdateReadinessCheckCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateReadinessCheckCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateReadinessCheckCommandInput;
|
|
29
28
|
constructor(input: UpdateReadinessCheckCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateRecoveryGroupCommandInput
|
|
|
19
19
|
export interface UpdateRecoveryGroupCommandOutput
|
|
20
20
|
extends UpdateRecoveryGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateRecoveryGroupCommand extends $Command<
|
|
24
23
|
UpdateRecoveryGroupCommandInput,
|
|
25
24
|
UpdateRecoveryGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateRecoveryGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateRecoveryGroupCommandInput;
|
|
29
28
|
constructor(input: UpdateRecoveryGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateResourceSetCommandInput
|
|
|
19
19
|
export interface UpdateResourceSetCommandOutput
|
|
20
20
|
extends UpdateResourceSetResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateResourceSetCommand extends $Command<
|
|
24
23
|
UpdateResourceSetCommandInput,
|
|
25
24
|
UpdateResourceSetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateResourceSetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateResourceSetCommandInput;
|
|
29
28
|
constructor(input: UpdateResourceSetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class Route53RecoveryReadinessServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|