amazonka-elasticbeanstalk-1.6.1: 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.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 # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Data DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.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 Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Show DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Generic DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Associated Types

type Rep DeleteEnvironmentConfiguration :: Type -> Type #

Hashable DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

AWSRequest DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Associated Types

type Rs DeleteEnvironmentConfiguration :: Type #

ToHeaders DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

ToPath DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

ToQuery DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

NFData DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfiguration = D1 (MetaData "DeleteEnvironmentConfiguration" "Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration" "amazonka-elasticbeanstalk-1.6.1-3CoYM4SK8sc46jAbvlY69V" False) (C1 (MetaCons "DeleteEnvironmentConfiguration'" PrefixI True) (S1 (MetaSel (Just "_decApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_decEnvironmentName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteEnvironmentConfiguration Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

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 # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Data DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

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 # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Show DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Generic DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

NFData DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfigurationResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfigurationResponse = D1 (MetaData "DeleteEnvironmentConfigurationResponse" "Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration" "amazonka-elasticbeanstalk-1.6.1-3CoYM4SK8sc46jAbvlY69V" False) (C1 (MetaCons "DeleteEnvironmentConfigurationResponse'" PrefixI False) (U1 :: Type -> Type))