Module Values_3.FastLaunchLaunchTemplateSpecificationRequestSource

Request 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.

Sourcetype nonrec t = {
  1. launchTemplateId : Values_0.LaunchTemplateId.t option;
    (*

    Specify the ID of the launch template that the AMI should use for Windows fast launch.

    *)
  2. launchTemplateName : Values_0.String_.t option;
    (*

    Specify the name of the launch template that the AMI should use for Windows fast launch.

    *)
  3. version : Values_0.String_.t;
    (*

    Specify the version of the launch template that the AMI should use for Windows fast launch.

    *)
}
Sourceval context_ : string
Sourceval make : ?launchTemplateId:??? -> ?launchTemplateName:??? -> version:Values_0.String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.LaunchTemplateId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t