Values.StartProfileUpdateTaskRequestSourceInitiates a profile update task to modify partner profile information asynchronously.
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.
*)taskDetails : TaskDetails.t;The details of the profile updates to be performed.
*)}val make :
?clientToken:??? ->
catalog:Catalog.t ->
identifier:PartnerIdentifier.t ->
taskDetails:TaskDetails.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Catalog.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string * [> `String of UnicodeString.t ]) list ]
list
| `String of UnicodeString.t ])
list ])
list ]