Module Values_0.LaunchTemplateAndOverridesResponseSource

Describes a launch template and overrides.

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

    The launch template.

    *)
  2. overrides : FleetLaunchTemplateOverrides.t option;
    (*

    Any parameters that you specify override the same parameters in the launch template.

    *)
}
Sourceval make : ?launchTemplateSpecification:??? -> ?overrides:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of Double.t | `Enum of string | `List of [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `String of KmsKeyId.t ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `Enum of string | `String of ExcludedInstanceType.t ] list | `String of PlacementGroupName.t | `Structure of (string * [> `Double of Double.t | `Integer of Integer.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list ]) list ]) list ]) list ]) 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