Values.AsyncInvokeSummarySourceA summary of an asynchronous invocation.
type nonrec t = {invocationArn : InvocationArn.t option;The invocation's ARN.
*)modelArn : AsyncInvokeArn.t option;The invoked model's 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 was submitted.
*)lastModifiedTime : Timestamp.t option;When the invocation was last modified.
*)endTime : Timestamp.t option;When the invocation ended.
*)outputDataConfig : AsyncInvokeOutputDataConfig.t option;The invocation's output data settings.
*)}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 ]