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