Values_2.LaunchTemplateSourceDescribes a launch template.
type nonrec t = {launchTemplateId : Values_0.String_.t option;The ID of the launch template.
*)launchTemplateName : Values_0.LaunchTemplateName.t option;The name of the launch template.
*)createTime : Values_0.DateTime.t option;The time launch template was created.
*)createdBy : Values_0.String_.t option;The principal that created the launch template.
*)defaultVersionNumber : Values_0.Long.t option;The version number of the default version of the launch template.
*)latestVersionNumber : Values_0.Long.t option;The version number of the latest version of the launch template.
*)operator : Values_0.OperatorResponse.t option;The entity that manages the launch template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `Long of Values_0.Long.t
| `String of Values_0.String_.t
| `Structure of
(string * [> `Boolean of bool | `String of string ]) list
| `Timestamp of Values_0.DateTime.t ])
list ]