Module Values_1.LaunchTemplateCapacityReservationSpecificationResponseSource

Information about the Capacity Reservation targeting option.

Sourcetype nonrec t = {
  1. capacityReservationPreference : Values_0.CapacityReservationPreference.t option;
    (*

    Indicates the instance's Capacity Reservation preferences. Possible preferences include: open - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). none - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.

    *)
  2. capacityReservationTarget : Values_0.CapacityReservationTargetResponse.t option;
    (*

    Information about the target Capacity Reservation or Capacity Reservation group.

    *)
}
Sourceval make : ?capacityReservationPreference:??? -> ?capacityReservationTarget:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of string ]) 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