Module Values.RecoveryInstanceDataReplicationInfoSource

Information about Data Replication

Sourcetype nonrec t = {
  1. lagDuration : ISO8601DatetimeString.t option;
    (*

    Data replication lag duration.

    *)
  2. etaDateTime : ISO8601DatetimeString.t option;
    (*

    An estimate of when the data replication will be completed.

    *)
  3. replicatedDisks : RecoveryInstanceDataReplicationInfoReplicatedDisks.t option;
    (*

    The disks that should be replicated.

    *)
  4. dataReplicationState : RecoveryInstanceDataReplicationState.t option;
    (*

    The state of the data replication.

    *)
  5. dataReplicationInitiation : RecoveryInstanceDataReplicationInitiation.t option;
    (*

    Information about whether the data replication has been initiated.

    *)
  6. dataReplicationError : RecoveryInstanceDataReplicationError.t option;
    (*

    Information about Data Replication

    *)
  7. stagingAvailabilityZone : AwsAvailabilityZone.t option;
    (*

    AWS Availability zone into which data is being replicated.

    *)
  8. stagingOutpostArn : OutpostARN.t option;
    (*

    The ARN of the staging Outpost

    *)
}
Sourceval make : ?lagDuration:??? -> ?etaDateTime:??? -> ?replicatedDisks:??? -> ?dataReplicationState:??? -> ?dataReplicationInitiation:??? -> ?dataReplicationError:??? -> ?stagingAvailabilityZone:??? -> ?stagingOutpostArn:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t