@aws-sdk/client-route53-recovery-readiness 3.529.1 → 3.535.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-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/models/models_0.d.ts +221 -221
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- 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/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { Route53RecoveryReadinessClientConfig } from "./Route53RecoveryReadiness
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -376,6 +376,7 @@ export interface Route53RecoveryReadiness {
|
|
|
376
376
|
options: __HttpHandlerOptions,
|
|
377
377
|
cb: (err: any, data?: GetResourceSetCommandOutput) => void
|
|
378
378
|
): void;
|
|
379
|
+
listCells(): Promise<ListCellsCommandOutput>;
|
|
379
380
|
listCells(
|
|
380
381
|
args: ListCellsCommandInput,
|
|
381
382
|
options?: __HttpHandlerOptions
|
|
@@ -389,6 +390,7 @@ export interface Route53RecoveryReadiness {
|
|
|
389
390
|
options: __HttpHandlerOptions,
|
|
390
391
|
cb: (err: any, data?: ListCellsCommandOutput) => void
|
|
391
392
|
): void;
|
|
393
|
+
listCrossAccountAuthorizations(): Promise<ListCrossAccountAuthorizationsCommandOutput>;
|
|
392
394
|
listCrossAccountAuthorizations(
|
|
393
395
|
args: ListCrossAccountAuthorizationsCommandInput,
|
|
394
396
|
options?: __HttpHandlerOptions
|
|
@@ -402,6 +404,7 @@ export interface Route53RecoveryReadiness {
|
|
|
402
404
|
options: __HttpHandlerOptions,
|
|
403
405
|
cb: (err: any, data?: ListCrossAccountAuthorizationsCommandOutput) => void
|
|
404
406
|
): void;
|
|
407
|
+
listReadinessChecks(): Promise<ListReadinessChecksCommandOutput>;
|
|
405
408
|
listReadinessChecks(
|
|
406
409
|
args: ListReadinessChecksCommandInput,
|
|
407
410
|
options?: __HttpHandlerOptions
|
|
@@ -415,6 +418,7 @@ export interface Route53RecoveryReadiness {
|
|
|
415
418
|
options: __HttpHandlerOptions,
|
|
416
419
|
cb: (err: any, data?: ListReadinessChecksCommandOutput) => void
|
|
417
420
|
): void;
|
|
421
|
+
listRecoveryGroups(): Promise<ListRecoveryGroupsCommandOutput>;
|
|
418
422
|
listRecoveryGroups(
|
|
419
423
|
args: ListRecoveryGroupsCommandInput,
|
|
420
424
|
options?: __HttpHandlerOptions
|
|
@@ -428,6 +432,7 @@ export interface Route53RecoveryReadiness {
|
|
|
428
432
|
options: __HttpHandlerOptions,
|
|
429
433
|
cb: (err: any, data?: ListRecoveryGroupsCommandOutput) => void
|
|
430
434
|
): void;
|
|
435
|
+
listResourceSets(): Promise<ListResourceSetsCommandOutput>;
|
|
431
436
|
listResourceSets(
|
|
432
437
|
args: ListResourceSetsCommandInput,
|
|
433
438
|
options?: __HttpHandlerOptions
|
|
@@ -441,6 +446,7 @@ export interface Route53RecoveryReadiness {
|
|
|
441
446
|
options: __HttpHandlerOptions,
|
|
442
447
|
cb: (err: any, data?: ListResourceSetsCommandOutput) => void
|
|
443
448
|
): void;
|
|
449
|
+
listRules(): Promise<ListRulesCommandOutput>;
|
|
444
450
|
listRules(
|
|
445
451
|
args: ListRulesCommandInput,
|
|
446
452
|
options?: __HttpHandlerOptions
|
|
@@ -21,6 +21,15 @@ declare const CreateCellCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateCellCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateCellCommandInput,
|
|
28
|
+
CreateCellCommandOutput,
|
|
29
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateCellCommand extends CreateCellCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateCrossAccountAuthorizationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateCrossAccountAuthorizationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateCrossAccountAuthorizationCommandInput,
|
|
32
|
+
CreateCrossAccountAuthorizationCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateCrossAccountAuthorizationCommand extends CreateCrossAccountAuthorizationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateReadinessCheckCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateReadinessCheckCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateReadinessCheckCommandInput,
|
|
32
|
+
CreateReadinessCheckCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateReadinessCheckCommand extends CreateReadinessCheckCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateRecoveryGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateRecoveryGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateRecoveryGroupCommandInput,
|
|
32
|
+
CreateRecoveryGroupCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateRecoveryGroupCommand extends CreateRecoveryGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateResourceSetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateResourceSetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateResourceSetCommandInput,
|
|
32
|
+
CreateResourceSetCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateResourceSetCommand extends CreateResourceSetCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteCellCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteCellCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteCellCommandInput,
|
|
26
|
+
DeleteCellCommandOutput,
|
|
27
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteCellCommand extends DeleteCellCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteCrossAccountAuthorizationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteCrossAccountAuthorizationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteCrossAccountAuthorizationCommandInput,
|
|
32
|
+
DeleteCrossAccountAuthorizationCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteCrossAccountAuthorizationCommand extends DeleteCrossAccountAuthorizationCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteReadinessCheckCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteReadinessCheckCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteReadinessCheckCommandInput,
|
|
27
|
+
DeleteReadinessCheckCommandOutput,
|
|
28
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteReadinessCheckCommand extends DeleteReadinessCheckCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteRecoveryGroupCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteRecoveryGroupCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteRecoveryGroupCommandInput,
|
|
27
|
+
DeleteRecoveryGroupCommandOutput,
|
|
28
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteRecoveryGroupCommand extends DeleteRecoveryGroupCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteResourceSetCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteResourceSetCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteResourceSetCommandInput,
|
|
27
|
+
DeleteResourceSetCommandOutput,
|
|
28
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetArchitectureRecommendationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetArchitectureRecommendationsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetArchitectureRecommendationsCommandInput,
|
|
32
|
+
GetArchitectureRecommendationsCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetArchitectureRecommendationsCommand extends GetArchitectureRecommendationsCommand_base {}
|
|
@@ -19,6 +19,13 @@ declare const GetCellCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (__0_0: GetCellCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetCellCommandInput,
|
|
24
|
+
GetCellCommandOutput,
|
|
25
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
22
29
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
30
|
};
|
|
24
31
|
export declare class GetCellCommand extends GetCellCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetCellReadinessSummaryCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetCellReadinessSummaryCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetCellReadinessSummaryCommandInput,
|
|
32
|
+
GetCellReadinessSummaryCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetCellReadinessSummaryCommand extends GetCellReadinessSummaryCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetReadinessCheckCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetReadinessCheckCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetReadinessCheckCommandInput,
|
|
32
|
+
GetReadinessCheckCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetReadinessCheckCommand extends GetReadinessCheckCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetReadinessCheckResourceStatusCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetReadinessCheckResourceStatusCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetReadinessCheckResourceStatusCommandInput,
|
|
32
|
+
GetReadinessCheckResourceStatusCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetReadinessCheckResourceStatusCommand extends GetReadinessCheckResourceStatusCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetReadinessCheckStatusCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetReadinessCheckStatusCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetReadinessCheckStatusCommandInput,
|
|
32
|
+
GetReadinessCheckStatusCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetReadinessCheckStatusCommand extends GetReadinessCheckStatusCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetRecoveryGroupCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetRecoveryGroupCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetRecoveryGroupCommandInput,
|
|
31
|
+
GetRecoveryGroupCommandOutput,
|
|
32
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetRecoveryGroupCommand extends GetRecoveryGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetRecoveryGroupReadinessSummaryCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetRecoveryGroupReadinessSummaryCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetRecoveryGroupReadinessSummaryCommandInput,
|
|
32
|
+
GetRecoveryGroupReadinessSummaryCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetRecoveryGroupReadinessSummaryCommand extends GetRecoveryGroupReadinessSummaryCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetResourceSetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetResourceSetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetResourceSetCommandInput,
|
|
31
|
+
GetResourceSetCommandOutput,
|
|
32
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetResourceSetCommand extends GetResourceSetCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListCellsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListCellsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListCellsCommandInput,
|
|
28
|
+
ListCellsCommandOutput,
|
|
29
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListCellsCommand extends ListCellsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListCrossAccountAuthorizationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListCrossAccountAuthorizationsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCrossAccountAuthorizationsCommandInput,
|
|
32
|
+
ListCrossAccountAuthorizationsCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListCrossAccountAuthorizationsCommand extends ListCrossAccountAuthorizationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListReadinessChecksCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListReadinessChecksCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListReadinessChecksCommandInput,
|
|
32
|
+
ListReadinessChecksCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListReadinessChecksCommand extends ListReadinessChecksCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListRecoveryGroupsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListRecoveryGroupsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListRecoveryGroupsCommandInput,
|
|
32
|
+
ListRecoveryGroupsCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListRecoveryGroupsCommand extends ListRecoveryGroupsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListResourceSetsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListResourceSetsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListResourceSetsCommandInput,
|
|
31
|
+
ListResourceSetsCommandOutput,
|
|
32
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListResourceSetsCommand extends ListResourceSetsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListRulesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListRulesCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListRulesCommandInput,
|
|
28
|
+
ListRulesCommandOutput,
|
|
29
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListRulesCommand extends ListRulesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourcesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourcesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourcesCommandInput,
|
|
32
|
+
ListTagsForResourcesCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourcesCommand extends ListTagsForResourcesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const UntagResourceCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: UntagResourceCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
UntagResourceCommandInput,
|
|
26
|
+
UntagResourceCommandOutput,
|
|
27
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateCellCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateCellCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateCellCommandInput,
|
|
28
|
+
UpdateCellCommandOutput,
|
|
29
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateCellCommand extends UpdateCellCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateReadinessCheckCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateReadinessCheckCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateReadinessCheckCommandInput,
|
|
32
|
+
UpdateReadinessCheckCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateReadinessCheckCommand extends UpdateReadinessCheckCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateRecoveryGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateRecoveryGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateRecoveryGroupCommandInput,
|
|
32
|
+
UpdateRecoveryGroupCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateRecoveryGroupCommand extends UpdateRecoveryGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateResourceSetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateResourceSetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateResourceSetCommandInput,
|
|
32
|
+
UpdateResourceSetCommandOutput,
|
|
33
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateResourceSetCommand extends UpdateResourceSetCommand_base {}
|