Module Values_1.CapacityReservationInfoSource

Information about a Capacity Reservation.

Sourcetype nonrec t = {
  1. instanceType : Values_0.String_.t option;
    (*

    The instance type for the Capacity Reservation.

    *)
  2. availabilityZone : Values_0.AvailabilityZoneName.t option;
    (*

    The Availability Zone for the Capacity Reservation.

    *)
  3. tenancy : CapacityReservationTenancy.t option;
    (*

    The tenancy of the Capacity Reservation.

    *)
  4. availabilityZoneId : Values_0.AvailabilityZoneId.t option;
    (*

    The ID of the Availability Zone.

    *)
}
Sourceval make : ?instanceType:??? -> ?availabilityZone:??? -> ?tenancy:??? -> ?availabilityZoneId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.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