Module Values.TimeToLiveDescriptionSource

The description of the Time to Live (TTL) status on the specified table.

Sourcetype nonrec t = {
  1. timeToLiveStatus : TimeToLiveStatus.t option;
    (*

    The TTL status for the table.

    *)
  2. attributeName : TimeToLiveAttributeName.t option;
    (*

    The name of the TTL attribute for items in the table.

    *)
}
Sourceval make : ?timeToLiveStatus:??? -> ?attributeName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of TimeToLiveAttributeName.t ]) 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