@aws-sdk/client-route53-recovery-readiness 3.927.0 → 3.929.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/index.js +2390 -1469
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/Route53RecoveryReadinessClient.js +2 -0
- package/dist-es/commands/CreateCellCommand.js +3 -9
- package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +3 -9
- package/dist-es/commands/CreateReadinessCheckCommand.js +3 -9
- package/dist-es/commands/CreateRecoveryGroupCommand.js +3 -9
- package/dist-es/commands/CreateResourceSetCommand.js +3 -9
- package/dist-es/commands/DeleteCellCommand.js +3 -9
- package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +3 -9
- package/dist-es/commands/DeleteReadinessCheckCommand.js +3 -9
- package/dist-es/commands/DeleteRecoveryGroupCommand.js +3 -9
- package/dist-es/commands/DeleteResourceSetCommand.js +3 -9
- package/dist-es/commands/GetArchitectureRecommendationsCommand.js +3 -9
- package/dist-es/commands/GetCellCommand.js +3 -9
- package/dist-es/commands/GetCellReadinessSummaryCommand.js +3 -9
- package/dist-es/commands/GetReadinessCheckCommand.js +3 -9
- package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +3 -9
- package/dist-es/commands/GetReadinessCheckStatusCommand.js +3 -9
- package/dist-es/commands/GetRecoveryGroupCommand.js +3 -9
- package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +3 -9
- package/dist-es/commands/GetResourceSetCommand.js +3 -9
- package/dist-es/commands/ListCellsCommand.js +3 -9
- package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +3 -9
- package/dist-es/commands/ListReadinessChecksCommand.js +3 -9
- package/dist-es/commands/ListRecoveryGroupsCommand.js +3 -9
- package/dist-es/commands/ListResourceSetsCommand.js +3 -9
- package/dist-es/commands/ListRulesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourcesCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCellCommand.js +3 -9
- package/dist-es/commands/UpdateReadinessCheckCommand.js +3 -9
- package/dist-es/commands/UpdateRecoveryGroupCommand.js +3 -9
- package/dist-es/commands/UpdateResourceSetCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2315 -0
- package/dist-types/Route53RecoveryReadinessClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +129 -0
- package/dist-types/ts3.4/Route53RecoveryReadinessClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +134 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -1234
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -290
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -389
|
@@ -1,290 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateCellCommandInput, CreateCellCommandOutput } from "../commands/CreateCellCommand";
|
|
4
|
-
import { CreateCrossAccountAuthorizationCommandInput, CreateCrossAccountAuthorizationCommandOutput } from "../commands/CreateCrossAccountAuthorizationCommand";
|
|
5
|
-
import { CreateReadinessCheckCommandInput, CreateReadinessCheckCommandOutput } from "../commands/CreateReadinessCheckCommand";
|
|
6
|
-
import { CreateRecoveryGroupCommandInput, CreateRecoveryGroupCommandOutput } from "../commands/CreateRecoveryGroupCommand";
|
|
7
|
-
import { CreateResourceSetCommandInput, CreateResourceSetCommandOutput } from "../commands/CreateResourceSetCommand";
|
|
8
|
-
import { DeleteCellCommandInput, DeleteCellCommandOutput } from "../commands/DeleteCellCommand";
|
|
9
|
-
import { DeleteCrossAccountAuthorizationCommandInput, DeleteCrossAccountAuthorizationCommandOutput } from "../commands/DeleteCrossAccountAuthorizationCommand";
|
|
10
|
-
import { DeleteReadinessCheckCommandInput, DeleteReadinessCheckCommandOutput } from "../commands/DeleteReadinessCheckCommand";
|
|
11
|
-
import { DeleteRecoveryGroupCommandInput, DeleteRecoveryGroupCommandOutput } from "../commands/DeleteRecoveryGroupCommand";
|
|
12
|
-
import { DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput } from "../commands/DeleteResourceSetCommand";
|
|
13
|
-
import { GetArchitectureRecommendationsCommandInput, GetArchitectureRecommendationsCommandOutput } from "../commands/GetArchitectureRecommendationsCommand";
|
|
14
|
-
import { GetCellCommandInput, GetCellCommandOutput } from "../commands/GetCellCommand";
|
|
15
|
-
import { GetCellReadinessSummaryCommandInput, GetCellReadinessSummaryCommandOutput } from "../commands/GetCellReadinessSummaryCommand";
|
|
16
|
-
import { GetReadinessCheckCommandInput, GetReadinessCheckCommandOutput } from "../commands/GetReadinessCheckCommand";
|
|
17
|
-
import { GetReadinessCheckResourceStatusCommandInput, GetReadinessCheckResourceStatusCommandOutput } from "../commands/GetReadinessCheckResourceStatusCommand";
|
|
18
|
-
import { GetReadinessCheckStatusCommandInput, GetReadinessCheckStatusCommandOutput } from "../commands/GetReadinessCheckStatusCommand";
|
|
19
|
-
import { GetRecoveryGroupCommandInput, GetRecoveryGroupCommandOutput } from "../commands/GetRecoveryGroupCommand";
|
|
20
|
-
import { GetRecoveryGroupReadinessSummaryCommandInput, GetRecoveryGroupReadinessSummaryCommandOutput } from "../commands/GetRecoveryGroupReadinessSummaryCommand";
|
|
21
|
-
import { GetResourceSetCommandInput, GetResourceSetCommandOutput } from "../commands/GetResourceSetCommand";
|
|
22
|
-
import { ListCellsCommandInput, ListCellsCommandOutput } from "../commands/ListCellsCommand";
|
|
23
|
-
import { ListCrossAccountAuthorizationsCommandInput, ListCrossAccountAuthorizationsCommandOutput } from "../commands/ListCrossAccountAuthorizationsCommand";
|
|
24
|
-
import { ListReadinessChecksCommandInput, ListReadinessChecksCommandOutput } from "../commands/ListReadinessChecksCommand";
|
|
25
|
-
import { ListRecoveryGroupsCommandInput, ListRecoveryGroupsCommandOutput } from "../commands/ListRecoveryGroupsCommand";
|
|
26
|
-
import { ListResourceSetsCommandInput, ListResourceSetsCommandOutput } from "../commands/ListResourceSetsCommand";
|
|
27
|
-
import { ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand";
|
|
28
|
-
import { ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput } from "../commands/ListTagsForResourcesCommand";
|
|
29
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
30
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
31
|
-
import { UpdateCellCommandInput, UpdateCellCommandOutput } from "../commands/UpdateCellCommand";
|
|
32
|
-
import { UpdateReadinessCheckCommandInput, UpdateReadinessCheckCommandOutput } from "../commands/UpdateReadinessCheckCommand";
|
|
33
|
-
import { UpdateRecoveryGroupCommandInput, UpdateRecoveryGroupCommandOutput } from "../commands/UpdateRecoveryGroupCommand";
|
|
34
|
-
import { UpdateResourceSetCommandInput, UpdateResourceSetCommandOutput } from "../commands/UpdateResourceSetCommand";
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_restJson1CreateCellCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_CreateCellCommand: (input: CreateCellCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_restJson1CreateCrossAccountAuthorizationCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_CreateCrossAccountAuthorizationCommand: (input: CreateCrossAccountAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_restJson1CreateReadinessCheckCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_CreateReadinessCheckCommand: (input: CreateReadinessCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1CreateRecoveryGroupCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_CreateRecoveryGroupCommand: (input: CreateRecoveryGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1CreateResourceSetCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_CreateResourceSetCommand: (input: CreateResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1DeleteCellCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_DeleteCellCommand: (input: DeleteCellCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1DeleteCrossAccountAuthorizationCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_DeleteCrossAccountAuthorizationCommand: (input: DeleteCrossAccountAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_restJson1DeleteReadinessCheckCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_DeleteReadinessCheckCommand: (input: DeleteReadinessCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_restJson1DeleteRecoveryGroupCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_DeleteRecoveryGroupCommand: (input: DeleteRecoveryGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_restJson1DeleteResourceSetCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_DeleteResourceSetCommand: (input: DeleteResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_restJson1GetArchitectureRecommendationsCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_GetArchitectureRecommendationsCommand: (input: GetArchitectureRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_restJson1GetCellCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_GetCellCommand: (input: GetCellCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_restJson1GetCellReadinessSummaryCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_GetCellReadinessSummaryCommand: (input: GetCellReadinessSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_restJson1GetReadinessCheckCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_GetReadinessCheckCommand: (input: GetReadinessCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_restJson1GetReadinessCheckResourceStatusCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_GetReadinessCheckResourceStatusCommand: (input: GetReadinessCheckResourceStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_restJson1GetReadinessCheckStatusCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_GetReadinessCheckStatusCommand: (input: GetReadinessCheckStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_restJson1GetRecoveryGroupCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_GetRecoveryGroupCommand: (input: GetRecoveryGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_restJson1GetRecoveryGroupReadinessSummaryCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_GetRecoveryGroupReadinessSummaryCommand: (input: GetRecoveryGroupReadinessSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_restJson1GetResourceSetCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_GetResourceSetCommand: (input: GetResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_restJson1ListCellsCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_ListCellsCommand: (input: ListCellsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_restJson1ListCrossAccountAuthorizationsCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_ListCrossAccountAuthorizationsCommand: (input: ListCrossAccountAuthorizationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_restJson1ListReadinessChecksCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_ListReadinessChecksCommand: (input: ListReadinessChecksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* serializeAws_restJson1ListRecoveryGroupsCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const se_ListRecoveryGroupsCommand: (input: ListRecoveryGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
/**
|
|
128
|
-
* serializeAws_restJson1ListResourceSetsCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const se_ListResourceSetsCommand: (input: ListResourceSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
/**
|
|
132
|
-
* serializeAws_restJson1ListRulesCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const se_ListRulesCommand: (input: ListRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
/**
|
|
136
|
-
* serializeAws_restJson1ListTagsForResourcesCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const se_ListTagsForResourcesCommand: (input: ListTagsForResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
/**
|
|
140
|
-
* serializeAws_restJson1TagResourceCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
/**
|
|
144
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
-
/**
|
|
148
|
-
* serializeAws_restJson1UpdateCellCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const se_UpdateCellCommand: (input: UpdateCellCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
-
/**
|
|
152
|
-
* serializeAws_restJson1UpdateReadinessCheckCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const se_UpdateReadinessCheckCommand: (input: UpdateReadinessCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
-
/**
|
|
156
|
-
* serializeAws_restJson1UpdateRecoveryGroupCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const se_UpdateRecoveryGroupCommand: (input: UpdateRecoveryGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
-
/**
|
|
160
|
-
* serializeAws_restJson1UpdateResourceSetCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const se_UpdateResourceSetCommand: (input: UpdateResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* deserializeAws_restJson1CreateCellCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const de_CreateCellCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCellCommandOutput>;
|
|
167
|
-
/**
|
|
168
|
-
* deserializeAws_restJson1CreateCrossAccountAuthorizationCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const de_CreateCrossAccountAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCrossAccountAuthorizationCommandOutput>;
|
|
171
|
-
/**
|
|
172
|
-
* deserializeAws_restJson1CreateReadinessCheckCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const de_CreateReadinessCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReadinessCheckCommandOutput>;
|
|
175
|
-
/**
|
|
176
|
-
* deserializeAws_restJson1CreateRecoveryGroupCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const de_CreateRecoveryGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRecoveryGroupCommandOutput>;
|
|
179
|
-
/**
|
|
180
|
-
* deserializeAws_restJson1CreateResourceSetCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const de_CreateResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceSetCommandOutput>;
|
|
183
|
-
/**
|
|
184
|
-
* deserializeAws_restJson1DeleteCellCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const de_DeleteCellCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCellCommandOutput>;
|
|
187
|
-
/**
|
|
188
|
-
* deserializeAws_restJson1DeleteCrossAccountAuthorizationCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const de_DeleteCrossAccountAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCrossAccountAuthorizationCommandOutput>;
|
|
191
|
-
/**
|
|
192
|
-
* deserializeAws_restJson1DeleteReadinessCheckCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const de_DeleteReadinessCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReadinessCheckCommandOutput>;
|
|
195
|
-
/**
|
|
196
|
-
* deserializeAws_restJson1DeleteRecoveryGroupCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const de_DeleteRecoveryGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecoveryGroupCommandOutput>;
|
|
199
|
-
/**
|
|
200
|
-
* deserializeAws_restJson1DeleteResourceSetCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const de_DeleteResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceSetCommandOutput>;
|
|
203
|
-
/**
|
|
204
|
-
* deserializeAws_restJson1GetArchitectureRecommendationsCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const de_GetArchitectureRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArchitectureRecommendationsCommandOutput>;
|
|
207
|
-
/**
|
|
208
|
-
* deserializeAws_restJson1GetCellCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const de_GetCellCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCellCommandOutput>;
|
|
211
|
-
/**
|
|
212
|
-
* deserializeAws_restJson1GetCellReadinessSummaryCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const de_GetCellReadinessSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCellReadinessSummaryCommandOutput>;
|
|
215
|
-
/**
|
|
216
|
-
* deserializeAws_restJson1GetReadinessCheckCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const de_GetReadinessCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadinessCheckCommandOutput>;
|
|
219
|
-
/**
|
|
220
|
-
* deserializeAws_restJson1GetReadinessCheckResourceStatusCommand
|
|
221
|
-
*/
|
|
222
|
-
export declare const de_GetReadinessCheckResourceStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadinessCheckResourceStatusCommandOutput>;
|
|
223
|
-
/**
|
|
224
|
-
* deserializeAws_restJson1GetReadinessCheckStatusCommand
|
|
225
|
-
*/
|
|
226
|
-
export declare const de_GetReadinessCheckStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadinessCheckStatusCommandOutput>;
|
|
227
|
-
/**
|
|
228
|
-
* deserializeAws_restJson1GetRecoveryGroupCommand
|
|
229
|
-
*/
|
|
230
|
-
export declare const de_GetRecoveryGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryGroupCommandOutput>;
|
|
231
|
-
/**
|
|
232
|
-
* deserializeAws_restJson1GetRecoveryGroupReadinessSummaryCommand
|
|
233
|
-
*/
|
|
234
|
-
export declare const de_GetRecoveryGroupReadinessSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryGroupReadinessSummaryCommandOutput>;
|
|
235
|
-
/**
|
|
236
|
-
* deserializeAws_restJson1GetResourceSetCommand
|
|
237
|
-
*/
|
|
238
|
-
export declare const de_GetResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceSetCommandOutput>;
|
|
239
|
-
/**
|
|
240
|
-
* deserializeAws_restJson1ListCellsCommand
|
|
241
|
-
*/
|
|
242
|
-
export declare const de_ListCellsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCellsCommandOutput>;
|
|
243
|
-
/**
|
|
244
|
-
* deserializeAws_restJson1ListCrossAccountAuthorizationsCommand
|
|
245
|
-
*/
|
|
246
|
-
export declare const de_ListCrossAccountAuthorizationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCrossAccountAuthorizationsCommandOutput>;
|
|
247
|
-
/**
|
|
248
|
-
* deserializeAws_restJson1ListReadinessChecksCommand
|
|
249
|
-
*/
|
|
250
|
-
export declare const de_ListReadinessChecksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReadinessChecksCommandOutput>;
|
|
251
|
-
/**
|
|
252
|
-
* deserializeAws_restJson1ListRecoveryGroupsCommand
|
|
253
|
-
*/
|
|
254
|
-
export declare const de_ListRecoveryGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecoveryGroupsCommandOutput>;
|
|
255
|
-
/**
|
|
256
|
-
* deserializeAws_restJson1ListResourceSetsCommand
|
|
257
|
-
*/
|
|
258
|
-
export declare const de_ListResourceSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceSetsCommandOutput>;
|
|
259
|
-
/**
|
|
260
|
-
* deserializeAws_restJson1ListRulesCommand
|
|
261
|
-
*/
|
|
262
|
-
export declare const de_ListRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRulesCommandOutput>;
|
|
263
|
-
/**
|
|
264
|
-
* deserializeAws_restJson1ListTagsForResourcesCommand
|
|
265
|
-
*/
|
|
266
|
-
export declare const de_ListTagsForResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourcesCommandOutput>;
|
|
267
|
-
/**
|
|
268
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
269
|
-
*/
|
|
270
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
271
|
-
/**
|
|
272
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
273
|
-
*/
|
|
274
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
275
|
-
/**
|
|
276
|
-
* deserializeAws_restJson1UpdateCellCommand
|
|
277
|
-
*/
|
|
278
|
-
export declare const de_UpdateCellCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCellCommandOutput>;
|
|
279
|
-
/**
|
|
280
|
-
* deserializeAws_restJson1UpdateReadinessCheckCommand
|
|
281
|
-
*/
|
|
282
|
-
export declare const de_UpdateReadinessCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReadinessCheckCommandOutput>;
|
|
283
|
-
/**
|
|
284
|
-
* deserializeAws_restJson1UpdateRecoveryGroupCommand
|
|
285
|
-
*/
|
|
286
|
-
export declare const de_UpdateRecoveryGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRecoveryGroupCommandOutput>;
|
|
287
|
-
/**
|
|
288
|
-
* deserializeAws_restJson1UpdateResourceSetCommand
|
|
289
|
-
*/
|
|
290
|
-
export declare const de_UpdateResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceSetCommandOutput>;
|
|
@@ -1,389 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateCellCommandInput,
|
|
8
|
-
CreateCellCommandOutput,
|
|
9
|
-
} from "../commands/CreateCellCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateCrossAccountAuthorizationCommandInput,
|
|
12
|
-
CreateCrossAccountAuthorizationCommandOutput,
|
|
13
|
-
} from "../commands/CreateCrossAccountAuthorizationCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateReadinessCheckCommandInput,
|
|
16
|
-
CreateReadinessCheckCommandOutput,
|
|
17
|
-
} from "../commands/CreateReadinessCheckCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateRecoveryGroupCommandInput,
|
|
20
|
-
CreateRecoveryGroupCommandOutput,
|
|
21
|
-
} from "../commands/CreateRecoveryGroupCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateResourceSetCommandInput,
|
|
24
|
-
CreateResourceSetCommandOutput,
|
|
25
|
-
} from "../commands/CreateResourceSetCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteCellCommandInput,
|
|
28
|
-
DeleteCellCommandOutput,
|
|
29
|
-
} from "../commands/DeleteCellCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteCrossAccountAuthorizationCommandInput,
|
|
32
|
-
DeleteCrossAccountAuthorizationCommandOutput,
|
|
33
|
-
} from "../commands/DeleteCrossAccountAuthorizationCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteReadinessCheckCommandInput,
|
|
36
|
-
DeleteReadinessCheckCommandOutput,
|
|
37
|
-
} from "../commands/DeleteReadinessCheckCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteRecoveryGroupCommandInput,
|
|
40
|
-
DeleteRecoveryGroupCommandOutput,
|
|
41
|
-
} from "../commands/DeleteRecoveryGroupCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteResourceSetCommandInput,
|
|
44
|
-
DeleteResourceSetCommandOutput,
|
|
45
|
-
} from "../commands/DeleteResourceSetCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetArchitectureRecommendationsCommandInput,
|
|
48
|
-
GetArchitectureRecommendationsCommandOutput,
|
|
49
|
-
} from "../commands/GetArchitectureRecommendationsCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetCellCommandInput,
|
|
52
|
-
GetCellCommandOutput,
|
|
53
|
-
} from "../commands/GetCellCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetCellReadinessSummaryCommandInput,
|
|
56
|
-
GetCellReadinessSummaryCommandOutput,
|
|
57
|
-
} from "../commands/GetCellReadinessSummaryCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetReadinessCheckCommandInput,
|
|
60
|
-
GetReadinessCheckCommandOutput,
|
|
61
|
-
} from "../commands/GetReadinessCheckCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetReadinessCheckResourceStatusCommandInput,
|
|
64
|
-
GetReadinessCheckResourceStatusCommandOutput,
|
|
65
|
-
} from "../commands/GetReadinessCheckResourceStatusCommand";
|
|
66
|
-
import {
|
|
67
|
-
GetReadinessCheckStatusCommandInput,
|
|
68
|
-
GetReadinessCheckStatusCommandOutput,
|
|
69
|
-
} from "../commands/GetReadinessCheckStatusCommand";
|
|
70
|
-
import {
|
|
71
|
-
GetRecoveryGroupCommandInput,
|
|
72
|
-
GetRecoveryGroupCommandOutput,
|
|
73
|
-
} from "../commands/GetRecoveryGroupCommand";
|
|
74
|
-
import {
|
|
75
|
-
GetRecoveryGroupReadinessSummaryCommandInput,
|
|
76
|
-
GetRecoveryGroupReadinessSummaryCommandOutput,
|
|
77
|
-
} from "../commands/GetRecoveryGroupReadinessSummaryCommand";
|
|
78
|
-
import {
|
|
79
|
-
GetResourceSetCommandInput,
|
|
80
|
-
GetResourceSetCommandOutput,
|
|
81
|
-
} from "../commands/GetResourceSetCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListCellsCommandInput,
|
|
84
|
-
ListCellsCommandOutput,
|
|
85
|
-
} from "../commands/ListCellsCommand";
|
|
86
|
-
import {
|
|
87
|
-
ListCrossAccountAuthorizationsCommandInput,
|
|
88
|
-
ListCrossAccountAuthorizationsCommandOutput,
|
|
89
|
-
} from "../commands/ListCrossAccountAuthorizationsCommand";
|
|
90
|
-
import {
|
|
91
|
-
ListReadinessChecksCommandInput,
|
|
92
|
-
ListReadinessChecksCommandOutput,
|
|
93
|
-
} from "../commands/ListReadinessChecksCommand";
|
|
94
|
-
import {
|
|
95
|
-
ListRecoveryGroupsCommandInput,
|
|
96
|
-
ListRecoveryGroupsCommandOutput,
|
|
97
|
-
} from "../commands/ListRecoveryGroupsCommand";
|
|
98
|
-
import {
|
|
99
|
-
ListResourceSetsCommandInput,
|
|
100
|
-
ListResourceSetsCommandOutput,
|
|
101
|
-
} from "../commands/ListResourceSetsCommand";
|
|
102
|
-
import {
|
|
103
|
-
ListRulesCommandInput,
|
|
104
|
-
ListRulesCommandOutput,
|
|
105
|
-
} from "../commands/ListRulesCommand";
|
|
106
|
-
import {
|
|
107
|
-
ListTagsForResourcesCommandInput,
|
|
108
|
-
ListTagsForResourcesCommandOutput,
|
|
109
|
-
} from "../commands/ListTagsForResourcesCommand";
|
|
110
|
-
import {
|
|
111
|
-
TagResourceCommandInput,
|
|
112
|
-
TagResourceCommandOutput,
|
|
113
|
-
} from "../commands/TagResourceCommand";
|
|
114
|
-
import {
|
|
115
|
-
UntagResourceCommandInput,
|
|
116
|
-
UntagResourceCommandOutput,
|
|
117
|
-
} from "../commands/UntagResourceCommand";
|
|
118
|
-
import {
|
|
119
|
-
UpdateCellCommandInput,
|
|
120
|
-
UpdateCellCommandOutput,
|
|
121
|
-
} from "../commands/UpdateCellCommand";
|
|
122
|
-
import {
|
|
123
|
-
UpdateReadinessCheckCommandInput,
|
|
124
|
-
UpdateReadinessCheckCommandOutput,
|
|
125
|
-
} from "../commands/UpdateReadinessCheckCommand";
|
|
126
|
-
import {
|
|
127
|
-
UpdateRecoveryGroupCommandInput,
|
|
128
|
-
UpdateRecoveryGroupCommandOutput,
|
|
129
|
-
} from "../commands/UpdateRecoveryGroupCommand";
|
|
130
|
-
import {
|
|
131
|
-
UpdateResourceSetCommandInput,
|
|
132
|
-
UpdateResourceSetCommandOutput,
|
|
133
|
-
} from "../commands/UpdateResourceSetCommand";
|
|
134
|
-
export declare const se_CreateCellCommand: (
|
|
135
|
-
input: CreateCellCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_CreateCrossAccountAuthorizationCommand: (
|
|
139
|
-
input: CreateCrossAccountAuthorizationCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_CreateReadinessCheckCommand: (
|
|
143
|
-
input: CreateReadinessCheckCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_CreateRecoveryGroupCommand: (
|
|
147
|
-
input: CreateRecoveryGroupCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_CreateResourceSetCommand: (
|
|
151
|
-
input: CreateResourceSetCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_DeleteCellCommand: (
|
|
155
|
-
input: DeleteCellCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_DeleteCrossAccountAuthorizationCommand: (
|
|
159
|
-
input: DeleteCrossAccountAuthorizationCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_DeleteReadinessCheckCommand: (
|
|
163
|
-
input: DeleteReadinessCheckCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_DeleteRecoveryGroupCommand: (
|
|
167
|
-
input: DeleteRecoveryGroupCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_DeleteResourceSetCommand: (
|
|
171
|
-
input: DeleteResourceSetCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_GetArchitectureRecommendationsCommand: (
|
|
175
|
-
input: GetArchitectureRecommendationsCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_GetCellCommand: (
|
|
179
|
-
input: GetCellCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_GetCellReadinessSummaryCommand: (
|
|
183
|
-
input: GetCellReadinessSummaryCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_GetReadinessCheckCommand: (
|
|
187
|
-
input: GetReadinessCheckCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_GetReadinessCheckResourceStatusCommand: (
|
|
191
|
-
input: GetReadinessCheckResourceStatusCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_GetReadinessCheckStatusCommand: (
|
|
195
|
-
input: GetReadinessCheckStatusCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_GetRecoveryGroupCommand: (
|
|
199
|
-
input: GetRecoveryGroupCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_GetRecoveryGroupReadinessSummaryCommand: (
|
|
203
|
-
input: GetRecoveryGroupReadinessSummaryCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_GetResourceSetCommand: (
|
|
207
|
-
input: GetResourceSetCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_ListCellsCommand: (
|
|
211
|
-
input: ListCellsCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_ListCrossAccountAuthorizationsCommand: (
|
|
215
|
-
input: ListCrossAccountAuthorizationsCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_ListReadinessChecksCommand: (
|
|
219
|
-
input: ListReadinessChecksCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_ListRecoveryGroupsCommand: (
|
|
223
|
-
input: ListRecoveryGroupsCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_ListResourceSetsCommand: (
|
|
227
|
-
input: ListResourceSetsCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_ListRulesCommand: (
|
|
231
|
-
input: ListRulesCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_ListTagsForResourcesCommand: (
|
|
235
|
-
input: ListTagsForResourcesCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_TagResourceCommand: (
|
|
239
|
-
input: TagResourceCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_UntagResourceCommand: (
|
|
243
|
-
input: UntagResourceCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_UpdateCellCommand: (
|
|
247
|
-
input: UpdateCellCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_UpdateReadinessCheckCommand: (
|
|
251
|
-
input: UpdateReadinessCheckCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_UpdateRecoveryGroupCommand: (
|
|
255
|
-
input: UpdateRecoveryGroupCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_UpdateResourceSetCommand: (
|
|
259
|
-
input: UpdateResourceSetCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const de_CreateCellCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<CreateCellCommandOutput>;
|
|
266
|
-
export declare const de_CreateCrossAccountAuthorizationCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<CreateCrossAccountAuthorizationCommandOutput>;
|
|
270
|
-
export declare const de_CreateReadinessCheckCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<CreateReadinessCheckCommandOutput>;
|
|
274
|
-
export declare const de_CreateRecoveryGroupCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<CreateRecoveryGroupCommandOutput>;
|
|
278
|
-
export declare const de_CreateResourceSetCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<CreateResourceSetCommandOutput>;
|
|
282
|
-
export declare const de_DeleteCellCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<DeleteCellCommandOutput>;
|
|
286
|
-
export declare const de_DeleteCrossAccountAuthorizationCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<DeleteCrossAccountAuthorizationCommandOutput>;
|
|
290
|
-
export declare const de_DeleteReadinessCheckCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<DeleteReadinessCheckCommandOutput>;
|
|
294
|
-
export declare const de_DeleteRecoveryGroupCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<DeleteRecoveryGroupCommandOutput>;
|
|
298
|
-
export declare const de_DeleteResourceSetCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<DeleteResourceSetCommandOutput>;
|
|
302
|
-
export declare const de_GetArchitectureRecommendationsCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<GetArchitectureRecommendationsCommandOutput>;
|
|
306
|
-
export declare const de_GetCellCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<GetCellCommandOutput>;
|
|
310
|
-
export declare const de_GetCellReadinessSummaryCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<GetCellReadinessSummaryCommandOutput>;
|
|
314
|
-
export declare const de_GetReadinessCheckCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<GetReadinessCheckCommandOutput>;
|
|
318
|
-
export declare const de_GetReadinessCheckResourceStatusCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<GetReadinessCheckResourceStatusCommandOutput>;
|
|
322
|
-
export declare const de_GetReadinessCheckStatusCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<GetReadinessCheckStatusCommandOutput>;
|
|
326
|
-
export declare const de_GetRecoveryGroupCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<GetRecoveryGroupCommandOutput>;
|
|
330
|
-
export declare const de_GetRecoveryGroupReadinessSummaryCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<GetRecoveryGroupReadinessSummaryCommandOutput>;
|
|
334
|
-
export declare const de_GetResourceSetCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<GetResourceSetCommandOutput>;
|
|
338
|
-
export declare const de_ListCellsCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<ListCellsCommandOutput>;
|
|
342
|
-
export declare const de_ListCrossAccountAuthorizationsCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<ListCrossAccountAuthorizationsCommandOutput>;
|
|
346
|
-
export declare const de_ListReadinessChecksCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<ListReadinessChecksCommandOutput>;
|
|
350
|
-
export declare const de_ListRecoveryGroupsCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<ListRecoveryGroupsCommandOutput>;
|
|
354
|
-
export declare const de_ListResourceSetsCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<ListResourceSetsCommandOutput>;
|
|
358
|
-
export declare const de_ListRulesCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<ListRulesCommandOutput>;
|
|
362
|
-
export declare const de_ListTagsForResourcesCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<ListTagsForResourcesCommandOutput>;
|
|
366
|
-
export declare const de_TagResourceCommand: (
|
|
367
|
-
output: __HttpResponse,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<TagResourceCommandOutput>;
|
|
370
|
-
export declare const de_UntagResourceCommand: (
|
|
371
|
-
output: __HttpResponse,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
374
|
-
export declare const de_UpdateCellCommand: (
|
|
375
|
-
output: __HttpResponse,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<UpdateCellCommandOutput>;
|
|
378
|
-
export declare const de_UpdateReadinessCheckCommand: (
|
|
379
|
-
output: __HttpResponse,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<UpdateReadinessCheckCommandOutput>;
|
|
382
|
-
export declare const de_UpdateRecoveryGroupCommand: (
|
|
383
|
-
output: __HttpResponse,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<UpdateRecoveryGroupCommandOutput>;
|
|
386
|
-
export declare const de_UpdateResourceSetCommand: (
|
|
387
|
-
output: __HttpResponse,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<UpdateResourceSetCommandOutput>;
|