Values.DescribeDomainEndpointOptionsResponseSourceThe result of a DescribeDomainEndpointOptions request. Contains the status and configuration of a search domain's endpoint options.
type describeDomainEndpointOptionsResult = {domainEndpointOptions : DomainEndpointOptionsStatus.t option;The status and configuration of a search domain's endpoint options.
*)}and t = {describeDomainEndpointOptionsResult : describeDomainEndpointOptionsResult;responseMetaData : responseMetaData;}type error = [ | `BaseException of BaseException.t| `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BaseException of BaseException.t
| `DisabledOperationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BaseException of BaseException.t
| `DisabledOperationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ])
list ])
list ]