Module Values.UpdateTimeToLiveInputSource

Represents the input of an UpdateTimeToLive operation.

Sourcetype nonrec t = {
  1. tableName : TableArn.t;
    (*

    The name of the table to be configured. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

    *)
  2. timeToLiveSpecification : TimeToLiveSpecification.t;
    (*

    Represents the settings used to enable or disable Time to Live for the specified table.

    *)
}
Sourceval context_ : string
Sourceval make : tableName:TableArn.t -> timeToLiveSpecification:TimeToLiveSpecification.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TableArn.t | `Structure of (string * [> `Boolean of TimeToLiveEnabled.t | `String of TimeToLiveAttributeName.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