Values.DescribeExpressionsResponseSourceThe result of a DescribeExpressions request. Contains the expressions configured for the domain specified in the request.
type describeExpressionsResult = {expressions : ExpressionStatusList.t option;The expressions configured for the domain.
*)}and t = {describeExpressionsResult : describeExpressionsResult;responseMetaData : responseMetaData;}type error = [ | `BaseException of BaseException.t| `InternalException of InternalException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BaseException of BaseException.t
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BaseException of BaseException.t
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `String of StandardName.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]
list ])
list ])
list ]