Values.DescribeConditionalForwardersResultSourceThe result of a DescribeConditionalForwarder request.
type nonrec t = {conditionalForwarders : ConditionalForwarders.t option;The list of conditional forwarders that have been created.
*)}type nonrec error = [ | `ClientException of ClientException.t| `EntityDoesNotExistException of EntityDoesNotExistException.t| `InvalidParameterException of InvalidParameterException.t| `ServiceException of ServiceException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of IpAddr.t ] list
| `String of RemoteDomainName.t ])
list ]
list ])
list ]