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