Values.DescribeDomainEndpointOptionsRequestSourceContainer for the parameters to the DescribeDomainEndpointOptions operation. Specify the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.
type nonrec t = {domainName : DomainName.t;A string that represents the name of a domain.
*)deployed : Boolean.t option;Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration. Defaults to false.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of DomainName.t ]) list ]