amazonka-elasticbeanstalk-1.4.5: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2016 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.DeleteEnvironmentConfiguration

Contents

Description

Deletes the draft configuration associated with the running environment.

Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update fails. The DeploymentStatus for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action.

Synopsis

Creating a Request

deleteEnvironmentConfiguration #

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

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

data DeleteEnvironmentConfiguration #

Request to delete a draft environment configuration.

See: deleteEnvironmentConfiguration smart constructor.

Instances

Eq DeleteEnvironmentConfiguration # 
Data DeleteEnvironmentConfiguration # 

Methods

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

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

toConstr :: DeleteEnvironmentConfiguration -> Constr #

dataTypeOf :: DeleteEnvironmentConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteEnvironmentConfiguration # 
Show DeleteEnvironmentConfiguration # 
Generic DeleteEnvironmentConfiguration # 
Hashable DeleteEnvironmentConfiguration # 
NFData DeleteEnvironmentConfiguration # 
AWSRequest DeleteEnvironmentConfiguration # 
ToQuery DeleteEnvironmentConfiguration # 
ToPath DeleteEnvironmentConfiguration # 
ToHeaders DeleteEnvironmentConfiguration # 
type Rep DeleteEnvironmentConfiguration # 
type Rep DeleteEnvironmentConfiguration = D1 (MetaData "DeleteEnvironmentConfiguration" "Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration" "amazonka-elasticbeanstalk-1.4.5-GUwvc4uXtdOCAVsn3FPFRh" False) (C1 (MetaCons "DeleteEnvironmentConfiguration'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_decApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_decEnvironmentName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteEnvironmentConfiguration # 

Request Lenses

decApplicationName :: Lens' DeleteEnvironmentConfiguration Text #

The name of the application the environment is associated with.

decEnvironmentName :: Lens' DeleteEnvironmentConfiguration Text #

The name of the environment to delete the draft configuration from.

Destructuring the Response

data DeleteEnvironmentConfigurationResponse #

Instances

Eq DeleteEnvironmentConfigurationResponse # 
Data DeleteEnvironmentConfigurationResponse # 

Methods

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

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

toConstr :: DeleteEnvironmentConfigurationResponse -> Constr #

dataTypeOf :: DeleteEnvironmentConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteEnvironmentConfigurationResponse # 
Show DeleteEnvironmentConfigurationResponse # 
Generic DeleteEnvironmentConfigurationResponse # 
NFData DeleteEnvironmentConfigurationResponse # 
type Rep DeleteEnvironmentConfigurationResponse # 
type Rep DeleteEnvironmentConfigurationResponse = D1 (MetaData "DeleteEnvironmentConfigurationResponse" "Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration" "amazonka-elasticbeanstalk-1.4.5-GUwvc4uXtdOCAVsn3FPFRh" False) (C1 (MetaCons "DeleteEnvironmentConfigurationResponse'" PrefixI False) U1)