Values_3.FastLaunchLaunchTemplateSpecificationRequestSourceRequest to create a launch template for a Windows fast launch enabled AMI. Note - You can specify either the LaunchTemplateName or the LaunchTemplateId, but not both.
type nonrec t = {launchTemplateId : Values_0.LaunchTemplateId.t option;Specify the ID of the launch template that the AMI should use for Windows fast launch.
*)launchTemplateName : Values_0.String_.t option;Specify the name of the launch template that the AMI should use for Windows fast launch.
*)version : Values_0.String_.t;Specify the version of the launch template that the AMI should use for Windows fast launch.
*)}val make :
?launchTemplateId:??? ->
?launchTemplateName:??? ->
version:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.LaunchTemplateId.t ]) list ]