Module Values_2.CapacityReservationGroupSource

Describes a resource group to which a Capacity Reservation has been added.

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

    The ARN of the resource group.

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

    The ID of the Amazon Web Services account that owns the resource group.

    *)
}
Sourceval make : ?groupArn:??? -> ?ownerId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure 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