amazonka-elasticbeanstalk-1.6.0: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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.

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:

  • dcoTemplateName - The name of the configuration template whose configuration options you want to describe.
  • dcoPlatformARN - The ARN of the custom platform.
  • dcoEnvironmentName - The name of the environment whose configuration options you want to describe.
  • dcoApplicationName - 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 - The name of the solution stack whose configuration options you want to describe.
  • dcoOptions - If specified, restricts the descriptions to only the specified options.

data DescribeConfigurationOptions Source #

Result message containing a list of application version descriptions.

See: describeConfigurationOptions smart constructor.

Instances

Eq DescribeConfigurationOptions Source # 
Data DescribeConfigurationOptions Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeConfigurationOptions -> c DescribeConfigurationOptions #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeConfigurationOptions #

toConstr :: DescribeConfigurationOptions -> Constr #

dataTypeOf :: DescribeConfigurationOptions -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeConfigurationOptions) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeConfigurationOptions) #

gmapT :: (forall b. Data b => b -> b) -> DescribeConfigurationOptions -> DescribeConfigurationOptions #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeConfigurationOptions -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeConfigurationOptions -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeConfigurationOptions -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeConfigurationOptions -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeConfigurationOptions -> m DescribeConfigurationOptions #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeConfigurationOptions -> m DescribeConfigurationOptions #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeConfigurationOptions -> m DescribeConfigurationOptions #

Read DescribeConfigurationOptions Source # 
Show DescribeConfigurationOptions Source # 
Generic DescribeConfigurationOptions Source # 
Hashable DescribeConfigurationOptions Source # 
NFData DescribeConfigurationOptions Source # 
AWSRequest DescribeConfigurationOptions Source # 
ToHeaders DescribeConfigurationOptions Source # 
ToPath DescribeConfigurationOptions Source # 
ToQuery DescribeConfigurationOptions Source # 
type Rep DescribeConfigurationOptions Source # 
type Rep DescribeConfigurationOptions = D1 * (MetaData "DescribeConfigurationOptions" "Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions" "amazonka-elasticbeanstalk-1.6.0-4Kt4TpxAtj66tluiSbk4fC" False) (C1 * (MetaCons "DescribeConfigurationOptions'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dcoTemplateName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcoPlatformARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dcoEnvironmentName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcoApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcoSolutionStackName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dcoOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [OptionSpecification])))))))
type Rs DescribeConfigurationOptions Source # 

Request Lenses

dcoTemplateName :: Lens' DescribeConfigurationOptions (Maybe Text) Source #

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

dcoPlatformARN :: Lens' DescribeConfigurationOptions (Maybe Text) Source #

The ARN of the custom platform.

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:

data DescribeConfigurationOptionsResponse Source #

Describes the settings for a specified configuration set.

See: describeConfigurationOptionsResponse smart constructor.

Instances

Eq DescribeConfigurationOptionsResponse Source # 
Data DescribeConfigurationOptionsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeConfigurationOptionsResponse -> c DescribeConfigurationOptionsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeConfigurationOptionsResponse #

toConstr :: DescribeConfigurationOptionsResponse -> Constr #

dataTypeOf :: DescribeConfigurationOptionsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeConfigurationOptionsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeConfigurationOptionsResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeConfigurationOptionsResponse -> DescribeConfigurationOptionsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeConfigurationOptionsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeConfigurationOptionsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeConfigurationOptionsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeConfigurationOptionsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeConfigurationOptionsResponse -> m DescribeConfigurationOptionsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeConfigurationOptionsResponse -> m DescribeConfigurationOptionsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeConfigurationOptionsResponse -> m DescribeConfigurationOptionsResponse #

Read DescribeConfigurationOptionsResponse Source # 
Show DescribeConfigurationOptionsResponse Source # 
Generic DescribeConfigurationOptionsResponse Source # 
NFData DescribeConfigurationOptionsResponse Source # 
type Rep DescribeConfigurationOptionsResponse Source # 
type Rep DescribeConfigurationOptionsResponse = D1 * (MetaData "DescribeConfigurationOptionsResponse" "Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions" "amazonka-elasticbeanstalk-1.6.0-4Kt4TpxAtj66tluiSbk4fC" False) (C1 * (MetaCons "DescribeConfigurationOptionsResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dcorsPlatformARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dcorsSolutionStackName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcorsOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ConfigurationOptionDescription]))) (S1 * (MetaSel (Just Symbol "_dcorsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dcorsSolutionStackName :: Lens' DescribeConfigurationOptionsResponse (Maybe Text) Source #

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