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.AbortEnvironmentUpdate

Contents

Description

Cancels in-progress environment configuration update or application version deployment.

Synopsis

Creating a Request

abortEnvironmentUpdate :: AbortEnvironmentUpdate Source #

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

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

data AbortEnvironmentUpdate Source #

See: abortEnvironmentUpdate smart constructor.

Instances

Eq AbortEnvironmentUpdate Source # 
Data AbortEnvironmentUpdate Source # 

Methods

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

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

toConstr :: AbortEnvironmentUpdate -> Constr #

dataTypeOf :: AbortEnvironmentUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AbortEnvironmentUpdate Source # 
Show AbortEnvironmentUpdate Source # 
Generic AbortEnvironmentUpdate Source # 
Hashable AbortEnvironmentUpdate Source # 
NFData AbortEnvironmentUpdate Source # 

Methods

rnf :: AbortEnvironmentUpdate -> () #

AWSRequest AbortEnvironmentUpdate Source # 
ToPath AbortEnvironmentUpdate Source # 
ToHeaders AbortEnvironmentUpdate Source # 
ToQuery AbortEnvironmentUpdate Source # 
type Rep AbortEnvironmentUpdate Source # 
type Rep AbortEnvironmentUpdate = D1 (MetaData "AbortEnvironmentUpdate" "Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate" "amazonka-elasticbeanstalk-1.4.2-AhPbUQCjkO1G4FK5rH79RR" False) (C1 (MetaCons "AbortEnvironmentUpdate'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_aeuEnvironmentName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aeuEnvironmentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))
type Rs AbortEnvironmentUpdate Source # 

Request Lenses

aeuEnvironmentName :: Lens' AbortEnvironmentUpdate (Maybe Text) Source #

This specifies the name of the environment with the in-progress update that you want to cancel.

aeuEnvironmentId :: Lens' AbortEnvironmentUpdate (Maybe Text) Source #

This specifies the ID of the environment with the in-progress update that you want to cancel.

Destructuring the Response

abortEnvironmentUpdateResponse :: AbortEnvironmentUpdateResponse Source #

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

data AbortEnvironmentUpdateResponse Source #

See: abortEnvironmentUpdateResponse smart constructor.

Instances

Eq AbortEnvironmentUpdateResponse Source # 
Data AbortEnvironmentUpdateResponse Source # 

Methods

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

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

toConstr :: AbortEnvironmentUpdateResponse -> Constr #

dataTypeOf :: AbortEnvironmentUpdateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AbortEnvironmentUpdateResponse Source # 
Show AbortEnvironmentUpdateResponse Source # 
Generic AbortEnvironmentUpdateResponse Source # 
NFData AbortEnvironmentUpdateResponse Source # 
type Rep AbortEnvironmentUpdateResponse Source # 
type Rep AbortEnvironmentUpdateResponse = D1 (MetaData "AbortEnvironmentUpdateResponse" "Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate" "amazonka-elasticbeanstalk-1.4.2-AhPbUQCjkO1G4FK5rH79RR" False) (C1 (MetaCons "AbortEnvironmentUpdateResponse'" PrefixI False) U1)