Values.CancelProfileUpdateTaskRequestSourceCancels an in-progress profile update task, stopping any pending changes to the partner profile.
type nonrec t = {catalog : Catalog.t;The catalog identifier for the partner account.
*)identifier : PartnerIdentifier.t;The unique identifier of the partner account.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)taskId : ProfileTaskId.t;The unique identifier of the profile update task to cancel.
*)}val make :
?clientToken:??? ->
catalog:Catalog.t ->
identifier:PartnerIdentifier.t ->
taskId:ProfileTaskId.t ->
unit ->
t