Values.DatabaseSnapshotInfoSourceThe structure that describes the snapshot information of a table in source database endpoint that Firehose reads. Amazon Data Firehose is in preview release and is subject to change.
type nonrec t = {id : NonEmptyStringWithoutWhitespace.t option;The identifier of the current snapshot of the table in source database endpoint. Amazon Data Firehose is in preview release and is subject to change.
*)table : DatabaseTableName.t option;The fully qualified name of the table in source database endpoint that Firehose reads. Amazon Data Firehose is in preview release and is subject to change.
*)requestTimestamp : Timestamp.t option;The timestamp when the current snapshot is taken on the table. Amazon Data Firehose is in preview release and is subject to change.
*)requestedBy : SnapshotRequestedBy.t option;The principal that sent the request to take the current snapshot on the table. Amazon Data Firehose is in preview release and is subject to change.
*)status : SnapshotStatus.t option;The status of the current snapshot of the table. Amazon Data Firehose is in preview release and is subject to change.
*)failureDescription : FailureDescription.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NonEmptyStringWithoutWhitespace.t
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list
| `Timestamp of Timestamp.t ])
list ]