Values.StateTemplateSummarySourceInformation about a state template. 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 = {name : ResourceName.t option;The name of the state template.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the state template.
*)signalCatalogArn : Arn.t option;The Amazon Resource Name (ARN) of the signal catalog associated with the state template.
*)description : Description.t option;A brief description of the state template.
*)creationTime : Timestamp.t option;The time the state template was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
*)lastModificationTime : Timestamp.t option;The time the state template was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
*)id : ResourceUniqueId.t option;The unique ID of the state template.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ResourceName.t | `Timestamp of Timestamp.t ])
list ]