Module Values_2.FleetLaunchTemplateConfigRequestSource

Describes a launch template and overrides.

Sourcetype nonrec t = {
  1. launchTemplateSpecification : Values_1.FleetLaunchTemplateSpecificationRequest.t option;
    (*

    The launch template to use. You must specify either the launch template ID or launch template name in the request.

    *)
  2. overrides : Values_1.FleetLaunchTemplateOverridesListRequest.t option;
    (*

    Any parameters that you specify override the same parameters in the launch template. For fleets of type request and maintain, a maximum of 300 items is allowed across all launch templates.

    *)
}
Sourceval make : ?launchTemplateSpecification:??? -> ?overrides:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of float | `Enum of string | `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `Enum of string | `String of string ] list | `String of string | `Structure of (string * [> `Double of float | `Integer of int | `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `String of Values_0.LaunchTemplateId.t ]) list ]) 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