Module Values.CancelCapacityReservationInputSource

Cancels the capacity reservation with the specified name. Cancelled reservations remain in your account and will be deleted 45 days after cancellation. During the 45 days, you cannot re-purpose or reuse a reservation that has been cancelled, but you can refer to its tags and view it for historical reference.

Sourcetype nonrec t = {
  1. name : CapacityReservationName.t;
    (*

    The name of the capacity reservation to cancel.

    *)
}
Sourceval context_ : string
Sourceval make : name:CapacityReservationName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CapacityReservationName.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