Values.DescribeExpressionsRequestSourceContainer for the parameters to the DescribeDomains operation. Specifies the name of the domain you want to describe. To restrict the response to particular expressions, specify the names of the expressions 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;The name of the domain you want to describe.
*)expressionNames : StandardNameList.t option;Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.
*)deployed : Boolean.t option;Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of StandardName.t ] list
| `String of DomainName.t ])
list ]