Values.UpdateTimeToLiveInputSourceRepresents the input of an UpdateTimeToLive operation.
type nonrec t = {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.
*)timeToLiveSpecification : TimeToLiveSpecification.t;Represents the settings used to enable or disable Time to Live for the specified table.
*)}val make :
tableName:TableArn.t ->
timeToLiveSpecification:TimeToLiveSpecification.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of TableArn.t
| `Structure of
(string
* [> `Boolean of TimeToLiveEnabled.t
| `String of TimeToLiveAttributeName.t ])
list ])
list ]