@aws-sdk/client-drs 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateExtendedSourceServerCommand.js +2 -2
- package/dist-cjs/commands/CreateReplicationConfigurationTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteJobCommand.js +2 -2
- package/dist-cjs/commands/DeleteRecoveryInstanceCommand.js +1 -1
- package/dist-cjs/commands/DeleteReplicationConfigurationTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteSourceServerCommand.js +2 -2
- package/dist-cjs/commands/DescribeJobLogItemsCommand.js +2 -2
- package/dist-cjs/commands/DescribeJobsCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecoveryInstancesCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecoverySnapshotsCommand.js +2 -2
- package/dist-cjs/commands/DescribeReplicationConfigurationTemplatesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSourceServersCommand.js +2 -2
- package/dist-cjs/commands/DisconnectRecoveryInstanceCommand.js +1 -1
- package/dist-cjs/commands/DisconnectSourceServerCommand.js +2 -2
- package/dist-cjs/commands/GetFailbackReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetLaunchConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/InitializeServiceCommand.js +2 -2
- package/dist-cjs/commands/ListExtensibleSourceServersCommand.js +2 -2
- package/dist-cjs/commands/ListStagingAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RetryDataReplicationCommand.js +2 -2
- package/dist-cjs/commands/StartFailbackLaunchCommand.js +2 -2
- package/dist-cjs/commands/StartRecoveryCommand.js +2 -2
- package/dist-cjs/commands/StopFailbackCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/TerminateRecoveryInstancesCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateFailbackReplicationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/UpdateLaunchConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateReplicationConfigurationTemplateCommand.js +2 -2
- package/dist-cjs/models/models_0.js +409 -599
- package/dist-cjs/protocols/Aws_restJson1.js +431 -711
- package/dist-es/commands/CreateExtendedSourceServerCommand.js +3 -3
- package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteJobCommand.js +3 -3
- package/dist-es/commands/DeleteRecoveryInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteSourceServerCommand.js +3 -3
- package/dist-es/commands/DescribeJobLogItemsCommand.js +3 -3
- package/dist-es/commands/DescribeJobsCommand.js +3 -3
- package/dist-es/commands/DescribeRecoveryInstancesCommand.js +3 -3
- package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +3 -3
- package/dist-es/commands/DescribeSourceServersCommand.js +3 -3
- package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +2 -2
- package/dist-es/commands/DisconnectSourceServerCommand.js +3 -3
- package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/GetLaunchConfigurationCommand.js +3 -3
- package/dist-es/commands/GetReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/InitializeServiceCommand.js +3 -3
- package/dist-es/commands/ListExtensibleSourceServersCommand.js +3 -3
- package/dist-es/commands/ListStagingAccountsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RetryDataReplicationCommand.js +3 -3
- package/dist-es/commands/StartFailbackLaunchCommand.js +3 -3
- package/dist-es/commands/StartRecoveryCommand.js +3 -3
- package/dist-es/commands/StopFailbackCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateRecoveryInstancesCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateLaunchConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.js +3 -3
- package/dist-es/models/models_0.js +95 -380
- package/dist-es/protocols/Aws_restJson1.js +531 -710
- package/dist-types/models/models_0.d.ts +380 -570
- package/dist-types/ts3.4/models/models_0.d.ts +190 -380
- package/package.json +6 -6
|
@@ -21,12 +21,6 @@ export interface Account {
|
|
|
21
21
|
*/
|
|
22
22
|
accountID?: string;
|
|
23
23
|
}
|
|
24
|
-
export declare namespace Account {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
|
-
const filterSensitiveLog: (obj: Account) => any;
|
|
29
|
-
}
|
|
30
24
|
/**
|
|
31
25
|
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
32
26
|
*/
|
|
@@ -72,12 +66,6 @@ export interface ConversionProperties {
|
|
|
72
66
|
*/
|
|
73
67
|
volumeToVolumeSize?: Record<string, number>;
|
|
74
68
|
}
|
|
75
|
-
export declare namespace ConversionProperties {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
const filterSensitiveLog: (obj: ConversionProperties) => any;
|
|
80
|
-
}
|
|
81
69
|
/**
|
|
82
70
|
* <p>Information about a server's CPU.</p>
|
|
83
71
|
*/
|
|
@@ -91,12 +79,6 @@ export interface CPU {
|
|
|
91
79
|
*/
|
|
92
80
|
modelName?: string;
|
|
93
81
|
}
|
|
94
|
-
export declare namespace CPU {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
const filterSensitiveLog: (obj: CPU) => any;
|
|
99
|
-
}
|
|
100
82
|
export interface CreateExtendedSourceServerRequest {
|
|
101
83
|
/**
|
|
102
84
|
* <p>This defines the ARN of the source server in staging Account based on which you want to create an extended source server.</p>
|
|
@@ -107,12 +89,6 @@ export interface CreateExtendedSourceServerRequest {
|
|
|
107
89
|
*/
|
|
108
90
|
tags?: Record<string, string>;
|
|
109
91
|
}
|
|
110
|
-
export declare namespace CreateExtendedSourceServerRequest {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
const filterSensitiveLog: (obj: CreateExtendedSourceServerRequest) => any;
|
|
115
|
-
}
|
|
116
92
|
export declare enum DataReplicationErrorString {
|
|
117
93
|
AGENT_NOT_SEEN = "AGENT_NOT_SEEN",
|
|
118
94
|
FAILED_TO_ATTACH_STAGING_DISKS = "FAILED_TO_ATTACH_STAGING_DISKS",
|
|
@@ -142,12 +118,6 @@ export interface DataReplicationError {
|
|
|
142
118
|
*/
|
|
143
119
|
rawError?: string;
|
|
144
120
|
}
|
|
145
|
-
export declare namespace DataReplicationError {
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
const filterSensitiveLog: (obj: DataReplicationError) => any;
|
|
150
|
-
}
|
|
151
121
|
export declare enum DataReplicationInitiationStepName {
|
|
152
122
|
ATTACH_STAGING_DISKS = "ATTACH_STAGING_DISKS",
|
|
153
123
|
AUTHENTICATE_WITH_SERVICE = "AUTHENTICATE_WITH_SERVICE",
|
|
@@ -181,12 +151,6 @@ export interface DataReplicationInitiationStep {
|
|
|
181
151
|
*/
|
|
182
152
|
status?: DataReplicationInitiationStepStatus | string;
|
|
183
153
|
}
|
|
184
|
-
export declare namespace DataReplicationInitiationStep {
|
|
185
|
-
/**
|
|
186
|
-
* @internal
|
|
187
|
-
*/
|
|
188
|
-
const filterSensitiveLog: (obj: DataReplicationInitiationStep) => any;
|
|
189
|
-
}
|
|
190
154
|
/**
|
|
191
155
|
* <p>Data replication initiation.</p>
|
|
192
156
|
*/
|
|
@@ -204,12 +168,6 @@ export interface DataReplicationInitiation {
|
|
|
204
168
|
*/
|
|
205
169
|
steps?: DataReplicationInitiationStep[];
|
|
206
170
|
}
|
|
207
|
-
export declare namespace DataReplicationInitiation {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
|
-
const filterSensitiveLog: (obj: DataReplicationInitiation) => any;
|
|
212
|
-
}
|
|
213
171
|
export declare enum DataReplicationState {
|
|
214
172
|
BACKLOG = "BACKLOG",
|
|
215
173
|
CONTINUOUS = "CONTINUOUS",
|
|
@@ -247,12 +205,6 @@ export interface DataReplicationInfoReplicatedDisk {
|
|
|
247
205
|
*/
|
|
248
206
|
backloggedStorageBytes?: number;
|
|
249
207
|
}
|
|
250
|
-
export declare namespace DataReplicationInfoReplicatedDisk {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
const filterSensitiveLog: (obj: DataReplicationInfoReplicatedDisk) => any;
|
|
255
|
-
}
|
|
256
208
|
/**
|
|
257
209
|
* <p>Information about Data Replication</p>
|
|
258
210
|
*/
|
|
@@ -282,12 +234,6 @@ export interface DataReplicationInfo {
|
|
|
282
234
|
*/
|
|
283
235
|
dataReplicationError?: DataReplicationError;
|
|
284
236
|
}
|
|
285
|
-
export declare namespace DataReplicationInfo {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
|
-
const filterSensitiveLog: (obj: DataReplicationInfo) => any;
|
|
290
|
-
}
|
|
291
237
|
export declare enum LastLaunchResult {
|
|
292
238
|
FAILED = "FAILED",
|
|
293
239
|
NOT_STARTED = "NOT_STARTED",
|
|
@@ -315,12 +261,6 @@ export interface LifeCycleLastLaunchInitiated {
|
|
|
315
261
|
*/
|
|
316
262
|
type?: LastLaunchType | string;
|
|
317
263
|
}
|
|
318
|
-
export declare namespace LifeCycleLastLaunchInitiated {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
|
-
const filterSensitiveLog: (obj: LifeCycleLastLaunchInitiated) => any;
|
|
323
|
-
}
|
|
324
264
|
/**
|
|
325
265
|
* <p>An object containing information regarding the last launch of a Source Server.</p>
|
|
326
266
|
*/
|
|
@@ -330,12 +270,6 @@ export interface LifeCycleLastLaunch {
|
|
|
330
270
|
*/
|
|
331
271
|
initiated?: LifeCycleLastLaunchInitiated;
|
|
332
272
|
}
|
|
333
|
-
export declare namespace LifeCycleLastLaunch {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
|
-
const filterSensitiveLog: (obj: LifeCycleLastLaunch) => any;
|
|
338
|
-
}
|
|
339
273
|
/**
|
|
340
274
|
* <p>An object representing the Source Server Lifecycle.</p>
|
|
341
275
|
*/
|
|
@@ -361,12 +295,6 @@ export interface LifeCycle {
|
|
|
361
295
|
*/
|
|
362
296
|
lastLaunch?: LifeCycleLastLaunch;
|
|
363
297
|
}
|
|
364
|
-
export declare namespace LifeCycle {
|
|
365
|
-
/**
|
|
366
|
-
* @internal
|
|
367
|
-
*/
|
|
368
|
-
const filterSensitiveLog: (obj: LifeCycle) => any;
|
|
369
|
-
}
|
|
370
298
|
/**
|
|
371
299
|
* <p>An object representing a data storage device on a server.</p>
|
|
372
300
|
*/
|
|
@@ -380,12 +308,6 @@ export interface Disk {
|
|
|
380
308
|
*/
|
|
381
309
|
bytes?: number;
|
|
382
310
|
}
|
|
383
|
-
export declare namespace Disk {
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
|
-
const filterSensitiveLog: (obj: Disk) => any;
|
|
388
|
-
}
|
|
389
311
|
/**
|
|
390
312
|
* <p>Hints used to uniquely identify a machine.</p>
|
|
391
313
|
*/
|
|
@@ -407,12 +329,6 @@ export interface IdentificationHints {
|
|
|
407
329
|
*/
|
|
408
330
|
awsInstanceID?: string;
|
|
409
331
|
}
|
|
410
|
-
export declare namespace IdentificationHints {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
|
-
const filterSensitiveLog: (obj: IdentificationHints) => any;
|
|
415
|
-
}
|
|
416
332
|
/**
|
|
417
333
|
* <p>Network interface.</p>
|
|
418
334
|
*/
|
|
@@ -430,12 +346,6 @@ export interface NetworkInterface {
|
|
|
430
346
|
*/
|
|
431
347
|
isPrimary?: boolean;
|
|
432
348
|
}
|
|
433
|
-
export declare namespace NetworkInterface {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
|
-
const filterSensitiveLog: (obj: NetworkInterface) => any;
|
|
438
|
-
}
|
|
439
349
|
/**
|
|
440
350
|
* <p>Operating System.</p>
|
|
441
351
|
*/
|
|
@@ -445,12 +355,6 @@ export interface OS {
|
|
|
445
355
|
*/
|
|
446
356
|
fullString?: string;
|
|
447
357
|
}
|
|
448
|
-
export declare namespace OS {
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
|
-
const filterSensitiveLog: (obj: OS) => any;
|
|
453
|
-
}
|
|
454
358
|
/**
|
|
455
359
|
* <p>Properties of the Source Server machine.</p>
|
|
456
360
|
*/
|
|
@@ -488,12 +392,6 @@ export interface SourceProperties {
|
|
|
488
392
|
*/
|
|
489
393
|
os?: OS;
|
|
490
394
|
}
|
|
491
|
-
export declare namespace SourceProperties {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
|
-
const filterSensitiveLog: (obj: SourceProperties) => any;
|
|
496
|
-
}
|
|
497
395
|
export declare enum ExtensionStatus {
|
|
498
396
|
EXTENDED = "EXTENDED",
|
|
499
397
|
EXTENSION_ERROR = "EXTENSION_ERROR",
|
|
@@ -523,12 +421,6 @@ export interface StagingArea {
|
|
|
523
421
|
*/
|
|
524
422
|
errorMessage?: string;
|
|
525
423
|
}
|
|
526
|
-
export declare namespace StagingArea {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
const filterSensitiveLog: (obj: StagingArea) => any;
|
|
531
|
-
}
|
|
532
424
|
export interface SourceServer {
|
|
533
425
|
/**
|
|
534
426
|
* <p>The ID of the Source Server.</p>
|
|
@@ -567,24 +459,12 @@ export interface SourceServer {
|
|
|
567
459
|
*/
|
|
568
460
|
stagingArea?: StagingArea;
|
|
569
461
|
}
|
|
570
|
-
export declare namespace SourceServer {
|
|
571
|
-
/**
|
|
572
|
-
* @internal
|
|
573
|
-
*/
|
|
574
|
-
const filterSensitiveLog: (obj: SourceServer) => any;
|
|
575
|
-
}
|
|
576
462
|
export interface CreateExtendedSourceServerResponse {
|
|
577
463
|
/**
|
|
578
464
|
* <p>Created extended source server.</p>
|
|
579
465
|
*/
|
|
580
466
|
sourceServer?: SourceServer;
|
|
581
467
|
}
|
|
582
|
-
export declare namespace CreateExtendedSourceServerResponse {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
const filterSensitiveLog: (obj: CreateExtendedSourceServerResponse) => any;
|
|
587
|
-
}
|
|
588
468
|
/**
|
|
589
469
|
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
590
470
|
*/
|
|
@@ -696,12 +576,6 @@ export interface ValidationExceptionField {
|
|
|
696
576
|
*/
|
|
697
577
|
message?: string;
|
|
698
578
|
}
|
|
699
|
-
export declare namespace ValidationExceptionField {
|
|
700
|
-
/**
|
|
701
|
-
* @internal
|
|
702
|
-
*/
|
|
703
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
704
|
-
}
|
|
705
579
|
export declare enum ValidationExceptionReason {
|
|
706
580
|
CANNOT_PARSE = "cannotParse",
|
|
707
581
|
FIELD_VALIDATION_FAILED = "fieldValidationFailed",
|
|
@@ -772,12 +646,6 @@ export interface PITPolicyRule {
|
|
|
772
646
|
*/
|
|
773
647
|
enabled?: boolean;
|
|
774
648
|
}
|
|
775
|
-
export declare namespace PITPolicyRule {
|
|
776
|
-
/**
|
|
777
|
-
* @internal
|
|
778
|
-
*/
|
|
779
|
-
const filterSensitiveLog: (obj: PITPolicyRule) => any;
|
|
780
|
-
}
|
|
781
649
|
export interface CreateReplicationConfigurationTemplateRequest {
|
|
782
650
|
/**
|
|
783
651
|
* <p>The subnet to be used by the replication staging area.</p>
|
|
@@ -836,12 +704,6 @@ export interface CreateReplicationConfigurationTemplateRequest {
|
|
|
836
704
|
*/
|
|
837
705
|
tags?: Record<string, string>;
|
|
838
706
|
}
|
|
839
|
-
export declare namespace CreateReplicationConfigurationTemplateRequest {
|
|
840
|
-
/**
|
|
841
|
-
* @internal
|
|
842
|
-
*/
|
|
843
|
-
const filterSensitiveLog: (obj: CreateReplicationConfigurationTemplateRequest) => any;
|
|
844
|
-
}
|
|
845
707
|
export interface ReplicationConfigurationTemplate {
|
|
846
708
|
/**
|
|
847
709
|
* <p>The Replication Configuration Template ID.</p>
|
|
@@ -908,84 +770,36 @@ export interface ReplicationConfigurationTemplate {
|
|
|
908
770
|
*/
|
|
909
771
|
pitPolicy?: PITPolicyRule[];
|
|
910
772
|
}
|
|
911
|
-
export declare namespace ReplicationConfigurationTemplate {
|
|
912
|
-
/**
|
|
913
|
-
* @internal
|
|
914
|
-
*/
|
|
915
|
-
const filterSensitiveLog: (obj: ReplicationConfigurationTemplate) => any;
|
|
916
|
-
}
|
|
917
773
|
export interface DeleteJobRequest {
|
|
918
774
|
/**
|
|
919
775
|
* <p>The ID of the Job to be deleted.</p>
|
|
920
776
|
*/
|
|
921
777
|
jobID: string | undefined;
|
|
922
778
|
}
|
|
923
|
-
export declare namespace DeleteJobRequest {
|
|
924
|
-
/**
|
|
925
|
-
* @internal
|
|
926
|
-
*/
|
|
927
|
-
const filterSensitiveLog: (obj: DeleteJobRequest) => any;
|
|
928
|
-
}
|
|
929
779
|
export interface DeleteJobResponse {
|
|
930
780
|
}
|
|
931
|
-
export declare namespace DeleteJobResponse {
|
|
932
|
-
/**
|
|
933
|
-
* @internal
|
|
934
|
-
*/
|
|
935
|
-
const filterSensitiveLog: (obj: DeleteJobResponse) => any;
|
|
936
|
-
}
|
|
937
781
|
export interface DeleteRecoveryInstanceRequest {
|
|
938
782
|
/**
|
|
939
783
|
* <p>The ID of the Recovery Instance to be deleted.</p>
|
|
940
784
|
*/
|
|
941
785
|
recoveryInstanceID: string | undefined;
|
|
942
786
|
}
|
|
943
|
-
export declare namespace DeleteRecoveryInstanceRequest {
|
|
944
|
-
/**
|
|
945
|
-
* @internal
|
|
946
|
-
*/
|
|
947
|
-
const filterSensitiveLog: (obj: DeleteRecoveryInstanceRequest) => any;
|
|
948
|
-
}
|
|
949
787
|
export interface DeleteReplicationConfigurationTemplateRequest {
|
|
950
788
|
/**
|
|
951
789
|
* <p>The ID of the Replication Configuration Template to be deleted.</p>
|
|
952
790
|
*/
|
|
953
791
|
replicationConfigurationTemplateID: string | undefined;
|
|
954
792
|
}
|
|
955
|
-
export declare namespace DeleteReplicationConfigurationTemplateRequest {
|
|
956
|
-
/**
|
|
957
|
-
* @internal
|
|
958
|
-
*/
|
|
959
|
-
const filterSensitiveLog: (obj: DeleteReplicationConfigurationTemplateRequest) => any;
|
|
960
|
-
}
|
|
961
793
|
export interface DeleteReplicationConfigurationTemplateResponse {
|
|
962
794
|
}
|
|
963
|
-
export declare namespace DeleteReplicationConfigurationTemplateResponse {
|
|
964
|
-
/**
|
|
965
|
-
* @internal
|
|
966
|
-
*/
|
|
967
|
-
const filterSensitiveLog: (obj: DeleteReplicationConfigurationTemplateResponse) => any;
|
|
968
|
-
}
|
|
969
795
|
export interface DeleteSourceServerRequest {
|
|
970
796
|
/**
|
|
971
797
|
* <p>The ID of the Source Server to be deleted.</p>
|
|
972
798
|
*/
|
|
973
799
|
sourceServerID: string | undefined;
|
|
974
800
|
}
|
|
975
|
-
export declare namespace DeleteSourceServerRequest {
|
|
976
|
-
/**
|
|
977
|
-
* @internal
|
|
978
|
-
*/
|
|
979
|
-
const filterSensitiveLog: (obj: DeleteSourceServerRequest) => any;
|
|
980
|
-
}
|
|
981
801
|
export interface DeleteSourceServerResponse {
|
|
982
802
|
}
|
|
983
|
-
export declare namespace DeleteSourceServerResponse {
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
|
-
const filterSensitiveLog: (obj: DeleteSourceServerResponse) => any;
|
|
988
|
-
}
|
|
989
803
|
export interface DescribeJobLogItemsRequest {
|
|
990
804
|
/**
|
|
991
805
|
* <p>The ID of the Job for which Job log items will be retrieved.</p>
|
|
@@ -1000,12 +814,6 @@ export interface DescribeJobLogItemsRequest {
|
|
|
1000
814
|
*/
|
|
1001
815
|
nextToken?: string;
|
|
1002
816
|
}
|
|
1003
|
-
export declare namespace DescribeJobLogItemsRequest {
|
|
1004
|
-
/**
|
|
1005
|
-
* @internal
|
|
1006
|
-
*/
|
|
1007
|
-
const filterSensitiveLog: (obj: DescribeJobLogItemsRequest) => any;
|
|
1008
|
-
}
|
|
1009
817
|
export declare enum JobLogEvent {
|
|
1010
818
|
CLEANUP_END = "CLEANUP_END",
|
|
1011
819
|
CLEANUP_FAIL = "CLEANUP_FAIL",
|
|
@@ -1050,12 +858,6 @@ export interface JobLogEventData {
|
|
|
1050
858
|
*/
|
|
1051
859
|
conversionProperties?: ConversionProperties;
|
|
1052
860
|
}
|
|
1053
|
-
export declare namespace JobLogEventData {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
|
-
const filterSensitiveLog: (obj: JobLogEventData) => any;
|
|
1058
|
-
}
|
|
1059
861
|
/**
|
|
1060
862
|
* <p>A log outputted by a Job.</p>
|
|
1061
863
|
*/
|
|
@@ -1073,12 +875,6 @@ export interface JobLog {
|
|
|
1073
875
|
*/
|
|
1074
876
|
eventData?: JobLogEventData;
|
|
1075
877
|
}
|
|
1076
|
-
export declare namespace JobLog {
|
|
1077
|
-
/**
|
|
1078
|
-
* @internal
|
|
1079
|
-
*/
|
|
1080
|
-
const filterSensitiveLog: (obj: JobLog) => any;
|
|
1081
|
-
}
|
|
1082
878
|
export interface DescribeJobLogItemsResponse {
|
|
1083
879
|
/**
|
|
1084
880
|
* <p>An array of Job log items.</p>
|
|
@@ -1089,12 +885,6 @@ export interface DescribeJobLogItemsResponse {
|
|
|
1089
885
|
*/
|
|
1090
886
|
nextToken?: string;
|
|
1091
887
|
}
|
|
1092
|
-
export declare namespace DescribeJobLogItemsResponse {
|
|
1093
|
-
/**
|
|
1094
|
-
* @internal
|
|
1095
|
-
*/
|
|
1096
|
-
const filterSensitiveLog: (obj: DescribeJobLogItemsResponse) => any;
|
|
1097
|
-
}
|
|
1098
888
|
/**
|
|
1099
889
|
* <p>A set of filters by which to return Jobs.</p>
|
|
1100
890
|
*/
|
|
@@ -1112,12 +902,6 @@ export interface DescribeJobsRequestFilters {
|
|
|
1112
902
|
*/
|
|
1113
903
|
toDate?: string;
|
|
1114
904
|
}
|
|
1115
|
-
export declare namespace DescribeJobsRequestFilters {
|
|
1116
|
-
/**
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
1119
|
-
const filterSensitiveLog: (obj: DescribeJobsRequestFilters) => any;
|
|
1120
|
-
}
|
|
1121
905
|
export interface DescribeJobsRequest {
|
|
1122
906
|
/**
|
|
1123
907
|
* <p>A set of filters by which to return Jobs.</p>
|
|
@@ -1132,12 +916,6 @@ export interface DescribeJobsRequest {
|
|
|
1132
916
|
*/
|
|
1133
917
|
nextToken?: string;
|
|
1134
918
|
}
|
|
1135
|
-
export declare namespace DescribeJobsRequest {
|
|
1136
|
-
/**
|
|
1137
|
-
* @internal
|
|
1138
|
-
*/
|
|
1139
|
-
const filterSensitiveLog: (obj: DescribeJobsRequest) => any;
|
|
1140
|
-
}
|
|
1141
919
|
export declare enum InitiatedBy {
|
|
1142
920
|
DIAGNOSTIC = "DIAGNOSTIC",
|
|
1143
921
|
FAILBACK = "FAILBACK",
|
|
@@ -1170,12 +948,6 @@ export interface ParticipatingServer {
|
|
|
1170
948
|
*/
|
|
1171
949
|
launchStatus?: LaunchStatus | string;
|
|
1172
950
|
}
|
|
1173
|
-
export declare namespace ParticipatingServer {
|
|
1174
|
-
/**
|
|
1175
|
-
* @internal
|
|
1176
|
-
*/
|
|
1177
|
-
const filterSensitiveLog: (obj: ParticipatingServer) => any;
|
|
1178
|
-
}
|
|
1179
951
|
export declare enum JobStatus {
|
|
1180
952
|
COMPLETED = "COMPLETED",
|
|
1181
953
|
PENDING = "PENDING",
|
|
@@ -1227,12 +999,6 @@ export interface Job {
|
|
|
1227
999
|
*/
|
|
1228
1000
|
tags?: Record<string, string>;
|
|
1229
1001
|
}
|
|
1230
|
-
export declare namespace Job {
|
|
1231
|
-
/**
|
|
1232
|
-
* @internal
|
|
1233
|
-
*/
|
|
1234
|
-
const filterSensitiveLog: (obj: Job) => any;
|
|
1235
|
-
}
|
|
1236
1002
|
export interface DescribeJobsResponse {
|
|
1237
1003
|
/**
|
|
1238
1004
|
* <p>An array of Jobs.</p>
|
|
@@ -1243,12 +1009,6 @@ export interface DescribeJobsResponse {
|
|
|
1243
1009
|
*/
|
|
1244
1010
|
nextToken?: string;
|
|
1245
1011
|
}
|
|
1246
|
-
export declare namespace DescribeJobsResponse {
|
|
1247
|
-
/**
|
|
1248
|
-
* @internal
|
|
1249
|
-
*/
|
|
1250
|
-
const filterSensitiveLog: (obj: DescribeJobsResponse) => any;
|
|
1251
|
-
}
|
|
1252
1012
|
/**
|
|
1253
1013
|
* <p>A set of filters by which to return Recovery Instances.</p>
|
|
1254
1014
|
*/
|
|
@@ -1262,12 +1022,6 @@ export interface DescribeRecoveryInstancesRequestFilters {
|
|
|
1262
1022
|
*/
|
|
1263
1023
|
sourceServerIDs?: string[];
|
|
1264
1024
|
}
|
|
1265
|
-
export declare namespace DescribeRecoveryInstancesRequestFilters {
|
|
1266
|
-
/**
|
|
1267
|
-
* @internal
|
|
1268
|
-
*/
|
|
1269
|
-
const filterSensitiveLog: (obj: DescribeRecoveryInstancesRequestFilters) => any;
|
|
1270
|
-
}
|
|
1271
1025
|
export interface DescribeRecoveryInstancesRequest {
|
|
1272
1026
|
/**
|
|
1273
1027
|
* <p>A set of filters by which to return Recovery Instances.</p>
|
|
@@ -1282,12 +1036,6 @@ export interface DescribeRecoveryInstancesRequest {
|
|
|
1282
1036
|
*/
|
|
1283
1037
|
nextToken?: string;
|
|
1284
1038
|
}
|
|
1285
|
-
export declare namespace DescribeRecoveryInstancesRequest {
|
|
1286
|
-
/**
|
|
1287
|
-
* @internal
|
|
1288
|
-
*/
|
|
1289
|
-
const filterSensitiveLog: (obj: DescribeRecoveryInstancesRequest) => any;
|
|
1290
|
-
}
|
|
1291
1039
|
export declare enum FailbackReplicationError {
|
|
1292
1040
|
AGENT_NOT_SEEN = "AGENT_NOT_SEEN",
|
|
1293
1041
|
FAILBACK_CLIENT_NOT_SEEN = "FAILBACK_CLIENT_NOT_SEEN",
|
|
@@ -1312,12 +1060,6 @@ export interface RecoveryInstanceDataReplicationError {
|
|
|
1312
1060
|
*/
|
|
1313
1061
|
rawError?: string;
|
|
1314
1062
|
}
|
|
1315
|
-
export declare namespace RecoveryInstanceDataReplicationError {
|
|
1316
|
-
/**
|
|
1317
|
-
* @internal
|
|
1318
|
-
*/
|
|
1319
|
-
const filterSensitiveLog: (obj: RecoveryInstanceDataReplicationError) => any;
|
|
1320
|
-
}
|
|
1321
1063
|
export declare enum RecoveryInstanceDataReplicationInitiationStepName {
|
|
1322
1064
|
COMPLETE_VOLUME_MAPPING = "COMPLETE_VOLUME_MAPPING",
|
|
1323
1065
|
CONFIGURE_REPLICATION_SOFTWARE = "CONFIGURE_REPLICATION_SOFTWARE",
|
|
@@ -1347,12 +1089,6 @@ export interface RecoveryInstanceDataReplicationInitiationStep {
|
|
|
1347
1089
|
*/
|
|
1348
1090
|
status?: RecoveryInstanceDataReplicationInitiationStepStatus | string;
|
|
1349
1091
|
}
|
|
1350
|
-
export declare namespace RecoveryInstanceDataReplicationInitiationStep {
|
|
1351
|
-
/**
|
|
1352
|
-
* @internal
|
|
1353
|
-
*/
|
|
1354
|
-
const filterSensitiveLog: (obj: RecoveryInstanceDataReplicationInitiationStep) => any;
|
|
1355
|
-
}
|
|
1356
1092
|
/**
|
|
1357
1093
|
* <p>Data replication initiation.</p>
|
|
1358
1094
|
*/
|
|
@@ -1366,12 +1102,6 @@ export interface RecoveryInstanceDataReplicationInitiation {
|
|
|
1366
1102
|
*/
|
|
1367
1103
|
steps?: RecoveryInstanceDataReplicationInitiationStep[];
|
|
1368
1104
|
}
|
|
1369
|
-
export declare namespace RecoveryInstanceDataReplicationInitiation {
|
|
1370
|
-
/**
|
|
1371
|
-
* @internal
|
|
1372
|
-
*/
|
|
1373
|
-
const filterSensitiveLog: (obj: RecoveryInstanceDataReplicationInitiation) => any;
|
|
1374
|
-
}
|
|
1375
1105
|
export declare enum RecoveryInstanceDataReplicationState {
|
|
1376
1106
|
BACKLOG = "BACKLOG",
|
|
1377
1107
|
CONTINUOUS = "CONTINUOUS",
|
|
@@ -1409,12 +1139,6 @@ export interface RecoveryInstanceDataReplicationInfoReplicatedDisk {
|
|
|
1409
1139
|
*/
|
|
1410
1140
|
backloggedStorageBytes?: number;
|
|
1411
1141
|
}
|
|
1412
|
-
export declare namespace RecoveryInstanceDataReplicationInfoReplicatedDisk {
|
|
1413
|
-
/**
|
|
1414
|
-
* @internal
|
|
1415
|
-
*/
|
|
1416
|
-
const filterSensitiveLog: (obj: RecoveryInstanceDataReplicationInfoReplicatedDisk) => any;
|
|
1417
|
-
}
|
|
1418
1142
|
/**
|
|
1419
1143
|
* <p>Information about Data Replication</p>
|
|
1420
1144
|
*/
|
|
@@ -1444,12 +1168,6 @@ export interface RecoveryInstanceDataReplicationInfo {
|
|
|
1444
1168
|
*/
|
|
1445
1169
|
dataReplicationError?: RecoveryInstanceDataReplicationError;
|
|
1446
1170
|
}
|
|
1447
|
-
export declare namespace RecoveryInstanceDataReplicationInfo {
|
|
1448
|
-
/**
|
|
1449
|
-
* @internal
|
|
1450
|
-
*/
|
|
1451
|
-
const filterSensitiveLog: (obj: RecoveryInstanceDataReplicationInfo) => any;
|
|
1452
|
-
}
|
|
1453
1171
|
export declare enum EC2InstanceState {
|
|
1454
1172
|
NOT_FOUND = "NOT_FOUND",
|
|
1455
1173
|
PENDING = "PENDING",
|
|
@@ -1507,12 +1225,6 @@ export interface RecoveryInstanceFailback {
|
|
|
1507
1225
|
*/
|
|
1508
1226
|
elapsedReplicationDuration?: string;
|
|
1509
1227
|
}
|
|
1510
|
-
export declare namespace RecoveryInstanceFailback {
|
|
1511
|
-
/**
|
|
1512
|
-
* @internal
|
|
1513
|
-
*/
|
|
1514
|
-
const filterSensitiveLog: (obj: RecoveryInstanceFailback) => any;
|
|
1515
|
-
}
|
|
1516
1228
|
/**
|
|
1517
1229
|
* <p>An object representing a block storage device on the Recovery Instance.</p>
|
|
1518
1230
|
*/
|
|
@@ -1530,12 +1242,6 @@ export interface RecoveryInstanceDisk {
|
|
|
1530
1242
|
*/
|
|
1531
1243
|
ebsVolumeID?: string;
|
|
1532
1244
|
}
|
|
1533
|
-
export declare namespace RecoveryInstanceDisk {
|
|
1534
|
-
/**
|
|
1535
|
-
* @internal
|
|
1536
|
-
*/
|
|
1537
|
-
const filterSensitiveLog: (obj: RecoveryInstanceDisk) => any;
|
|
1538
|
-
}
|
|
1539
1245
|
/**
|
|
1540
1246
|
* <p>Properties of the Recovery Instance machine.</p>
|
|
1541
1247
|
*/
|
|
@@ -1569,12 +1275,6 @@ export interface RecoveryInstanceProperties {
|
|
|
1569
1275
|
*/
|
|
1570
1276
|
os?: OS;
|
|
1571
1277
|
}
|
|
1572
|
-
export declare namespace RecoveryInstanceProperties {
|
|
1573
|
-
/**
|
|
1574
|
-
* @internal
|
|
1575
|
-
*/
|
|
1576
|
-
const filterSensitiveLog: (obj: RecoveryInstanceProperties) => any;
|
|
1577
|
-
}
|
|
1578
1278
|
/**
|
|
1579
1279
|
* <p>A Recovery Instance is a replica of a Source Server running on EC2.</p>
|
|
1580
1280
|
*/
|
|
@@ -1628,12 +1328,6 @@ export interface RecoveryInstance {
|
|
|
1628
1328
|
*/
|
|
1629
1329
|
isDrill?: boolean;
|
|
1630
1330
|
}
|
|
1631
|
-
export declare namespace RecoveryInstance {
|
|
1632
|
-
/**
|
|
1633
|
-
* @internal
|
|
1634
|
-
*/
|
|
1635
|
-
const filterSensitiveLog: (obj: RecoveryInstance) => any;
|
|
1636
|
-
}
|
|
1637
1331
|
export interface DescribeRecoveryInstancesResponse {
|
|
1638
1332
|
/**
|
|
1639
1333
|
* <p>The token of the next Recovery Instance to retrieve.</p>
|
|
@@ -1644,12 +1338,6 @@ export interface DescribeRecoveryInstancesResponse {
|
|
|
1644
1338
|
*/
|
|
1645
1339
|
items?: RecoveryInstance[];
|
|
1646
1340
|
}
|
|
1647
|
-
export declare namespace DescribeRecoveryInstancesResponse {
|
|
1648
|
-
/**
|
|
1649
|
-
* @internal
|
|
1650
|
-
*/
|
|
1651
|
-
const filterSensitiveLog: (obj: DescribeRecoveryInstancesResponse) => any;
|
|
1652
|
-
}
|
|
1653
1341
|
/**
|
|
1654
1342
|
* <p>A set of filters by which to return Recovery Snapshots.</p>
|
|
1655
1343
|
*/
|
|
@@ -1663,12 +1351,6 @@ export interface DescribeRecoverySnapshotsRequestFilters {
|
|
|
1663
1351
|
*/
|
|
1664
1352
|
toDateTime?: string;
|
|
1665
1353
|
}
|
|
1666
|
-
export declare namespace DescribeRecoverySnapshotsRequestFilters {
|
|
1667
|
-
/**
|
|
1668
|
-
* @internal
|
|
1669
|
-
*/
|
|
1670
|
-
const filterSensitiveLog: (obj: DescribeRecoverySnapshotsRequestFilters) => any;
|
|
1671
|
-
}
|
|
1672
1354
|
export declare enum RecoverySnapshotsOrder {
|
|
1673
1355
|
ASC = "ASC",
|
|
1674
1356
|
DESC = "DESC"
|
|
@@ -1695,12 +1377,6 @@ export interface DescribeRecoverySnapshotsRequest {
|
|
|
1695
1377
|
*/
|
|
1696
1378
|
nextToken?: string;
|
|
1697
1379
|
}
|
|
1698
|
-
export declare namespace DescribeRecoverySnapshotsRequest {
|
|
1699
|
-
/**
|
|
1700
|
-
* @internal
|
|
1701
|
-
*/
|
|
1702
|
-
const filterSensitiveLog: (obj: DescribeRecoverySnapshotsRequest) => any;
|
|
1703
|
-
}
|
|
1704
1380
|
/**
|
|
1705
1381
|
* <p>A snapshot of a Source Server used during recovery.</p>
|
|
1706
1382
|
*/
|
|
@@ -1726,12 +1402,6 @@ export interface RecoverySnapshot {
|
|
|
1726
1402
|
*/
|
|
1727
1403
|
ebsSnapshots?: string[];
|
|
1728
1404
|
}
|
|
1729
|
-
export declare namespace RecoverySnapshot {
|
|
1730
|
-
/**
|
|
1731
|
-
* @internal
|
|
1732
|
-
*/
|
|
1733
|
-
const filterSensitiveLog: (obj: RecoverySnapshot) => any;
|
|
1734
|
-
}
|
|
1735
1405
|
export interface DescribeRecoverySnapshotsResponse {
|
|
1736
1406
|
/**
|
|
1737
1407
|
* <p>An array of Recovery Snapshots.</p>
|
|
@@ -1742,12 +1412,6 @@ export interface DescribeRecoverySnapshotsResponse {
|
|
|
1742
1412
|
*/
|
|
1743
1413
|
nextToken?: string;
|
|
1744
1414
|
}
|
|
1745
|
-
export declare namespace DescribeRecoverySnapshotsResponse {
|
|
1746
|
-
/**
|
|
1747
|
-
* @internal
|
|
1748
|
-
*/
|
|
1749
|
-
const filterSensitiveLog: (obj: DescribeRecoverySnapshotsResponse) => any;
|
|
1750
|
-
}
|
|
1751
1415
|
export interface DescribeReplicationConfigurationTemplatesRequest {
|
|
1752
1416
|
/**
|
|
1753
1417
|
* <p>The IDs of the Replication Configuration Templates to retrieve. An empty list means all Replication Configuration Templates.</p>
|
|
@@ -1762,12 +1426,6 @@ export interface DescribeReplicationConfigurationTemplatesRequest {
|
|
|
1762
1426
|
*/
|
|
1763
1427
|
nextToken?: string;
|
|
1764
1428
|
}
|
|
1765
|
-
export declare namespace DescribeReplicationConfigurationTemplatesRequest {
|
|
1766
|
-
/**
|
|
1767
|
-
* @internal
|
|
1768
|
-
*/
|
|
1769
|
-
const filterSensitiveLog: (obj: DescribeReplicationConfigurationTemplatesRequest) => any;
|
|
1770
|
-
}
|
|
1771
1429
|
export interface DescribeReplicationConfigurationTemplatesResponse {
|
|
1772
1430
|
/**
|
|
1773
1431
|
* <p>An array of Replication Configuration Templates.</p>
|
|
@@ -1778,12 +1436,6 @@ export interface DescribeReplicationConfigurationTemplatesResponse {
|
|
|
1778
1436
|
*/
|
|
1779
1437
|
nextToken?: string;
|
|
1780
1438
|
}
|
|
1781
|
-
export declare namespace DescribeReplicationConfigurationTemplatesResponse {
|
|
1782
|
-
/**
|
|
1783
|
-
* @internal
|
|
1784
|
-
*/
|
|
1785
|
-
const filterSensitiveLog: (obj: DescribeReplicationConfigurationTemplatesResponse) => any;
|
|
1786
|
-
}
|
|
1787
1439
|
/**
|
|
1788
1440
|
* <p>A set of filters by which to return Source Servers.</p>
|
|
1789
1441
|
*/
|
|
@@ -1801,12 +1453,6 @@ export interface DescribeSourceServersRequestFilters {
|
|
|
1801
1453
|
*/
|
|
1802
1454
|
stagingAccountIDs?: string[];
|
|
1803
1455
|
}
|
|
1804
|
-
export declare namespace DescribeSourceServersRequestFilters {
|
|
1805
|
-
/**
|
|
1806
|
-
* @internal
|
|
1807
|
-
*/
|
|
1808
|
-
const filterSensitiveLog: (obj: DescribeSourceServersRequestFilters) => any;
|
|
1809
|
-
}
|
|
1810
1456
|
export interface DescribeSourceServersRequest {
|
|
1811
1457
|
/**
|
|
1812
1458
|
* <p>A set of filters by which to return Source Servers.</p>
|
|
@@ -1821,12 +1467,6 @@ export interface DescribeSourceServersRequest {
|
|
|
1821
1467
|
*/
|
|
1822
1468
|
nextToken?: string;
|
|
1823
1469
|
}
|
|
1824
|
-
export declare namespace DescribeSourceServersRequest {
|
|
1825
|
-
/**
|
|
1826
|
-
* @internal
|
|
1827
|
-
*/
|
|
1828
|
-
const filterSensitiveLog: (obj: DescribeSourceServersRequest) => any;
|
|
1829
|
-
}
|
|
1830
1470
|
export interface DescribeSourceServersResponse {
|
|
1831
1471
|
/**
|
|
1832
1472
|
* <p>An array of Source Servers.</p>
|
|
@@ -1837,52 +1477,22 @@ export interface DescribeSourceServersResponse {
|
|
|
1837
1477
|
*/
|
|
1838
1478
|
nextToken?: string;
|
|
1839
1479
|
}
|
|
1840
|
-
export declare namespace DescribeSourceServersResponse {
|
|
1841
|
-
/**
|
|
1842
|
-
* @internal
|
|
1843
|
-
*/
|
|
1844
|
-
const filterSensitiveLog: (obj: DescribeSourceServersResponse) => any;
|
|
1845
|
-
}
|
|
1846
1480
|
export interface DisconnectRecoveryInstanceRequest {
|
|
1847
1481
|
/**
|
|
1848
1482
|
* <p>The ID of the Recovery Instance to disconnect.</p>
|
|
1849
1483
|
*/
|
|
1850
1484
|
recoveryInstanceID: string | undefined;
|
|
1851
1485
|
}
|
|
1852
|
-
export declare namespace DisconnectRecoveryInstanceRequest {
|
|
1853
|
-
/**
|
|
1854
|
-
* @internal
|
|
1855
|
-
*/
|
|
1856
|
-
const filterSensitiveLog: (obj: DisconnectRecoveryInstanceRequest) => any;
|
|
1857
|
-
}
|
|
1858
1486
|
export interface DisconnectSourceServerRequest {
|
|
1859
1487
|
/**
|
|
1860
1488
|
* <p>The ID of the Source Server to disconnect.</p>
|
|
1861
1489
|
*/
|
|
1862
1490
|
sourceServerID: string | undefined;
|
|
1863
1491
|
}
|
|
1864
|
-
export declare namespace DisconnectSourceServerRequest {
|
|
1865
|
-
/**
|
|
1866
|
-
* @internal
|
|
1867
|
-
*/
|
|
1868
|
-
const filterSensitiveLog: (obj: DisconnectSourceServerRequest) => any;
|
|
1869
|
-
}
|
|
1870
1492
|
export interface InitializeServiceRequest {
|
|
1871
1493
|
}
|
|
1872
|
-
export declare namespace InitializeServiceRequest {
|
|
1873
|
-
/**
|
|
1874
|
-
* @internal
|
|
1875
|
-
*/
|
|
1876
|
-
const filterSensitiveLog: (obj: InitializeServiceRequest) => any;
|
|
1877
|
-
}
|
|
1878
1494
|
export interface InitializeServiceResponse {
|
|
1879
1495
|
}
|
|
1880
|
-
export declare namespace InitializeServiceResponse {
|
|
1881
|
-
/**
|
|
1882
|
-
* @internal
|
|
1883
|
-
*/
|
|
1884
|
-
const filterSensitiveLog: (obj: InitializeServiceResponse) => any;
|
|
1885
|
-
}
|
|
1886
1496
|
export interface ListExtensibleSourceServersRequest {
|
|
1887
1497
|
/**
|
|
1888
1498
|
* <p>The Id of the staging Account to retrieve extensible source servers from.</p>
|
|
@@ -1897,12 +1507,6 @@ export interface ListExtensibleSourceServersRequest {
|
|
|
1897
1507
|
*/
|
|
1898
1508
|
nextToken?: string;
|
|
1899
1509
|
}
|
|
1900
|
-
export declare namespace ListExtensibleSourceServersRequest {
|
|
1901
|
-
/**
|
|
1902
|
-
* @internal
|
|
1903
|
-
*/
|
|
1904
|
-
const filterSensitiveLog: (obj: ListExtensibleSourceServersRequest) => any;
|
|
1905
|
-
}
|
|
1906
1510
|
/**
|
|
1907
1511
|
* <p>Source server in staging account that extended source server connected to.</p>
|
|
1908
1512
|
*/
|
|
@@ -1920,12 +1524,6 @@ export interface StagingSourceServer {
|
|
|
1920
1524
|
*/
|
|
1921
1525
|
tags?: Record<string, string>;
|
|
1922
1526
|
}
|
|
1923
|
-
export declare namespace StagingSourceServer {
|
|
1924
|
-
/**
|
|
1925
|
-
* @internal
|
|
1926
|
-
*/
|
|
1927
|
-
const filterSensitiveLog: (obj: StagingSourceServer) => any;
|
|
1928
|
-
}
|
|
1929
1527
|
export interface ListExtensibleSourceServersResponse {
|
|
1930
1528
|
/**
|
|
1931
1529
|
* <p>A list of source servers on a staging Account that are extensible.</p>
|
|
@@ -1936,12 +1534,6 @@ export interface ListExtensibleSourceServersResponse {
|
|
|
1936
1534
|
*/
|
|
1937
1535
|
nextToken?: string;
|
|
1938
1536
|
}
|
|
1939
|
-
export declare namespace ListExtensibleSourceServersResponse {
|
|
1940
|
-
/**
|
|
1941
|
-
* @internal
|
|
1942
|
-
*/
|
|
1943
|
-
const filterSensitiveLog: (obj: ListExtensibleSourceServersResponse) => any;
|
|
1944
|
-
}
|
|
1945
1537
|
export interface ListStagingAccountsRequest {
|
|
1946
1538
|
/**
|
|
1947
1539
|
* <p>The maximum number of staging Accounts to retrieve.</p>
|
|
@@ -1952,12 +1544,6 @@ export interface ListStagingAccountsRequest {
|
|
|
1952
1544
|
*/
|
|
1953
1545
|
nextToken?: string;
|
|
1954
1546
|
}
|
|
1955
|
-
export declare namespace ListStagingAccountsRequest {
|
|
1956
|
-
/**
|
|
1957
|
-
* @internal
|
|
1958
|
-
*/
|
|
1959
|
-
const filterSensitiveLog: (obj: ListStagingAccountsRequest) => any;
|
|
1960
|
-
}
|
|
1961
1547
|
export interface ListStagingAccountsResponse {
|
|
1962
1548
|
/**
|
|
1963
1549
|
* <p>An array of staging AWS Accounts.</p>
|
|
@@ -1968,48 +1554,24 @@ export interface ListStagingAccountsResponse {
|
|
|
1968
1554
|
*/
|
|
1969
1555
|
nextToken?: string;
|
|
1970
1556
|
}
|
|
1971
|
-
export declare namespace ListStagingAccountsResponse {
|
|
1972
|
-
/**
|
|
1973
|
-
* @internal
|
|
1974
|
-
*/
|
|
1975
|
-
const filterSensitiveLog: (obj: ListStagingAccountsResponse) => any;
|
|
1976
|
-
}
|
|
1977
1557
|
export interface ListTagsForResourceRequest {
|
|
1978
1558
|
/**
|
|
1979
1559
|
* <p>The ARN of the resource whose tags should be returned.</p>
|
|
1980
1560
|
*/
|
|
1981
1561
|
resourceArn: string | undefined;
|
|
1982
1562
|
}
|
|
1983
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1984
|
-
/**
|
|
1985
|
-
* @internal
|
|
1986
|
-
*/
|
|
1987
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1988
|
-
}
|
|
1989
1563
|
export interface ListTagsForResourceResponse {
|
|
1990
1564
|
/**
|
|
1991
1565
|
* <p>The tags of the requested resource.</p>
|
|
1992
1566
|
*/
|
|
1993
1567
|
tags?: Record<string, string>;
|
|
1994
1568
|
}
|
|
1995
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1996
|
-
/**
|
|
1997
|
-
* @internal
|
|
1998
|
-
*/
|
|
1999
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2000
|
-
}
|
|
2001
1569
|
export interface GetFailbackReplicationConfigurationRequest {
|
|
2002
1570
|
/**
|
|
2003
1571
|
* <p>The ID of the Recovery Instance whose failback replication configuration should be returned.</p>
|
|
2004
1572
|
*/
|
|
2005
1573
|
recoveryInstanceID: string | undefined;
|
|
2006
1574
|
}
|
|
2007
|
-
export declare namespace GetFailbackReplicationConfigurationRequest {
|
|
2008
|
-
/**
|
|
2009
|
-
* @internal
|
|
2010
|
-
*/
|
|
2011
|
-
const filterSensitiveLog: (obj: GetFailbackReplicationConfigurationRequest) => any;
|
|
2012
|
-
}
|
|
2013
1575
|
export interface GetFailbackReplicationConfigurationResponse {
|
|
2014
1576
|
/**
|
|
2015
1577
|
* <p>The ID of the Recovery Instance.</p>
|
|
@@ -2028,12 +1590,6 @@ export interface GetFailbackReplicationConfigurationResponse {
|
|
|
2028
1590
|
*/
|
|
2029
1591
|
usePrivateIP?: boolean;
|
|
2030
1592
|
}
|
|
2031
|
-
export declare namespace GetFailbackReplicationConfigurationResponse {
|
|
2032
|
-
/**
|
|
2033
|
-
* @internal
|
|
2034
|
-
*/
|
|
2035
|
-
const filterSensitiveLog: (obj: GetFailbackReplicationConfigurationResponse) => any;
|
|
2036
|
-
}
|
|
2037
1593
|
export interface StartFailbackLaunchRequest {
|
|
2038
1594
|
/**
|
|
2039
1595
|
* <p>The IDs of the Recovery Instance whose failback launch we want to request.</p>
|
|
@@ -2044,60 +1600,30 @@ export interface StartFailbackLaunchRequest {
|
|
|
2044
1600
|
*/
|
|
2045
1601
|
tags?: Record<string, string>;
|
|
2046
1602
|
}
|
|
2047
|
-
export declare namespace StartFailbackLaunchRequest {
|
|
2048
|
-
/**
|
|
2049
|
-
* @internal
|
|
2050
|
-
*/
|
|
2051
|
-
const filterSensitiveLog: (obj: StartFailbackLaunchRequest) => any;
|
|
2052
|
-
}
|
|
2053
1603
|
export interface StartFailbackLaunchResponse {
|
|
2054
1604
|
/**
|
|
2055
1605
|
* <p>The failback launch Job.</p>
|
|
2056
1606
|
*/
|
|
2057
1607
|
job?: Job;
|
|
2058
1608
|
}
|
|
2059
|
-
export declare namespace StartFailbackLaunchResponse {
|
|
2060
|
-
/**
|
|
2061
|
-
* @internal
|
|
2062
|
-
*/
|
|
2063
|
-
const filterSensitiveLog: (obj: StartFailbackLaunchResponse) => any;
|
|
2064
|
-
}
|
|
2065
1609
|
export interface StopFailbackRequest {
|
|
2066
1610
|
/**
|
|
2067
1611
|
* <p>The ID of the Recovery Instance we want to stop failback for.</p>
|
|
2068
1612
|
*/
|
|
2069
1613
|
recoveryInstanceID: string | undefined;
|
|
2070
1614
|
}
|
|
2071
|
-
export declare namespace StopFailbackRequest {
|
|
2072
|
-
/**
|
|
2073
|
-
* @internal
|
|
2074
|
-
*/
|
|
2075
|
-
const filterSensitiveLog: (obj: StopFailbackRequest) => any;
|
|
2076
|
-
}
|
|
2077
1615
|
export interface TerminateRecoveryInstancesRequest {
|
|
2078
1616
|
/**
|
|
2079
1617
|
* <p>The IDs of the Recovery Instances that should be terminated.</p>
|
|
2080
1618
|
*/
|
|
2081
1619
|
recoveryInstanceIDs: string[] | undefined;
|
|
2082
1620
|
}
|
|
2083
|
-
export declare namespace TerminateRecoveryInstancesRequest {
|
|
2084
|
-
/**
|
|
2085
|
-
* @internal
|
|
2086
|
-
*/
|
|
2087
|
-
const filterSensitiveLog: (obj: TerminateRecoveryInstancesRequest) => any;
|
|
2088
|
-
}
|
|
2089
1621
|
export interface TerminateRecoveryInstancesResponse {
|
|
2090
1622
|
/**
|
|
2091
1623
|
* <p>The Job for terminating the Recovery Instances.</p>
|
|
2092
1624
|
*/
|
|
2093
1625
|
job?: Job;
|
|
2094
1626
|
}
|
|
2095
|
-
export declare namespace TerminateRecoveryInstancesResponse {
|
|
2096
|
-
/**
|
|
2097
|
-
* @internal
|
|
2098
|
-
*/
|
|
2099
|
-
const filterSensitiveLog: (obj: TerminateRecoveryInstancesResponse) => any;
|
|
2100
|
-
}
|
|
2101
1627
|
export interface UpdateFailbackReplicationConfigurationRequest {
|
|
2102
1628
|
/**
|
|
2103
1629
|
* <p>The ID of the Recovery Instance.</p>
|
|
@@ -2116,12 +1642,6 @@ export interface UpdateFailbackReplicationConfigurationRequest {
|
|
|
2116
1642
|
*/
|
|
2117
1643
|
usePrivateIP?: boolean;
|
|
2118
1644
|
}
|
|
2119
|
-
export declare namespace UpdateFailbackReplicationConfigurationRequest {
|
|
2120
|
-
/**
|
|
2121
|
-
* @internal
|
|
2122
|
-
*/
|
|
2123
|
-
const filterSensitiveLog: (obj: UpdateFailbackReplicationConfigurationRequest) => any;
|
|
2124
|
-
}
|
|
2125
1645
|
export interface UpdateReplicationConfigurationTemplateRequest {
|
|
2126
1646
|
/**
|
|
2127
1647
|
* <p>The Replication Configuration Template ID.</p>
|
|
@@ -2184,24 +1704,12 @@ export interface UpdateReplicationConfigurationTemplateRequest {
|
|
|
2184
1704
|
*/
|
|
2185
1705
|
pitPolicy?: PITPolicyRule[];
|
|
2186
1706
|
}
|
|
2187
|
-
export declare namespace UpdateReplicationConfigurationTemplateRequest {
|
|
2188
|
-
/**
|
|
2189
|
-
* @internal
|
|
2190
|
-
*/
|
|
2191
|
-
const filterSensitiveLog: (obj: UpdateReplicationConfigurationTemplateRequest) => any;
|
|
2192
|
-
}
|
|
2193
1707
|
export interface GetLaunchConfigurationRequest {
|
|
2194
1708
|
/**
|
|
2195
1709
|
* <p>The ID of the Source Server that we want to retrieve a Launch Configuration for.</p>
|
|
2196
1710
|
*/
|
|
2197
1711
|
sourceServerID: string | undefined;
|
|
2198
1712
|
}
|
|
2199
|
-
export declare namespace GetLaunchConfigurationRequest {
|
|
2200
|
-
/**
|
|
2201
|
-
* @internal
|
|
2202
|
-
*/
|
|
2203
|
-
const filterSensitiveLog: (obj: GetLaunchConfigurationRequest) => any;
|
|
2204
|
-
}
|
|
2205
1713
|
export declare enum LaunchDisposition {
|
|
2206
1714
|
STARTED = "STARTED",
|
|
2207
1715
|
STOPPED = "STOPPED"
|
|
@@ -2215,12 +1723,6 @@ export interface Licensing {
|
|
|
2215
1723
|
*/
|
|
2216
1724
|
osByol?: boolean;
|
|
2217
1725
|
}
|
|
2218
|
-
export declare namespace Licensing {
|
|
2219
|
-
/**
|
|
2220
|
-
* @internal
|
|
2221
|
-
*/
|
|
2222
|
-
const filterSensitiveLog: (obj: Licensing) => any;
|
|
2223
|
-
}
|
|
2224
1726
|
export declare enum TargetInstanceTypeRightSizingMethod {
|
|
2225
1727
|
BASIC = "BASIC",
|
|
2226
1728
|
NONE = "NONE"
|
|
@@ -2259,24 +1761,12 @@ export interface LaunchConfiguration {
|
|
|
2259
1761
|
*/
|
|
2260
1762
|
licensing?: Licensing;
|
|
2261
1763
|
}
|
|
2262
|
-
export declare namespace LaunchConfiguration {
|
|
2263
|
-
/**
|
|
2264
|
-
* @internal
|
|
2265
|
-
*/
|
|
2266
|
-
const filterSensitiveLog: (obj: LaunchConfiguration) => any;
|
|
2267
|
-
}
|
|
2268
1764
|
export interface GetReplicationConfigurationRequest {
|
|
2269
1765
|
/**
|
|
2270
1766
|
* <p>The ID of the Source Serve for this Replication Configuration.r</p>
|
|
2271
1767
|
*/
|
|
2272
1768
|
sourceServerID: string | undefined;
|
|
2273
1769
|
}
|
|
2274
|
-
export declare namespace GetReplicationConfigurationRequest {
|
|
2275
|
-
/**
|
|
2276
|
-
* @internal
|
|
2277
|
-
*/
|
|
2278
|
-
const filterSensitiveLog: (obj: GetReplicationConfigurationRequest) => any;
|
|
2279
|
-
}
|
|
2280
1770
|
export declare enum ReplicationConfigurationReplicatedDiskStagingDiskType {
|
|
2281
1771
|
AUTO = "AUTO",
|
|
2282
1772
|
GP2 = "GP2",
|
|
@@ -2315,12 +1805,6 @@ export interface ReplicationConfigurationReplicatedDisk {
|
|
|
2315
1805
|
*/
|
|
2316
1806
|
optimizedStagingDiskType?: ReplicationConfigurationReplicatedDiskStagingDiskType | string;
|
|
2317
1807
|
}
|
|
2318
|
-
export declare namespace ReplicationConfigurationReplicatedDisk {
|
|
2319
|
-
/**
|
|
2320
|
-
* @internal
|
|
2321
|
-
*/
|
|
2322
|
-
const filterSensitiveLog: (obj: ReplicationConfigurationReplicatedDisk) => any;
|
|
2323
|
-
}
|
|
2324
1808
|
export interface ReplicationConfiguration {
|
|
2325
1809
|
/**
|
|
2326
1810
|
* <p>The ID of the Source Server for this Replication Configuration.</p>
|
|
@@ -2387,24 +1871,12 @@ export interface ReplicationConfiguration {
|
|
|
2387
1871
|
*/
|
|
2388
1872
|
pitPolicy?: PITPolicyRule[];
|
|
2389
1873
|
}
|
|
2390
|
-
export declare namespace ReplicationConfiguration {
|
|
2391
|
-
/**
|
|
2392
|
-
* @internal
|
|
2393
|
-
*/
|
|
2394
|
-
const filterSensitiveLog: (obj: ReplicationConfiguration) => any;
|
|
2395
|
-
}
|
|
2396
1874
|
export interface RetryDataReplicationRequest {
|
|
2397
1875
|
/**
|
|
2398
1876
|
* <p>The ID of the Source Server whose data replication should be retried.</p>
|
|
2399
1877
|
*/
|
|
2400
1878
|
sourceServerID: string | undefined;
|
|
2401
1879
|
}
|
|
2402
|
-
export declare namespace RetryDataReplicationRequest {
|
|
2403
|
-
/**
|
|
2404
|
-
* @internal
|
|
2405
|
-
*/
|
|
2406
|
-
const filterSensitiveLog: (obj: RetryDataReplicationRequest) => any;
|
|
2407
|
-
}
|
|
2408
1880
|
/**
|
|
2409
1881
|
* <p>An object representing the Source Server to recover.</p>
|
|
2410
1882
|
*/
|
|
@@ -2418,12 +1890,6 @@ export interface StartRecoveryRequestSourceServer {
|
|
|
2418
1890
|
*/
|
|
2419
1891
|
recoverySnapshotID?: string;
|
|
2420
1892
|
}
|
|
2421
|
-
export declare namespace StartRecoveryRequestSourceServer {
|
|
2422
|
-
/**
|
|
2423
|
-
* @internal
|
|
2424
|
-
*/
|
|
2425
|
-
const filterSensitiveLog: (obj: StartRecoveryRequestSourceServer) => any;
|
|
2426
|
-
}
|
|
2427
1893
|
export interface StartRecoveryRequest {
|
|
2428
1894
|
/**
|
|
2429
1895
|
* <p>The Source Servers that we want to start a Recovery Job for.</p>
|
|
@@ -2438,24 +1904,12 @@ export interface StartRecoveryRequest {
|
|
|
2438
1904
|
*/
|
|
2439
1905
|
tags?: Record<string, string>;
|
|
2440
1906
|
}
|
|
2441
|
-
export declare namespace StartRecoveryRequest {
|
|
2442
|
-
/**
|
|
2443
|
-
* @internal
|
|
2444
|
-
*/
|
|
2445
|
-
const filterSensitiveLog: (obj: StartRecoveryRequest) => any;
|
|
2446
|
-
}
|
|
2447
1907
|
export interface StartRecoveryResponse {
|
|
2448
1908
|
/**
|
|
2449
1909
|
* <p>The Recovery Job.</p>
|
|
2450
1910
|
*/
|
|
2451
1911
|
job?: Job;
|
|
2452
1912
|
}
|
|
2453
|
-
export declare namespace StartRecoveryResponse {
|
|
2454
|
-
/**
|
|
2455
|
-
* @internal
|
|
2456
|
-
*/
|
|
2457
|
-
const filterSensitiveLog: (obj: StartRecoveryResponse) => any;
|
|
2458
|
-
}
|
|
2459
1913
|
export interface UpdateLaunchConfigurationRequest {
|
|
2460
1914
|
/**
|
|
2461
1915
|
* <p>The ID of the Source Server that we want to retrieve a Launch Configuration for.</p>
|
|
@@ -2486,12 +1940,6 @@ export interface UpdateLaunchConfigurationRequest {
|
|
|
2486
1940
|
*/
|
|
2487
1941
|
licensing?: Licensing;
|
|
2488
1942
|
}
|
|
2489
|
-
export declare namespace UpdateLaunchConfigurationRequest {
|
|
2490
|
-
/**
|
|
2491
|
-
* @internal
|
|
2492
|
-
*/
|
|
2493
|
-
const filterSensitiveLog: (obj: UpdateLaunchConfigurationRequest) => any;
|
|
2494
|
-
}
|
|
2495
1943
|
export interface UpdateReplicationConfigurationRequest {
|
|
2496
1944
|
/**
|
|
2497
1945
|
* <p>The ID of the Source Server for this Replication Configuration.</p>
|
|
@@ -2558,12 +2006,6 @@ export interface UpdateReplicationConfigurationRequest {
|
|
|
2558
2006
|
*/
|
|
2559
2007
|
pitPolicy?: PITPolicyRule[];
|
|
2560
2008
|
}
|
|
2561
|
-
export declare namespace UpdateReplicationConfigurationRequest {
|
|
2562
|
-
/**
|
|
2563
|
-
* @internal
|
|
2564
|
-
*/
|
|
2565
|
-
const filterSensitiveLog: (obj: UpdateReplicationConfigurationRequest) => any;
|
|
2566
|
-
}
|
|
2567
2009
|
export interface TagResourceRequest {
|
|
2568
2010
|
/**
|
|
2569
2011
|
* <p>ARN of the resource for which tags are to be added or updated.</p>
|
|
@@ -2574,12 +2016,6 @@ export interface TagResourceRequest {
|
|
|
2574
2016
|
*/
|
|
2575
2017
|
tags: Record<string, string> | undefined;
|
|
2576
2018
|
}
|
|
2577
|
-
export declare namespace TagResourceRequest {
|
|
2578
|
-
/**
|
|
2579
|
-
* @internal
|
|
2580
|
-
*/
|
|
2581
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2582
|
-
}
|
|
2583
2019
|
export interface UntagResourceRequest {
|
|
2584
2020
|
/**
|
|
2585
2021
|
* <p>ARN of the resource for which tags are to be removed.</p>
|
|
@@ -2590,9 +2026,383 @@ export interface UntagResourceRequest {
|
|
|
2590
2026
|
*/
|
|
2591
2027
|
tagKeys: string[] | undefined;
|
|
2592
2028
|
}
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2029
|
+
/**
|
|
2030
|
+
* @internal
|
|
2031
|
+
*/
|
|
2032
|
+
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
2033
|
+
/**
|
|
2034
|
+
* @internal
|
|
2035
|
+
*/
|
|
2036
|
+
export declare const ConversionPropertiesFilterSensitiveLog: (obj: ConversionProperties) => any;
|
|
2037
|
+
/**
|
|
2038
|
+
* @internal
|
|
2039
|
+
*/
|
|
2040
|
+
export declare const CPUFilterSensitiveLog: (obj: CPU) => any;
|
|
2041
|
+
/**
|
|
2042
|
+
* @internal
|
|
2043
|
+
*/
|
|
2044
|
+
export declare const CreateExtendedSourceServerRequestFilterSensitiveLog: (obj: CreateExtendedSourceServerRequest) => any;
|
|
2045
|
+
/**
|
|
2046
|
+
* @internal
|
|
2047
|
+
*/
|
|
2048
|
+
export declare const DataReplicationErrorFilterSensitiveLog: (obj: DataReplicationError) => any;
|
|
2049
|
+
/**
|
|
2050
|
+
* @internal
|
|
2051
|
+
*/
|
|
2052
|
+
export declare const DataReplicationInitiationStepFilterSensitiveLog: (obj: DataReplicationInitiationStep) => any;
|
|
2053
|
+
/**
|
|
2054
|
+
* @internal
|
|
2055
|
+
*/
|
|
2056
|
+
export declare const DataReplicationInitiationFilterSensitiveLog: (obj: DataReplicationInitiation) => any;
|
|
2057
|
+
/**
|
|
2058
|
+
* @internal
|
|
2059
|
+
*/
|
|
2060
|
+
export declare const DataReplicationInfoReplicatedDiskFilterSensitiveLog: (obj: DataReplicationInfoReplicatedDisk) => any;
|
|
2061
|
+
/**
|
|
2062
|
+
* @internal
|
|
2063
|
+
*/
|
|
2064
|
+
export declare const DataReplicationInfoFilterSensitiveLog: (obj: DataReplicationInfo) => any;
|
|
2065
|
+
/**
|
|
2066
|
+
* @internal
|
|
2067
|
+
*/
|
|
2068
|
+
export declare const LifeCycleLastLaunchInitiatedFilterSensitiveLog: (obj: LifeCycleLastLaunchInitiated) => any;
|
|
2069
|
+
/**
|
|
2070
|
+
* @internal
|
|
2071
|
+
*/
|
|
2072
|
+
export declare const LifeCycleLastLaunchFilterSensitiveLog: (obj: LifeCycleLastLaunch) => any;
|
|
2073
|
+
/**
|
|
2074
|
+
* @internal
|
|
2075
|
+
*/
|
|
2076
|
+
export declare const LifeCycleFilterSensitiveLog: (obj: LifeCycle) => any;
|
|
2077
|
+
/**
|
|
2078
|
+
* @internal
|
|
2079
|
+
*/
|
|
2080
|
+
export declare const DiskFilterSensitiveLog: (obj: Disk) => any;
|
|
2081
|
+
/**
|
|
2082
|
+
* @internal
|
|
2083
|
+
*/
|
|
2084
|
+
export declare const IdentificationHintsFilterSensitiveLog: (obj: IdentificationHints) => any;
|
|
2085
|
+
/**
|
|
2086
|
+
* @internal
|
|
2087
|
+
*/
|
|
2088
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
|
|
2089
|
+
/**
|
|
2090
|
+
* @internal
|
|
2091
|
+
*/
|
|
2092
|
+
export declare const OSFilterSensitiveLog: (obj: OS) => any;
|
|
2093
|
+
/**
|
|
2094
|
+
* @internal
|
|
2095
|
+
*/
|
|
2096
|
+
export declare const SourcePropertiesFilterSensitiveLog: (obj: SourceProperties) => any;
|
|
2097
|
+
/**
|
|
2098
|
+
* @internal
|
|
2099
|
+
*/
|
|
2100
|
+
export declare const StagingAreaFilterSensitiveLog: (obj: StagingArea) => any;
|
|
2101
|
+
/**
|
|
2102
|
+
* @internal
|
|
2103
|
+
*/
|
|
2104
|
+
export declare const SourceServerFilterSensitiveLog: (obj: SourceServer) => any;
|
|
2105
|
+
/**
|
|
2106
|
+
* @internal
|
|
2107
|
+
*/
|
|
2108
|
+
export declare const CreateExtendedSourceServerResponseFilterSensitiveLog: (obj: CreateExtendedSourceServerResponse) => any;
|
|
2109
|
+
/**
|
|
2110
|
+
* @internal
|
|
2111
|
+
*/
|
|
2112
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
2113
|
+
/**
|
|
2114
|
+
* @internal
|
|
2115
|
+
*/
|
|
2116
|
+
export declare const PITPolicyRuleFilterSensitiveLog: (obj: PITPolicyRule) => any;
|
|
2117
|
+
/**
|
|
2118
|
+
* @internal
|
|
2119
|
+
*/
|
|
2120
|
+
export declare const CreateReplicationConfigurationTemplateRequestFilterSensitiveLog: (obj: CreateReplicationConfigurationTemplateRequest) => any;
|
|
2121
|
+
/**
|
|
2122
|
+
* @internal
|
|
2123
|
+
*/
|
|
2124
|
+
export declare const ReplicationConfigurationTemplateFilterSensitiveLog: (obj: ReplicationConfigurationTemplate) => any;
|
|
2125
|
+
/**
|
|
2126
|
+
* @internal
|
|
2127
|
+
*/
|
|
2128
|
+
export declare const DeleteJobRequestFilterSensitiveLog: (obj: DeleteJobRequest) => any;
|
|
2129
|
+
/**
|
|
2130
|
+
* @internal
|
|
2131
|
+
*/
|
|
2132
|
+
export declare const DeleteJobResponseFilterSensitiveLog: (obj: DeleteJobResponse) => any;
|
|
2133
|
+
/**
|
|
2134
|
+
* @internal
|
|
2135
|
+
*/
|
|
2136
|
+
export declare const DeleteRecoveryInstanceRequestFilterSensitiveLog: (obj: DeleteRecoveryInstanceRequest) => any;
|
|
2137
|
+
/**
|
|
2138
|
+
* @internal
|
|
2139
|
+
*/
|
|
2140
|
+
export declare const DeleteReplicationConfigurationTemplateRequestFilterSensitiveLog: (obj: DeleteReplicationConfigurationTemplateRequest) => any;
|
|
2141
|
+
/**
|
|
2142
|
+
* @internal
|
|
2143
|
+
*/
|
|
2144
|
+
export declare const DeleteReplicationConfigurationTemplateResponseFilterSensitiveLog: (obj: DeleteReplicationConfigurationTemplateResponse) => any;
|
|
2145
|
+
/**
|
|
2146
|
+
* @internal
|
|
2147
|
+
*/
|
|
2148
|
+
export declare const DeleteSourceServerRequestFilterSensitiveLog: (obj: DeleteSourceServerRequest) => any;
|
|
2149
|
+
/**
|
|
2150
|
+
* @internal
|
|
2151
|
+
*/
|
|
2152
|
+
export declare const DeleteSourceServerResponseFilterSensitiveLog: (obj: DeleteSourceServerResponse) => any;
|
|
2153
|
+
/**
|
|
2154
|
+
* @internal
|
|
2155
|
+
*/
|
|
2156
|
+
export declare const DescribeJobLogItemsRequestFilterSensitiveLog: (obj: DescribeJobLogItemsRequest) => any;
|
|
2157
|
+
/**
|
|
2158
|
+
* @internal
|
|
2159
|
+
*/
|
|
2160
|
+
export declare const JobLogEventDataFilterSensitiveLog: (obj: JobLogEventData) => any;
|
|
2161
|
+
/**
|
|
2162
|
+
* @internal
|
|
2163
|
+
*/
|
|
2164
|
+
export declare const JobLogFilterSensitiveLog: (obj: JobLog) => any;
|
|
2165
|
+
/**
|
|
2166
|
+
* @internal
|
|
2167
|
+
*/
|
|
2168
|
+
export declare const DescribeJobLogItemsResponseFilterSensitiveLog: (obj: DescribeJobLogItemsResponse) => any;
|
|
2169
|
+
/**
|
|
2170
|
+
* @internal
|
|
2171
|
+
*/
|
|
2172
|
+
export declare const DescribeJobsRequestFiltersFilterSensitiveLog: (obj: DescribeJobsRequestFilters) => any;
|
|
2173
|
+
/**
|
|
2174
|
+
* @internal
|
|
2175
|
+
*/
|
|
2176
|
+
export declare const DescribeJobsRequestFilterSensitiveLog: (obj: DescribeJobsRequest) => any;
|
|
2177
|
+
/**
|
|
2178
|
+
* @internal
|
|
2179
|
+
*/
|
|
2180
|
+
export declare const ParticipatingServerFilterSensitiveLog: (obj: ParticipatingServer) => any;
|
|
2181
|
+
/**
|
|
2182
|
+
* @internal
|
|
2183
|
+
*/
|
|
2184
|
+
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
2185
|
+
/**
|
|
2186
|
+
* @internal
|
|
2187
|
+
*/
|
|
2188
|
+
export declare const DescribeJobsResponseFilterSensitiveLog: (obj: DescribeJobsResponse) => any;
|
|
2189
|
+
/**
|
|
2190
|
+
* @internal
|
|
2191
|
+
*/
|
|
2192
|
+
export declare const DescribeRecoveryInstancesRequestFiltersFilterSensitiveLog: (obj: DescribeRecoveryInstancesRequestFilters) => any;
|
|
2193
|
+
/**
|
|
2194
|
+
* @internal
|
|
2195
|
+
*/
|
|
2196
|
+
export declare const DescribeRecoveryInstancesRequestFilterSensitiveLog: (obj: DescribeRecoveryInstancesRequest) => any;
|
|
2197
|
+
/**
|
|
2198
|
+
* @internal
|
|
2199
|
+
*/
|
|
2200
|
+
export declare const RecoveryInstanceDataReplicationErrorFilterSensitiveLog: (obj: RecoveryInstanceDataReplicationError) => any;
|
|
2201
|
+
/**
|
|
2202
|
+
* @internal
|
|
2203
|
+
*/
|
|
2204
|
+
export declare const RecoveryInstanceDataReplicationInitiationStepFilterSensitiveLog: (obj: RecoveryInstanceDataReplicationInitiationStep) => any;
|
|
2205
|
+
/**
|
|
2206
|
+
* @internal
|
|
2207
|
+
*/
|
|
2208
|
+
export declare const RecoveryInstanceDataReplicationInitiationFilterSensitiveLog: (obj: RecoveryInstanceDataReplicationInitiation) => any;
|
|
2209
|
+
/**
|
|
2210
|
+
* @internal
|
|
2211
|
+
*/
|
|
2212
|
+
export declare const RecoveryInstanceDataReplicationInfoReplicatedDiskFilterSensitiveLog: (obj: RecoveryInstanceDataReplicationInfoReplicatedDisk) => any;
|
|
2213
|
+
/**
|
|
2214
|
+
* @internal
|
|
2215
|
+
*/
|
|
2216
|
+
export declare const RecoveryInstanceDataReplicationInfoFilterSensitiveLog: (obj: RecoveryInstanceDataReplicationInfo) => any;
|
|
2217
|
+
/**
|
|
2218
|
+
* @internal
|
|
2219
|
+
*/
|
|
2220
|
+
export declare const RecoveryInstanceFailbackFilterSensitiveLog: (obj: RecoveryInstanceFailback) => any;
|
|
2221
|
+
/**
|
|
2222
|
+
* @internal
|
|
2223
|
+
*/
|
|
2224
|
+
export declare const RecoveryInstanceDiskFilterSensitiveLog: (obj: RecoveryInstanceDisk) => any;
|
|
2225
|
+
/**
|
|
2226
|
+
* @internal
|
|
2227
|
+
*/
|
|
2228
|
+
export declare const RecoveryInstancePropertiesFilterSensitiveLog: (obj: RecoveryInstanceProperties) => any;
|
|
2229
|
+
/**
|
|
2230
|
+
* @internal
|
|
2231
|
+
*/
|
|
2232
|
+
export declare const RecoveryInstanceFilterSensitiveLog: (obj: RecoveryInstance) => any;
|
|
2233
|
+
/**
|
|
2234
|
+
* @internal
|
|
2235
|
+
*/
|
|
2236
|
+
export declare const DescribeRecoveryInstancesResponseFilterSensitiveLog: (obj: DescribeRecoveryInstancesResponse) => any;
|
|
2237
|
+
/**
|
|
2238
|
+
* @internal
|
|
2239
|
+
*/
|
|
2240
|
+
export declare const DescribeRecoverySnapshotsRequestFiltersFilterSensitiveLog: (obj: DescribeRecoverySnapshotsRequestFilters) => any;
|
|
2241
|
+
/**
|
|
2242
|
+
* @internal
|
|
2243
|
+
*/
|
|
2244
|
+
export declare const DescribeRecoverySnapshotsRequestFilterSensitiveLog: (obj: DescribeRecoverySnapshotsRequest) => any;
|
|
2245
|
+
/**
|
|
2246
|
+
* @internal
|
|
2247
|
+
*/
|
|
2248
|
+
export declare const RecoverySnapshotFilterSensitiveLog: (obj: RecoverySnapshot) => any;
|
|
2249
|
+
/**
|
|
2250
|
+
* @internal
|
|
2251
|
+
*/
|
|
2252
|
+
export declare const DescribeRecoverySnapshotsResponseFilterSensitiveLog: (obj: DescribeRecoverySnapshotsResponse) => any;
|
|
2253
|
+
/**
|
|
2254
|
+
* @internal
|
|
2255
|
+
*/
|
|
2256
|
+
export declare const DescribeReplicationConfigurationTemplatesRequestFilterSensitiveLog: (obj: DescribeReplicationConfigurationTemplatesRequest) => any;
|
|
2257
|
+
/**
|
|
2258
|
+
* @internal
|
|
2259
|
+
*/
|
|
2260
|
+
export declare const DescribeReplicationConfigurationTemplatesResponseFilterSensitiveLog: (obj: DescribeReplicationConfigurationTemplatesResponse) => any;
|
|
2261
|
+
/**
|
|
2262
|
+
* @internal
|
|
2263
|
+
*/
|
|
2264
|
+
export declare const DescribeSourceServersRequestFiltersFilterSensitiveLog: (obj: DescribeSourceServersRequestFilters) => any;
|
|
2265
|
+
/**
|
|
2266
|
+
* @internal
|
|
2267
|
+
*/
|
|
2268
|
+
export declare const DescribeSourceServersRequestFilterSensitiveLog: (obj: DescribeSourceServersRequest) => any;
|
|
2269
|
+
/**
|
|
2270
|
+
* @internal
|
|
2271
|
+
*/
|
|
2272
|
+
export declare const DescribeSourceServersResponseFilterSensitiveLog: (obj: DescribeSourceServersResponse) => any;
|
|
2273
|
+
/**
|
|
2274
|
+
* @internal
|
|
2275
|
+
*/
|
|
2276
|
+
export declare const DisconnectRecoveryInstanceRequestFilterSensitiveLog: (obj: DisconnectRecoveryInstanceRequest) => any;
|
|
2277
|
+
/**
|
|
2278
|
+
* @internal
|
|
2279
|
+
*/
|
|
2280
|
+
export declare const DisconnectSourceServerRequestFilterSensitiveLog: (obj: DisconnectSourceServerRequest) => any;
|
|
2281
|
+
/**
|
|
2282
|
+
* @internal
|
|
2283
|
+
*/
|
|
2284
|
+
export declare const InitializeServiceRequestFilterSensitiveLog: (obj: InitializeServiceRequest) => any;
|
|
2285
|
+
/**
|
|
2286
|
+
* @internal
|
|
2287
|
+
*/
|
|
2288
|
+
export declare const InitializeServiceResponseFilterSensitiveLog: (obj: InitializeServiceResponse) => any;
|
|
2289
|
+
/**
|
|
2290
|
+
* @internal
|
|
2291
|
+
*/
|
|
2292
|
+
export declare const ListExtensibleSourceServersRequestFilterSensitiveLog: (obj: ListExtensibleSourceServersRequest) => any;
|
|
2293
|
+
/**
|
|
2294
|
+
* @internal
|
|
2295
|
+
*/
|
|
2296
|
+
export declare const StagingSourceServerFilterSensitiveLog: (obj: StagingSourceServer) => any;
|
|
2297
|
+
/**
|
|
2298
|
+
* @internal
|
|
2299
|
+
*/
|
|
2300
|
+
export declare const ListExtensibleSourceServersResponseFilterSensitiveLog: (obj: ListExtensibleSourceServersResponse) => any;
|
|
2301
|
+
/**
|
|
2302
|
+
* @internal
|
|
2303
|
+
*/
|
|
2304
|
+
export declare const ListStagingAccountsRequestFilterSensitiveLog: (obj: ListStagingAccountsRequest) => any;
|
|
2305
|
+
/**
|
|
2306
|
+
* @internal
|
|
2307
|
+
*/
|
|
2308
|
+
export declare const ListStagingAccountsResponseFilterSensitiveLog: (obj: ListStagingAccountsResponse) => any;
|
|
2309
|
+
/**
|
|
2310
|
+
* @internal
|
|
2311
|
+
*/
|
|
2312
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2313
|
+
/**
|
|
2314
|
+
* @internal
|
|
2315
|
+
*/
|
|
2316
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2317
|
+
/**
|
|
2318
|
+
* @internal
|
|
2319
|
+
*/
|
|
2320
|
+
export declare const GetFailbackReplicationConfigurationRequestFilterSensitiveLog: (obj: GetFailbackReplicationConfigurationRequest) => any;
|
|
2321
|
+
/**
|
|
2322
|
+
* @internal
|
|
2323
|
+
*/
|
|
2324
|
+
export declare const GetFailbackReplicationConfigurationResponseFilterSensitiveLog: (obj: GetFailbackReplicationConfigurationResponse) => any;
|
|
2325
|
+
/**
|
|
2326
|
+
* @internal
|
|
2327
|
+
*/
|
|
2328
|
+
export declare const StartFailbackLaunchRequestFilterSensitiveLog: (obj: StartFailbackLaunchRequest) => any;
|
|
2329
|
+
/**
|
|
2330
|
+
* @internal
|
|
2331
|
+
*/
|
|
2332
|
+
export declare const StartFailbackLaunchResponseFilterSensitiveLog: (obj: StartFailbackLaunchResponse) => any;
|
|
2333
|
+
/**
|
|
2334
|
+
* @internal
|
|
2335
|
+
*/
|
|
2336
|
+
export declare const StopFailbackRequestFilterSensitiveLog: (obj: StopFailbackRequest) => any;
|
|
2337
|
+
/**
|
|
2338
|
+
* @internal
|
|
2339
|
+
*/
|
|
2340
|
+
export declare const TerminateRecoveryInstancesRequestFilterSensitiveLog: (obj: TerminateRecoveryInstancesRequest) => any;
|
|
2341
|
+
/**
|
|
2342
|
+
* @internal
|
|
2343
|
+
*/
|
|
2344
|
+
export declare const TerminateRecoveryInstancesResponseFilterSensitiveLog: (obj: TerminateRecoveryInstancesResponse) => any;
|
|
2345
|
+
/**
|
|
2346
|
+
* @internal
|
|
2347
|
+
*/
|
|
2348
|
+
export declare const UpdateFailbackReplicationConfigurationRequestFilterSensitiveLog: (obj: UpdateFailbackReplicationConfigurationRequest) => any;
|
|
2349
|
+
/**
|
|
2350
|
+
* @internal
|
|
2351
|
+
*/
|
|
2352
|
+
export declare const UpdateReplicationConfigurationTemplateRequestFilterSensitiveLog: (obj: UpdateReplicationConfigurationTemplateRequest) => any;
|
|
2353
|
+
/**
|
|
2354
|
+
* @internal
|
|
2355
|
+
*/
|
|
2356
|
+
export declare const GetLaunchConfigurationRequestFilterSensitiveLog: (obj: GetLaunchConfigurationRequest) => any;
|
|
2357
|
+
/**
|
|
2358
|
+
* @internal
|
|
2359
|
+
*/
|
|
2360
|
+
export declare const LicensingFilterSensitiveLog: (obj: Licensing) => any;
|
|
2361
|
+
/**
|
|
2362
|
+
* @internal
|
|
2363
|
+
*/
|
|
2364
|
+
export declare const LaunchConfigurationFilterSensitiveLog: (obj: LaunchConfiguration) => any;
|
|
2365
|
+
/**
|
|
2366
|
+
* @internal
|
|
2367
|
+
*/
|
|
2368
|
+
export declare const GetReplicationConfigurationRequestFilterSensitiveLog: (obj: GetReplicationConfigurationRequest) => any;
|
|
2369
|
+
/**
|
|
2370
|
+
* @internal
|
|
2371
|
+
*/
|
|
2372
|
+
export declare const ReplicationConfigurationReplicatedDiskFilterSensitiveLog: (obj: ReplicationConfigurationReplicatedDisk) => any;
|
|
2373
|
+
/**
|
|
2374
|
+
* @internal
|
|
2375
|
+
*/
|
|
2376
|
+
export declare const ReplicationConfigurationFilterSensitiveLog: (obj: ReplicationConfiguration) => any;
|
|
2377
|
+
/**
|
|
2378
|
+
* @internal
|
|
2379
|
+
*/
|
|
2380
|
+
export declare const RetryDataReplicationRequestFilterSensitiveLog: (obj: RetryDataReplicationRequest) => any;
|
|
2381
|
+
/**
|
|
2382
|
+
* @internal
|
|
2383
|
+
*/
|
|
2384
|
+
export declare const StartRecoveryRequestSourceServerFilterSensitiveLog: (obj: StartRecoveryRequestSourceServer) => any;
|
|
2385
|
+
/**
|
|
2386
|
+
* @internal
|
|
2387
|
+
*/
|
|
2388
|
+
export declare const StartRecoveryRequestFilterSensitiveLog: (obj: StartRecoveryRequest) => any;
|
|
2389
|
+
/**
|
|
2390
|
+
* @internal
|
|
2391
|
+
*/
|
|
2392
|
+
export declare const StartRecoveryResponseFilterSensitiveLog: (obj: StartRecoveryResponse) => any;
|
|
2393
|
+
/**
|
|
2394
|
+
* @internal
|
|
2395
|
+
*/
|
|
2396
|
+
export declare const UpdateLaunchConfigurationRequestFilterSensitiveLog: (obj: UpdateLaunchConfigurationRequest) => any;
|
|
2397
|
+
/**
|
|
2398
|
+
* @internal
|
|
2399
|
+
*/
|
|
2400
|
+
export declare const UpdateReplicationConfigurationRequestFilterSensitiveLog: (obj: UpdateReplicationConfigurationRequest) => any;
|
|
2401
|
+
/**
|
|
2402
|
+
* @internal
|
|
2403
|
+
*/
|
|
2404
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2405
|
+
/**
|
|
2406
|
+
* @internal
|
|
2407
|
+
*/
|
|
2408
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|