Values.AsyncResponseDetailsSourceA container for the response details that are returned when querying about an asynchronous request.
type nonrec t = {multiRegionAccessPointDetails : MultiRegionAccessPointsAsyncResponse.t option;The details for the Multi-Region Access Point.
*)errorDetails : AsyncErrorDetails.t option;Error details for an asynchronous request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of RegionName.t ]) list ]
list
| `String of MaxLength1024String.t ])
list ])
list ]