Values.CancelConnectionInvitationRequestSourceCancels a pending connection invitation before it has been accepted or rejected.
type nonrec t = {catalog : Catalog.t;The catalog identifier where the connection invitation exists.
*)identifier : ConnectionInvitationId.t;The unique identifier of the connection invitation to cancel.
*)clientToken : ClientToken.t;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)}val make :
catalog:Catalog.t ->
identifier:ConnectionInvitationId.t ->
clientToken:ClientToken.t ->
unit ->
t