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

Contents

Description

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

Synopsis

Creating a Request

abortEnvironmentUpdate :: AbortEnvironmentUpdate #

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:

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

data AbortEnvironmentUpdate #

See: abortEnvironmentUpdate smart constructor.

Instances
Eq AbortEnvironmentUpdate # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Data AbortEnvironmentUpdate # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

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

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Show AbortEnvironmentUpdate # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Generic AbortEnvironmentUpdate # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Associated Types

type Rep AbortEnvironmentUpdate :: * -> * #

Hashable AbortEnvironmentUpdate # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

AWSRequest AbortEnvironmentUpdate # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Associated Types

type Rs AbortEnvironmentUpdate :: * #

ToHeaders AbortEnvironmentUpdate # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

ToPath AbortEnvironmentUpdate # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

ToQuery AbortEnvironmentUpdate # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

NFData AbortEnvironmentUpdate # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Methods

rnf :: AbortEnvironmentUpdate -> () #

type Rep AbortEnvironmentUpdate # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

type Rep AbortEnvironmentUpdate = D1 (MetaData "AbortEnvironmentUpdate" "Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate" "amazonka-elasticbeanstalk-1.6.0-4kzLcNRvasW4jFhozYXQXA" False) (C1 (MetaCons "AbortEnvironmentUpdate'" PrefixI True) (S1 (MetaSel (Just "_aeuEnvironmentName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aeuEnvironmentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))
type Rs AbortEnvironmentUpdate # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Request Lenses

aeuEnvironmentName :: Lens' AbortEnvironmentUpdate (Maybe Text) #

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

aeuEnvironmentId :: Lens' AbortEnvironmentUpdate (Maybe Text) #

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

Destructuring the Response

abortEnvironmentUpdateResponse :: AbortEnvironmentUpdateResponse #

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

data AbortEnvironmentUpdateResponse #

See: abortEnvironmentUpdateResponse smart constructor.

Instances
Eq AbortEnvironmentUpdateResponse # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Data AbortEnvironmentUpdateResponse # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

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

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Show AbortEnvironmentUpdateResponse # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Generic AbortEnvironmentUpdateResponse # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Associated Types

type Rep AbortEnvironmentUpdateResponse :: * -> * #

NFData AbortEnvironmentUpdateResponse # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

type Rep AbortEnvironmentUpdateResponse # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

type Rep AbortEnvironmentUpdateResponse = D1 (MetaData "AbortEnvironmentUpdateResponse" "Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate" "amazonka-elasticbeanstalk-1.6.0-4kzLcNRvasW4jFhozYXQXA" False) (C1 (MetaCons "AbortEnvironmentUpdateResponse'" PrefixI False) (U1 :: * -> *))