Smaws_Client_ElasticBeanstalk.DescribeConfigurationSettingsReturns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.
When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.
Related Topics
DeleteEnvironmentConfigurationval 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_settings_message ->
(Types.configuration_settings_descriptions,
[> 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_settings_message ->
(Types.configuration_settings_descriptions Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `TooManyBucketsException of Types.too_many_buckets_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result