Values.StorageMinimumTimeToLiveSourceInformation about the minimum amount of time that data will be kept. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.
type nonrec t = {unit : StorageMinimumTimeToLiveUnit.t;The time increment type.
*)value : StorageMinimumTimeToLiveValue.t;The minimum amount of time to store the data.
*)}val make :
unit:StorageMinimumTimeToLiveUnit.t ->
value:StorageMinimumTimeToLiveValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of StorageMinimumTimeToLiveValue.t ])
list ]