@aws-sdk/client-drs 3.169.0 → 3.171.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.
Files changed (57) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Drs.d.ts +584 -165
  3. package/dist-types/ts3.4/DrsClient.d.ts +295 -105
  4. package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  30. package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  32. package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/index.d.ts +32 -32
  37. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  38. package/dist-types/ts3.4/index.d.ts +6 -6
  39. package/dist-types/ts3.4/models/DrsServiceException.d.ts +7 -6
  40. package/dist-types/ts3.4/models/index.d.ts +1 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +1094 -1397
  42. package/dist-types/ts3.4/pagination/DescribeJobLogItemsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/DescribeJobsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/DescribeRecoveryInstancesPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/DescribeRecoverySnapshotsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/DescribeReplicationConfigurationTemplatesPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/DescribeSourceServersPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  49. package/dist-types/ts3.4/pagination/ListExtensibleSourceServersPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListStagingAccountsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  52. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -98
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  57. package/package.json +34 -34
@@ -1,1397 +1,1094 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { DrsServiceException as __BaseException } from "./DrsServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- code?: string;
8
-
9
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
- }
11
-
12
- export interface Account {
13
-
14
- accountID?: string;
15
- }
16
-
17
- export declare class ConflictException extends __BaseException {
18
- readonly name: "ConflictException";
19
- readonly $fault: "client";
20
- code?: string;
21
-
22
- resourceId?: string;
23
-
24
- resourceType?: string;
25
-
26
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
27
- }
28
-
29
- export interface ConversionProperties {
30
-
31
- volumeToConversionMap?: Record<string, Record<string, string>>;
32
-
33
- rootVolumeName?: string;
34
-
35
- forceUefi?: boolean;
36
-
37
- dataTimestamp?: string;
38
-
39
- volumeToVolumeSize?: Record<string, number>;
40
- }
41
-
42
- export interface CPU {
43
-
44
- cores?: number;
45
-
46
- modelName?: string;
47
- }
48
- export interface CreateExtendedSourceServerRequest {
49
-
50
- sourceServerArn: string | undefined;
51
-
52
- tags?: Record<string, string>;
53
- }
54
- export declare enum DataReplicationErrorString {
55
- AGENT_NOT_SEEN = "AGENT_NOT_SEEN",
56
- FAILED_TO_ATTACH_STAGING_DISKS = "FAILED_TO_ATTACH_STAGING_DISKS",
57
- FAILED_TO_AUTHENTICATE_WITH_SERVICE = "FAILED_TO_AUTHENTICATE_WITH_SERVICE",
58
- FAILED_TO_BOOT_REPLICATION_SERVER = "FAILED_TO_BOOT_REPLICATION_SERVER",
59
- FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER = "FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER",
60
- FAILED_TO_CREATE_SECURITY_GROUP = "FAILED_TO_CREATE_SECURITY_GROUP",
61
- FAILED_TO_CREATE_STAGING_DISKS = "FAILED_TO_CREATE_STAGING_DISKS",
62
- FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE = "FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE",
63
- FAILED_TO_LAUNCH_REPLICATION_SERVER = "FAILED_TO_LAUNCH_REPLICATION_SERVER",
64
- FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT = "FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT",
65
- FAILED_TO_START_DATA_TRANSFER = "FAILED_TO_START_DATA_TRANSFER",
66
- NOT_CONVERGING = "NOT_CONVERGING",
67
- SNAPSHOTS_FAILURE = "SNAPSHOTS_FAILURE",
68
- UNSTABLE_NETWORK = "UNSTABLE_NETWORK"
69
- }
70
-
71
- export interface DataReplicationError {
72
-
73
- error?: DataReplicationErrorString | string;
74
-
75
- rawError?: string;
76
- }
77
- export declare enum DataReplicationInitiationStepName {
78
- ATTACH_STAGING_DISKS = "ATTACH_STAGING_DISKS",
79
- AUTHENTICATE_WITH_SERVICE = "AUTHENTICATE_WITH_SERVICE",
80
- BOOT_REPLICATION_SERVER = "BOOT_REPLICATION_SERVER",
81
- CONNECT_AGENT_TO_REPLICATION_SERVER = "CONNECT_AGENT_TO_REPLICATION_SERVER",
82
- CREATE_SECURITY_GROUP = "CREATE_SECURITY_GROUP",
83
- CREATE_STAGING_DISKS = "CREATE_STAGING_DISKS",
84
- DOWNLOAD_REPLICATION_SOFTWARE = "DOWNLOAD_REPLICATION_SOFTWARE",
85
- LAUNCH_REPLICATION_SERVER = "LAUNCH_REPLICATION_SERVER",
86
- PAIR_REPLICATION_SERVER_WITH_AGENT = "PAIR_REPLICATION_SERVER_WITH_AGENT",
87
- START_DATA_TRANSFER = "START_DATA_TRANSFER",
88
- WAIT = "WAIT"
89
- }
90
- export declare enum DataReplicationInitiationStepStatus {
91
- FAILED = "FAILED",
92
- IN_PROGRESS = "IN_PROGRESS",
93
- NOT_STARTED = "NOT_STARTED",
94
- SKIPPED = "SKIPPED",
95
- SUCCEEDED = "SUCCEEDED"
96
- }
97
-
98
- export interface DataReplicationInitiationStep {
99
-
100
- name?: DataReplicationInitiationStepName | string;
101
-
102
- status?: DataReplicationInitiationStepStatus | string;
103
- }
104
-
105
- export interface DataReplicationInitiation {
106
-
107
- startDateTime?: string;
108
-
109
- nextAttemptDateTime?: string;
110
-
111
- steps?: DataReplicationInitiationStep[];
112
- }
113
- export declare enum DataReplicationState {
114
- BACKLOG = "BACKLOG",
115
- CONTINUOUS = "CONTINUOUS",
116
- CREATING_SNAPSHOT = "CREATING_SNAPSHOT",
117
- DISCONNECTED = "DISCONNECTED",
118
- INITIAL_SYNC = "INITIAL_SYNC",
119
- INITIATING = "INITIATING",
120
- PAUSED = "PAUSED",
121
- RESCAN = "RESCAN",
122
- STALLED = "STALLED",
123
- STOPPED = "STOPPED"
124
- }
125
-
126
- export interface DataReplicationInfoReplicatedDisk {
127
-
128
- deviceName?: string;
129
-
130
- totalStorageBytes?: number;
131
-
132
- replicatedStorageBytes?: number;
133
-
134
- rescannedStorageBytes?: number;
135
-
136
- backloggedStorageBytes?: number;
137
- }
138
-
139
- export interface DataReplicationInfo {
140
-
141
- lagDuration?: string;
142
-
143
- etaDateTime?: string;
144
-
145
- replicatedDisks?: DataReplicationInfoReplicatedDisk[];
146
-
147
- dataReplicationState?: DataReplicationState | string;
148
-
149
- dataReplicationInitiation?: DataReplicationInitiation;
150
-
151
- dataReplicationError?: DataReplicationError;
152
- }
153
- export declare enum LastLaunchResult {
154
- FAILED = "FAILED",
155
- NOT_STARTED = "NOT_STARTED",
156
- PENDING = "PENDING",
157
- SUCCEEDED = "SUCCEEDED"
158
- }
159
- export declare enum LastLaunchType {
160
- DRILL = "DRILL",
161
- RECOVERY = "RECOVERY"
162
- }
163
-
164
- export interface LifeCycleLastLaunchInitiated {
165
-
166
- apiCallDateTime?: string;
167
-
168
- jobID?: string;
169
-
170
- type?: LastLaunchType | string;
171
- }
172
-
173
- export interface LifeCycleLastLaunch {
174
-
175
- initiated?: LifeCycleLastLaunchInitiated;
176
- }
177
-
178
- export interface LifeCycle {
179
-
180
- addedToServiceDateTime?: string;
181
-
182
- firstByteDateTime?: string;
183
-
184
- elapsedReplicationDuration?: string;
185
-
186
- lastSeenByServiceDateTime?: string;
187
-
188
- lastLaunch?: LifeCycleLastLaunch;
189
- }
190
-
191
- export interface Disk {
192
-
193
- deviceName?: string;
194
-
195
- bytes?: number;
196
- }
197
-
198
- export interface IdentificationHints {
199
-
200
- fqdn?: string;
201
-
202
- hostname?: string;
203
-
204
- vmWareUuid?: string;
205
-
206
- awsInstanceID?: string;
207
- }
208
-
209
- export interface NetworkInterface {
210
-
211
- macAddress?: string;
212
-
213
- ips?: string[];
214
-
215
- isPrimary?: boolean;
216
- }
217
-
218
- export interface OS {
219
-
220
- fullString?: string;
221
- }
222
-
223
- export interface SourceProperties {
224
-
225
- lastUpdatedDateTime?: string;
226
-
227
- recommendedInstanceType?: string;
228
-
229
- identificationHints?: IdentificationHints;
230
-
231
- networkInterfaces?: NetworkInterface[];
232
-
233
- disks?: Disk[];
234
-
235
- cpus?: CPU[];
236
-
237
- ramBytes?: number;
238
-
239
- os?: OS;
240
- }
241
- export declare enum ExtensionStatus {
242
- EXTENDED = "EXTENDED",
243
- EXTENSION_ERROR = "EXTENSION_ERROR",
244
- NOT_EXTENDED = "NOT_EXTENDED"
245
- }
246
-
247
- export interface StagingArea {
248
-
249
- status?: ExtensionStatus | string;
250
-
251
- stagingAccountID?: string;
252
-
253
- stagingSourceServerArn?: string;
254
-
255
- errorMessage?: string;
256
- }
257
- export interface SourceServer {
258
-
259
- sourceServerID?: string;
260
-
261
- arn?: string;
262
-
263
- tags?: Record<string, string>;
264
-
265
- recoveryInstanceId?: string;
266
-
267
- lastLaunchResult?: LastLaunchResult | string;
268
-
269
- dataReplicationInfo?: DataReplicationInfo;
270
-
271
- lifeCycle?: LifeCycle;
272
-
273
- sourceProperties?: SourceProperties;
274
-
275
- stagingArea?: StagingArea;
276
- }
277
- export interface CreateExtendedSourceServerResponse {
278
-
279
- sourceServer?: SourceServer;
280
- }
281
-
282
- export declare class InternalServerException extends __BaseException {
283
- readonly name: "InternalServerException";
284
- readonly $fault: "server";
285
-
286
- retryAfterSeconds?: number;
287
-
288
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
289
- }
290
-
291
- export declare class ResourceNotFoundException extends __BaseException {
292
- readonly name: "ResourceNotFoundException";
293
- readonly $fault: "client";
294
- code?: string;
295
-
296
- resourceId?: string;
297
-
298
- resourceType?: string;
299
-
300
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
301
- }
302
-
303
- export declare class ServiceQuotaExceededException extends __BaseException {
304
- readonly name: "ServiceQuotaExceededException";
305
- readonly $fault: "client";
306
- code?: string;
307
-
308
- resourceId?: string;
309
-
310
- resourceType?: string;
311
-
312
- serviceCode?: string;
313
-
314
- quotaCode?: string;
315
-
316
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
317
- }
318
-
319
- export declare class ThrottlingException extends __BaseException {
320
- readonly name: "ThrottlingException";
321
- readonly $fault: "client";
322
-
323
- serviceCode?: string;
324
-
325
- quotaCode?: string;
326
-
327
- retryAfterSeconds?: string;
328
-
329
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
330
- }
331
-
332
- export declare class UninitializedAccountException extends __BaseException {
333
- readonly name: "UninitializedAccountException";
334
- readonly $fault: "client";
335
- code?: string;
336
-
337
- constructor(opts: __ExceptionOptionType<UninitializedAccountException, __BaseException>);
338
- }
339
-
340
- export interface ValidationExceptionField {
341
-
342
- name?: string;
343
-
344
- message?: string;
345
- }
346
- export declare enum ValidationExceptionReason {
347
- CANNOT_PARSE = "cannotParse",
348
- FIELD_VALIDATION_FAILED = "fieldValidationFailed",
349
- OTHER = "other",
350
- UNKNOWN_OPERATION = "unknownOperation"
351
- }
352
-
353
- export declare class ValidationException extends __BaseException {
354
- readonly name: "ValidationException";
355
- readonly $fault: "client";
356
- code?: string;
357
-
358
- reason?: ValidationExceptionReason | string;
359
-
360
- fieldList?: ValidationExceptionField[];
361
-
362
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
363
- }
364
- export declare enum ReplicationConfigurationDataPlaneRouting {
365
- PRIVATE_IP = "PRIVATE_IP",
366
- PUBLIC_IP = "PUBLIC_IP"
367
- }
368
- export declare enum ReplicationConfigurationDefaultLargeStagingDiskType {
369
- AUTO = "AUTO",
370
- GP2 = "GP2",
371
- GP3 = "GP3",
372
- ST1 = "ST1"
373
- }
374
- export declare enum ReplicationConfigurationEbsEncryption {
375
- CUSTOM = "CUSTOM",
376
- DEFAULT = "DEFAULT"
377
- }
378
- export declare enum PITPolicyRuleUnits {
379
- DAY = "DAY",
380
- HOUR = "HOUR",
381
- MINUTE = "MINUTE"
382
- }
383
-
384
- export interface PITPolicyRule {
385
-
386
- ruleID?: number;
387
-
388
- units: PITPolicyRuleUnits | string | undefined;
389
-
390
- interval: number | undefined;
391
-
392
- retentionDuration: number | undefined;
393
-
394
- enabled?: boolean;
395
- }
396
- export interface CreateReplicationConfigurationTemplateRequest {
397
-
398
- stagingAreaSubnetId: string | undefined;
399
-
400
- associateDefaultSecurityGroup: boolean | undefined;
401
-
402
- replicationServersSecurityGroupsIDs: string[] | undefined;
403
-
404
- replicationServerInstanceType: string | undefined;
405
-
406
- useDedicatedReplicationServer: boolean | undefined;
407
-
408
- defaultLargeStagingDiskType: ReplicationConfigurationDefaultLargeStagingDiskType | string | undefined;
409
-
410
- ebsEncryption: ReplicationConfigurationEbsEncryption | string | undefined;
411
-
412
- ebsEncryptionKeyArn?: string;
413
-
414
- bandwidthThrottling: number | undefined;
415
-
416
- dataPlaneRouting: ReplicationConfigurationDataPlaneRouting | string | undefined;
417
-
418
- createPublicIP: boolean | undefined;
419
-
420
- stagingAreaTags: Record<string, string> | undefined;
421
-
422
- pitPolicy: PITPolicyRule[] | undefined;
423
-
424
- tags?: Record<string, string>;
425
- }
426
- export interface ReplicationConfigurationTemplate {
427
-
428
- replicationConfigurationTemplateID: string | undefined;
429
-
430
- arn?: string;
431
-
432
- stagingAreaSubnetId?: string;
433
-
434
- associateDefaultSecurityGroup?: boolean;
435
-
436
- replicationServersSecurityGroupsIDs?: string[];
437
-
438
- replicationServerInstanceType?: string;
439
-
440
- useDedicatedReplicationServer?: boolean;
441
-
442
- defaultLargeStagingDiskType?: ReplicationConfigurationDefaultLargeStagingDiskType | string;
443
-
444
- ebsEncryption?: ReplicationConfigurationEbsEncryption | string;
445
-
446
- ebsEncryptionKeyArn?: string;
447
-
448
- bandwidthThrottling?: number;
449
-
450
- dataPlaneRouting?: ReplicationConfigurationDataPlaneRouting | string;
451
-
452
- createPublicIP?: boolean;
453
-
454
- stagingAreaTags?: Record<string, string>;
455
-
456
- tags?: Record<string, string>;
457
-
458
- pitPolicy?: PITPolicyRule[];
459
- }
460
- export interface DeleteJobRequest {
461
-
462
- jobID: string | undefined;
463
- }
464
- export interface DeleteJobResponse {
465
- }
466
- export interface DeleteRecoveryInstanceRequest {
467
-
468
- recoveryInstanceID: string | undefined;
469
- }
470
- export interface DeleteReplicationConfigurationTemplateRequest {
471
-
472
- replicationConfigurationTemplateID: string | undefined;
473
- }
474
- export interface DeleteReplicationConfigurationTemplateResponse {
475
- }
476
- export interface DeleteSourceServerRequest {
477
-
478
- sourceServerID: string | undefined;
479
- }
480
- export interface DeleteSourceServerResponse {
481
- }
482
- export interface DescribeJobLogItemsRequest {
483
-
484
- jobID: string | undefined;
485
-
486
- maxResults?: number;
487
-
488
- nextToken?: string;
489
- }
490
- export declare enum JobLogEvent {
491
- CLEANUP_END = "CLEANUP_END",
492
- CLEANUP_FAIL = "CLEANUP_FAIL",
493
- CLEANUP_START = "CLEANUP_START",
494
- CONVERSION_END = "CONVERSION_END",
495
- CONVERSION_FAIL = "CONVERSION_FAIL",
496
- CONVERSION_START = "CONVERSION_START",
497
- JOB_CANCEL = "JOB_CANCEL",
498
- JOB_END = "JOB_END",
499
- JOB_START = "JOB_START",
500
- LAUNCH_FAILED = "LAUNCH_FAILED",
501
- LAUNCH_START = "LAUNCH_START",
502
- SERVER_SKIPPED = "SERVER_SKIPPED",
503
- SNAPSHOT_END = "SNAPSHOT_END",
504
- SNAPSHOT_FAIL = "SNAPSHOT_FAIL",
505
- SNAPSHOT_START = "SNAPSHOT_START",
506
- USING_PREVIOUS_SNAPSHOT = "USING_PREVIOUS_SNAPSHOT",
507
- USING_PREVIOUS_SNAPSHOT_FAILED = "USING_PREVIOUS_SNAPSHOT_FAILED"
508
- }
509
-
510
- export interface JobLogEventData {
511
-
512
- sourceServerID?: string;
513
-
514
- conversionServerID?: string;
515
-
516
- targetInstanceID?: string;
517
-
518
- rawError?: string;
519
-
520
- conversionProperties?: ConversionProperties;
521
- }
522
-
523
- export interface JobLog {
524
-
525
- logDateTime?: string;
526
-
527
- event?: JobLogEvent | string;
528
-
529
- eventData?: JobLogEventData;
530
- }
531
- export interface DescribeJobLogItemsResponse {
532
-
533
- items?: JobLog[];
534
-
535
- nextToken?: string;
536
- }
537
-
538
- export interface DescribeJobsRequestFilters {
539
-
540
- jobIDs?: string[];
541
-
542
- fromDate?: string;
543
-
544
- toDate?: string;
545
- }
546
- export interface DescribeJobsRequest {
547
-
548
- filters?: DescribeJobsRequestFilters;
549
-
550
- maxResults?: number;
551
-
552
- nextToken?: string;
553
- }
554
- export declare enum InitiatedBy {
555
- DIAGNOSTIC = "DIAGNOSTIC",
556
- FAILBACK = "FAILBACK",
557
- START_DRILL = "START_DRILL",
558
- START_RECOVERY = "START_RECOVERY",
559
- TARGET_ACCOUNT = "TARGET_ACCOUNT",
560
- TERMINATE_RECOVERY_INSTANCES = "TERMINATE_RECOVERY_INSTANCES"
561
- }
562
- export declare enum LaunchStatus {
563
- FAILED = "FAILED",
564
- IN_PROGRESS = "IN_PROGRESS",
565
- LAUNCHED = "LAUNCHED",
566
- PENDING = "PENDING",
567
- TERMINATED = "TERMINATED"
568
- }
569
-
570
- export interface ParticipatingServer {
571
-
572
- sourceServerID?: string;
573
-
574
- recoveryInstanceID?: string;
575
-
576
- launchStatus?: LaunchStatus | string;
577
- }
578
- export declare enum JobStatus {
579
- COMPLETED = "COMPLETED",
580
- PENDING = "PENDING",
581
- STARTED = "STARTED"
582
- }
583
- export declare enum JobType {
584
- CREATE_CONVERTED_SNAPSHOT = "CREATE_CONVERTED_SNAPSHOT",
585
- LAUNCH = "LAUNCH",
586
- TERMINATE = "TERMINATE"
587
- }
588
-
589
- export interface Job {
590
-
591
- jobID: string | undefined;
592
-
593
- arn?: string;
594
-
595
- type?: JobType | string;
596
-
597
- initiatedBy?: InitiatedBy | string;
598
-
599
- creationDateTime?: string;
600
-
601
- endDateTime?: string;
602
-
603
- status?: JobStatus | string;
604
-
605
- participatingServers?: ParticipatingServer[];
606
-
607
- tags?: Record<string, string>;
608
- }
609
- export interface DescribeJobsResponse {
610
-
611
- items?: Job[];
612
-
613
- nextToken?: string;
614
- }
615
-
616
- export interface DescribeRecoveryInstancesRequestFilters {
617
-
618
- recoveryInstanceIDs?: string[];
619
-
620
- sourceServerIDs?: string[];
621
- }
622
- export interface DescribeRecoveryInstancesRequest {
623
-
624
- filters?: DescribeRecoveryInstancesRequestFilters;
625
-
626
- maxResults?: number;
627
-
628
- nextToken?: string;
629
- }
630
- export declare enum FailbackReplicationError {
631
- AGENT_NOT_SEEN = "AGENT_NOT_SEEN",
632
- FAILBACK_CLIENT_NOT_SEEN = "FAILBACK_CLIENT_NOT_SEEN",
633
- FAILED_TO_CONFIGURE_REPLICATION_SOFTWARE = "FAILED_TO_CONFIGURE_REPLICATION_SOFTWARE",
634
- FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT = "FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT",
635
- FAILED_TO_ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION = "FAILED_TO_ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION",
636
- FAILED_TO_ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION = "FAILED_TO_ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION",
637
- FAILED_TO_PAIR_AGENT_WITH_REPLICATION_SOFTWARE = "FAILED_TO_PAIR_AGENT_WITH_REPLICATION_SOFTWARE",
638
- NOT_CONVERGING = "NOT_CONVERGING",
639
- UNSTABLE_NETWORK = "UNSTABLE_NETWORK"
640
- }
641
-
642
- export interface RecoveryInstanceDataReplicationError {
643
-
644
- error?: FailbackReplicationError | string;
645
-
646
- rawError?: string;
647
- }
648
- export declare enum RecoveryInstanceDataReplicationInitiationStepName {
649
- COMPLETE_VOLUME_MAPPING = "COMPLETE_VOLUME_MAPPING",
650
- CONFIGURE_REPLICATION_SOFTWARE = "CONFIGURE_REPLICATION_SOFTWARE",
651
- DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT = "DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT",
652
- ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION = "ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION",
653
- ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION = "ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION",
654
- LINK_FAILBACK_CLIENT_WITH_RECOVERY_INSTANCE = "LINK_FAILBACK_CLIENT_WITH_RECOVERY_INSTANCE",
655
- PAIR_AGENT_WITH_REPLICATION_SOFTWARE = "PAIR_AGENT_WITH_REPLICATION_SOFTWARE"
656
- }
657
- export declare enum RecoveryInstanceDataReplicationInitiationStepStatus {
658
- FAILED = "FAILED",
659
- IN_PROGRESS = "IN_PROGRESS",
660
- NOT_STARTED = "NOT_STARTED",
661
- SKIPPED = "SKIPPED",
662
- SUCCEEDED = "SUCCEEDED"
663
- }
664
-
665
- export interface RecoveryInstanceDataReplicationInitiationStep {
666
-
667
- name?: RecoveryInstanceDataReplicationInitiationStepName | string;
668
-
669
- status?: RecoveryInstanceDataReplicationInitiationStepStatus | string;
670
- }
671
-
672
- export interface RecoveryInstanceDataReplicationInitiation {
673
-
674
- startDateTime?: string;
675
-
676
- steps?: RecoveryInstanceDataReplicationInitiationStep[];
677
- }
678
- export declare enum RecoveryInstanceDataReplicationState {
679
- BACKLOG = "BACKLOG",
680
- CONTINUOUS = "CONTINUOUS",
681
- CREATING_SNAPSHOT = "CREATING_SNAPSHOT",
682
- DISCONNECTED = "DISCONNECTED",
683
- INITIAL_SYNC = "INITIAL_SYNC",
684
- INITIATING = "INITIATING",
685
- PAUSED = "PAUSED",
686
- RESCAN = "RESCAN",
687
- STALLED = "STALLED",
688
- STOPPED = "STOPPED"
689
- }
690
-
691
- export interface RecoveryInstanceDataReplicationInfoReplicatedDisk {
692
-
693
- deviceName?: string;
694
-
695
- totalStorageBytes?: number;
696
-
697
- replicatedStorageBytes?: number;
698
-
699
- rescannedStorageBytes?: number;
700
-
701
- backloggedStorageBytes?: number;
702
- }
703
-
704
- export interface RecoveryInstanceDataReplicationInfo {
705
-
706
- lagDuration?: string;
707
-
708
- etaDateTime?: string;
709
-
710
- replicatedDisks?: RecoveryInstanceDataReplicationInfoReplicatedDisk[];
711
-
712
- dataReplicationState?: RecoveryInstanceDataReplicationState | string;
713
-
714
- dataReplicationInitiation?: RecoveryInstanceDataReplicationInitiation;
715
-
716
- dataReplicationError?: RecoveryInstanceDataReplicationError;
717
- }
718
- export declare enum EC2InstanceState {
719
- NOT_FOUND = "NOT_FOUND",
720
- PENDING = "PENDING",
721
- RUNNING = "RUNNING",
722
- SHUTTING_DOWN = "SHUTTING-DOWN",
723
- STOPPED = "STOPPED",
724
- STOPPING = "STOPPING",
725
- TERMINATED = "TERMINATED"
726
- }
727
- export declare enum FailbackState {
728
- FAILBACK_COMPLETED = "FAILBACK_COMPLETED",
729
- FAILBACK_ERROR = "FAILBACK_ERROR",
730
- FAILBACK_IN_PROGRESS = "FAILBACK_IN_PROGRESS",
731
- FAILBACK_NOT_STARTED = "FAILBACK_NOT_STARTED",
732
- FAILBACK_READY_FOR_LAUNCH = "FAILBACK_READY_FOR_LAUNCH"
733
- }
734
-
735
- export interface RecoveryInstanceFailback {
736
-
737
- failbackClientID?: string;
738
-
739
- failbackJobID?: string;
740
-
741
- failbackInitiationTime?: string;
742
-
743
- state?: FailbackState | string;
744
-
745
- agentLastSeenByServiceDateTime?: string;
746
-
747
- failbackClientLastSeenByServiceDateTime?: string;
748
-
749
- failbackToOriginalServer?: boolean;
750
-
751
- firstByteDateTime?: string;
752
-
753
- elapsedReplicationDuration?: string;
754
- }
755
-
756
- export interface RecoveryInstanceDisk {
757
-
758
- internalDeviceName?: string;
759
-
760
- bytes?: number;
761
-
762
- ebsVolumeID?: string;
763
- }
764
-
765
- export interface RecoveryInstanceProperties {
766
-
767
- lastUpdatedDateTime?: string;
768
-
769
- identificationHints?: IdentificationHints;
770
-
771
- networkInterfaces?: NetworkInterface[];
772
-
773
- disks?: RecoveryInstanceDisk[];
774
-
775
- cpus?: CPU[];
776
-
777
- ramBytes?: number;
778
-
779
- os?: OS;
780
- }
781
-
782
- export interface RecoveryInstance {
783
-
784
- ec2InstanceID?: string;
785
-
786
- ec2InstanceState?: EC2InstanceState | string;
787
-
788
- jobID?: string;
789
-
790
- recoveryInstanceID?: string;
791
-
792
- sourceServerID?: string;
793
-
794
- arn?: string;
795
-
796
- tags?: Record<string, string>;
797
-
798
- failback?: RecoveryInstanceFailback;
799
-
800
- dataReplicationInfo?: RecoveryInstanceDataReplicationInfo;
801
-
802
- recoveryInstanceProperties?: RecoveryInstanceProperties;
803
-
804
- pointInTimeSnapshotDateTime?: string;
805
-
806
- isDrill?: boolean;
807
- }
808
- export interface DescribeRecoveryInstancesResponse {
809
-
810
- nextToken?: string;
811
-
812
- items?: RecoveryInstance[];
813
- }
814
-
815
- export interface DescribeRecoverySnapshotsRequestFilters {
816
-
817
- fromDateTime?: string;
818
-
819
- toDateTime?: string;
820
- }
821
- export declare enum RecoverySnapshotsOrder {
822
- ASC = "ASC",
823
- DESC = "DESC"
824
- }
825
- export interface DescribeRecoverySnapshotsRequest {
826
-
827
- sourceServerID: string | undefined;
828
-
829
- filters?: DescribeRecoverySnapshotsRequestFilters;
830
-
831
- order?: RecoverySnapshotsOrder | string;
832
-
833
- maxResults?: number;
834
-
835
- nextToken?: string;
836
- }
837
-
838
- export interface RecoverySnapshot {
839
-
840
- snapshotID: string | undefined;
841
-
842
- sourceServerID: string | undefined;
843
-
844
- expectedTimestamp: string | undefined;
845
-
846
- timestamp?: string;
847
-
848
- ebsSnapshots?: string[];
849
- }
850
- export interface DescribeRecoverySnapshotsResponse {
851
-
852
- items?: RecoverySnapshot[];
853
-
854
- nextToken?: string;
855
- }
856
- export interface DescribeReplicationConfigurationTemplatesRequest {
857
-
858
- replicationConfigurationTemplateIDs?: string[];
859
-
860
- maxResults?: number;
861
-
862
- nextToken?: string;
863
- }
864
- export interface DescribeReplicationConfigurationTemplatesResponse {
865
-
866
- items?: ReplicationConfigurationTemplate[];
867
-
868
- nextToken?: string;
869
- }
870
-
871
- export interface DescribeSourceServersRequestFilters {
872
-
873
- sourceServerIDs?: string[];
874
-
875
- hardwareId?: string;
876
-
877
- stagingAccountIDs?: string[];
878
- }
879
- export interface DescribeSourceServersRequest {
880
-
881
- filters?: DescribeSourceServersRequestFilters;
882
-
883
- maxResults?: number;
884
-
885
- nextToken?: string;
886
- }
887
- export interface DescribeSourceServersResponse {
888
-
889
- items?: SourceServer[];
890
-
891
- nextToken?: string;
892
- }
893
- export interface DisconnectRecoveryInstanceRequest {
894
-
895
- recoveryInstanceID: string | undefined;
896
- }
897
- export interface DisconnectSourceServerRequest {
898
-
899
- sourceServerID: string | undefined;
900
- }
901
- export interface InitializeServiceRequest {
902
- }
903
- export interface InitializeServiceResponse {
904
- }
905
- export interface ListExtensibleSourceServersRequest {
906
-
907
- stagingAccountID: string | undefined;
908
-
909
- maxResults?: number;
910
-
911
- nextToken?: string;
912
- }
913
-
914
- export interface StagingSourceServer {
915
-
916
- hostname?: string;
917
-
918
- arn?: string;
919
-
920
- tags?: Record<string, string>;
921
- }
922
- export interface ListExtensibleSourceServersResponse {
923
-
924
- items?: StagingSourceServer[];
925
-
926
- nextToken?: string;
927
- }
928
- export interface ListStagingAccountsRequest {
929
-
930
- maxResults?: number;
931
-
932
- nextToken?: string;
933
- }
934
- export interface ListStagingAccountsResponse {
935
-
936
- accounts?: Account[];
937
-
938
- nextToken?: string;
939
- }
940
- export interface ListTagsForResourceRequest {
941
-
942
- resourceArn: string | undefined;
943
- }
944
- export interface ListTagsForResourceResponse {
945
-
946
- tags?: Record<string, string>;
947
- }
948
- export interface GetFailbackReplicationConfigurationRequest {
949
-
950
- recoveryInstanceID: string | undefined;
951
- }
952
- export interface GetFailbackReplicationConfigurationResponse {
953
-
954
- recoveryInstanceID: string | undefined;
955
-
956
- name?: string;
957
-
958
- bandwidthThrottling?: number;
959
-
960
- usePrivateIP?: boolean;
961
- }
962
- export interface StartFailbackLaunchRequest {
963
-
964
- recoveryInstanceIDs: string[] | undefined;
965
-
966
- tags?: Record<string, string>;
967
- }
968
- export interface StartFailbackLaunchResponse {
969
-
970
- job?: Job;
971
- }
972
- export interface StopFailbackRequest {
973
-
974
- recoveryInstanceID: string | undefined;
975
- }
976
- export interface TerminateRecoveryInstancesRequest {
977
-
978
- recoveryInstanceIDs: string[] | undefined;
979
- }
980
- export interface TerminateRecoveryInstancesResponse {
981
-
982
- job?: Job;
983
- }
984
- export interface UpdateFailbackReplicationConfigurationRequest {
985
-
986
- recoveryInstanceID: string | undefined;
987
-
988
- name?: string;
989
-
990
- bandwidthThrottling?: number;
991
-
992
- usePrivateIP?: boolean;
993
- }
994
- export interface UpdateReplicationConfigurationTemplateRequest {
995
-
996
- replicationConfigurationTemplateID: string | undefined;
997
-
998
- arn?: string;
999
-
1000
- stagingAreaSubnetId?: string;
1001
-
1002
- associateDefaultSecurityGroup?: boolean;
1003
-
1004
- replicationServersSecurityGroupsIDs?: string[];
1005
-
1006
- replicationServerInstanceType?: string;
1007
-
1008
- useDedicatedReplicationServer?: boolean;
1009
-
1010
- defaultLargeStagingDiskType?: ReplicationConfigurationDefaultLargeStagingDiskType | string;
1011
-
1012
- ebsEncryption?: ReplicationConfigurationEbsEncryption | string;
1013
-
1014
- ebsEncryptionKeyArn?: string;
1015
-
1016
- bandwidthThrottling?: number;
1017
-
1018
- dataPlaneRouting?: ReplicationConfigurationDataPlaneRouting | string;
1019
-
1020
- createPublicIP?: boolean;
1021
-
1022
- stagingAreaTags?: Record<string, string>;
1023
-
1024
- pitPolicy?: PITPolicyRule[];
1025
- }
1026
- export interface GetLaunchConfigurationRequest {
1027
-
1028
- sourceServerID: string | undefined;
1029
- }
1030
- export declare enum LaunchDisposition {
1031
- STARTED = "STARTED",
1032
- STOPPED = "STOPPED"
1033
- }
1034
-
1035
- export interface Licensing {
1036
-
1037
- osByol?: boolean;
1038
- }
1039
- export declare enum TargetInstanceTypeRightSizingMethod {
1040
- BASIC = "BASIC",
1041
- NONE = "NONE"
1042
- }
1043
- export interface LaunchConfiguration {
1044
-
1045
- sourceServerID?: string;
1046
-
1047
- name?: string;
1048
-
1049
- ec2LaunchTemplateID?: string;
1050
-
1051
- launchDisposition?: LaunchDisposition | string;
1052
-
1053
- targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | string;
1054
-
1055
- copyPrivateIp?: boolean;
1056
-
1057
- copyTags?: boolean;
1058
-
1059
- licensing?: Licensing;
1060
- }
1061
- export interface GetReplicationConfigurationRequest {
1062
-
1063
- sourceServerID: string | undefined;
1064
- }
1065
- export declare enum ReplicationConfigurationReplicatedDiskStagingDiskType {
1066
- AUTO = "AUTO",
1067
- GP2 = "GP2",
1068
- GP3 = "GP3",
1069
- IO1 = "IO1",
1070
- SC1 = "SC1",
1071
- ST1 = "ST1",
1072
- STANDARD = "STANDARD"
1073
- }
1074
-
1075
- export interface ReplicationConfigurationReplicatedDisk {
1076
-
1077
- deviceName?: string;
1078
-
1079
- isBootDisk?: boolean;
1080
-
1081
- stagingDiskType?: ReplicationConfigurationReplicatedDiskStagingDiskType | string;
1082
-
1083
- iops?: number;
1084
-
1085
- throughput?: number;
1086
-
1087
- optimizedStagingDiskType?: ReplicationConfigurationReplicatedDiskStagingDiskType | string;
1088
- }
1089
- export interface ReplicationConfiguration {
1090
-
1091
- sourceServerID?: string;
1092
-
1093
- name?: string;
1094
-
1095
- stagingAreaSubnetId?: string;
1096
-
1097
- associateDefaultSecurityGroup?: boolean;
1098
-
1099
- replicationServersSecurityGroupsIDs?: string[];
1100
-
1101
- replicationServerInstanceType?: string;
1102
-
1103
- useDedicatedReplicationServer?: boolean;
1104
-
1105
- defaultLargeStagingDiskType?: ReplicationConfigurationDefaultLargeStagingDiskType | string;
1106
-
1107
- replicatedDisks?: ReplicationConfigurationReplicatedDisk[];
1108
-
1109
- ebsEncryption?: ReplicationConfigurationEbsEncryption | string;
1110
-
1111
- ebsEncryptionKeyArn?: string;
1112
-
1113
- bandwidthThrottling?: number;
1114
-
1115
- dataPlaneRouting?: ReplicationConfigurationDataPlaneRouting | string;
1116
-
1117
- createPublicIP?: boolean;
1118
-
1119
- stagingAreaTags?: Record<string, string>;
1120
-
1121
- pitPolicy?: PITPolicyRule[];
1122
- }
1123
- export interface RetryDataReplicationRequest {
1124
-
1125
- sourceServerID: string | undefined;
1126
- }
1127
-
1128
- export interface StartRecoveryRequestSourceServer {
1129
-
1130
- sourceServerID: string | undefined;
1131
-
1132
- recoverySnapshotID?: string;
1133
- }
1134
- export interface StartRecoveryRequest {
1135
-
1136
- sourceServers: StartRecoveryRequestSourceServer[] | undefined;
1137
-
1138
- isDrill?: boolean;
1139
-
1140
- tags?: Record<string, string>;
1141
- }
1142
- export interface StartRecoveryResponse {
1143
-
1144
- job?: Job;
1145
- }
1146
- export interface UpdateLaunchConfigurationRequest {
1147
-
1148
- sourceServerID: string | undefined;
1149
-
1150
- name?: string;
1151
-
1152
- launchDisposition?: LaunchDisposition | string;
1153
-
1154
- targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | string;
1155
-
1156
- copyPrivateIp?: boolean;
1157
-
1158
- copyTags?: boolean;
1159
-
1160
- licensing?: Licensing;
1161
- }
1162
- export interface UpdateReplicationConfigurationRequest {
1163
-
1164
- sourceServerID: string | undefined;
1165
-
1166
- name?: string;
1167
-
1168
- stagingAreaSubnetId?: string;
1169
-
1170
- associateDefaultSecurityGroup?: boolean;
1171
-
1172
- replicationServersSecurityGroupsIDs?: string[];
1173
-
1174
- replicationServerInstanceType?: string;
1175
-
1176
- useDedicatedReplicationServer?: boolean;
1177
-
1178
- defaultLargeStagingDiskType?: ReplicationConfigurationDefaultLargeStagingDiskType | string;
1179
-
1180
- replicatedDisks?: ReplicationConfigurationReplicatedDisk[];
1181
-
1182
- ebsEncryption?: ReplicationConfigurationEbsEncryption | string;
1183
-
1184
- ebsEncryptionKeyArn?: string;
1185
-
1186
- bandwidthThrottling?: number;
1187
-
1188
- dataPlaneRouting?: ReplicationConfigurationDataPlaneRouting | string;
1189
-
1190
- createPublicIP?: boolean;
1191
-
1192
- stagingAreaTags?: Record<string, string>;
1193
-
1194
- pitPolicy?: PITPolicyRule[];
1195
- }
1196
- export interface TagResourceRequest {
1197
-
1198
- resourceArn: string | undefined;
1199
-
1200
- tags: Record<string, string> | undefined;
1201
- }
1202
- export interface UntagResourceRequest {
1203
-
1204
- resourceArn: string | undefined;
1205
-
1206
- tagKeys: string[] | undefined;
1207
- }
1208
-
1209
- export declare const AccountFilterSensitiveLog: (obj: Account) => any;
1210
-
1211
- export declare const ConversionPropertiesFilterSensitiveLog: (obj: ConversionProperties) => any;
1212
-
1213
- export declare const CPUFilterSensitiveLog: (obj: CPU) => any;
1214
-
1215
- export declare const CreateExtendedSourceServerRequestFilterSensitiveLog: (obj: CreateExtendedSourceServerRequest) => any;
1216
-
1217
- export declare const DataReplicationErrorFilterSensitiveLog: (obj: DataReplicationError) => any;
1218
-
1219
- export declare const DataReplicationInitiationStepFilterSensitiveLog: (obj: DataReplicationInitiationStep) => any;
1220
-
1221
- export declare const DataReplicationInitiationFilterSensitiveLog: (obj: DataReplicationInitiation) => any;
1222
-
1223
- export declare const DataReplicationInfoReplicatedDiskFilterSensitiveLog: (obj: DataReplicationInfoReplicatedDisk) => any;
1224
-
1225
- export declare const DataReplicationInfoFilterSensitiveLog: (obj: DataReplicationInfo) => any;
1226
-
1227
- export declare const LifeCycleLastLaunchInitiatedFilterSensitiveLog: (obj: LifeCycleLastLaunchInitiated) => any;
1228
-
1229
- export declare const LifeCycleLastLaunchFilterSensitiveLog: (obj: LifeCycleLastLaunch) => any;
1230
-
1231
- export declare const LifeCycleFilterSensitiveLog: (obj: LifeCycle) => any;
1232
-
1233
- export declare const DiskFilterSensitiveLog: (obj: Disk) => any;
1234
-
1235
- export declare const IdentificationHintsFilterSensitiveLog: (obj: IdentificationHints) => any;
1236
-
1237
- export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
1238
-
1239
- export declare const OSFilterSensitiveLog: (obj: OS) => any;
1240
-
1241
- export declare const SourcePropertiesFilterSensitiveLog: (obj: SourceProperties) => any;
1242
-
1243
- export declare const StagingAreaFilterSensitiveLog: (obj: StagingArea) => any;
1244
-
1245
- export declare const SourceServerFilterSensitiveLog: (obj: SourceServer) => any;
1246
-
1247
- export declare const CreateExtendedSourceServerResponseFilterSensitiveLog: (obj: CreateExtendedSourceServerResponse) => any;
1248
-
1249
- export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
1250
-
1251
- export declare const PITPolicyRuleFilterSensitiveLog: (obj: PITPolicyRule) => any;
1252
-
1253
- export declare const CreateReplicationConfigurationTemplateRequestFilterSensitiveLog: (obj: CreateReplicationConfigurationTemplateRequest) => any;
1254
-
1255
- export declare const ReplicationConfigurationTemplateFilterSensitiveLog: (obj: ReplicationConfigurationTemplate) => any;
1256
-
1257
- export declare const DeleteJobRequestFilterSensitiveLog: (obj: DeleteJobRequest) => any;
1258
-
1259
- export declare const DeleteJobResponseFilterSensitiveLog: (obj: DeleteJobResponse) => any;
1260
-
1261
- export declare const DeleteRecoveryInstanceRequestFilterSensitiveLog: (obj: DeleteRecoveryInstanceRequest) => any;
1262
-
1263
- export declare const DeleteReplicationConfigurationTemplateRequestFilterSensitiveLog: (obj: DeleteReplicationConfigurationTemplateRequest) => any;
1264
-
1265
- export declare const DeleteReplicationConfigurationTemplateResponseFilterSensitiveLog: (obj: DeleteReplicationConfigurationTemplateResponse) => any;
1266
-
1267
- export declare const DeleteSourceServerRequestFilterSensitiveLog: (obj: DeleteSourceServerRequest) => any;
1268
-
1269
- export declare const DeleteSourceServerResponseFilterSensitiveLog: (obj: DeleteSourceServerResponse) => any;
1270
-
1271
- export declare const DescribeJobLogItemsRequestFilterSensitiveLog: (obj: DescribeJobLogItemsRequest) => any;
1272
-
1273
- export declare const JobLogEventDataFilterSensitiveLog: (obj: JobLogEventData) => any;
1274
-
1275
- export declare const JobLogFilterSensitiveLog: (obj: JobLog) => any;
1276
-
1277
- export declare const DescribeJobLogItemsResponseFilterSensitiveLog: (obj: DescribeJobLogItemsResponse) => any;
1278
-
1279
- export declare const DescribeJobsRequestFiltersFilterSensitiveLog: (obj: DescribeJobsRequestFilters) => any;
1280
-
1281
- export declare const DescribeJobsRequestFilterSensitiveLog: (obj: DescribeJobsRequest) => any;
1282
-
1283
- export declare const ParticipatingServerFilterSensitiveLog: (obj: ParticipatingServer) => any;
1284
-
1285
- export declare const JobFilterSensitiveLog: (obj: Job) => any;
1286
-
1287
- export declare const DescribeJobsResponseFilterSensitiveLog: (obj: DescribeJobsResponse) => any;
1288
-
1289
- export declare const DescribeRecoveryInstancesRequestFiltersFilterSensitiveLog: (obj: DescribeRecoveryInstancesRequestFilters) => any;
1290
-
1291
- export declare const DescribeRecoveryInstancesRequestFilterSensitiveLog: (obj: DescribeRecoveryInstancesRequest) => any;
1292
-
1293
- export declare const RecoveryInstanceDataReplicationErrorFilterSensitiveLog: (obj: RecoveryInstanceDataReplicationError) => any;
1294
-
1295
- export declare const RecoveryInstanceDataReplicationInitiationStepFilterSensitiveLog: (obj: RecoveryInstanceDataReplicationInitiationStep) => any;
1296
-
1297
- export declare const RecoveryInstanceDataReplicationInitiationFilterSensitiveLog: (obj: RecoveryInstanceDataReplicationInitiation) => any;
1298
-
1299
- export declare const RecoveryInstanceDataReplicationInfoReplicatedDiskFilterSensitiveLog: (obj: RecoveryInstanceDataReplicationInfoReplicatedDisk) => any;
1300
-
1301
- export declare const RecoveryInstanceDataReplicationInfoFilterSensitiveLog: (obj: RecoveryInstanceDataReplicationInfo) => any;
1302
-
1303
- export declare const RecoveryInstanceFailbackFilterSensitiveLog: (obj: RecoveryInstanceFailback) => any;
1304
-
1305
- export declare const RecoveryInstanceDiskFilterSensitiveLog: (obj: RecoveryInstanceDisk) => any;
1306
-
1307
- export declare const RecoveryInstancePropertiesFilterSensitiveLog: (obj: RecoveryInstanceProperties) => any;
1308
-
1309
- export declare const RecoveryInstanceFilterSensitiveLog: (obj: RecoveryInstance) => any;
1310
-
1311
- export declare const DescribeRecoveryInstancesResponseFilterSensitiveLog: (obj: DescribeRecoveryInstancesResponse) => any;
1312
-
1313
- export declare const DescribeRecoverySnapshotsRequestFiltersFilterSensitiveLog: (obj: DescribeRecoverySnapshotsRequestFilters) => any;
1314
-
1315
- export declare const DescribeRecoverySnapshotsRequestFilterSensitiveLog: (obj: DescribeRecoverySnapshotsRequest) => any;
1316
-
1317
- export declare const RecoverySnapshotFilterSensitiveLog: (obj: RecoverySnapshot) => any;
1318
-
1319
- export declare const DescribeRecoverySnapshotsResponseFilterSensitiveLog: (obj: DescribeRecoverySnapshotsResponse) => any;
1320
-
1321
- export declare const DescribeReplicationConfigurationTemplatesRequestFilterSensitiveLog: (obj: DescribeReplicationConfigurationTemplatesRequest) => any;
1322
-
1323
- export declare const DescribeReplicationConfigurationTemplatesResponseFilterSensitiveLog: (obj: DescribeReplicationConfigurationTemplatesResponse) => any;
1324
-
1325
- export declare const DescribeSourceServersRequestFiltersFilterSensitiveLog: (obj: DescribeSourceServersRequestFilters) => any;
1326
-
1327
- export declare const DescribeSourceServersRequestFilterSensitiveLog: (obj: DescribeSourceServersRequest) => any;
1328
-
1329
- export declare const DescribeSourceServersResponseFilterSensitiveLog: (obj: DescribeSourceServersResponse) => any;
1330
-
1331
- export declare const DisconnectRecoveryInstanceRequestFilterSensitiveLog: (obj: DisconnectRecoveryInstanceRequest) => any;
1332
-
1333
- export declare const DisconnectSourceServerRequestFilterSensitiveLog: (obj: DisconnectSourceServerRequest) => any;
1334
-
1335
- export declare const InitializeServiceRequestFilterSensitiveLog: (obj: InitializeServiceRequest) => any;
1336
-
1337
- export declare const InitializeServiceResponseFilterSensitiveLog: (obj: InitializeServiceResponse) => any;
1338
-
1339
- export declare const ListExtensibleSourceServersRequestFilterSensitiveLog: (obj: ListExtensibleSourceServersRequest) => any;
1340
-
1341
- export declare const StagingSourceServerFilterSensitiveLog: (obj: StagingSourceServer) => any;
1342
-
1343
- export declare const ListExtensibleSourceServersResponseFilterSensitiveLog: (obj: ListExtensibleSourceServersResponse) => any;
1344
-
1345
- export declare const ListStagingAccountsRequestFilterSensitiveLog: (obj: ListStagingAccountsRequest) => any;
1346
-
1347
- export declare const ListStagingAccountsResponseFilterSensitiveLog: (obj: ListStagingAccountsResponse) => any;
1348
-
1349
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1350
-
1351
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1352
-
1353
- export declare const GetFailbackReplicationConfigurationRequestFilterSensitiveLog: (obj: GetFailbackReplicationConfigurationRequest) => any;
1354
-
1355
- export declare const GetFailbackReplicationConfigurationResponseFilterSensitiveLog: (obj: GetFailbackReplicationConfigurationResponse) => any;
1356
-
1357
- export declare const StartFailbackLaunchRequestFilterSensitiveLog: (obj: StartFailbackLaunchRequest) => any;
1358
-
1359
- export declare const StartFailbackLaunchResponseFilterSensitiveLog: (obj: StartFailbackLaunchResponse) => any;
1360
-
1361
- export declare const StopFailbackRequestFilterSensitiveLog: (obj: StopFailbackRequest) => any;
1362
-
1363
- export declare const TerminateRecoveryInstancesRequestFilterSensitiveLog: (obj: TerminateRecoveryInstancesRequest) => any;
1364
-
1365
- export declare const TerminateRecoveryInstancesResponseFilterSensitiveLog: (obj: TerminateRecoveryInstancesResponse) => any;
1366
-
1367
- export declare const UpdateFailbackReplicationConfigurationRequestFilterSensitiveLog: (obj: UpdateFailbackReplicationConfigurationRequest) => any;
1368
-
1369
- export declare const UpdateReplicationConfigurationTemplateRequestFilterSensitiveLog: (obj: UpdateReplicationConfigurationTemplateRequest) => any;
1370
-
1371
- export declare const GetLaunchConfigurationRequestFilterSensitiveLog: (obj: GetLaunchConfigurationRequest) => any;
1372
-
1373
- export declare const LicensingFilterSensitiveLog: (obj: Licensing) => any;
1374
-
1375
- export declare const LaunchConfigurationFilterSensitiveLog: (obj: LaunchConfiguration) => any;
1376
-
1377
- export declare const GetReplicationConfigurationRequestFilterSensitiveLog: (obj: GetReplicationConfigurationRequest) => any;
1378
-
1379
- export declare const ReplicationConfigurationReplicatedDiskFilterSensitiveLog: (obj: ReplicationConfigurationReplicatedDisk) => any;
1380
-
1381
- export declare const ReplicationConfigurationFilterSensitiveLog: (obj: ReplicationConfiguration) => any;
1382
-
1383
- export declare const RetryDataReplicationRequestFilterSensitiveLog: (obj: RetryDataReplicationRequest) => any;
1384
-
1385
- export declare const StartRecoveryRequestSourceServerFilterSensitiveLog: (obj: StartRecoveryRequestSourceServer) => any;
1386
-
1387
- export declare const StartRecoveryRequestFilterSensitiveLog: (obj: StartRecoveryRequest) => any;
1388
-
1389
- export declare const StartRecoveryResponseFilterSensitiveLog: (obj: StartRecoveryResponse) => any;
1390
-
1391
- export declare const UpdateLaunchConfigurationRequestFilterSensitiveLog: (obj: UpdateLaunchConfigurationRequest) => any;
1392
-
1393
- export declare const UpdateReplicationConfigurationRequestFilterSensitiveLog: (obj: UpdateReplicationConfigurationRequest) => any;
1394
-
1395
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1396
-
1397
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { DrsServiceException as __BaseException } from "./DrsServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ code?: string;
7
+ constructor(
8
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
+ );
10
+ }
11
+ export interface Account {
12
+ accountID?: string;
13
+ }
14
+ export declare class ConflictException extends __BaseException {
15
+ readonly name: "ConflictException";
16
+ readonly $fault: "client";
17
+ code?: string;
18
+ resourceId?: string;
19
+ resourceType?: string;
20
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
21
+ }
22
+ export interface ConversionProperties {
23
+ volumeToConversionMap?: Record<string, Record<string, string>>;
24
+ rootVolumeName?: string;
25
+ forceUefi?: boolean;
26
+ dataTimestamp?: string;
27
+ volumeToVolumeSize?: Record<string, number>;
28
+ }
29
+ export interface CPU {
30
+ cores?: number;
31
+ modelName?: string;
32
+ }
33
+ export interface CreateExtendedSourceServerRequest {
34
+ sourceServerArn: string | undefined;
35
+ tags?: Record<string, string>;
36
+ }
37
+ export declare enum DataReplicationErrorString {
38
+ AGENT_NOT_SEEN = "AGENT_NOT_SEEN",
39
+ FAILED_TO_ATTACH_STAGING_DISKS = "FAILED_TO_ATTACH_STAGING_DISKS",
40
+ FAILED_TO_AUTHENTICATE_WITH_SERVICE = "FAILED_TO_AUTHENTICATE_WITH_SERVICE",
41
+ FAILED_TO_BOOT_REPLICATION_SERVER = "FAILED_TO_BOOT_REPLICATION_SERVER",
42
+ FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER = "FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER",
43
+ FAILED_TO_CREATE_SECURITY_GROUP = "FAILED_TO_CREATE_SECURITY_GROUP",
44
+ FAILED_TO_CREATE_STAGING_DISKS = "FAILED_TO_CREATE_STAGING_DISKS",
45
+ FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE = "FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE",
46
+ FAILED_TO_LAUNCH_REPLICATION_SERVER = "FAILED_TO_LAUNCH_REPLICATION_SERVER",
47
+ FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT = "FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT",
48
+ FAILED_TO_START_DATA_TRANSFER = "FAILED_TO_START_DATA_TRANSFER",
49
+ NOT_CONVERGING = "NOT_CONVERGING",
50
+ SNAPSHOTS_FAILURE = "SNAPSHOTS_FAILURE",
51
+ UNSTABLE_NETWORK = "UNSTABLE_NETWORK",
52
+ }
53
+ export interface DataReplicationError {
54
+ error?: DataReplicationErrorString | string;
55
+ rawError?: string;
56
+ }
57
+ export declare enum DataReplicationInitiationStepName {
58
+ ATTACH_STAGING_DISKS = "ATTACH_STAGING_DISKS",
59
+ AUTHENTICATE_WITH_SERVICE = "AUTHENTICATE_WITH_SERVICE",
60
+ BOOT_REPLICATION_SERVER = "BOOT_REPLICATION_SERVER",
61
+ CONNECT_AGENT_TO_REPLICATION_SERVER = "CONNECT_AGENT_TO_REPLICATION_SERVER",
62
+ CREATE_SECURITY_GROUP = "CREATE_SECURITY_GROUP",
63
+ CREATE_STAGING_DISKS = "CREATE_STAGING_DISKS",
64
+ DOWNLOAD_REPLICATION_SOFTWARE = "DOWNLOAD_REPLICATION_SOFTWARE",
65
+ LAUNCH_REPLICATION_SERVER = "LAUNCH_REPLICATION_SERVER",
66
+ PAIR_REPLICATION_SERVER_WITH_AGENT = "PAIR_REPLICATION_SERVER_WITH_AGENT",
67
+ START_DATA_TRANSFER = "START_DATA_TRANSFER",
68
+ WAIT = "WAIT",
69
+ }
70
+ export declare enum DataReplicationInitiationStepStatus {
71
+ FAILED = "FAILED",
72
+ IN_PROGRESS = "IN_PROGRESS",
73
+ NOT_STARTED = "NOT_STARTED",
74
+ SKIPPED = "SKIPPED",
75
+ SUCCEEDED = "SUCCEEDED",
76
+ }
77
+ export interface DataReplicationInitiationStep {
78
+ name?: DataReplicationInitiationStepName | string;
79
+ status?: DataReplicationInitiationStepStatus | string;
80
+ }
81
+ export interface DataReplicationInitiation {
82
+ startDateTime?: string;
83
+ nextAttemptDateTime?: string;
84
+ steps?: DataReplicationInitiationStep[];
85
+ }
86
+ export declare enum DataReplicationState {
87
+ BACKLOG = "BACKLOG",
88
+ CONTINUOUS = "CONTINUOUS",
89
+ CREATING_SNAPSHOT = "CREATING_SNAPSHOT",
90
+ DISCONNECTED = "DISCONNECTED",
91
+ INITIAL_SYNC = "INITIAL_SYNC",
92
+ INITIATING = "INITIATING",
93
+ PAUSED = "PAUSED",
94
+ RESCAN = "RESCAN",
95
+ STALLED = "STALLED",
96
+ STOPPED = "STOPPED",
97
+ }
98
+ export interface DataReplicationInfoReplicatedDisk {
99
+ deviceName?: string;
100
+ totalStorageBytes?: number;
101
+ replicatedStorageBytes?: number;
102
+ rescannedStorageBytes?: number;
103
+ backloggedStorageBytes?: number;
104
+ }
105
+ export interface DataReplicationInfo {
106
+ lagDuration?: string;
107
+ etaDateTime?: string;
108
+ replicatedDisks?: DataReplicationInfoReplicatedDisk[];
109
+ dataReplicationState?: DataReplicationState | string;
110
+ dataReplicationInitiation?: DataReplicationInitiation;
111
+ dataReplicationError?: DataReplicationError;
112
+ }
113
+ export declare enum LastLaunchResult {
114
+ FAILED = "FAILED",
115
+ NOT_STARTED = "NOT_STARTED",
116
+ PENDING = "PENDING",
117
+ SUCCEEDED = "SUCCEEDED",
118
+ }
119
+ export declare enum LastLaunchType {
120
+ DRILL = "DRILL",
121
+ RECOVERY = "RECOVERY",
122
+ }
123
+ export interface LifeCycleLastLaunchInitiated {
124
+ apiCallDateTime?: string;
125
+ jobID?: string;
126
+ type?: LastLaunchType | string;
127
+ }
128
+ export interface LifeCycleLastLaunch {
129
+ initiated?: LifeCycleLastLaunchInitiated;
130
+ }
131
+ export interface LifeCycle {
132
+ addedToServiceDateTime?: string;
133
+ firstByteDateTime?: string;
134
+ elapsedReplicationDuration?: string;
135
+ lastSeenByServiceDateTime?: string;
136
+ lastLaunch?: LifeCycleLastLaunch;
137
+ }
138
+ export interface Disk {
139
+ deviceName?: string;
140
+ bytes?: number;
141
+ }
142
+ export interface IdentificationHints {
143
+ fqdn?: string;
144
+ hostname?: string;
145
+ vmWareUuid?: string;
146
+ awsInstanceID?: string;
147
+ }
148
+ export interface NetworkInterface {
149
+ macAddress?: string;
150
+ ips?: string[];
151
+ isPrimary?: boolean;
152
+ }
153
+ export interface OS {
154
+ fullString?: string;
155
+ }
156
+ export interface SourceProperties {
157
+ lastUpdatedDateTime?: string;
158
+ recommendedInstanceType?: string;
159
+ identificationHints?: IdentificationHints;
160
+ networkInterfaces?: NetworkInterface[];
161
+ disks?: Disk[];
162
+ cpus?: CPU[];
163
+ ramBytes?: number;
164
+ os?: OS;
165
+ }
166
+ export declare enum ExtensionStatus {
167
+ EXTENDED = "EXTENDED",
168
+ EXTENSION_ERROR = "EXTENSION_ERROR",
169
+ NOT_EXTENDED = "NOT_EXTENDED",
170
+ }
171
+ export interface StagingArea {
172
+ status?: ExtensionStatus | string;
173
+ stagingAccountID?: string;
174
+ stagingSourceServerArn?: string;
175
+ errorMessage?: string;
176
+ }
177
+ export interface SourceServer {
178
+ sourceServerID?: string;
179
+ arn?: string;
180
+ tags?: Record<string, string>;
181
+ recoveryInstanceId?: string;
182
+ lastLaunchResult?: LastLaunchResult | string;
183
+ dataReplicationInfo?: DataReplicationInfo;
184
+ lifeCycle?: LifeCycle;
185
+ sourceProperties?: SourceProperties;
186
+ stagingArea?: StagingArea;
187
+ }
188
+ export interface CreateExtendedSourceServerResponse {
189
+ sourceServer?: SourceServer;
190
+ }
191
+ export declare class InternalServerException extends __BaseException {
192
+ readonly name: "InternalServerException";
193
+ readonly $fault: "server";
194
+ retryAfterSeconds?: number;
195
+ constructor(
196
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
197
+ );
198
+ }
199
+ export declare class ResourceNotFoundException extends __BaseException {
200
+ readonly name: "ResourceNotFoundException";
201
+ readonly $fault: "client";
202
+ code?: string;
203
+ resourceId?: string;
204
+ resourceType?: string;
205
+ constructor(
206
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
207
+ );
208
+ }
209
+ export declare class ServiceQuotaExceededException extends __BaseException {
210
+ readonly name: "ServiceQuotaExceededException";
211
+ readonly $fault: "client";
212
+ code?: string;
213
+ resourceId?: string;
214
+ resourceType?: string;
215
+ serviceCode?: string;
216
+ quotaCode?: string;
217
+ constructor(
218
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
219
+ );
220
+ }
221
+ export declare class ThrottlingException extends __BaseException {
222
+ readonly name: "ThrottlingException";
223
+ readonly $fault: "client";
224
+ serviceCode?: string;
225
+ quotaCode?: string;
226
+ retryAfterSeconds?: string;
227
+ constructor(
228
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
229
+ );
230
+ }
231
+ export declare class UninitializedAccountException extends __BaseException {
232
+ readonly name: "UninitializedAccountException";
233
+ readonly $fault: "client";
234
+ code?: string;
235
+ constructor(
236
+ opts: __ExceptionOptionType<UninitializedAccountException, __BaseException>
237
+ );
238
+ }
239
+ export interface ValidationExceptionField {
240
+ name?: string;
241
+ message?: string;
242
+ }
243
+ export declare enum ValidationExceptionReason {
244
+ CANNOT_PARSE = "cannotParse",
245
+ FIELD_VALIDATION_FAILED = "fieldValidationFailed",
246
+ OTHER = "other",
247
+ UNKNOWN_OPERATION = "unknownOperation",
248
+ }
249
+ export declare class ValidationException extends __BaseException {
250
+ readonly name: "ValidationException";
251
+ readonly $fault: "client";
252
+ code?: string;
253
+ reason?: ValidationExceptionReason | string;
254
+ fieldList?: ValidationExceptionField[];
255
+ constructor(
256
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
257
+ );
258
+ }
259
+ export declare enum ReplicationConfigurationDataPlaneRouting {
260
+ PRIVATE_IP = "PRIVATE_IP",
261
+ PUBLIC_IP = "PUBLIC_IP",
262
+ }
263
+ export declare enum ReplicationConfigurationDefaultLargeStagingDiskType {
264
+ AUTO = "AUTO",
265
+ GP2 = "GP2",
266
+ GP3 = "GP3",
267
+ ST1 = "ST1",
268
+ }
269
+ export declare enum ReplicationConfigurationEbsEncryption {
270
+ CUSTOM = "CUSTOM",
271
+ DEFAULT = "DEFAULT",
272
+ }
273
+ export declare enum PITPolicyRuleUnits {
274
+ DAY = "DAY",
275
+ HOUR = "HOUR",
276
+ MINUTE = "MINUTE",
277
+ }
278
+ export interface PITPolicyRule {
279
+ ruleID?: number;
280
+ units: PITPolicyRuleUnits | string | undefined;
281
+ interval: number | undefined;
282
+ retentionDuration: number | undefined;
283
+ enabled?: boolean;
284
+ }
285
+ export interface CreateReplicationConfigurationTemplateRequest {
286
+ stagingAreaSubnetId: string | undefined;
287
+ associateDefaultSecurityGroup: boolean | undefined;
288
+ replicationServersSecurityGroupsIDs: string[] | undefined;
289
+ replicationServerInstanceType: string | undefined;
290
+ useDedicatedReplicationServer: boolean | undefined;
291
+ defaultLargeStagingDiskType:
292
+ | ReplicationConfigurationDefaultLargeStagingDiskType
293
+ | string
294
+ | undefined;
295
+ ebsEncryption: ReplicationConfigurationEbsEncryption | string | undefined;
296
+ ebsEncryptionKeyArn?: string;
297
+ bandwidthThrottling: number | undefined;
298
+ dataPlaneRouting:
299
+ | ReplicationConfigurationDataPlaneRouting
300
+ | string
301
+ | undefined;
302
+ createPublicIP: boolean | undefined;
303
+ stagingAreaTags: Record<string, string> | undefined;
304
+ pitPolicy: PITPolicyRule[] | undefined;
305
+ tags?: Record<string, string>;
306
+ }
307
+ export interface ReplicationConfigurationTemplate {
308
+ replicationConfigurationTemplateID: string | undefined;
309
+ arn?: string;
310
+ stagingAreaSubnetId?: string;
311
+ associateDefaultSecurityGroup?: boolean;
312
+ replicationServersSecurityGroupsIDs?: string[];
313
+ replicationServerInstanceType?: string;
314
+ useDedicatedReplicationServer?: boolean;
315
+ defaultLargeStagingDiskType?:
316
+ | ReplicationConfigurationDefaultLargeStagingDiskType
317
+ | string;
318
+ ebsEncryption?: ReplicationConfigurationEbsEncryption | string;
319
+ ebsEncryptionKeyArn?: string;
320
+ bandwidthThrottling?: number;
321
+ dataPlaneRouting?: ReplicationConfigurationDataPlaneRouting | string;
322
+ createPublicIP?: boolean;
323
+ stagingAreaTags?: Record<string, string>;
324
+ tags?: Record<string, string>;
325
+ pitPolicy?: PITPolicyRule[];
326
+ }
327
+ export interface DeleteJobRequest {
328
+ jobID: string | undefined;
329
+ }
330
+ export interface DeleteJobResponse {}
331
+ export interface DeleteRecoveryInstanceRequest {
332
+ recoveryInstanceID: string | undefined;
333
+ }
334
+ export interface DeleteReplicationConfigurationTemplateRequest {
335
+ replicationConfigurationTemplateID: string | undefined;
336
+ }
337
+ export interface DeleteReplicationConfigurationTemplateResponse {}
338
+ export interface DeleteSourceServerRequest {
339
+ sourceServerID: string | undefined;
340
+ }
341
+ export interface DeleteSourceServerResponse {}
342
+ export interface DescribeJobLogItemsRequest {
343
+ jobID: string | undefined;
344
+ maxResults?: number;
345
+ nextToken?: string;
346
+ }
347
+ export declare enum JobLogEvent {
348
+ CLEANUP_END = "CLEANUP_END",
349
+ CLEANUP_FAIL = "CLEANUP_FAIL",
350
+ CLEANUP_START = "CLEANUP_START",
351
+ CONVERSION_END = "CONVERSION_END",
352
+ CONVERSION_FAIL = "CONVERSION_FAIL",
353
+ CONVERSION_START = "CONVERSION_START",
354
+ JOB_CANCEL = "JOB_CANCEL",
355
+ JOB_END = "JOB_END",
356
+ JOB_START = "JOB_START",
357
+ LAUNCH_FAILED = "LAUNCH_FAILED",
358
+ LAUNCH_START = "LAUNCH_START",
359
+ SERVER_SKIPPED = "SERVER_SKIPPED",
360
+ SNAPSHOT_END = "SNAPSHOT_END",
361
+ SNAPSHOT_FAIL = "SNAPSHOT_FAIL",
362
+ SNAPSHOT_START = "SNAPSHOT_START",
363
+ USING_PREVIOUS_SNAPSHOT = "USING_PREVIOUS_SNAPSHOT",
364
+ USING_PREVIOUS_SNAPSHOT_FAILED = "USING_PREVIOUS_SNAPSHOT_FAILED",
365
+ }
366
+ export interface JobLogEventData {
367
+ sourceServerID?: string;
368
+ conversionServerID?: string;
369
+ targetInstanceID?: string;
370
+ rawError?: string;
371
+ conversionProperties?: ConversionProperties;
372
+ }
373
+ export interface JobLog {
374
+ logDateTime?: string;
375
+ event?: JobLogEvent | string;
376
+ eventData?: JobLogEventData;
377
+ }
378
+ export interface DescribeJobLogItemsResponse {
379
+ items?: JobLog[];
380
+ nextToken?: string;
381
+ }
382
+ export interface DescribeJobsRequestFilters {
383
+ jobIDs?: string[];
384
+ fromDate?: string;
385
+ toDate?: string;
386
+ }
387
+ export interface DescribeJobsRequest {
388
+ filters?: DescribeJobsRequestFilters;
389
+ maxResults?: number;
390
+ nextToken?: string;
391
+ }
392
+ export declare enum InitiatedBy {
393
+ DIAGNOSTIC = "DIAGNOSTIC",
394
+ FAILBACK = "FAILBACK",
395
+ START_DRILL = "START_DRILL",
396
+ START_RECOVERY = "START_RECOVERY",
397
+ TARGET_ACCOUNT = "TARGET_ACCOUNT",
398
+ TERMINATE_RECOVERY_INSTANCES = "TERMINATE_RECOVERY_INSTANCES",
399
+ }
400
+ export declare enum LaunchStatus {
401
+ FAILED = "FAILED",
402
+ IN_PROGRESS = "IN_PROGRESS",
403
+ LAUNCHED = "LAUNCHED",
404
+ PENDING = "PENDING",
405
+ TERMINATED = "TERMINATED",
406
+ }
407
+ export interface ParticipatingServer {
408
+ sourceServerID?: string;
409
+ recoveryInstanceID?: string;
410
+ launchStatus?: LaunchStatus | string;
411
+ }
412
+ export declare enum JobStatus {
413
+ COMPLETED = "COMPLETED",
414
+ PENDING = "PENDING",
415
+ STARTED = "STARTED",
416
+ }
417
+ export declare enum JobType {
418
+ CREATE_CONVERTED_SNAPSHOT = "CREATE_CONVERTED_SNAPSHOT",
419
+ LAUNCH = "LAUNCH",
420
+ TERMINATE = "TERMINATE",
421
+ }
422
+ export interface Job {
423
+ jobID: string | undefined;
424
+ arn?: string;
425
+ type?: JobType | string;
426
+ initiatedBy?: InitiatedBy | string;
427
+ creationDateTime?: string;
428
+ endDateTime?: string;
429
+ status?: JobStatus | string;
430
+ participatingServers?: ParticipatingServer[];
431
+ tags?: Record<string, string>;
432
+ }
433
+ export interface DescribeJobsResponse {
434
+ items?: Job[];
435
+ nextToken?: string;
436
+ }
437
+ export interface DescribeRecoveryInstancesRequestFilters {
438
+ recoveryInstanceIDs?: string[];
439
+ sourceServerIDs?: string[];
440
+ }
441
+ export interface DescribeRecoveryInstancesRequest {
442
+ filters?: DescribeRecoveryInstancesRequestFilters;
443
+ maxResults?: number;
444
+ nextToken?: string;
445
+ }
446
+ export declare enum FailbackReplicationError {
447
+ AGENT_NOT_SEEN = "AGENT_NOT_SEEN",
448
+ FAILBACK_CLIENT_NOT_SEEN = "FAILBACK_CLIENT_NOT_SEEN",
449
+ FAILED_TO_CONFIGURE_REPLICATION_SOFTWARE = "FAILED_TO_CONFIGURE_REPLICATION_SOFTWARE",
450
+ FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT = "FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT",
451
+ FAILED_TO_ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION = "FAILED_TO_ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION",
452
+ FAILED_TO_ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION = "FAILED_TO_ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION",
453
+ FAILED_TO_PAIR_AGENT_WITH_REPLICATION_SOFTWARE = "FAILED_TO_PAIR_AGENT_WITH_REPLICATION_SOFTWARE",
454
+ NOT_CONVERGING = "NOT_CONVERGING",
455
+ UNSTABLE_NETWORK = "UNSTABLE_NETWORK",
456
+ }
457
+ export interface RecoveryInstanceDataReplicationError {
458
+ error?: FailbackReplicationError | string;
459
+ rawError?: string;
460
+ }
461
+ export declare enum RecoveryInstanceDataReplicationInitiationStepName {
462
+ COMPLETE_VOLUME_MAPPING = "COMPLETE_VOLUME_MAPPING",
463
+ CONFIGURE_REPLICATION_SOFTWARE = "CONFIGURE_REPLICATION_SOFTWARE",
464
+ DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT = "DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT",
465
+ ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION = "ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION",
466
+ ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION = "ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION",
467
+ LINK_FAILBACK_CLIENT_WITH_RECOVERY_INSTANCE = "LINK_FAILBACK_CLIENT_WITH_RECOVERY_INSTANCE",
468
+ PAIR_AGENT_WITH_REPLICATION_SOFTWARE = "PAIR_AGENT_WITH_REPLICATION_SOFTWARE",
469
+ }
470
+ export declare enum RecoveryInstanceDataReplicationInitiationStepStatus {
471
+ FAILED = "FAILED",
472
+ IN_PROGRESS = "IN_PROGRESS",
473
+ NOT_STARTED = "NOT_STARTED",
474
+ SKIPPED = "SKIPPED",
475
+ SUCCEEDED = "SUCCEEDED",
476
+ }
477
+ export interface RecoveryInstanceDataReplicationInitiationStep {
478
+ name?: RecoveryInstanceDataReplicationInitiationStepName | string;
479
+ status?: RecoveryInstanceDataReplicationInitiationStepStatus | string;
480
+ }
481
+ export interface RecoveryInstanceDataReplicationInitiation {
482
+ startDateTime?: string;
483
+ steps?: RecoveryInstanceDataReplicationInitiationStep[];
484
+ }
485
+ export declare enum RecoveryInstanceDataReplicationState {
486
+ BACKLOG = "BACKLOG",
487
+ CONTINUOUS = "CONTINUOUS",
488
+ CREATING_SNAPSHOT = "CREATING_SNAPSHOT",
489
+ DISCONNECTED = "DISCONNECTED",
490
+ INITIAL_SYNC = "INITIAL_SYNC",
491
+ INITIATING = "INITIATING",
492
+ PAUSED = "PAUSED",
493
+ RESCAN = "RESCAN",
494
+ STALLED = "STALLED",
495
+ STOPPED = "STOPPED",
496
+ }
497
+ export interface RecoveryInstanceDataReplicationInfoReplicatedDisk {
498
+ deviceName?: string;
499
+ totalStorageBytes?: number;
500
+ replicatedStorageBytes?: number;
501
+ rescannedStorageBytes?: number;
502
+ backloggedStorageBytes?: number;
503
+ }
504
+ export interface RecoveryInstanceDataReplicationInfo {
505
+ lagDuration?: string;
506
+ etaDateTime?: string;
507
+ replicatedDisks?: RecoveryInstanceDataReplicationInfoReplicatedDisk[];
508
+ dataReplicationState?: RecoveryInstanceDataReplicationState | string;
509
+ dataReplicationInitiation?: RecoveryInstanceDataReplicationInitiation;
510
+ dataReplicationError?: RecoveryInstanceDataReplicationError;
511
+ }
512
+ export declare enum EC2InstanceState {
513
+ NOT_FOUND = "NOT_FOUND",
514
+ PENDING = "PENDING",
515
+ RUNNING = "RUNNING",
516
+ SHUTTING_DOWN = "SHUTTING-DOWN",
517
+ STOPPED = "STOPPED",
518
+ STOPPING = "STOPPING",
519
+ TERMINATED = "TERMINATED",
520
+ }
521
+ export declare enum FailbackState {
522
+ FAILBACK_COMPLETED = "FAILBACK_COMPLETED",
523
+ FAILBACK_ERROR = "FAILBACK_ERROR",
524
+ FAILBACK_IN_PROGRESS = "FAILBACK_IN_PROGRESS",
525
+ FAILBACK_NOT_STARTED = "FAILBACK_NOT_STARTED",
526
+ FAILBACK_READY_FOR_LAUNCH = "FAILBACK_READY_FOR_LAUNCH",
527
+ }
528
+ export interface RecoveryInstanceFailback {
529
+ failbackClientID?: string;
530
+ failbackJobID?: string;
531
+ failbackInitiationTime?: string;
532
+ state?: FailbackState | string;
533
+ agentLastSeenByServiceDateTime?: string;
534
+ failbackClientLastSeenByServiceDateTime?: string;
535
+ failbackToOriginalServer?: boolean;
536
+ firstByteDateTime?: string;
537
+ elapsedReplicationDuration?: string;
538
+ }
539
+ export interface RecoveryInstanceDisk {
540
+ internalDeviceName?: string;
541
+ bytes?: number;
542
+ ebsVolumeID?: string;
543
+ }
544
+ export interface RecoveryInstanceProperties {
545
+ lastUpdatedDateTime?: string;
546
+ identificationHints?: IdentificationHints;
547
+ networkInterfaces?: NetworkInterface[];
548
+ disks?: RecoveryInstanceDisk[];
549
+ cpus?: CPU[];
550
+ ramBytes?: number;
551
+ os?: OS;
552
+ }
553
+ export interface RecoveryInstance {
554
+ ec2InstanceID?: string;
555
+ ec2InstanceState?: EC2InstanceState | string;
556
+ jobID?: string;
557
+ recoveryInstanceID?: string;
558
+ sourceServerID?: string;
559
+ arn?: string;
560
+ tags?: Record<string, string>;
561
+ failback?: RecoveryInstanceFailback;
562
+ dataReplicationInfo?: RecoveryInstanceDataReplicationInfo;
563
+ recoveryInstanceProperties?: RecoveryInstanceProperties;
564
+ pointInTimeSnapshotDateTime?: string;
565
+ isDrill?: boolean;
566
+ }
567
+ export interface DescribeRecoveryInstancesResponse {
568
+ nextToken?: string;
569
+ items?: RecoveryInstance[];
570
+ }
571
+ export interface DescribeRecoverySnapshotsRequestFilters {
572
+ fromDateTime?: string;
573
+ toDateTime?: string;
574
+ }
575
+ export declare enum RecoverySnapshotsOrder {
576
+ ASC = "ASC",
577
+ DESC = "DESC",
578
+ }
579
+ export interface DescribeRecoverySnapshotsRequest {
580
+ sourceServerID: string | undefined;
581
+ filters?: DescribeRecoverySnapshotsRequestFilters;
582
+ order?: RecoverySnapshotsOrder | string;
583
+ maxResults?: number;
584
+ nextToken?: string;
585
+ }
586
+ export interface RecoverySnapshot {
587
+ snapshotID: string | undefined;
588
+ sourceServerID: string | undefined;
589
+ expectedTimestamp: string | undefined;
590
+ timestamp?: string;
591
+ ebsSnapshots?: string[];
592
+ }
593
+ export interface DescribeRecoverySnapshotsResponse {
594
+ items?: RecoverySnapshot[];
595
+ nextToken?: string;
596
+ }
597
+ export interface DescribeReplicationConfigurationTemplatesRequest {
598
+ replicationConfigurationTemplateIDs?: string[];
599
+ maxResults?: number;
600
+ nextToken?: string;
601
+ }
602
+ export interface DescribeReplicationConfigurationTemplatesResponse {
603
+ items?: ReplicationConfigurationTemplate[];
604
+ nextToken?: string;
605
+ }
606
+ export interface DescribeSourceServersRequestFilters {
607
+ sourceServerIDs?: string[];
608
+ hardwareId?: string;
609
+ stagingAccountIDs?: string[];
610
+ }
611
+ export interface DescribeSourceServersRequest {
612
+ filters?: DescribeSourceServersRequestFilters;
613
+ maxResults?: number;
614
+ nextToken?: string;
615
+ }
616
+ export interface DescribeSourceServersResponse {
617
+ items?: SourceServer[];
618
+ nextToken?: string;
619
+ }
620
+ export interface DisconnectRecoveryInstanceRequest {
621
+ recoveryInstanceID: string | undefined;
622
+ }
623
+ export interface DisconnectSourceServerRequest {
624
+ sourceServerID: string | undefined;
625
+ }
626
+ export interface InitializeServiceRequest {}
627
+ export interface InitializeServiceResponse {}
628
+ export interface ListExtensibleSourceServersRequest {
629
+ stagingAccountID: string | undefined;
630
+ maxResults?: number;
631
+ nextToken?: string;
632
+ }
633
+ export interface StagingSourceServer {
634
+ hostname?: string;
635
+ arn?: string;
636
+ tags?: Record<string, string>;
637
+ }
638
+ export interface ListExtensibleSourceServersResponse {
639
+ items?: StagingSourceServer[];
640
+ nextToken?: string;
641
+ }
642
+ export interface ListStagingAccountsRequest {
643
+ maxResults?: number;
644
+ nextToken?: string;
645
+ }
646
+ export interface ListStagingAccountsResponse {
647
+ accounts?: Account[];
648
+ nextToken?: string;
649
+ }
650
+ export interface ListTagsForResourceRequest {
651
+ resourceArn: string | undefined;
652
+ }
653
+ export interface ListTagsForResourceResponse {
654
+ tags?: Record<string, string>;
655
+ }
656
+ export interface GetFailbackReplicationConfigurationRequest {
657
+ recoveryInstanceID: string | undefined;
658
+ }
659
+ export interface GetFailbackReplicationConfigurationResponse {
660
+ recoveryInstanceID: string | undefined;
661
+ name?: string;
662
+ bandwidthThrottling?: number;
663
+ usePrivateIP?: boolean;
664
+ }
665
+ export interface StartFailbackLaunchRequest {
666
+ recoveryInstanceIDs: string[] | undefined;
667
+ tags?: Record<string, string>;
668
+ }
669
+ export interface StartFailbackLaunchResponse {
670
+ job?: Job;
671
+ }
672
+ export interface StopFailbackRequest {
673
+ recoveryInstanceID: string | undefined;
674
+ }
675
+ export interface TerminateRecoveryInstancesRequest {
676
+ recoveryInstanceIDs: string[] | undefined;
677
+ }
678
+ export interface TerminateRecoveryInstancesResponse {
679
+ job?: Job;
680
+ }
681
+ export interface UpdateFailbackReplicationConfigurationRequest {
682
+ recoveryInstanceID: string | undefined;
683
+ name?: string;
684
+ bandwidthThrottling?: number;
685
+ usePrivateIP?: boolean;
686
+ }
687
+ export interface UpdateReplicationConfigurationTemplateRequest {
688
+ replicationConfigurationTemplateID: string | undefined;
689
+ arn?: string;
690
+ stagingAreaSubnetId?: string;
691
+ associateDefaultSecurityGroup?: boolean;
692
+ replicationServersSecurityGroupsIDs?: string[];
693
+ replicationServerInstanceType?: string;
694
+ useDedicatedReplicationServer?: boolean;
695
+ defaultLargeStagingDiskType?:
696
+ | ReplicationConfigurationDefaultLargeStagingDiskType
697
+ | string;
698
+ ebsEncryption?: ReplicationConfigurationEbsEncryption | string;
699
+ ebsEncryptionKeyArn?: string;
700
+ bandwidthThrottling?: number;
701
+ dataPlaneRouting?: ReplicationConfigurationDataPlaneRouting | string;
702
+ createPublicIP?: boolean;
703
+ stagingAreaTags?: Record<string, string>;
704
+ pitPolicy?: PITPolicyRule[];
705
+ }
706
+ export interface GetLaunchConfigurationRequest {
707
+ sourceServerID: string | undefined;
708
+ }
709
+ export declare enum LaunchDisposition {
710
+ STARTED = "STARTED",
711
+ STOPPED = "STOPPED",
712
+ }
713
+ export interface Licensing {
714
+ osByol?: boolean;
715
+ }
716
+ export declare enum TargetInstanceTypeRightSizingMethod {
717
+ BASIC = "BASIC",
718
+ NONE = "NONE",
719
+ }
720
+ export interface LaunchConfiguration {
721
+ sourceServerID?: string;
722
+ name?: string;
723
+ ec2LaunchTemplateID?: string;
724
+ launchDisposition?: LaunchDisposition | string;
725
+ targetInstanceTypeRightSizingMethod?:
726
+ | TargetInstanceTypeRightSizingMethod
727
+ | string;
728
+ copyPrivateIp?: boolean;
729
+ copyTags?: boolean;
730
+ licensing?: Licensing;
731
+ }
732
+ export interface GetReplicationConfigurationRequest {
733
+ sourceServerID: string | undefined;
734
+ }
735
+ export declare enum ReplicationConfigurationReplicatedDiskStagingDiskType {
736
+ AUTO = "AUTO",
737
+ GP2 = "GP2",
738
+ GP3 = "GP3",
739
+ IO1 = "IO1",
740
+ SC1 = "SC1",
741
+ ST1 = "ST1",
742
+ STANDARD = "STANDARD",
743
+ }
744
+ export interface ReplicationConfigurationReplicatedDisk {
745
+ deviceName?: string;
746
+ isBootDisk?: boolean;
747
+ stagingDiskType?:
748
+ | ReplicationConfigurationReplicatedDiskStagingDiskType
749
+ | string;
750
+ iops?: number;
751
+ throughput?: number;
752
+ optimizedStagingDiskType?:
753
+ | ReplicationConfigurationReplicatedDiskStagingDiskType
754
+ | string;
755
+ }
756
+ export interface ReplicationConfiguration {
757
+ sourceServerID?: string;
758
+ name?: string;
759
+ stagingAreaSubnetId?: string;
760
+ associateDefaultSecurityGroup?: boolean;
761
+ replicationServersSecurityGroupsIDs?: string[];
762
+ replicationServerInstanceType?: string;
763
+ useDedicatedReplicationServer?: boolean;
764
+ defaultLargeStagingDiskType?:
765
+ | ReplicationConfigurationDefaultLargeStagingDiskType
766
+ | string;
767
+ replicatedDisks?: ReplicationConfigurationReplicatedDisk[];
768
+ ebsEncryption?: ReplicationConfigurationEbsEncryption | string;
769
+ ebsEncryptionKeyArn?: string;
770
+ bandwidthThrottling?: number;
771
+ dataPlaneRouting?: ReplicationConfigurationDataPlaneRouting | string;
772
+ createPublicIP?: boolean;
773
+ stagingAreaTags?: Record<string, string>;
774
+ pitPolicy?: PITPolicyRule[];
775
+ }
776
+ export interface RetryDataReplicationRequest {
777
+ sourceServerID: string | undefined;
778
+ }
779
+ export interface StartRecoveryRequestSourceServer {
780
+ sourceServerID: string | undefined;
781
+ recoverySnapshotID?: string;
782
+ }
783
+ export interface StartRecoveryRequest {
784
+ sourceServers: StartRecoveryRequestSourceServer[] | undefined;
785
+ isDrill?: boolean;
786
+ tags?: Record<string, string>;
787
+ }
788
+ export interface StartRecoveryResponse {
789
+ job?: Job;
790
+ }
791
+ export interface UpdateLaunchConfigurationRequest {
792
+ sourceServerID: string | undefined;
793
+ name?: string;
794
+ launchDisposition?: LaunchDisposition | string;
795
+ targetInstanceTypeRightSizingMethod?:
796
+ | TargetInstanceTypeRightSizingMethod
797
+ | string;
798
+ copyPrivateIp?: boolean;
799
+ copyTags?: boolean;
800
+ licensing?: Licensing;
801
+ }
802
+ export interface UpdateReplicationConfigurationRequest {
803
+ sourceServerID: string | undefined;
804
+ name?: string;
805
+ stagingAreaSubnetId?: string;
806
+ associateDefaultSecurityGroup?: boolean;
807
+ replicationServersSecurityGroupsIDs?: string[];
808
+ replicationServerInstanceType?: string;
809
+ useDedicatedReplicationServer?: boolean;
810
+ defaultLargeStagingDiskType?:
811
+ | ReplicationConfigurationDefaultLargeStagingDiskType
812
+ | string;
813
+ replicatedDisks?: ReplicationConfigurationReplicatedDisk[];
814
+ ebsEncryption?: ReplicationConfigurationEbsEncryption | string;
815
+ ebsEncryptionKeyArn?: string;
816
+ bandwidthThrottling?: number;
817
+ dataPlaneRouting?: ReplicationConfigurationDataPlaneRouting | string;
818
+ createPublicIP?: boolean;
819
+ stagingAreaTags?: Record<string, string>;
820
+ pitPolicy?: PITPolicyRule[];
821
+ }
822
+ export interface TagResourceRequest {
823
+ resourceArn: string | undefined;
824
+ tags: Record<string, string> | undefined;
825
+ }
826
+ export interface UntagResourceRequest {
827
+ resourceArn: string | undefined;
828
+ tagKeys: string[] | undefined;
829
+ }
830
+ export declare const AccountFilterSensitiveLog: (obj: Account) => any;
831
+ export declare const ConversionPropertiesFilterSensitiveLog: (
832
+ obj: ConversionProperties
833
+ ) => any;
834
+ export declare const CPUFilterSensitiveLog: (obj: CPU) => any;
835
+ export declare const CreateExtendedSourceServerRequestFilterSensitiveLog: (
836
+ obj: CreateExtendedSourceServerRequest
837
+ ) => any;
838
+ export declare const DataReplicationErrorFilterSensitiveLog: (
839
+ obj: DataReplicationError
840
+ ) => any;
841
+ export declare const DataReplicationInitiationStepFilterSensitiveLog: (
842
+ obj: DataReplicationInitiationStep
843
+ ) => any;
844
+ export declare const DataReplicationInitiationFilterSensitiveLog: (
845
+ obj: DataReplicationInitiation
846
+ ) => any;
847
+ export declare const DataReplicationInfoReplicatedDiskFilterSensitiveLog: (
848
+ obj: DataReplicationInfoReplicatedDisk
849
+ ) => any;
850
+ export declare const DataReplicationInfoFilterSensitiveLog: (
851
+ obj: DataReplicationInfo
852
+ ) => any;
853
+ export declare const LifeCycleLastLaunchInitiatedFilterSensitiveLog: (
854
+ obj: LifeCycleLastLaunchInitiated
855
+ ) => any;
856
+ export declare const LifeCycleLastLaunchFilterSensitiveLog: (
857
+ obj: LifeCycleLastLaunch
858
+ ) => any;
859
+ export declare const LifeCycleFilterSensitiveLog: (obj: LifeCycle) => any;
860
+ export declare const DiskFilterSensitiveLog: (obj: Disk) => any;
861
+ export declare const IdentificationHintsFilterSensitiveLog: (
862
+ obj: IdentificationHints
863
+ ) => any;
864
+ export declare const NetworkInterfaceFilterSensitiveLog: (
865
+ obj: NetworkInterface
866
+ ) => any;
867
+ export declare const OSFilterSensitiveLog: (obj: OS) => any;
868
+ export declare const SourcePropertiesFilterSensitiveLog: (
869
+ obj: SourceProperties
870
+ ) => any;
871
+ export declare const StagingAreaFilterSensitiveLog: (obj: StagingArea) => any;
872
+ export declare const SourceServerFilterSensitiveLog: (obj: SourceServer) => any;
873
+ export declare const CreateExtendedSourceServerResponseFilterSensitiveLog: (
874
+ obj: CreateExtendedSourceServerResponse
875
+ ) => any;
876
+ export declare const ValidationExceptionFieldFilterSensitiveLog: (
877
+ obj: ValidationExceptionField
878
+ ) => any;
879
+ export declare const PITPolicyRuleFilterSensitiveLog: (
880
+ obj: PITPolicyRule
881
+ ) => any;
882
+ export declare const CreateReplicationConfigurationTemplateRequestFilterSensitiveLog: (
883
+ obj: CreateReplicationConfigurationTemplateRequest
884
+ ) => any;
885
+ export declare const ReplicationConfigurationTemplateFilterSensitiveLog: (
886
+ obj: ReplicationConfigurationTemplate
887
+ ) => any;
888
+ export declare const DeleteJobRequestFilterSensitiveLog: (
889
+ obj: DeleteJobRequest
890
+ ) => any;
891
+ export declare const DeleteJobResponseFilterSensitiveLog: (
892
+ obj: DeleteJobResponse
893
+ ) => any;
894
+ export declare const DeleteRecoveryInstanceRequestFilterSensitiveLog: (
895
+ obj: DeleteRecoveryInstanceRequest
896
+ ) => any;
897
+ export declare const DeleteReplicationConfigurationTemplateRequestFilterSensitiveLog: (
898
+ obj: DeleteReplicationConfigurationTemplateRequest
899
+ ) => any;
900
+ export declare const DeleteReplicationConfigurationTemplateResponseFilterSensitiveLog: (
901
+ obj: DeleteReplicationConfigurationTemplateResponse
902
+ ) => any;
903
+ export declare const DeleteSourceServerRequestFilterSensitiveLog: (
904
+ obj: DeleteSourceServerRequest
905
+ ) => any;
906
+ export declare const DeleteSourceServerResponseFilterSensitiveLog: (
907
+ obj: DeleteSourceServerResponse
908
+ ) => any;
909
+ export declare const DescribeJobLogItemsRequestFilterSensitiveLog: (
910
+ obj: DescribeJobLogItemsRequest
911
+ ) => any;
912
+ export declare const JobLogEventDataFilterSensitiveLog: (
913
+ obj: JobLogEventData
914
+ ) => any;
915
+ export declare const JobLogFilterSensitiveLog: (obj: JobLog) => any;
916
+ export declare const DescribeJobLogItemsResponseFilterSensitiveLog: (
917
+ obj: DescribeJobLogItemsResponse
918
+ ) => any;
919
+ export declare const DescribeJobsRequestFiltersFilterSensitiveLog: (
920
+ obj: DescribeJobsRequestFilters
921
+ ) => any;
922
+ export declare const DescribeJobsRequestFilterSensitiveLog: (
923
+ obj: DescribeJobsRequest
924
+ ) => any;
925
+ export declare const ParticipatingServerFilterSensitiveLog: (
926
+ obj: ParticipatingServer
927
+ ) => any;
928
+ export declare const JobFilterSensitiveLog: (obj: Job) => any;
929
+ export declare const DescribeJobsResponseFilterSensitiveLog: (
930
+ obj: DescribeJobsResponse
931
+ ) => any;
932
+ export declare const DescribeRecoveryInstancesRequestFiltersFilterSensitiveLog: (
933
+ obj: DescribeRecoveryInstancesRequestFilters
934
+ ) => any;
935
+ export declare const DescribeRecoveryInstancesRequestFilterSensitiveLog: (
936
+ obj: DescribeRecoveryInstancesRequest
937
+ ) => any;
938
+ export declare const RecoveryInstanceDataReplicationErrorFilterSensitiveLog: (
939
+ obj: RecoveryInstanceDataReplicationError
940
+ ) => any;
941
+ export declare const RecoveryInstanceDataReplicationInitiationStepFilterSensitiveLog: (
942
+ obj: RecoveryInstanceDataReplicationInitiationStep
943
+ ) => any;
944
+ export declare const RecoveryInstanceDataReplicationInitiationFilterSensitiveLog: (
945
+ obj: RecoveryInstanceDataReplicationInitiation
946
+ ) => any;
947
+ export declare const RecoveryInstanceDataReplicationInfoReplicatedDiskFilterSensitiveLog: (
948
+ obj: RecoveryInstanceDataReplicationInfoReplicatedDisk
949
+ ) => any;
950
+ export declare const RecoveryInstanceDataReplicationInfoFilterSensitiveLog: (
951
+ obj: RecoveryInstanceDataReplicationInfo
952
+ ) => any;
953
+ export declare const RecoveryInstanceFailbackFilterSensitiveLog: (
954
+ obj: RecoveryInstanceFailback
955
+ ) => any;
956
+ export declare const RecoveryInstanceDiskFilterSensitiveLog: (
957
+ obj: RecoveryInstanceDisk
958
+ ) => any;
959
+ export declare const RecoveryInstancePropertiesFilterSensitiveLog: (
960
+ obj: RecoveryInstanceProperties
961
+ ) => any;
962
+ export declare const RecoveryInstanceFilterSensitiveLog: (
963
+ obj: RecoveryInstance
964
+ ) => any;
965
+ export declare const DescribeRecoveryInstancesResponseFilterSensitiveLog: (
966
+ obj: DescribeRecoveryInstancesResponse
967
+ ) => any;
968
+ export declare const DescribeRecoverySnapshotsRequestFiltersFilterSensitiveLog: (
969
+ obj: DescribeRecoverySnapshotsRequestFilters
970
+ ) => any;
971
+ export declare const DescribeRecoverySnapshotsRequestFilterSensitiveLog: (
972
+ obj: DescribeRecoverySnapshotsRequest
973
+ ) => any;
974
+ export declare const RecoverySnapshotFilterSensitiveLog: (
975
+ obj: RecoverySnapshot
976
+ ) => any;
977
+ export declare const DescribeRecoverySnapshotsResponseFilterSensitiveLog: (
978
+ obj: DescribeRecoverySnapshotsResponse
979
+ ) => any;
980
+ export declare const DescribeReplicationConfigurationTemplatesRequestFilterSensitiveLog: (
981
+ obj: DescribeReplicationConfigurationTemplatesRequest
982
+ ) => any;
983
+ export declare const DescribeReplicationConfigurationTemplatesResponseFilterSensitiveLog: (
984
+ obj: DescribeReplicationConfigurationTemplatesResponse
985
+ ) => any;
986
+ export declare const DescribeSourceServersRequestFiltersFilterSensitiveLog: (
987
+ obj: DescribeSourceServersRequestFilters
988
+ ) => any;
989
+ export declare const DescribeSourceServersRequestFilterSensitiveLog: (
990
+ obj: DescribeSourceServersRequest
991
+ ) => any;
992
+ export declare const DescribeSourceServersResponseFilterSensitiveLog: (
993
+ obj: DescribeSourceServersResponse
994
+ ) => any;
995
+ export declare const DisconnectRecoveryInstanceRequestFilterSensitiveLog: (
996
+ obj: DisconnectRecoveryInstanceRequest
997
+ ) => any;
998
+ export declare const DisconnectSourceServerRequestFilterSensitiveLog: (
999
+ obj: DisconnectSourceServerRequest
1000
+ ) => any;
1001
+ export declare const InitializeServiceRequestFilterSensitiveLog: (
1002
+ obj: InitializeServiceRequest
1003
+ ) => any;
1004
+ export declare const InitializeServiceResponseFilterSensitiveLog: (
1005
+ obj: InitializeServiceResponse
1006
+ ) => any;
1007
+ export declare const ListExtensibleSourceServersRequestFilterSensitiveLog: (
1008
+ obj: ListExtensibleSourceServersRequest
1009
+ ) => any;
1010
+ export declare const StagingSourceServerFilterSensitiveLog: (
1011
+ obj: StagingSourceServer
1012
+ ) => any;
1013
+ export declare const ListExtensibleSourceServersResponseFilterSensitiveLog: (
1014
+ obj: ListExtensibleSourceServersResponse
1015
+ ) => any;
1016
+ export declare const ListStagingAccountsRequestFilterSensitiveLog: (
1017
+ obj: ListStagingAccountsRequest
1018
+ ) => any;
1019
+ export declare const ListStagingAccountsResponseFilterSensitiveLog: (
1020
+ obj: ListStagingAccountsResponse
1021
+ ) => any;
1022
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1023
+ obj: ListTagsForResourceRequest
1024
+ ) => any;
1025
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1026
+ obj: ListTagsForResourceResponse
1027
+ ) => any;
1028
+ export declare const GetFailbackReplicationConfigurationRequestFilterSensitiveLog: (
1029
+ obj: GetFailbackReplicationConfigurationRequest
1030
+ ) => any;
1031
+ export declare const GetFailbackReplicationConfigurationResponseFilterSensitiveLog: (
1032
+ obj: GetFailbackReplicationConfigurationResponse
1033
+ ) => any;
1034
+ export declare const StartFailbackLaunchRequestFilterSensitiveLog: (
1035
+ obj: StartFailbackLaunchRequest
1036
+ ) => any;
1037
+ export declare const StartFailbackLaunchResponseFilterSensitiveLog: (
1038
+ obj: StartFailbackLaunchResponse
1039
+ ) => any;
1040
+ export declare const StopFailbackRequestFilterSensitiveLog: (
1041
+ obj: StopFailbackRequest
1042
+ ) => any;
1043
+ export declare const TerminateRecoveryInstancesRequestFilterSensitiveLog: (
1044
+ obj: TerminateRecoveryInstancesRequest
1045
+ ) => any;
1046
+ export declare const TerminateRecoveryInstancesResponseFilterSensitiveLog: (
1047
+ obj: TerminateRecoveryInstancesResponse
1048
+ ) => any;
1049
+ export declare const UpdateFailbackReplicationConfigurationRequestFilterSensitiveLog: (
1050
+ obj: UpdateFailbackReplicationConfigurationRequest
1051
+ ) => any;
1052
+ export declare const UpdateReplicationConfigurationTemplateRequestFilterSensitiveLog: (
1053
+ obj: UpdateReplicationConfigurationTemplateRequest
1054
+ ) => any;
1055
+ export declare const GetLaunchConfigurationRequestFilterSensitiveLog: (
1056
+ obj: GetLaunchConfigurationRequest
1057
+ ) => any;
1058
+ export declare const LicensingFilterSensitiveLog: (obj: Licensing) => any;
1059
+ export declare const LaunchConfigurationFilterSensitiveLog: (
1060
+ obj: LaunchConfiguration
1061
+ ) => any;
1062
+ export declare const GetReplicationConfigurationRequestFilterSensitiveLog: (
1063
+ obj: GetReplicationConfigurationRequest
1064
+ ) => any;
1065
+ export declare const ReplicationConfigurationReplicatedDiskFilterSensitiveLog: (
1066
+ obj: ReplicationConfigurationReplicatedDisk
1067
+ ) => any;
1068
+ export declare const ReplicationConfigurationFilterSensitiveLog: (
1069
+ obj: ReplicationConfiguration
1070
+ ) => any;
1071
+ export declare const RetryDataReplicationRequestFilterSensitiveLog: (
1072
+ obj: RetryDataReplicationRequest
1073
+ ) => any;
1074
+ export declare const StartRecoveryRequestSourceServerFilterSensitiveLog: (
1075
+ obj: StartRecoveryRequestSourceServer
1076
+ ) => any;
1077
+ export declare const StartRecoveryRequestFilterSensitiveLog: (
1078
+ obj: StartRecoveryRequest
1079
+ ) => any;
1080
+ export declare const StartRecoveryResponseFilterSensitiveLog: (
1081
+ obj: StartRecoveryResponse
1082
+ ) => any;
1083
+ export declare const UpdateLaunchConfigurationRequestFilterSensitiveLog: (
1084
+ obj: UpdateLaunchConfigurationRequest
1085
+ ) => any;
1086
+ export declare const UpdateReplicationConfigurationRequestFilterSensitiveLog: (
1087
+ obj: UpdateReplicationConfigurationRequest
1088
+ ) => any;
1089
+ export declare const TagResourceRequestFilterSensitiveLog: (
1090
+ obj: TagResourceRequest
1091
+ ) => any;
1092
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1093
+ obj: UntagResourceRequest
1094
+ ) => any;