amazonka-elasticbeanstalk-1.3.7: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings

Contents

Description

Returns 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

  • DeleteEnvironmentConfiguration

See: AWS API Reference for DescribeConfigurationSettings.

Synopsis

Creating a Request

describeConfigurationSettings Source

Creates a value of DescribeConfigurationSettings with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dcsTemplateName :: Lens' DescribeConfigurationSettings (Maybe Text) Source

The name of the configuration template to describe.

Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error.

dcsEnvironmentName :: Lens' DescribeConfigurationSettings (Maybe Text) Source

The name of the environment to describe.

Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

dcsApplicationName :: Lens' DescribeConfigurationSettings Text Source

The application for the environment or configuration template.

Destructuring the Response

describeConfigurationSettingsResponse Source

Creates a value of DescribeConfigurationSettingsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses