@aws-sdk/client-route53-recovery-readiness 3.477.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.
- package/dist-cjs/commands/CreateCellCommand.js +18 -41
- package/dist-cjs/commands/CreateCrossAccountAuthorizationCommand.js +18 -41
- package/dist-cjs/commands/CreateReadinessCheckCommand.js +18 -41
- package/dist-cjs/commands/CreateRecoveryGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateResourceSetCommand.js +18 -41
- package/dist-cjs/commands/DeleteCellCommand.js +18 -41
- package/dist-cjs/commands/DeleteCrossAccountAuthorizationCommand.js +18 -41
- package/dist-cjs/commands/DeleteReadinessCheckCommand.js +18 -41
- package/dist-cjs/commands/DeleteRecoveryGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourceSetCommand.js +18 -41
- package/dist-cjs/commands/GetArchitectureRecommendationsCommand.js +18 -41
- package/dist-cjs/commands/GetCellCommand.js +18 -41
- package/dist-cjs/commands/GetCellReadinessSummaryCommand.js +18 -41
- package/dist-cjs/commands/GetReadinessCheckCommand.js +18 -41
- package/dist-cjs/commands/GetReadinessCheckResourceStatusCommand.js +18 -41
- package/dist-cjs/commands/GetReadinessCheckStatusCommand.js +18 -41
- package/dist-cjs/commands/GetRecoveryGroupCommand.js +18 -41
- package/dist-cjs/commands/GetRecoveryGroupReadinessSummaryCommand.js +18 -41
- package/dist-cjs/commands/GetResourceSetCommand.js +18 -41
- package/dist-cjs/commands/ListCellsCommand.js +18 -41
- package/dist-cjs/commands/ListCrossAccountAuthorizationsCommand.js +18 -41
- package/dist-cjs/commands/ListReadinessChecksCommand.js +18 -41
- package/dist-cjs/commands/ListRecoveryGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListResourceSetsCommand.js +18 -41
- package/dist-cjs/commands/ListRulesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourcesCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateCellCommand.js +18 -41
- package/dist-cjs/commands/UpdateReadinessCheckCommand.js +18 -41
- package/dist-cjs/commands/UpdateRecoveryGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateResourceSetCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetCellReadinessSummaryPaginator.js +2 -24
- package/dist-cjs/pagination/GetReadinessCheckResourceStatusPaginator.js +2 -24
- package/dist-cjs/pagination/GetReadinessCheckStatusPaginator.js +2 -24
- package/dist-cjs/pagination/GetRecoveryGroupReadinessSummaryPaginator.js +2 -24
- package/dist-cjs/pagination/ListCellsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCrossAccountAuthorizationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListReadinessChecksPaginator.js +2 -24
- package/dist-cjs/pagination/ListRecoveryGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListResourceSetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRulesPaginator.js +2 -24
- package/dist-es/commands/CreateCellCommand.js +18 -41
- package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +18 -41
- package/dist-es/commands/CreateReadinessCheckCommand.js +18 -41
- package/dist-es/commands/CreateRecoveryGroupCommand.js +18 -41
- package/dist-es/commands/CreateResourceSetCommand.js +18 -41
- package/dist-es/commands/DeleteCellCommand.js +18 -41
- package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +18 -41
- package/dist-es/commands/DeleteReadinessCheckCommand.js +18 -41
- package/dist-es/commands/DeleteRecoveryGroupCommand.js +18 -41
- package/dist-es/commands/DeleteResourceSetCommand.js +18 -41
- package/dist-es/commands/GetArchitectureRecommendationsCommand.js +18 -41
- package/dist-es/commands/GetCellCommand.js +18 -41
- package/dist-es/commands/GetCellReadinessSummaryCommand.js +18 -41
- package/dist-es/commands/GetReadinessCheckCommand.js +18 -41
- package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +18 -41
- package/dist-es/commands/GetReadinessCheckStatusCommand.js +18 -41
- package/dist-es/commands/GetRecoveryGroupCommand.js +18 -41
- package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +18 -41
- package/dist-es/commands/GetResourceSetCommand.js +18 -41
- package/dist-es/commands/ListCellsCommand.js +18 -41
- package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +18 -41
- package/dist-es/commands/ListReadinessChecksCommand.js +18 -41
- package/dist-es/commands/ListRecoveryGroupsCommand.js +18 -41
- package/dist-es/commands/ListResourceSetsCommand.js +18 -41
- package/dist-es/commands/ListRulesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourcesCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateCellCommand.js +18 -41
- package/dist-es/commands/UpdateReadinessCheckCommand.js +18 -41
- package/dist-es/commands/UpdateRecoveryGroupCommand.js +18 -41
- package/dist-es/commands/UpdateResourceSetCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetCellReadinessSummaryPaginator.js +2 -23
- package/dist-es/pagination/GetReadinessCheckResourceStatusPaginator.js +2 -23
- package/dist-es/pagination/GetReadinessCheckStatusPaginator.js +2 -23
- package/dist-es/pagination/GetRecoveryGroupReadinessSummaryPaginator.js +2 -23
- package/dist-es/pagination/ListCellsPaginator.js +2 -23
- package/dist-es/pagination/ListCrossAccountAuthorizationsPaginator.js +2 -23
- package/dist-es/pagination/ListReadinessChecksPaginator.js +2 -23
- package/dist-es/pagination/ListRecoveryGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListResourceSetsPaginator.js +2 -23
- package/dist-es/pagination/ListRulesPaginator.js +2 -23
- package/dist-types/commands/CreateCellCommand.d.ts +6 -21
- package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +6 -21
- package/dist-types/commands/CreateReadinessCheckCommand.d.ts +6 -21
- package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateResourceSetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCellCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +6 -21
- package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +6 -21
- package/dist-types/commands/GetCellCommand.d.ts +6 -21
- package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +6 -21
- package/dist-types/commands/GetReadinessCheckCommand.d.ts +6 -21
- package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetRecoveryGroupCommand.d.ts +6 -21
- package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +6 -21
- package/dist-types/commands/GetResourceSetCommand.d.ts +6 -21
- package/dist-types/commands/ListCellsCommand.d.ts +6 -21
- package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +6 -21
- package/dist-types/commands/ListReadinessChecksCommand.d.ts +6 -21
- package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListResourceSetsCommand.d.ts +6 -21
- package/dist-types/commands/ListRulesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCellCommand.d.ts +6 -21
- package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResourceSetCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetCellReadinessSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetReadinessCheckResourceStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/GetReadinessCheckStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/GetRecoveryGroupReadinessSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCellsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCrossAccountAuthorizationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadinessChecksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecoveryGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCellCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetCellReadinessSummaryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetReadinessCheckResourceStatusPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetReadinessCheckStatusPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetRecoveryGroupReadinessSummaryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCellsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCrossAccountAuthorizationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListReadinessChecksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRecoveryGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResourceSetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListResourceSetsCommand, } from "../commands/ListResourceSetsCommand";
|
|
2
3
|
import { Route53RecoveryReadinessClient } from "../Route53RecoveryReadinessClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListResourceSetsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListResourceSets(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof Route53RecoveryReadinessClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Route53RecoveryReadiness | Route53RecoveryReadinessClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListResourceSets = createPaginator(Route53RecoveryReadinessClient, ListResourceSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListRulesCommand } from "../commands/ListRulesCommand";
|
|
2
3
|
import { Route53RecoveryReadinessClient } from "../Route53RecoveryReadinessClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListRulesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListRules(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof Route53RecoveryReadinessClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected Route53RecoveryReadiness | Route53RecoveryReadinessClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListRules = createPaginator(Route53RecoveryReadinessClient, ListRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateCellRequest, CreateCellResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateCellCommandInput extends CreateCellRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateCellCommandOutput extends CreateCellResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateCellCommand_base: {
|
|
24
|
+
new (input: CreateCellCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCellCommandInput, CreateCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a cell in an account.</p>
|
|
@@ -82,23 +85,5 @@ export interface CreateCellCommandOutput extends CreateCellResponse, __MetadataB
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class CreateCellCommand extends
|
|
86
|
-
readonly input: CreateCellCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: CreateCellCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCellCommandInput, CreateCellCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class CreateCellCommand extends CreateCellCommand_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 {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateCrossAccountAuthorizationRequest, CreateCrossAccountAuthorizationResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateCrossAccountAuthorizationCommandInput extends CreateCross
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateCrossAccountAuthorizationCommandOutput extends CreateCrossAccountAuthorizationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateCrossAccountAuthorizationCommand_base: {
|
|
24
|
+
new (input: CreateCrossAccountAuthorizationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCrossAccountAuthorizationCommandInput, CreateCrossAccountAuthorizationCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a cross-account readiness authorization. This lets you authorize another account to work with Route 53 Application Recovery Controller, for example, to check the readiness status of resources in a separate account.</p>
|
|
@@ -66,23 +69,5 @@ export interface CreateCrossAccountAuthorizationCommandOutput extends CreateCros
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class CreateCrossAccountAuthorizationCommand extends
|
|
70
|
-
readonly input: CreateCrossAccountAuthorizationCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: CreateCrossAccountAuthorizationCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCrossAccountAuthorizationCommandInput, CreateCrossAccountAuthorizationCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class CreateCrossAccountAuthorizationCommand extends CreateCrossAccountAuthorizationCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateReadinessCheckRequest, CreateReadinessCheckResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateReadinessCheckCommandInput extends CreateReadinessCheckRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateReadinessCheckCommandOutput extends CreateReadinessCheckResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateReadinessCheckCommand_base: {
|
|
24
|
+
new (input: CreateReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReadinessCheckCommandInput, CreateReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a readiness check in an account. A readiness check monitors a resource set in your application, such as a set of Amazon Aurora instances, that Application Recovery Controller is auditing recovery readiness for. The audits run once every minute on every resource that's associated with a readiness check.</p>
|
|
@@ -75,23 +78,5 @@ export interface CreateReadinessCheckCommandOutput extends CreateReadinessCheckR
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class CreateReadinessCheckCommand extends
|
|
79
|
-
readonly input: CreateReadinessCheckCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: CreateReadinessCheckCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReadinessCheckCommandInput, CreateReadinessCheckCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class CreateReadinessCheckCommand extends CreateReadinessCheckCommand_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 {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateRecoveryGroupRequest, CreateRecoveryGroupResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateRecoveryGroupCommandInput extends CreateRecoveryGroupRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateRecoveryGroupCommandOutput extends CreateRecoveryGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateRecoveryGroupCommand_base: {
|
|
24
|
+
new (input: CreateRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecoveryGroupCommandInput, CreateRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a recovery group in an account. A recovery group corresponds to an application and includes a list of the cells that make up the application.</p>
|
|
@@ -79,23 +82,5 @@ export interface CreateRecoveryGroupCommandOutput extends CreateRecoveryGroupRes
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class CreateRecoveryGroupCommand extends
|
|
83
|
-
readonly input: CreateRecoveryGroupCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: CreateRecoveryGroupCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRecoveryGroupCommandInput, CreateRecoveryGroupCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class CreateRecoveryGroupCommand extends CreateRecoveryGroupCommand_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 {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateResourceSetRequest, CreateResourceSetResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateResourceSetCommandInput extends CreateResourceSetRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateResourceSetCommandOutput extends CreateResourceSetResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateResourceSetCommand_base: {
|
|
24
|
+
new (input: CreateResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceSetCommandInput, CreateResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a resource set. A resource set is a set of resources of one type that span multiple cells. You can associate a resource set with a readiness check to monitor the resources for failover readiness.</p>
|
|
@@ -123,23 +126,5 @@ export interface CreateResourceSetCommandOutput extends CreateResourceSetRespons
|
|
|
123
126
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
124
127
|
*
|
|
125
128
|
*/
|
|
126
|
-
export declare class CreateResourceSetCommand extends
|
|
127
|
-
readonly input: CreateResourceSetCommandInput;
|
|
128
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
129
|
-
/**
|
|
130
|
-
* @public
|
|
131
|
-
*/
|
|
132
|
-
constructor(input: CreateResourceSetCommandInput);
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourceSetCommandInput, CreateResourceSetCommandOutput>;
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
private serialize;
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
private deserialize;
|
|
129
|
+
export declare class CreateResourceSetCommand extends CreateResourceSetCommand_base {
|
|
145
130
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteCellRequest } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteCellCommandInput extends DeleteCellRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteCellCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteCellCommand_base: {
|
|
24
|
+
new (input: DeleteCellCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCellCommandInput, DeleteCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Delete a cell. When successful, the response code is 204, with no response body.</p>
|
|
@@ -64,23 +67,5 @@ export interface DeleteCellCommandOutput extends __MetadataBearer {
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteCellCommand extends
|
|
68
|
-
readonly input: DeleteCellCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteCellCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCellCommandInput, DeleteCellCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteCellCommand extends DeleteCellCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteCrossAccountAuthorizationRequest, DeleteCrossAccountAuthorizationResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteCrossAccountAuthorizationCommandInput extends DeleteCross
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteCrossAccountAuthorizationCommandOutput extends DeleteCrossAccountAuthorizationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteCrossAccountAuthorizationCommand_base: {
|
|
24
|
+
new (input: DeleteCrossAccountAuthorizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCrossAccountAuthorizationCommandInput, DeleteCrossAccountAuthorizationCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes cross account readiness authorization.</p>
|
|
@@ -61,23 +64,5 @@ export interface DeleteCrossAccountAuthorizationCommandOutput extends DeleteCros
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class DeleteCrossAccountAuthorizationCommand extends
|
|
65
|
-
readonly input: DeleteCrossAccountAuthorizationCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: DeleteCrossAccountAuthorizationCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCrossAccountAuthorizationCommandInput, DeleteCrossAccountAuthorizationCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class DeleteCrossAccountAuthorizationCommand extends DeleteCrossAccountAuthorizationCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteReadinessCheckRequest } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteReadinessCheckCommandInput extends DeleteReadinessCheckRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteReadinessCheckCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteReadinessCheckCommand_base: {
|
|
24
|
+
new (input: DeleteReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReadinessCheckCommandInput, DeleteReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a readiness check.</p>
|
|
@@ -64,23 +67,5 @@ export interface DeleteReadinessCheckCommandOutput extends __MetadataBearer {
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteReadinessCheckCommand extends
|
|
68
|
-
readonly input: DeleteReadinessCheckCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteReadinessCheckCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReadinessCheckCommandInput, DeleteReadinessCheckCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteReadinessCheckCommand extends DeleteReadinessCheckCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteRecoveryGroupRequest } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteRecoveryGroupCommandInput extends DeleteRecoveryGroupRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteRecoveryGroupCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteRecoveryGroupCommand_base: {
|
|
24
|
+
new (input: DeleteRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecoveryGroupCommandInput, DeleteRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a recovery group.</p>
|
|
@@ -64,23 +67,5 @@ export interface DeleteRecoveryGroupCommandOutput extends __MetadataBearer {
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteRecoveryGroupCommand extends
|
|
68
|
-
readonly input: DeleteRecoveryGroupCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteRecoveryGroupCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecoveryGroupCommandInput, DeleteRecoveryGroupCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteRecoveryGroupCommand extends DeleteRecoveryGroupCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteResourceSetRequest } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteResourceSetCommandInput extends DeleteResourceSetRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteResourceSetCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteResourceSetCommand_base: {
|
|
24
|
+
new (input: DeleteResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a resource set.</p>
|
|
@@ -64,23 +67,5 @@ export interface DeleteResourceSetCommandOutput extends __MetadataBearer {
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteResourceSetCommand extends
|
|
68
|
-
readonly input: DeleteResourceSetCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteResourceSetCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetArchitectureRecommendationsRequest, GetArchitectureRecommendationsResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetArchitectureRecommendationsCommandInput extends GetArchitect
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetArchitectureRecommendationsCommandOutput extends GetArchitectureRecommendationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetArchitectureRecommendationsCommand_base: {
|
|
24
|
+
new (input: GetArchitectureRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetArchitectureRecommendationsCommandInput, GetArchitectureRecommendationsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.</p>
|
|
@@ -74,23 +77,5 @@ export interface GetArchitectureRecommendationsCommandOutput extends GetArchitec
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class GetArchitectureRecommendationsCommand extends
|
|
78
|
-
readonly input: GetArchitectureRecommendationsCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: GetArchitectureRecommendationsCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetArchitectureRecommendationsCommandInput, GetArchitectureRecommendationsCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class GetArchitectureRecommendationsCommand extends GetArchitectureRecommendationsCommand_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 {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetCellRequest, GetCellResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCellCommandInput extends GetCellRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCellCommandOutput extends GetCellResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCellCommand_base: {
|
|
24
|
+
new (input: GetCellCommandInput): import("@smithy/smithy-client").CommandImpl<GetCellCommandInput, GetCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.</p>
|
|
@@ -76,23 +79,5 @@ export interface GetCellCommandOutput extends GetCellResponse, __MetadataBearer
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class GetCellCommand extends
|
|
80
|
-
readonly input: GetCellCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: GetCellCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCellCommandInput, GetCellCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class GetCellCommand extends GetCellCommand_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 {
|
|
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
|
|
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
|
}
|