Values.RejectConnectionInvitationRequestSourceRejects a connection invitation from another partner, declining the partnership request.
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 reject.
*)clientToken : ClientToken.t;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)reason : RejectConnectionInvitationRequestReasonString.t option;The reason for rejecting the connection invitation.
*)}val make :
?reason:??? ->
catalog:Catalog.t ->
identifier:ConnectionInvitationId.t ->
clientToken:ClientToken.t ->
unit ->
t