Module Values.ClientSideTimestampsSource

The client-side timestamp setting of the table. For more information, see How it works: Amazon Keyspaces client-side timestamps in the Amazon Keyspaces Developer Guide.

Sourcetype nonrec t = {
  1. status : ClientSideTimestampsStatus.t;
    (*

    Shows how to enable client-side timestamps settings for the specified table.

    *)
}
Sourceval context_ : string
Sourceval make : status:ClientSideTimestampsStatus.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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