@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
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -2213,9 +2213,6 @@ var paginateListResourceSets = (0, import_core.createPaginator)(Route53RecoveryR
|
|
|
2213
2213
|
// src/pagination/ListRulesPaginator.ts
|
|
2214
2214
|
|
|
2215
2215
|
var paginateListRules = (0, import_core.createPaginator)(Route53RecoveryReadinessClient, ListRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
2216
|
-
|
|
2217
|
-
// src/index.ts
|
|
2218
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2219
2216
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2220
2217
|
|
|
2221
2218
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -3,5 +3,4 @@ export * from "./Route53RecoveryReadiness";
|
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
5
|
export * from "./models";
|
|
6
|
-
import "@aws-sdk/util-endpoints";
|
|
7
6
|
export { Route53RecoveryReadinessServiceException } from "./models/Route53RecoveryReadinessServiceException";
|
|
@@ -150,36 +150,42 @@ export interface Route53RecoveryReadiness {
|
|
|
150
150
|
/**
|
|
151
151
|
* @see {@link ListCellsCommand}
|
|
152
152
|
*/
|
|
153
|
+
listCells(): Promise<ListCellsCommandOutput>;
|
|
153
154
|
listCells(args: ListCellsCommandInput, options?: __HttpHandlerOptions): Promise<ListCellsCommandOutput>;
|
|
154
155
|
listCells(args: ListCellsCommandInput, cb: (err: any, data?: ListCellsCommandOutput) => void): void;
|
|
155
156
|
listCells(args: ListCellsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCellsCommandOutput) => void): void;
|
|
156
157
|
/**
|
|
157
158
|
* @see {@link ListCrossAccountAuthorizationsCommand}
|
|
158
159
|
*/
|
|
160
|
+
listCrossAccountAuthorizations(): Promise<ListCrossAccountAuthorizationsCommandOutput>;
|
|
159
161
|
listCrossAccountAuthorizations(args: ListCrossAccountAuthorizationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCrossAccountAuthorizationsCommandOutput>;
|
|
160
162
|
listCrossAccountAuthorizations(args: ListCrossAccountAuthorizationsCommandInput, cb: (err: any, data?: ListCrossAccountAuthorizationsCommandOutput) => void): void;
|
|
161
163
|
listCrossAccountAuthorizations(args: ListCrossAccountAuthorizationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrossAccountAuthorizationsCommandOutput) => void): void;
|
|
162
164
|
/**
|
|
163
165
|
* @see {@link ListReadinessChecksCommand}
|
|
164
166
|
*/
|
|
167
|
+
listReadinessChecks(): Promise<ListReadinessChecksCommandOutput>;
|
|
165
168
|
listReadinessChecks(args: ListReadinessChecksCommandInput, options?: __HttpHandlerOptions): Promise<ListReadinessChecksCommandOutput>;
|
|
166
169
|
listReadinessChecks(args: ListReadinessChecksCommandInput, cb: (err: any, data?: ListReadinessChecksCommandOutput) => void): void;
|
|
167
170
|
listReadinessChecks(args: ListReadinessChecksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReadinessChecksCommandOutput) => void): void;
|
|
168
171
|
/**
|
|
169
172
|
* @see {@link ListRecoveryGroupsCommand}
|
|
170
173
|
*/
|
|
174
|
+
listRecoveryGroups(): Promise<ListRecoveryGroupsCommandOutput>;
|
|
171
175
|
listRecoveryGroups(args: ListRecoveryGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryGroupsCommandOutput>;
|
|
172
176
|
listRecoveryGroups(args: ListRecoveryGroupsCommandInput, cb: (err: any, data?: ListRecoveryGroupsCommandOutput) => void): void;
|
|
173
177
|
listRecoveryGroups(args: ListRecoveryGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryGroupsCommandOutput) => void): void;
|
|
174
178
|
/**
|
|
175
179
|
* @see {@link ListResourceSetsCommand}
|
|
176
180
|
*/
|
|
181
|
+
listResourceSets(): Promise<ListResourceSetsCommandOutput>;
|
|
177
182
|
listResourceSets(args: ListResourceSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceSetsCommandOutput>;
|
|
178
183
|
listResourceSets(args: ListResourceSetsCommandInput, cb: (err: any, data?: ListResourceSetsCommandOutput) => void): void;
|
|
179
184
|
listResourceSets(args: ListResourceSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceSetsCommandOutput) => void): void;
|
|
180
185
|
/**
|
|
181
186
|
* @see {@link ListRulesCommand}
|
|
182
187
|
*/
|
|
188
|
+
listRules(): Promise<ListRulesCommandOutput>;
|
|
183
189
|
listRules(args: ListRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListRulesCommandOutput>;
|
|
184
190
|
listRules(args: ListRulesCommandInput, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
|
|
185
191
|
listRules(args: ListRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
|
|
@@ -227,8 +233,8 @@ export interface Route53RecoveryReadiness {
|
|
|
227
233
|
updateResourceSet(args: UpdateResourceSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceSetCommandOutput) => void): void;
|
|
228
234
|
}
|
|
229
235
|
/**
|
|
230
|
-
* @public
|
|
231
236
|
* <p>Recovery readiness</p>
|
|
237
|
+
* @public
|
|
232
238
|
*/
|
|
233
239
|
export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessClient implements Route53RecoveryReadiness {
|
|
234
240
|
}
|
|
@@ -183,8 +183,8 @@ export type Route53RecoveryReadinessClientResolvedConfigType = __SmithyResolvedC
|
|
|
183
183
|
export interface Route53RecoveryReadinessClientResolvedConfig extends Route53RecoveryReadinessClientResolvedConfigType {
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
|
-
* @public
|
|
187
186
|
* <p>Recovery readiness</p>
|
|
187
|
+
* @public
|
|
188
188
|
*/
|
|
189
189
|
export declare class Route53RecoveryReadinessClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Route53RecoveryReadinessClientResolvedConfig> {
|
|
190
190
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateCellCommandOutput extends CreateCellResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCellCommand_base: {
|
|
24
24
|
new (input: CreateCellCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCellCommandInput, CreateCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCellCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCellCommandInput, CreateCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a cell in an account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const CreateCellCommand_base: {
|
|
|
84
84
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreateCellCommand extends CreateCellCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateCrossAccountAuthorizationCommandOutput extends CreateCros
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCrossAccountAuthorizationCommand_base: {
|
|
24
24
|
new (input: CreateCrossAccountAuthorizationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCrossAccountAuthorizationCommandInput, CreateCrossAccountAuthorizationCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCrossAccountAuthorizationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCrossAccountAuthorizationCommandInput, CreateCrossAccountAuthorizationCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const CreateCrossAccountAuthorizationCommand_base: {
|
|
|
68
68
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class CreateCrossAccountAuthorizationCommand extends CreateCrossAccountAuthorizationCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateReadinessCheckCommandOutput extends CreateReadinessCheckR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateReadinessCheckCommand_base: {
|
|
24
24
|
new (input: CreateReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReadinessCheckCommandInput, CreateReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReadinessCheckCommandInput, CreateReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const CreateReadinessCheckCommand_base: {
|
|
|
77
77
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class CreateReadinessCheckCommand extends CreateReadinessCheckCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateRecoveryGroupCommandOutput extends CreateRecoveryGroupRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateRecoveryGroupCommand_base: {
|
|
24
24
|
new (input: CreateRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecoveryGroupCommandInput, CreateRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecoveryGroupCommandInput, CreateRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
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 CreateRecoveryGroupCommand_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 CreateRecoveryGroupCommand extends CreateRecoveryGroupCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateResourceSetCommandOutput extends CreateResourceSetRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateResourceSetCommand_base: {
|
|
24
24
|
new (input: CreateResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceSetCommandInput, CreateResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceSetCommandInput, CreateResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -125,6 +125,7 @@ declare const CreateResourceSetCommand_base: {
|
|
|
125
125
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
127
127
|
*
|
|
128
|
+
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class CreateResourceSetCommand extends CreateResourceSetCommand_base {
|
|
130
131
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteCellCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteCellCommand_base: {
|
|
24
24
|
new (input: DeleteCellCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCellCommandInput, DeleteCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCellCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCellCommandInput, DeleteCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Delete a cell. When successful, the response code is 204, with no response body.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteCellCommand_base: {
|
|
|
66
66
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteCellCommand extends DeleteCellCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteCrossAccountAuthorizationCommandOutput extends DeleteCros
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteCrossAccountAuthorizationCommand_base: {
|
|
24
24
|
new (input: DeleteCrossAccountAuthorizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCrossAccountAuthorizationCommandInput, DeleteCrossAccountAuthorizationCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCrossAccountAuthorizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCrossAccountAuthorizationCommandInput, DeleteCrossAccountAuthorizationCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes cross account readiness authorization.</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 DeleteCrossAccountAuthorizationCommand_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 DeleteCrossAccountAuthorizationCommand extends DeleteCrossAccountAuthorizationCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteReadinessCheckCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteReadinessCheckCommand_base: {
|
|
24
24
|
new (input: DeleteReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReadinessCheckCommandInput, DeleteReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReadinessCheckCommandInput, DeleteReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a readiness check.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteReadinessCheckCommand_base: {
|
|
|
66
66
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteReadinessCheckCommand extends DeleteReadinessCheckCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteRecoveryGroupCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteRecoveryGroupCommand_base: {
|
|
24
24
|
new (input: DeleteRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecoveryGroupCommandInput, DeleteRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecoveryGroupCommandInput, DeleteRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a recovery group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteRecoveryGroupCommand_base: {
|
|
|
66
66
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteRecoveryGroupCommand extends DeleteRecoveryGroupCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteResourceSetCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteResourceSetCommand_base: {
|
|
24
24
|
new (input: DeleteResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a resource set.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteResourceSetCommand_base: {
|
|
|
66
66
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetArchitectureRecommendationsCommandOutput extends GetArchitec
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetArchitectureRecommendationsCommand_base: {
|
|
24
24
|
new (input: GetArchitectureRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetArchitectureRecommendationsCommandInput, GetArchitectureRecommendationsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetArchitectureRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetArchitectureRecommendationsCommandInput, GetArchitectureRecommendationsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const GetArchitectureRecommendationsCommand_base: {
|
|
|
76
76
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetArchitectureRecommendationsCommand extends GetArchitectureRecommendationsCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCellCommandOutput extends GetCellResponse, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCellCommand_base: {
|
|
24
24
|
new (input: GetCellCommandInput): import("@smithy/smithy-client").CommandImpl<GetCellCommandInput, GetCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCellCommandInput): import("@smithy/smithy-client").CommandImpl<GetCellCommandInput, GetCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
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 GetCellCommand_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 GetCellCommand extends GetCellCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCellReadinessSummaryCommandOutput extends GetCellReadinessSu
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCellReadinessSummaryCommand_base: {
|
|
24
24
|
new (input: GetCellReadinessSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetCellReadinessSummaryCommandInput, GetCellReadinessSummaryCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCellReadinessSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetCellReadinessSummaryCommandInput, GetCellReadinessSummaryCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const GetCellReadinessSummaryCommand_base: {
|
|
|
77
77
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetCellReadinessSummaryCommand extends GetCellReadinessSummaryCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetReadinessCheckCommandOutput extends GetReadinessCheckRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetReadinessCheckCommand_base: {
|
|
24
24
|
new (input: GetReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadinessCheckCommandInput, GetReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadinessCheckCommandInput, GetReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets details about a readiness check.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const GetReadinessCheckCommand_base: {
|
|
|
73
73
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetReadinessCheckCommand extends GetReadinessCheckCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetReadinessCheckResourceStatusCommandOutput extends GetReadine
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetReadinessCheckResourceStatusCommand_base: {
|
|
24
24
|
new (input: GetReadinessCheckResourceStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadinessCheckResourceStatusCommandInput, GetReadinessCheckResourceStatusCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetReadinessCheckResourceStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadinessCheckResourceStatusCommandInput, GetReadinessCheckResourceStatusCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets individual readiness status for a readiness check. To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in the recovery group, use GetRecoveryGroupReadinessSummary.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const GetReadinessCheckResourceStatusCommand_base: {
|
|
|
84
84
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetReadinessCheckResourceStatusCommand extends GetReadinessCheckResourceStatusCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetReadinessCheckStatusCommandOutput extends GetReadinessCheckS
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetReadinessCheckStatusCommand_base: {
|
|
24
24
|
new (input: GetReadinessCheckStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadinessCheckStatusCommandInput, GetReadinessCheckStatusCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetReadinessCheckStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadinessCheckStatusCommandInput, GetReadinessCheckStatusCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the readiness status for an individual readiness check. To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in a recovery group, use GetRecoveryGroupReadinessSummary.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const GetReadinessCheckStatusCommand_base: {
|
|
|
84
84
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetReadinessCheckStatusCommand extends GetReadinessCheckStatusCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetRecoveryGroupCommandOutput extends GetRecoveryGroupResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetRecoveryGroupCommand_base: {
|
|
24
24
|
new (input: GetRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryGroupCommandInput, GetRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryGroupCommandInput, GetRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets details about a recovery group, including a list of the cells that are included in it.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const GetRecoveryGroupCommand_base: {
|
|
|
75
75
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetRecoveryGroupCommand extends GetRecoveryGroupCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetRecoveryGroupReadinessSummaryCommandOutput extends GetRecove
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetRecoveryGroupReadinessSummaryCommand_base: {
|
|
24
24
|
new (input: GetRecoveryGroupReadinessSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryGroupReadinessSummaryCommandInput, GetRecoveryGroupReadinessSummaryCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetRecoveryGroupReadinessSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryGroupReadinessSummaryCommandInput, GetRecoveryGroupReadinessSummaryCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Displays a summary of information about a recovery group's readiness status. Includes the readiness checks for resources in the recovery group and the readiness status of each one.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const GetRecoveryGroupReadinessSummaryCommand_base: {
|
|
|
77
77
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetRecoveryGroupReadinessSummaryCommand extends GetRecoveryGroupReadinessSummaryCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetResourceSetCommandOutput extends GetResourceSetResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetResourceSetCommand_base: {
|
|
24
24
|
new (input: GetResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceSetCommandInput, GetResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceSetCommandInput, GetResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Displays the details about a resource set, including a list of the resources in the set.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -97,6 +97,7 @@ declare const GetResourceSetCommand_base: {
|
|
|
97
97
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class GetResourceSetCommand extends GetResourceSetCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCellsCommandOutput extends ListCellsResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCellsCommand_base: {
|
|
24
24
|
new (input: ListCellsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCellsCommandInput, ListCellsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCellsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCellsCommandInput, ListCellsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the cells for an account.</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 ListCellsCommand_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 ListCellsCommand extends ListCellsCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCrossAccountAuthorizationsCommandOutput extends ListCrossAc
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCrossAccountAuthorizationsCommand_base: {
|
|
24
24
|
new (input: ListCrossAccountAuthorizationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCrossAccountAuthorizationsCommandInput, ListCrossAccountAuthorizationsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCrossAccountAuthorizationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCrossAccountAuthorizationsCommandInput, ListCrossAccountAuthorizationsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the cross-account readiness authorizations that are in place for an account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const ListCrossAccountAuthorizationsCommand_base: {
|
|
|
69
69
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListCrossAccountAuthorizationsCommand extends ListCrossAccountAuthorizationsCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListReadinessChecksCommandOutput extends ListReadinessChecksRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListReadinessChecksCommand_base: {
|
|
24
24
|
new (input: ListReadinessChecksCommandInput): import("@smithy/smithy-client").CommandImpl<ListReadinessChecksCommandInput, ListReadinessChecksCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListReadinessChecksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReadinessChecksCommandInput, ListReadinessChecksCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the readiness checks for an account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const ListReadinessChecksCommand_base: {
|
|
|
76
76
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListReadinessChecksCommand extends ListReadinessChecksCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRecoveryGroupsCommandOutput extends ListRecoveryGroupsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRecoveryGroupsCommand_base: {
|
|
24
24
|
new (input: ListRecoveryGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecoveryGroupsCommandInput, ListRecoveryGroupsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListRecoveryGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRecoveryGroupsCommandInput, ListRecoveryGroupsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the recovery groups in an account.</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 ListRecoveryGroupsCommand_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 ListRecoveryGroupsCommand extends ListRecoveryGroupsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListResourceSetsCommandOutput extends ListResourceSetsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListResourceSetsCommand_base: {
|
|
24
24
|
new (input: ListResourceSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceSetsCommandInput, ListResourceSetsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListResourceSetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListResourceSetsCommandInput, ListResourceSetsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the resource sets in an account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -100,6 +100,7 @@ declare const ListResourceSetsCommand_base: {
|
|
|
100
100
|
* @throws {@link Route53RecoveryReadinessServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class ListResourceSetsCommand extends ListResourceSetsCommand_base {
|
|
105
106
|
}
|