Module Values.StartProfileUpdateTaskRequestSource

Initiates a profile update task to modify partner profile information asynchronously.

Sourcetype nonrec t = {
  1. catalog : Catalog.t;
    (*

    The catalog identifier for the partner account.

    *)
  2. identifier : PartnerIdentifier.t;
    (*

    The unique identifier of the partner account.

    *)
  3. clientToken : ClientToken.t option;
    (*

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    *)
  4. taskDetails : TaskDetails.t;
    (*

    The details of the profile updates to be performed.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> catalog:Catalog.t -> identifier:PartnerIdentifier.t -> taskDetails:TaskDetails.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t