Values.GetAsyncInvokeResponseSourceRetrieve information about an asynchronous invocation.
type nonrec t = {invocationArn : InvocationArn.t option;The invocation's ARN.
*)modelArn : AsyncInvokeArn.t option;The invocation's model ARN.
*)clientRequestToken : AsyncInvokeIdempotencyToken.t option;The invocation's idempotency token.
*)status : AsyncInvokeStatus.t option;The invocation's status.
*)failureMessage : AsyncInvokeMessage.t option;An error message.
*)submitTime : Timestamp.t option;When the invocation request was submitted.
*)lastModifiedTime : Timestamp.t option;The invocation's last modified time.
*)endTime : Timestamp.t option;When the invocation ended.
*)outputDataConfig : AsyncInvokeOutputDataConfig.t option;Output data settings.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.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
| `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
| `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
| `String of InvocationArn.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Uri.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]