Values_1.FastLaunchLaunchTemplateSpecificationResponseSourceIdentifies the launch template that the AMI uses for Windows fast launch.
type nonrec t = {launchTemplateId : Values_0.LaunchTemplateId.t option;The ID of the launch template that the AMI uses for Windows fast launch.
*)launchTemplateName : Values_0.String_.t option;The name of the launch template that the AMI uses for Windows fast launch.
*)version : Values_0.String_.t option;The version of the launch template that the AMI uses for Windows fast launch.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.LaunchTemplateId.t ]) list ]