Module Values_1.CapacityReservationTargetSource

Describes a target Capacity Reservation or Capacity Reservation group.

Sourcetype nonrec t = {
  1. capacityReservationId : Values_0.CapacityReservationId.t option;
    (*

    The ID of the Capacity Reservation in which to run the instance.

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

    The ARN of the Capacity Reservation resource group in which to run the instance.

    *)
}
Sourceval make : ?capacityReservationId:??? -> ?capacityReservationResourceGroupArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.CapacityReservationId.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