Values.CancelConnectionRequestSourceCancels an existing connection between partners, terminating the partnership relationship.
type nonrec t = {catalog : Catalog.t;The catalog identifier where the connection exists.
*)identifier : ConnectionId.t;The unique identifier of the connection to cancel.
*)connectionType : ConnectionType.t;The type of connection to cancel (e.g., reseller, distributor, technology partner).
*)reason : CancelConnectionRequestReasonString.t;The reason for canceling the connection, providing context for the termination.
*)clientToken : ClientToken.t;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)}val make :
catalog:Catalog.t ->
identifier:ConnectionId.t ->
connectionType:ConnectionType.t ->
reason:CancelConnectionRequestReasonString.t ->
clientToken:ClientToken.t ->
unit ->
t