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

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

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

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Show DeleteEnvironmentConfiguration # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Generic DeleteEnvironmentConfiguration # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Associated Types

type Rep DeleteEnvironmentConfiguration :: * -> * #

Hashable DeleteEnvironmentConfiguration # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

AWSRequest DeleteEnvironmentConfiguration # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Associated Types

type Rs DeleteEnvironmentConfiguration :: * #

ToHeaders DeleteEnvironmentConfiguration # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

ToPath DeleteEnvironmentConfiguration # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

ToQuery DeleteEnvironmentConfiguration # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

NFData DeleteEnvironmentConfiguration # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfiguration # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfiguration = D1 (MetaData "DeleteEnvironmentConfiguration" "Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration" "amazonka-elasticbeanstalk-1.6.0-GKpPerkwXjE5bF0TeRiFq3" 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 # 
Instance details

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

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

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

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Show DeleteEnvironmentConfigurationResponse # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Generic DeleteEnvironmentConfigurationResponse # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

Associated Types

type Rep DeleteEnvironmentConfigurationResponse :: * -> * #

NFData DeleteEnvironmentConfigurationResponse # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfigurationResponse # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration

type Rep DeleteEnvironmentConfigurationResponse = D1 (MetaData "DeleteEnvironmentConfigurationResponse" "Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration" "amazonka-elasticbeanstalk-1.6.0-GKpPerkwXjE5bF0TeRiFq3" False) (C1 (MetaCons "DeleteEnvironmentConfigurationResponse'" PrefixI False) (U1 :: * -> *))