@aws-sdk/client-route53-recovery-readiness 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Route53RecoveryReadiness.d.ts +0 -32
- package/dist-types/ts3.4/Route53RecoveryReadinessClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCellCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/Route53RecoveryReadinessServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -229
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-route53-recovery-readiness
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-route53-recovery-readiness
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-route53-recovery-readiness
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -128,7 +128,6 @@ import {
|
|
|
128
128
|
UpdateResourceSetCommandOutput,
|
|
129
129
|
} from "./commands/UpdateResourceSetCommand";
|
|
130
130
|
import { Route53RecoveryReadinessClient } from "./Route53RecoveryReadinessClient";
|
|
131
|
-
|
|
132
131
|
export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessClient {
|
|
133
132
|
createCell(
|
|
134
133
|
args: CreateCellCommandInput,
|
|
@@ -143,7 +142,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
143
142
|
options: __HttpHandlerOptions,
|
|
144
143
|
cb: (err: any, data?: CreateCellCommandOutput) => void
|
|
145
144
|
): void;
|
|
146
|
-
|
|
147
145
|
createCrossAccountAuthorization(
|
|
148
146
|
args: CreateCrossAccountAuthorizationCommandInput,
|
|
149
147
|
options?: __HttpHandlerOptions
|
|
@@ -157,7 +155,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
157
155
|
options: __HttpHandlerOptions,
|
|
158
156
|
cb: (err: any, data?: CreateCrossAccountAuthorizationCommandOutput) => void
|
|
159
157
|
): void;
|
|
160
|
-
|
|
161
158
|
createReadinessCheck(
|
|
162
159
|
args: CreateReadinessCheckCommandInput,
|
|
163
160
|
options?: __HttpHandlerOptions
|
|
@@ -171,7 +168,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
171
168
|
options: __HttpHandlerOptions,
|
|
172
169
|
cb: (err: any, data?: CreateReadinessCheckCommandOutput) => void
|
|
173
170
|
): void;
|
|
174
|
-
|
|
175
171
|
createRecoveryGroup(
|
|
176
172
|
args: CreateRecoveryGroupCommandInput,
|
|
177
173
|
options?: __HttpHandlerOptions
|
|
@@ -185,7 +181,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
185
181
|
options: __HttpHandlerOptions,
|
|
186
182
|
cb: (err: any, data?: CreateRecoveryGroupCommandOutput) => void
|
|
187
183
|
): void;
|
|
188
|
-
|
|
189
184
|
createResourceSet(
|
|
190
185
|
args: CreateResourceSetCommandInput,
|
|
191
186
|
options?: __HttpHandlerOptions
|
|
@@ -199,7 +194,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
199
194
|
options: __HttpHandlerOptions,
|
|
200
195
|
cb: (err: any, data?: CreateResourceSetCommandOutput) => void
|
|
201
196
|
): void;
|
|
202
|
-
|
|
203
197
|
deleteCell(
|
|
204
198
|
args: DeleteCellCommandInput,
|
|
205
199
|
options?: __HttpHandlerOptions
|
|
@@ -213,7 +207,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
213
207
|
options: __HttpHandlerOptions,
|
|
214
208
|
cb: (err: any, data?: DeleteCellCommandOutput) => void
|
|
215
209
|
): void;
|
|
216
|
-
|
|
217
210
|
deleteCrossAccountAuthorization(
|
|
218
211
|
args: DeleteCrossAccountAuthorizationCommandInput,
|
|
219
212
|
options?: __HttpHandlerOptions
|
|
@@ -227,7 +220,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
227
220
|
options: __HttpHandlerOptions,
|
|
228
221
|
cb: (err: any, data?: DeleteCrossAccountAuthorizationCommandOutput) => void
|
|
229
222
|
): void;
|
|
230
|
-
|
|
231
223
|
deleteReadinessCheck(
|
|
232
224
|
args: DeleteReadinessCheckCommandInput,
|
|
233
225
|
options?: __HttpHandlerOptions
|
|
@@ -241,7 +233,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
241
233
|
options: __HttpHandlerOptions,
|
|
242
234
|
cb: (err: any, data?: DeleteReadinessCheckCommandOutput) => void
|
|
243
235
|
): void;
|
|
244
|
-
|
|
245
236
|
deleteRecoveryGroup(
|
|
246
237
|
args: DeleteRecoveryGroupCommandInput,
|
|
247
238
|
options?: __HttpHandlerOptions
|
|
@@ -255,7 +246,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
255
246
|
options: __HttpHandlerOptions,
|
|
256
247
|
cb: (err: any, data?: DeleteRecoveryGroupCommandOutput) => void
|
|
257
248
|
): void;
|
|
258
|
-
|
|
259
249
|
deleteResourceSet(
|
|
260
250
|
args: DeleteResourceSetCommandInput,
|
|
261
251
|
options?: __HttpHandlerOptions
|
|
@@ -269,7 +259,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
269
259
|
options: __HttpHandlerOptions,
|
|
270
260
|
cb: (err: any, data?: DeleteResourceSetCommandOutput) => void
|
|
271
261
|
): void;
|
|
272
|
-
|
|
273
262
|
getArchitectureRecommendations(
|
|
274
263
|
args: GetArchitectureRecommendationsCommandInput,
|
|
275
264
|
options?: __HttpHandlerOptions
|
|
@@ -283,7 +272,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
283
272
|
options: __HttpHandlerOptions,
|
|
284
273
|
cb: (err: any, data?: GetArchitectureRecommendationsCommandOutput) => void
|
|
285
274
|
): void;
|
|
286
|
-
|
|
287
275
|
getCell(
|
|
288
276
|
args: GetCellCommandInput,
|
|
289
277
|
options?: __HttpHandlerOptions
|
|
@@ -297,7 +285,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
297
285
|
options: __HttpHandlerOptions,
|
|
298
286
|
cb: (err: any, data?: GetCellCommandOutput) => void
|
|
299
287
|
): void;
|
|
300
|
-
|
|
301
288
|
getCellReadinessSummary(
|
|
302
289
|
args: GetCellReadinessSummaryCommandInput,
|
|
303
290
|
options?: __HttpHandlerOptions
|
|
@@ -311,7 +298,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
311
298
|
options: __HttpHandlerOptions,
|
|
312
299
|
cb: (err: any, data?: GetCellReadinessSummaryCommandOutput) => void
|
|
313
300
|
): void;
|
|
314
|
-
|
|
315
301
|
getReadinessCheck(
|
|
316
302
|
args: GetReadinessCheckCommandInput,
|
|
317
303
|
options?: __HttpHandlerOptions
|
|
@@ -325,7 +311,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
325
311
|
options: __HttpHandlerOptions,
|
|
326
312
|
cb: (err: any, data?: GetReadinessCheckCommandOutput) => void
|
|
327
313
|
): void;
|
|
328
|
-
|
|
329
314
|
getReadinessCheckResourceStatus(
|
|
330
315
|
args: GetReadinessCheckResourceStatusCommandInput,
|
|
331
316
|
options?: __HttpHandlerOptions
|
|
@@ -339,7 +324,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
339
324
|
options: __HttpHandlerOptions,
|
|
340
325
|
cb: (err: any, data?: GetReadinessCheckResourceStatusCommandOutput) => void
|
|
341
326
|
): void;
|
|
342
|
-
|
|
343
327
|
getReadinessCheckStatus(
|
|
344
328
|
args: GetReadinessCheckStatusCommandInput,
|
|
345
329
|
options?: __HttpHandlerOptions
|
|
@@ -353,7 +337,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
353
337
|
options: __HttpHandlerOptions,
|
|
354
338
|
cb: (err: any, data?: GetReadinessCheckStatusCommandOutput) => void
|
|
355
339
|
): void;
|
|
356
|
-
|
|
357
340
|
getRecoveryGroup(
|
|
358
341
|
args: GetRecoveryGroupCommandInput,
|
|
359
342
|
options?: __HttpHandlerOptions
|
|
@@ -367,7 +350,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
367
350
|
options: __HttpHandlerOptions,
|
|
368
351
|
cb: (err: any, data?: GetRecoveryGroupCommandOutput) => void
|
|
369
352
|
): void;
|
|
370
|
-
|
|
371
353
|
getRecoveryGroupReadinessSummary(
|
|
372
354
|
args: GetRecoveryGroupReadinessSummaryCommandInput,
|
|
373
355
|
options?: __HttpHandlerOptions
|
|
@@ -381,7 +363,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
381
363
|
options: __HttpHandlerOptions,
|
|
382
364
|
cb: (err: any, data?: GetRecoveryGroupReadinessSummaryCommandOutput) => void
|
|
383
365
|
): void;
|
|
384
|
-
|
|
385
366
|
getResourceSet(
|
|
386
367
|
args: GetResourceSetCommandInput,
|
|
387
368
|
options?: __HttpHandlerOptions
|
|
@@ -395,7 +376,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
395
376
|
options: __HttpHandlerOptions,
|
|
396
377
|
cb: (err: any, data?: GetResourceSetCommandOutput) => void
|
|
397
378
|
): void;
|
|
398
|
-
|
|
399
379
|
listCells(
|
|
400
380
|
args: ListCellsCommandInput,
|
|
401
381
|
options?: __HttpHandlerOptions
|
|
@@ -409,7 +389,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
409
389
|
options: __HttpHandlerOptions,
|
|
410
390
|
cb: (err: any, data?: ListCellsCommandOutput) => void
|
|
411
391
|
): void;
|
|
412
|
-
|
|
413
392
|
listCrossAccountAuthorizations(
|
|
414
393
|
args: ListCrossAccountAuthorizationsCommandInput,
|
|
415
394
|
options?: __HttpHandlerOptions
|
|
@@ -423,7 +402,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
423
402
|
options: __HttpHandlerOptions,
|
|
424
403
|
cb: (err: any, data?: ListCrossAccountAuthorizationsCommandOutput) => void
|
|
425
404
|
): void;
|
|
426
|
-
|
|
427
405
|
listReadinessChecks(
|
|
428
406
|
args: ListReadinessChecksCommandInput,
|
|
429
407
|
options?: __HttpHandlerOptions
|
|
@@ -437,7 +415,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
437
415
|
options: __HttpHandlerOptions,
|
|
438
416
|
cb: (err: any, data?: ListReadinessChecksCommandOutput) => void
|
|
439
417
|
): void;
|
|
440
|
-
|
|
441
418
|
listRecoveryGroups(
|
|
442
419
|
args: ListRecoveryGroupsCommandInput,
|
|
443
420
|
options?: __HttpHandlerOptions
|
|
@@ -451,7 +428,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
451
428
|
options: __HttpHandlerOptions,
|
|
452
429
|
cb: (err: any, data?: ListRecoveryGroupsCommandOutput) => void
|
|
453
430
|
): void;
|
|
454
|
-
|
|
455
431
|
listResourceSets(
|
|
456
432
|
args: ListResourceSetsCommandInput,
|
|
457
433
|
options?: __HttpHandlerOptions
|
|
@@ -465,7 +441,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
465
441
|
options: __HttpHandlerOptions,
|
|
466
442
|
cb: (err: any, data?: ListResourceSetsCommandOutput) => void
|
|
467
443
|
): void;
|
|
468
|
-
|
|
469
444
|
listRules(
|
|
470
445
|
args: ListRulesCommandInput,
|
|
471
446
|
options?: __HttpHandlerOptions
|
|
@@ -479,7 +454,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
479
454
|
options: __HttpHandlerOptions,
|
|
480
455
|
cb: (err: any, data?: ListRulesCommandOutput) => void
|
|
481
456
|
): void;
|
|
482
|
-
|
|
483
457
|
listTagsForResources(
|
|
484
458
|
args: ListTagsForResourcesCommandInput,
|
|
485
459
|
options?: __HttpHandlerOptions
|
|
@@ -493,7 +467,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
493
467
|
options: __HttpHandlerOptions,
|
|
494
468
|
cb: (err: any, data?: ListTagsForResourcesCommandOutput) => void
|
|
495
469
|
): void;
|
|
496
|
-
|
|
497
470
|
tagResource(
|
|
498
471
|
args: TagResourceCommandInput,
|
|
499
472
|
options?: __HttpHandlerOptions
|
|
@@ -507,7 +480,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
507
480
|
options: __HttpHandlerOptions,
|
|
508
481
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
509
482
|
): void;
|
|
510
|
-
|
|
511
483
|
untagResource(
|
|
512
484
|
args: UntagResourceCommandInput,
|
|
513
485
|
options?: __HttpHandlerOptions
|
|
@@ -521,7 +493,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
521
493
|
options: __HttpHandlerOptions,
|
|
522
494
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
523
495
|
): void;
|
|
524
|
-
|
|
525
496
|
updateCell(
|
|
526
497
|
args: UpdateCellCommandInput,
|
|
527
498
|
options?: __HttpHandlerOptions
|
|
@@ -535,7 +506,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
535
506
|
options: __HttpHandlerOptions,
|
|
536
507
|
cb: (err: any, data?: UpdateCellCommandOutput) => void
|
|
537
508
|
): void;
|
|
538
|
-
|
|
539
509
|
updateReadinessCheck(
|
|
540
510
|
args: UpdateReadinessCheckCommandInput,
|
|
541
511
|
options?: __HttpHandlerOptions
|
|
@@ -549,7 +519,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
549
519
|
options: __HttpHandlerOptions,
|
|
550
520
|
cb: (err: any, data?: UpdateReadinessCheckCommandOutput) => void
|
|
551
521
|
): void;
|
|
552
|
-
|
|
553
522
|
updateRecoveryGroup(
|
|
554
523
|
args: UpdateRecoveryGroupCommandInput,
|
|
555
524
|
options?: __HttpHandlerOptions
|
|
@@ -563,7 +532,6 @@ export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessCl
|
|
|
563
532
|
options: __HttpHandlerOptions,
|
|
564
533
|
cb: (err: any, data?: UpdateRecoveryGroupCommandOutput) => void
|
|
565
534
|
): void;
|
|
566
|
-
|
|
567
535
|
updateResourceSet(
|
|
568
536
|
args: UpdateResourceSetCommandInput,
|
|
569
537
|
options?: __HttpHandlerOptions
|
|
@@ -239,47 +239,26 @@ export declare type ServiceOutputTypes =
|
|
|
239
239
|
export interface ClientDefaults
|
|
240
240
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
241
241
|
requestHandler?: __HttpHandler;
|
|
242
|
-
|
|
243
242
|
sha256?: __HashConstructor;
|
|
244
|
-
|
|
245
243
|
urlParser?: __UrlParser;
|
|
246
|
-
|
|
247
244
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
248
|
-
|
|
249
245
|
streamCollector?: __StreamCollector;
|
|
250
|
-
|
|
251
246
|
base64Decoder?: __Decoder;
|
|
252
|
-
|
|
253
247
|
base64Encoder?: __Encoder;
|
|
254
|
-
|
|
255
248
|
utf8Decoder?: __Decoder;
|
|
256
|
-
|
|
257
249
|
utf8Encoder?: __Encoder;
|
|
258
|
-
|
|
259
250
|
runtime?: string;
|
|
260
|
-
|
|
261
251
|
disableHostPrefix?: boolean;
|
|
262
|
-
|
|
263
252
|
maxAttempts?: number | __Provider<number>;
|
|
264
|
-
|
|
265
253
|
retryMode?: string | __Provider<string>;
|
|
266
|
-
|
|
267
254
|
logger?: __Logger;
|
|
268
|
-
|
|
269
255
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
270
|
-
|
|
271
256
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
272
|
-
|
|
273
257
|
serviceId?: string;
|
|
274
|
-
|
|
275
258
|
region?: string | __Provider<string>;
|
|
276
|
-
|
|
277
259
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
278
|
-
|
|
279
260
|
regionInfoProvider?: RegionInfoProvider;
|
|
280
|
-
|
|
281
261
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
282
|
-
|
|
283
262
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
284
263
|
}
|
|
285
264
|
declare type Route53RecoveryReadinessClientConfigType = Partial<
|
|
@@ -292,7 +271,6 @@ declare type Route53RecoveryReadinessClientConfigType = Partial<
|
|
|
292
271
|
HostHeaderInputConfig &
|
|
293
272
|
AwsAuthInputConfig &
|
|
294
273
|
UserAgentInputConfig;
|
|
295
|
-
|
|
296
274
|
export interface Route53RecoveryReadinessClientConfig
|
|
297
275
|
extends Route53RecoveryReadinessClientConfigType {}
|
|
298
276
|
declare type Route53RecoveryReadinessClientResolvedConfigType =
|
|
@@ -304,10 +282,8 @@ declare type Route53RecoveryReadinessClientResolvedConfigType =
|
|
|
304
282
|
HostHeaderResolvedConfig &
|
|
305
283
|
AwsAuthResolvedConfig &
|
|
306
284
|
UserAgentResolvedConfig;
|
|
307
|
-
|
|
308
285
|
export interface Route53RecoveryReadinessClientResolvedConfig
|
|
309
286
|
extends Route53RecoveryReadinessClientResolvedConfigType {}
|
|
310
|
-
|
|
311
287
|
export declare class Route53RecoveryReadinessClient extends __Client<
|
|
312
288
|
__HttpHandlerOptions,
|
|
313
289
|
ServiceInputTypes,
|
|
@@ -316,7 +292,6 @@ export declare class Route53RecoveryReadinessClient extends __Client<
|
|
|
316
292
|
> {
|
|
317
293
|
readonly config: Route53RecoveryReadinessClientResolvedConfig;
|
|
318
294
|
constructor(configuration: Route53RecoveryReadinessClientConfig);
|
|
319
|
-
|
|
320
295
|
destroy(): void;
|
|
321
296
|
}
|
|
322
297
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CreateCellCommandInput extends CreateCellRequest {}
|
|
|
15
15
|
export interface CreateCellCommandOutput
|
|
16
16
|
extends CreateCellResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateCellCommand extends $Command<
|
|
20
19
|
CreateCellCommandInput,
|
|
21
20
|
CreateCellCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateCellCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateCellCommandInput;
|
|
25
24
|
constructor(input: CreateCellCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateCrossAccountAuthorizationCommandInput
|
|
|
19
19
|
export interface CreateCrossAccountAuthorizationCommandOutput
|
|
20
20
|
extends CreateCrossAccountAuthorizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateCrossAccountAuthorizationCommand extends $Command<
|
|
24
23
|
CreateCrossAccountAuthorizationCommandInput,
|
|
25
24
|
CreateCrossAccountAuthorizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateCrossAccountAuthorizationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateCrossAccountAuthorizationCommandInput;
|
|
29
28
|
constructor(input: CreateCrossAccountAuthorizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateReadinessCheckCommandInput
|
|
|
19
19
|
export interface CreateReadinessCheckCommandOutput
|
|
20
20
|
extends CreateReadinessCheckResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateReadinessCheckCommand extends $Command<
|
|
24
23
|
CreateReadinessCheckCommandInput,
|
|
25
24
|
CreateReadinessCheckCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateReadinessCheckCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateReadinessCheckCommandInput;
|
|
29
28
|
constructor(input: CreateReadinessCheckCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateRecoveryGroupCommandInput
|
|
|
19
19
|
export interface CreateRecoveryGroupCommandOutput
|
|
20
20
|
extends CreateRecoveryGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateRecoveryGroupCommand extends $Command<
|
|
24
23
|
CreateRecoveryGroupCommandInput,
|
|
25
24
|
CreateRecoveryGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateRecoveryGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateRecoveryGroupCommandInput;
|
|
29
28
|
constructor(input: CreateRecoveryGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateResourceSetCommandInput
|
|
|
19
19
|
export interface CreateResourceSetCommandOutput
|
|
20
20
|
extends CreateResourceSetResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateResourceSetCommand extends $Command<
|
|
24
23
|
CreateResourceSetCommandInput,
|
|
25
24
|
CreateResourceSetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateResourceSetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateResourceSetCommandInput;
|
|
29
28
|
constructor(input: CreateResourceSetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../Route53RecoveryReadinessClient";
|
|
14
14
|
export interface DeleteCellCommandInput extends DeleteCellRequest {}
|
|
15
15
|
export interface DeleteCellCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteCellCommand extends $Command<
|
|
18
17
|
DeleteCellCommandInput,
|
|
19
18
|
DeleteCellCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteCellCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteCellCommandInput;
|
|
23
22
|
constructor(input: DeleteCellCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteCrossAccountAuthorizationCommandInput
|
|
|
19
19
|
export interface DeleteCrossAccountAuthorizationCommandOutput
|
|
20
20
|
extends DeleteCrossAccountAuthorizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteCrossAccountAuthorizationCommand extends $Command<
|
|
24
23
|
DeleteCrossAccountAuthorizationCommandInput,
|
|
25
24
|
DeleteCrossAccountAuthorizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteCrossAccountAuthorizationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteCrossAccountAuthorizationCommandInput;
|
|
29
28
|
constructor(input: DeleteCrossAccountAuthorizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DeleteReadinessCheckCommandInput
|
|
15
15
|
extends DeleteReadinessCheckRequest {}
|
|
16
16
|
export interface DeleteReadinessCheckCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteReadinessCheckCommand extends $Command<
|
|
19
18
|
DeleteReadinessCheckCommandInput,
|
|
20
19
|
DeleteReadinessCheckCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteReadinessCheckCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteReadinessCheckCommandInput;
|
|
24
23
|
constructor(input: DeleteReadinessCheckCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DeleteRecoveryGroupCommandInput
|
|
15
15
|
extends DeleteRecoveryGroupRequest {}
|
|
16
16
|
export interface DeleteRecoveryGroupCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteRecoveryGroupCommand extends $Command<
|
|
19
18
|
DeleteRecoveryGroupCommandInput,
|
|
20
19
|
DeleteRecoveryGroupCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteRecoveryGroupCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteRecoveryGroupCommandInput;
|
|
24
23
|
constructor(input: DeleteRecoveryGroupCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DeleteResourceSetCommandInput
|
|
15
15
|
extends DeleteResourceSetRequest {}
|
|
16
16
|
export interface DeleteResourceSetCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteResourceSetCommand extends $Command<
|
|
19
18
|
DeleteResourceSetCommandInput,
|
|
20
19
|
DeleteResourceSetCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteResourceSetCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteResourceSetCommandInput;
|
|
24
23
|
constructor(input: DeleteResourceSetCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetArchitectureRecommendationsCommandInput
|
|
|
19
19
|
export interface GetArchitectureRecommendationsCommandOutput
|
|
20
20
|
extends GetArchitectureRecommendationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetArchitectureRecommendationsCommand extends $Command<
|
|
24
23
|
GetArchitectureRecommendationsCommandInput,
|
|
25
24
|
GetArchitectureRecommendationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetArchitectureRecommendationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetArchitectureRecommendationsCommandInput;
|
|
29
28
|
constructor(input: GetArchitectureRecommendationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetCellCommandInput extends GetCellRequest {}
|
|
|
15
15
|
export interface GetCellCommandOutput
|
|
16
16
|
extends GetCellResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetCellCommand extends $Command<
|
|
20
19
|
GetCellCommandInput,
|
|
21
20
|
GetCellCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetCellCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetCellCommandInput;
|
|
25
24
|
constructor(input: GetCellCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCellReadinessSummaryCommandInput
|
|
|
19
19
|
export interface GetCellReadinessSummaryCommandOutput
|
|
20
20
|
extends GetCellReadinessSummaryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCellReadinessSummaryCommand extends $Command<
|
|
24
23
|
GetCellReadinessSummaryCommandInput,
|
|
25
24
|
GetCellReadinessSummaryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCellReadinessSummaryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCellReadinessSummaryCommandInput;
|
|
29
28
|
constructor(input: GetCellReadinessSummaryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetReadinessCheckCommandInput
|
|
|
19
19
|
export interface GetReadinessCheckCommandOutput
|
|
20
20
|
extends GetReadinessCheckResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetReadinessCheckCommand extends $Command<
|
|
24
23
|
GetReadinessCheckCommandInput,
|
|
25
24
|
GetReadinessCheckCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetReadinessCheckCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetReadinessCheckCommandInput;
|
|
29
28
|
constructor(input: GetReadinessCheckCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetReadinessCheckResourceStatusCommandInput
|
|
|
19
19
|
export interface GetReadinessCheckResourceStatusCommandOutput
|
|
20
20
|
extends GetReadinessCheckResourceStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetReadinessCheckResourceStatusCommand extends $Command<
|
|
24
23
|
GetReadinessCheckResourceStatusCommandInput,
|
|
25
24
|
GetReadinessCheckResourceStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetReadinessCheckResourceStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetReadinessCheckResourceStatusCommandInput;
|
|
29
28
|
constructor(input: GetReadinessCheckResourceStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetReadinessCheckStatusCommandInput
|
|
|
19
19
|
export interface GetReadinessCheckStatusCommandOutput
|
|
20
20
|
extends GetReadinessCheckStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetReadinessCheckStatusCommand extends $Command<
|
|
24
23
|
GetReadinessCheckStatusCommandInput,
|
|
25
24
|
GetReadinessCheckStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetReadinessCheckStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetReadinessCheckStatusCommandInput;
|
|
29
28
|
constructor(input: GetReadinessCheckStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetRecoveryGroupCommandInput extends GetRecoveryGroupRequest {}
|
|
|
18
18
|
export interface GetRecoveryGroupCommandOutput
|
|
19
19
|
extends GetRecoveryGroupResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetRecoveryGroupCommand extends $Command<
|
|
23
22
|
GetRecoveryGroupCommandInput,
|
|
24
23
|
GetRecoveryGroupCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetRecoveryGroupCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetRecoveryGroupCommandInput;
|
|
28
27
|
constructor(input: GetRecoveryGroupCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: Route53RecoveryReadinessClientResolvedConfig,
|