Values.RecoveryInstanceDataReplicationInfoSourceInformation about Data Replication
type nonrec t = {lagDuration : ISO8601DatetimeString.t option;Data replication lag duration.
*)etaDateTime : ISO8601DatetimeString.t option;An estimate of when the data replication will be completed.
*)replicatedDisks : RecoveryInstanceDataReplicationInfoReplicatedDisks.t option;The disks that should be replicated.
*)dataReplicationState : RecoveryInstanceDataReplicationState.t option;The state of the data replication.
*)dataReplicationInitiation : RecoveryInstanceDataReplicationInitiation.t option;Information about whether the data replication has been initiated.
*)dataReplicationError : RecoveryInstanceDataReplicationError.t option;Information about Data Replication
*)stagingAvailabilityZone : AwsAvailabilityZone.t option;AWS Availability zone into which data is being replicated.
*)stagingOutpostArn : OutpostARN.t option;The ARN of the staging Outpost
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Long of PositiveInteger.t
| `String of BoundedString.t ])
list ]
list
| `String of ISO8601DatetimeString.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `Enum of string ]) list ] list
| `String of ISO8601DatetimeString.t ])
list ])
list ]