Module Values.CancelConnectionInvitationRequestSource

Cancels a pending connection invitation before it has been accepted or rejected.

Sourcetype nonrec t = {
  1. catalog : Catalog.t;
    (*

    The catalog identifier where the connection invitation exists.

    *)
  2. identifier : ConnectionInvitationId.t;
    (*

    The unique identifier of the connection invitation to cancel.

    *)
  3. clientToken : ClientToken.t;
    (*

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    *)
}
Sourceval context_ : string
Sourceval make : catalog:Catalog.t -> identifier:ConnectionInvitationId.t -> clientToken:ClientToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Catalog.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