Values.GetProfileUpdateTaskResponseSourceRetrieves information about a specific profile update task.
type nonrec t = {catalog : Catalog.t option;The catalog identifier for the partner account.
*)arn : PartnerArn.t option;The Amazon Resource Name (ARN) of the profile update task.
*)id : PartnerId.t option;The unique identifier of the partner account.
*)taskId : ProfileTaskId.t option;The unique identifier of the profile update task.
*)taskDetails : TaskDetails.t option;The details of the profile update task including what changes are being made.
*)startedAt : DateTime.t option;The timestamp when the profile update task was started.
*)status : ProfileTaskStatus.t option;The current status of the profile update task (in progress, completed, failed, etc.).
*)endedAt : DateTime.t option;The timestamp when the profile update task was completed or failed.
*)errorDetailList : ErrorDetailList.t option;A list of error details if any errors occurred during the profile update task.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ]
list
| `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
| `Timestamp of DateTime.t ])
list ]