Values.CreateMultiRegionEndpointRequestSourceRepresents a request to create a multi-region endpoint (global-endpoint).
type nonrec t = {endpointName : EndpointName.t;The name of the multi-region endpoint (global-endpoint).
*)details : Details.t;Contains details of a multi-region endpoint (global-endpoint) being created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of EndpointName.t
| `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of Region.t ]) list ]
list ])
list ])
list ]