@aws-sdk/client-route53-recovery-readiness 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateCellCommand.js +18 -41
- package/dist-cjs/commands/CreateCrossAccountAuthorizationCommand.js +18 -41
- package/dist-cjs/commands/CreateReadinessCheckCommand.js +18 -41
- package/dist-cjs/commands/CreateRecoveryGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateResourceSetCommand.js +18 -41
- package/dist-cjs/commands/DeleteCellCommand.js +18 -41
- package/dist-cjs/commands/DeleteCrossAccountAuthorizationCommand.js +18 -41
- package/dist-cjs/commands/DeleteReadinessCheckCommand.js +18 -41
- package/dist-cjs/commands/DeleteRecoveryGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourceSetCommand.js +18 -41
- package/dist-cjs/commands/GetArchitectureRecommendationsCommand.js +18 -41
- package/dist-cjs/commands/GetCellCommand.js +18 -41
- package/dist-cjs/commands/GetCellReadinessSummaryCommand.js +18 -41
- package/dist-cjs/commands/GetReadinessCheckCommand.js +18 -41
- package/dist-cjs/commands/GetReadinessCheckResourceStatusCommand.js +18 -41
- package/dist-cjs/commands/GetReadinessCheckStatusCommand.js +18 -41
- package/dist-cjs/commands/GetRecoveryGroupCommand.js +18 -41
- package/dist-cjs/commands/GetRecoveryGroupReadinessSummaryCommand.js +18 -41
- package/dist-cjs/commands/GetResourceSetCommand.js +18 -41
- package/dist-cjs/commands/ListCellsCommand.js +18 -41
- package/dist-cjs/commands/ListCrossAccountAuthorizationsCommand.js +18 -41
- package/dist-cjs/commands/ListReadinessChecksCommand.js +18 -41
- package/dist-cjs/commands/ListRecoveryGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListResourceSetsCommand.js +18 -41
- package/dist-cjs/commands/ListRulesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourcesCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateCellCommand.js +18 -41
- package/dist-cjs/commands/UpdateReadinessCheckCommand.js +18 -41
- package/dist-cjs/commands/UpdateRecoveryGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateResourceSetCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetCellReadinessSummaryPaginator.js +2 -24
- package/dist-cjs/pagination/GetReadinessCheckResourceStatusPaginator.js +2 -24
- package/dist-cjs/pagination/GetReadinessCheckStatusPaginator.js +2 -24
- package/dist-cjs/pagination/GetRecoveryGroupReadinessSummaryPaginator.js +2 -24
- package/dist-cjs/pagination/ListCellsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCrossAccountAuthorizationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListReadinessChecksPaginator.js +2 -24
- package/dist-cjs/pagination/ListRecoveryGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListResourceSetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRulesPaginator.js +2 -24
- package/dist-es/commands/CreateCellCommand.js +18 -41
- package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +18 -41
- package/dist-es/commands/CreateReadinessCheckCommand.js +18 -41
- package/dist-es/commands/CreateRecoveryGroupCommand.js +18 -41
- package/dist-es/commands/CreateResourceSetCommand.js +18 -41
- package/dist-es/commands/DeleteCellCommand.js +18 -41
- package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +18 -41
- package/dist-es/commands/DeleteReadinessCheckCommand.js +18 -41
- package/dist-es/commands/DeleteRecoveryGroupCommand.js +18 -41
- package/dist-es/commands/DeleteResourceSetCommand.js +18 -41
- package/dist-es/commands/GetArchitectureRecommendationsCommand.js +18 -41
- package/dist-es/commands/GetCellCommand.js +18 -41
- package/dist-es/commands/GetCellReadinessSummaryCommand.js +18 -41
- package/dist-es/commands/GetReadinessCheckCommand.js +18 -41
- package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +18 -41
- package/dist-es/commands/GetReadinessCheckStatusCommand.js +18 -41
- package/dist-es/commands/GetRecoveryGroupCommand.js +18 -41
- package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +18 -41
- package/dist-es/commands/GetResourceSetCommand.js +18 -41
- package/dist-es/commands/ListCellsCommand.js +18 -41
- package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +18 -41
- package/dist-es/commands/ListReadinessChecksCommand.js +18 -41
- package/dist-es/commands/ListRecoveryGroupsCommand.js +18 -41
- package/dist-es/commands/ListResourceSetsCommand.js +18 -41
- package/dist-es/commands/ListRulesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourcesCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateCellCommand.js +18 -41
- package/dist-es/commands/UpdateReadinessCheckCommand.js +18 -41
- package/dist-es/commands/UpdateRecoveryGroupCommand.js +18 -41
- package/dist-es/commands/UpdateResourceSetCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetCellReadinessSummaryPaginator.js +2 -23
- package/dist-es/pagination/GetReadinessCheckResourceStatusPaginator.js +2 -23
- package/dist-es/pagination/GetReadinessCheckStatusPaginator.js +2 -23
- package/dist-es/pagination/GetRecoveryGroupReadinessSummaryPaginator.js +2 -23
- package/dist-es/pagination/ListCellsPaginator.js +2 -23
- package/dist-es/pagination/ListCrossAccountAuthorizationsPaginator.js +2 -23
- package/dist-es/pagination/ListReadinessChecksPaginator.js +2 -23
- package/dist-es/pagination/ListRecoveryGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListResourceSetsPaginator.js +2 -23
- package/dist-es/pagination/ListRulesPaginator.js +2 -23
- package/dist-types/commands/CreateCellCommand.d.ts +6 -21
- package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +6 -21
- package/dist-types/commands/CreateReadinessCheckCommand.d.ts +6 -21
- package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateResourceSetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCellCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +6 -21
- package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +6 -21
- package/dist-types/commands/GetCellCommand.d.ts +6 -21
- package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +6 -21
- package/dist-types/commands/GetReadinessCheckCommand.d.ts +6 -21
- package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetRecoveryGroupCommand.d.ts +6 -21
- package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +6 -21
- package/dist-types/commands/GetResourceSetCommand.d.ts +6 -21
- package/dist-types/commands/ListCellsCommand.d.ts +6 -21
- package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +6 -21
- package/dist-types/commands/ListReadinessChecksCommand.d.ts +6 -21
- package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListResourceSetsCommand.d.ts +6 -21
- package/dist-types/commands/ListRulesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCellCommand.d.ts +6 -21
- package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResourceSetCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetCellReadinessSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetReadinessCheckResourceStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/GetReadinessCheckStatusPaginator.d.ts +1 -1
- package/dist-types/pagination/GetRecoveryGroupReadinessSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCellsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCrossAccountAuthorizationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadinessChecksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecoveryGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCellCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetCellReadinessSummaryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetReadinessCheckResourceStatusPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetReadinessCheckStatusPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetRecoveryGroupReadinessSummaryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCellsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCrossAccountAuthorizationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListReadinessChecksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRecoveryGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResourceSetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,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 { UntagResourceRequest } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes a tag from a resource.</p>
|
|
@@ -61,23 +64,5 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class UntagResourceCommand extends
|
|
65
|
-
readonly input: UntagResourceCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: UntagResourceCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateCellRequest, UpdateCellResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateCellCommandInput extends UpdateCellRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateCellCommandOutput extends UpdateCellResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateCellCommand_base: {
|
|
24
|
+
new (input: UpdateCellCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCellCommandInput, UpdateCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a cell to replace the list of nested cells with a new list of nested cells.</p>
|
|
@@ -79,23 +82,5 @@ export interface UpdateCellCommandOutput extends UpdateCellResponse, __MetadataB
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class UpdateCellCommand extends
|
|
83
|
-
readonly input: UpdateCellCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: UpdateCellCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCellCommandInput, UpdateCellCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class UpdateCellCommand extends UpdateCellCommand_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 { UpdateReadinessCheckRequest, UpdateReadinessCheckResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateReadinessCheckCommandInput extends UpdateReadinessCheckRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateReadinessCheckCommandOutput extends UpdateReadinessCheckResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateReadinessCheckCommand_base: {
|
|
24
|
+
new (input: UpdateReadinessCheckCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReadinessCheckCommandInput, UpdateReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a readiness check.</p>
|
|
@@ -72,23 +75,5 @@ export interface UpdateReadinessCheckCommandOutput extends UpdateReadinessCheckR
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class UpdateReadinessCheckCommand extends
|
|
76
|
-
readonly input: UpdateReadinessCheckCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: UpdateReadinessCheckCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReadinessCheckCommandInput, UpdateReadinessCheckCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class UpdateReadinessCheckCommand extends UpdateReadinessCheckCommand_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 { UpdateRecoveryGroupRequest, UpdateRecoveryGroupResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateRecoveryGroupCommandInput extends UpdateRecoveryGroupRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateRecoveryGroupCommandOutput extends UpdateRecoveryGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateRecoveryGroupCommand_base: {
|
|
24
|
+
new (input: UpdateRecoveryGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecoveryGroupCommandInput, UpdateRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a recovery group.</p>
|
|
@@ -76,23 +79,5 @@ export interface UpdateRecoveryGroupCommandOutput extends UpdateRecoveryGroupRes
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class UpdateRecoveryGroupCommand extends
|
|
80
|
-
readonly input: UpdateRecoveryGroupCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: UpdateRecoveryGroupCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRecoveryGroupCommandInput, UpdateRecoveryGroupCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class UpdateRecoveryGroupCommand extends UpdateRecoveryGroupCommand_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 { UpdateResourceSetRequest, UpdateResourceSetResponse } from "../models/models_0";
|
|
5
4
|
import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateResourceSetCommandInput extends UpdateResourceSetRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateResourceSetCommandOutput extends UpdateResourceSetResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateResourceSetCommand_base: {
|
|
24
|
+
new (input: UpdateResourceSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceSetCommandInput, UpdateResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a resource set.</p>
|
|
@@ -120,23 +123,5 @@ export interface UpdateResourceSetCommandOutput extends UpdateResourceSetRespons
|
|
|
120
123
|
* <p>Base exception class for all service exceptions from Route53RecoveryReadiness service.</p>
|
|
121
124
|
*
|
|
122
125
|
*/
|
|
123
|
-
export declare class UpdateResourceSetCommand extends
|
|
124
|
-
readonly input: UpdateResourceSetCommandInput;
|
|
125
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
126
|
-
/**
|
|
127
|
-
* @public
|
|
128
|
-
*/
|
|
129
|
-
constructor(input: UpdateResourceSetCommandInput);
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceSetCommandInput, UpdateResourceSetCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private serialize;
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
private deserialize;
|
|
126
|
+
export declare class UpdateResourceSetCommand extends UpdateResourceSetCommand_base {
|
|
142
127
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetCellReadinessSummary: (config: Route53RecoveryReadinessPaginationConfiguration, input: GetCellReadinessSummaryCommandInput, ...rest: any[]) => Paginator<GetCellReadinessSummaryCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetReadinessCheckResourceStatus: (config: Route53RecoveryReadinessPaginationConfiguration, input: GetReadinessCheckResourceStatusCommandInput, ...rest: any[]) => Paginator<GetReadinessCheckResourceStatusCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetReadinessCheckStatus: (config: Route53RecoveryReadinessPaginationConfiguration, input: GetReadinessCheckStatusCommandInput, ...rest: any[]) => Paginator<GetReadinessCheckStatusCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetRecoveryGroupReadinessSummary: (config: Route53RecoveryReadinessPaginationConfiguration, input: GetRecoveryGroupReadinessSummaryCommandInput, ...rest: any[]) => Paginator<GetRecoveryGroupReadinessSummaryCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListCells: (config: Route53RecoveryReadinessPaginationConfiguration, input: ListCellsCommandInput, ...rest: any[]) => Paginator<ListCellsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListCrossAccountAuthorizations: (config: Route53RecoveryReadinessPaginationConfiguration, input: ListCrossAccountAuthorizationsCommandInput, ...rest: any[]) => Paginator<ListCrossAccountAuthorizationsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListReadinessChecks: (config: Route53RecoveryReadinessPaginationConfiguration, input: ListReadinessChecksCommandInput, ...rest: any[]) => Paginator<ListReadinessChecksCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListRecoveryGroups: (config: Route53RecoveryReadinessPaginationConfiguration, input: ListRecoveryGroupsCommandInput, ...rest: any[]) => Paginator<ListRecoveryGroupsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListResourceSets: (config: Route53RecoveryReadinessPaginationConfiguration, input: ListResourceSetsCommandInput, ...rest: any[]) => Paginator<ListResourceSetsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Route53RecoveryReadinessPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListRules: (config: Route53RecoveryReadinessPaginationConfiguration, input: ListRulesCommandInput, ...rest: any[]) => Paginator<ListRulesCommandOutput>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { CreateCellRequest, CreateCellResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface CreateCellCommandInput extends CreateCellRequest {}
|
|
|
17
11
|
export interface CreateCellCommandOutput
|
|
18
12
|
extends CreateCellResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreateCellCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateCellCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateCellCommandInput,
|
|
19
|
+
CreateCellCommandOutput,
|
|
20
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateCellCommand extends CreateCellCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateCrossAccountAuthorizationRequest,
|
|
11
5
|
CreateCrossAccountAuthorizationResponse,
|
|
@@ -21,22 +15,16 @@ export interface CreateCrossAccountAuthorizationCommandInput
|
|
|
21
15
|
export interface CreateCrossAccountAuthorizationCommandOutput
|
|
22
16
|
extends CreateCrossAccountAuthorizationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateCrossAccountAuthorizationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateCrossAccountAuthorizationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateCrossAccountAuthorizationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateCrossAccountAuthorizationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateCrossAccountAuthorizationCommandInput,
|
|
38
|
-
CreateCrossAccountAuthorizationCommandOutput
|
|
23
|
+
CreateCrossAccountAuthorizationCommandOutput,
|
|
24
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateCrossAccountAuthorizationCommand extends CreateCrossAccountAuthorizationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateReadinessCheckRequest,
|
|
11
5
|
CreateReadinessCheckResponse,
|
|
@@ -21,22 +15,16 @@ export interface CreateReadinessCheckCommandInput
|
|
|
21
15
|
export interface CreateReadinessCheckCommandOutput
|
|
22
16
|
extends CreateReadinessCheckResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateReadinessCheckCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateReadinessCheckCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateReadinessCheckCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateReadinessCheckCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateReadinessCheckCommandInput,
|
|
38
|
-
CreateReadinessCheckCommandOutput
|
|
23
|
+
CreateReadinessCheckCommandOutput,
|
|
24
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateReadinessCheckCommand extends CreateReadinessCheckCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateRecoveryGroupRequest,
|
|
11
5
|
CreateRecoveryGroupResponse,
|
|
@@ -21,19 +15,16 @@ export interface CreateRecoveryGroupCommandInput
|
|
|
21
15
|
export interface CreateRecoveryGroupCommandOutput
|
|
22
16
|
extends CreateRecoveryGroupResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const CreateRecoveryGroupCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateRecoveryGroupCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateRecoveryGroupCommandInput,
|
|
23
|
+
CreateRecoveryGroupCommandOutput,
|
|
24
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateRecoveryGroupCommand extends CreateRecoveryGroupCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateResourceSetRequest,
|
|
11
5
|
CreateResourceSetResponse,
|
|
@@ -21,19 +15,16 @@ export interface CreateResourceSetCommandInput
|
|
|
21
15
|
export interface CreateResourceSetCommandOutput
|
|
22
16
|
extends CreateResourceSetResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const CreateResourceSetCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateResourceSetCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateResourceSetCommandInput,
|
|
23
|
+
CreateResourceSetCommandOutput,
|
|
24
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateResourceSetCommand extends CreateResourceSetCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { DeleteCellRequest } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -15,19 +9,16 @@ import {
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface DeleteCellCommandInput extends DeleteCellRequest {}
|
|
17
11
|
export interface DeleteCellCommandOutput extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const DeleteCellCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: DeleteCellCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
DeleteCellCommandInput,
|
|
17
|
+
DeleteCellCommandOutput,
|
|
18
|
+
Route53RecoveryReadinessClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class DeleteCellCommand extends DeleteCellCommand_base {}
|