Values.ReplicationDestinationStatusModelSourceContains status information for a replication destination, including the current replication state, last successful update, and any error messages.
type nonrec t = {replicationStatus : ReplicationStatus.t option;The current status of replication to this destination.
*)destinationTableBucketArn : TableBucketARN.t option;The Amazon Resource Name (ARN) of the destination table bucket.
*)destinationTableArn : TableARN.t option;The Amazon Resource Name (ARN) of the destination table.
*)lastSuccessfulReplicatedUpdate : LastSuccessfulReplicatedUpdate.t option;Information about the most recent successful replication update to this destination.
*)failureMessage : String_.t option;If replication has failed, this field contains an error message describing the failure reason.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of TableBucketARN.t
| `Structure of
(string
* [> `String of MetadataLocation.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ])
list ]