amazonka-elasticbeanstalk-1.3.2: 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.DescribeConfigurationOptions

Contents

Description

Describes 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.

See: AWS API Reference for DescribeConfigurationOptions.

Synopsis

Creating a Request

describeConfigurationOptions :: DescribeConfigurationOptions Source

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

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

Request Lenses

dcoTemplateName :: Lens' DescribeConfigurationOptions (Maybe Text) Source

The name of the configuration template whose configuration options you want to describe.

dcoEnvironmentName :: Lens' DescribeConfigurationOptions (Maybe Text) Source

The name of the environment whose configuration options you want to describe.

dcoApplicationName :: Lens' DescribeConfigurationOptions (Maybe Text) Source

The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.

dcoSolutionStackName :: Lens' DescribeConfigurationOptions (Maybe Text) Source

The name of the solution stack whose configuration options you want to describe.

dcoOptions :: Lens' DescribeConfigurationOptions [OptionSpecification] Source

If specified, restricts the descriptions to only the specified options.

Destructuring the Response

describeConfigurationOptionsResponse Source

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

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

Response Lenses

dcorsSolutionStackName :: Lens' DescribeConfigurationOptionsResponse (Maybe Text) Source

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