Values.AcceptConnectionInvitationRequestSourceAccepts a connection invitation from another partner, establishing a formal partnership connection between the two parties.
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 accept.
*)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