Smaws_Client_ElasticBeanstalk.DescribeConfigurationOptionsDescribes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `TooManyBucketsException of Types.too_many_buckets_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_configuration_options_message ->
(Types.configuration_options_description,
[> Smaws_Lib.Protocols.AwsQuery.error
| `TooManyBucketsException of Types.too_many_buckets_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_configuration_options_message ->
(Types.configuration_options_description Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `TooManyBucketsException of Types.too_many_buckets_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result