Module Values.ConfigurationOptionsDescriptionSource

Describes the settings for a specified configuration set.

Sourcetype describeConfigurationOptionsResult = {
  1. solutionStackName : SolutionStackName.t option;
    (*

    The name of the solution stack these configuration options belong to.

    *)
  2. platformArn : PlatformArn.t option;
    (*

    The ARN of the platform version.

    *)
  3. options : ConfigurationOptionDescriptionsList.t option;
    (*

    A list of ConfigurationOptionDescription.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeConfigurationOptionsResult : describeConfigurationOptionsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `TooManyBucketsException of TooManyBucketsException.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?solutionStackName:??? -> ?platformArn:??? -> ?options:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `TooManyBucketsException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `TooManyBucketsException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t