amazonka-elasticbeanstalk-1.4.2: 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 Source #

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 Source #

Request to delete a draft environment configuration.

See: deleteEnvironmentConfiguration smart constructor.

Instances

Eq DeleteEnvironmentConfiguration Source # 
Data DeleteEnvironmentConfiguration Source # 

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 Source # 
Show DeleteEnvironmentConfiguration Source # 
Generic DeleteEnvironmentConfiguration Source # 
Hashable DeleteEnvironmentConfiguration Source # 
NFData DeleteEnvironmentConfiguration Source # 
AWSRequest DeleteEnvironmentConfiguration Source # 
ToPath DeleteEnvironmentConfiguration Source # 
ToHeaders DeleteEnvironmentConfiguration Source # 
ToQuery DeleteEnvironmentConfiguration Source # 
type Rep DeleteEnvironmentConfiguration Source # 
type Rep DeleteEnvironmentConfiguration = D1 (MetaData "DeleteEnvironmentConfiguration" "Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration" "amazonka-elasticbeanstalk-1.4.2-AhPbUQCjkO1G4FK5rH79RR" 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 Source # 

Request Lenses

decApplicationName :: Lens' DeleteEnvironmentConfiguration Text Source #

The name of the application the environment is associated with.

decEnvironmentName :: Lens' DeleteEnvironmentConfiguration Text Source #

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

Destructuring the Response

data DeleteEnvironmentConfigurationResponse Source #

Instances

Eq DeleteEnvironmentConfigurationResponse Source # 
Data DeleteEnvironmentConfigurationResponse Source # 

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 Source # 
Show DeleteEnvironmentConfigurationResponse Source # 
Generic DeleteEnvironmentConfigurationResponse Source # 
NFData DeleteEnvironmentConfigurationResponse Source # 
type Rep DeleteEnvironmentConfigurationResponse Source # 
type Rep DeleteEnvironmentConfigurationResponse = D1 (MetaData "DeleteEnvironmentConfigurationResponse" "Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration" "amazonka-elasticbeanstalk-1.4.2-AhPbUQCjkO1G4FK5rH79RR" False) (C1 (MetaCons "DeleteEnvironmentConfigurationResponse'" PrefixI False) U1)