Values.AsyncOperationSourceA container for the information about an asynchronous operation.
type nonrec t = {creationTime : AsyncCreationTimestamp.t option;The time that the request was sent to the service.
*)operation : AsyncOperationName.t option;The specific operation for the asynchronous request.
*)requestTokenARN : AsyncRequestTokenARN.t option;The request token associated with the request.
*)requestParameters : AsyncRequestParameters.t option;The parameters associated with the request.
*)requestStatus : AsyncRequestStatus.t option;The current status of the request.
*)responseDetails : AsyncResponseDetails.t option;The details of the response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AsyncRequestTokenARN.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of BucketName.t ]) list ]
list
| `String of MultiRegionAccessPointName.t
| `Structure of
(string * [> `Boolean of Setting.t ]) list ])
list ])
list
| `Timestamp of AsyncCreationTimestamp.t ])
list ]