Values.ConfigurationOptionsDescriptionSourceDescribes the settings for a specified configuration set.
type describeConfigurationOptionsResult = {solutionStackName : SolutionStackName.t option;The name of the solution stack these configuration options belong to.
*)platformArn : PlatformArn.t option;The ARN of the platform version.
*)options : ConfigurationOptionDescriptionsList.t option;A list of ConfigurationOptionDescription.
*)}and t = {describeConfigurationOptionsResult : describeConfigurationOptionsResult;responseMetaData : responseMetaData;}type error = [ | `TooManyBucketsException of TooManyBucketsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `TooManyBucketsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `TooManyBucketsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of UserDefinedOption.t
| `Enum of string
| `Integer of OptionRestrictionMinValue.t
| `List of
[> `String of
ConfigurationOptionPossibleValue.t ]
list
| `String of OptionNamespace.t
| `Structure of
(string * [> `String of RegexPattern.t ]) list ])
list ]
list
| `String of SolutionStackName.t ])
list ])
list ]