@aws-sdk/client-route53-recovery-readiness 3.478.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-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-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/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/package.json +9 -9
|
@@ -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
|
}
|
|
@@ -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 { GetReadinessCheckRequest, GetReadinessCheckResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetReadinessCheckCommandInput extends GetReadinessCheckRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetReadinessCheckCommandOutput extends GetReadinessCheckResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetReadinessCheckCommand_base: {
|
|
24
|
+
new (input: GetReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadinessCheckCommandInput, GetReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets details about a readiness check.</p>
|
|
@@ -71,23 +74,5 @@ export interface GetReadinessCheckCommandOutput extends GetReadinessCheckRespons
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class GetReadinessCheckCommand extends
|
|
75
|
-
readonly input: GetReadinessCheckCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: GetReadinessCheckCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReadinessCheckCommandInput, GetReadinessCheckCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class GetReadinessCheckCommand extends GetReadinessCheckCommand_base {
|
|
93
78
|
}
|
|
@@ -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 { GetReadinessCheckResourceStatusRequest, GetReadinessCheckResourceStatusResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetReadinessCheckResourceStatusCommandInput extends GetReadines
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetReadinessCheckResourceStatusCommandOutput extends GetReadinessCheckResourceStatusResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetReadinessCheckResourceStatusCommand_base: {
|
|
24
|
+
new (input: GetReadinessCheckResourceStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadinessCheckResourceStatusCommandInput, GetReadinessCheckResourceStatusCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -82,23 +85,5 @@ export interface GetReadinessCheckResourceStatusCommandOutput extends GetReadine
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class GetReadinessCheckResourceStatusCommand extends
|
|
86
|
-
readonly input: GetReadinessCheckResourceStatusCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: GetReadinessCheckResourceStatusCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReadinessCheckResourceStatusCommandInput, GetReadinessCheckResourceStatusCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class GetReadinessCheckResourceStatusCommand extends GetReadinessCheckResourceStatusCommand_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 { GetReadinessCheckStatusRequest, GetReadinessCheckStatusResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetReadinessCheckStatusCommandInput extends GetReadinessCheckSt
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetReadinessCheckStatusCommandOutput extends GetReadinessCheckStatusResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetReadinessCheckStatusCommand_base: {
|
|
24
|
+
new (input: GetReadinessCheckStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetReadinessCheckStatusCommandInput, GetReadinessCheckStatusCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -82,23 +85,5 @@ export interface GetReadinessCheckStatusCommandOutput extends GetReadinessCheckS
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class GetReadinessCheckStatusCommand extends
|
|
86
|
-
readonly input: GetReadinessCheckStatusCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: GetReadinessCheckStatusCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReadinessCheckStatusCommandInput, GetReadinessCheckStatusCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class GetReadinessCheckStatusCommand extends GetReadinessCheckStatusCommand_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 { GetRecoveryGroupRequest, GetRecoveryGroupResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetRecoveryGroupCommandInput extends GetRecoveryGroupRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetRecoveryGroupCommandOutput extends GetRecoveryGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetRecoveryGroupCommand_base: {
|
|
24
|
+
new (input: GetRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryGroupCommandInput, GetRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets details about a recovery group, including a list of the cells that are included in it.</p>
|
|
@@ -73,23 +76,5 @@ export interface GetRecoveryGroupCommandOutput extends GetRecoveryGroupResponse,
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class GetRecoveryGroupCommand extends
|
|
77
|
-
readonly input: GetRecoveryGroupCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: GetRecoveryGroupCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecoveryGroupCommandInput, GetRecoveryGroupCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class GetRecoveryGroupCommand extends GetRecoveryGroupCommand_base {
|
|
95
80
|
}
|
|
@@ -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 { GetRecoveryGroupReadinessSummaryRequest, GetRecoveryGroupReadinessSummaryResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetRecoveryGroupReadinessSummaryCommandInput extends GetRecover
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetRecoveryGroupReadinessSummaryCommandOutput extends GetRecoveryGroupReadinessSummaryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetRecoveryGroupReadinessSummaryCommand_base: {
|
|
24
|
+
new (input: GetRecoveryGroupReadinessSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecoveryGroupReadinessSummaryCommandInput, GetRecoveryGroupReadinessSummaryCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -75,23 +78,5 @@ export interface GetRecoveryGroupReadinessSummaryCommandOutput extends GetRecove
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class GetRecoveryGroupReadinessSummaryCommand extends
|
|
79
|
-
readonly input: GetRecoveryGroupReadinessSummaryCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: GetRecoveryGroupReadinessSummaryCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecoveryGroupReadinessSummaryCommandInput, GetRecoveryGroupReadinessSummaryCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class GetRecoveryGroupReadinessSummaryCommand extends GetRecoveryGroupReadinessSummaryCommand_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 { GetResourceSetRequest, GetResourceSetResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetResourceSetCommandInput extends GetResourceSetRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetResourceSetCommandOutput extends GetResourceSetResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetResourceSetCommand_base: {
|
|
24
|
+
new (input: GetResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceSetCommandInput, GetResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Displays the details about a resource set, including a list of the resources in the set.</p>
|
|
@@ -95,23 +98,5 @@ export interface GetResourceSetCommandOutput extends GetResourceSetResponse, __M
|
|
|
95
98
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
96
99
|
*
|
|
97
100
|
*/
|
|
98
|
-
export declare class GetResourceSetCommand extends
|
|
99
|
-
readonly input: GetResourceSetCommandInput;
|
|
100
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
-
/**
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
constructor(input: GetResourceSetCommandInput);
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceSetCommandInput, GetResourceSetCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private serialize;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private deserialize;
|
|
101
|
+
export declare class GetResourceSetCommand extends GetResourceSetCommand_base {
|
|
117
102
|
}
|
|
@@ -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 { ListCellsRequest, ListCellsResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCellsCommandInput extends ListCellsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCellsCommandOutput extends ListCellsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCellsCommand_base: {
|
|
24
|
+
new (input: ListCellsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCellsCommandInput, ListCellsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the cells for an account.</p>
|
|
@@ -79,23 +82,5 @@ export interface ListCellsCommandOutput extends ListCellsResponse, __MetadataBea
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class ListCellsCommand extends
|
|
83
|
-
readonly input: ListCellsCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: ListCellsCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCellsCommandInput, ListCellsCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class ListCellsCommand extends ListCellsCommand_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 { ListCrossAccountAuthorizationsRequest, ListCrossAccountAuthorizationsResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCrossAccountAuthorizationsCommandInput extends ListCrossAcc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCrossAccountAuthorizationsCommandOutput extends ListCrossAccountAuthorizationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCrossAccountAuthorizationsCommand_base: {
|
|
24
|
+
new (input: ListCrossAccountAuthorizationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCrossAccountAuthorizationsCommandInput, ListCrossAccountAuthorizationsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the cross-account readiness authorizations that are in place for an account.</p>
|
|
@@ -67,23 +70,5 @@ export interface ListCrossAccountAuthorizationsCommandOutput extends ListCrossAc
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class ListCrossAccountAuthorizationsCommand extends
|
|
71
|
-
readonly input: ListCrossAccountAuthorizationsCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: ListCrossAccountAuthorizationsCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCrossAccountAuthorizationsCommandInput, ListCrossAccountAuthorizationsCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class ListCrossAccountAuthorizationsCommand extends ListCrossAccountAuthorizationsCommand_base {
|
|
89
74
|
}
|
|
@@ -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 { ListReadinessChecksRequest, ListReadinessChecksResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListReadinessChecksCommandInput extends ListReadinessChecksRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListReadinessChecksCommandOutput extends ListReadinessChecksResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListReadinessChecksCommand_base: {
|
|
24
|
+
new (input: ListReadinessChecksCommandInput): import("@smithy/smithy-client").CommandImpl<ListReadinessChecksCommandInput, ListReadinessChecksCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the readiness checks for an account.</p>
|
|
@@ -74,23 +77,5 @@ export interface ListReadinessChecksCommandOutput extends ListReadinessChecksRes
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class ListReadinessChecksCommand extends
|
|
78
|
-
readonly input: ListReadinessChecksCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: ListReadinessChecksCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReadinessChecksCommandInput, ListReadinessChecksCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class ListReadinessChecksCommand extends ListReadinessChecksCommand_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 { ListRecoveryGroupsRequest, ListRecoveryGroupsResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListRecoveryGroupsCommandInput extends ListRecoveryGroupsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListRecoveryGroupsCommandOutput extends ListRecoveryGroupsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListRecoveryGroupsCommand_base: {
|
|
24
|
+
new (input: ListRecoveryGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecoveryGroupsCommandInput, ListRecoveryGroupsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the recovery groups in an account.</p>
|
|
@@ -76,23 +79,5 @@ export interface ListRecoveryGroupsCommandOutput extends ListRecoveryGroupsRespo
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class ListRecoveryGroupsCommand extends
|
|
80
|
-
readonly input: ListRecoveryGroupsCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: ListRecoveryGroupsCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecoveryGroupsCommandInput, ListRecoveryGroupsCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class ListRecoveryGroupsCommand extends ListRecoveryGroupsCommand_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 { ListResourceSetsRequest, ListResourceSetsResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListResourceSetsCommandInput extends ListResourceSetsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListResourceSetsCommandOutput extends ListResourceSetsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListResourceSetsCommand_base: {
|
|
24
|
+
new (input: ListResourceSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceSetsCommandInput, ListResourceSetsCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the resource sets in an account.</p>
|
|
@@ -98,23 +101,5 @@ export interface ListResourceSetsCommandOutput extends ListResourceSetsResponse,
|
|
|
98
101
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
99
102
|
*
|
|
100
103
|
*/
|
|
101
|
-
export declare class ListResourceSetsCommand extends
|
|
102
|
-
readonly input: ListResourceSetsCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: ListResourceSetsCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourceSetsCommandInput, ListResourceSetsCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
104
|
+
export declare class ListResourceSetsCommand extends ListResourceSetsCommand_base {
|
|
120
105
|
}
|
|
@@ -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 { ListRulesRequest, ListRulesResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListRulesCommandInput extends ListRulesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListRulesCommand_base: {
|
|
24
|
+
new (input: ListRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all readiness rules, or lists the readiness rules for a specific resource type.</p>
|
|
@@ -72,23 +75,5 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class ListRulesCommand extends
|
|
76
|
-
readonly input: ListRulesCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: ListRulesCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRulesCommandInput, ListRulesCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class ListRulesCommand extends ListRulesCommand_base {
|
|
94
79
|
}
|
|
@@ -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 { ListTagsForResourcesRequest, ListTagsForResourcesResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourcesCommandInput extends ListTagsForResourcesRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourcesCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags for a resource.</p>
|
|
@@ -62,23 +65,5 @@ export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesR
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class ListTagsForResourcesCommand extends
|
|
66
|
-
readonly input: ListTagsForResourcesCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: ListTagsForResourcesCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class ListTagsForResourcesCommand extends ListTagsForResourcesCommand_base {
|
|
84
69
|
}
|