amazonka-cloudformation-1.4.5: Amazon CloudFormation 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.CloudFormation.CancelUpdateStack

Contents

Description

Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.

Synopsis

Creating a Request

cancelUpdateStack #

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

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

  • cusStackName - The name or the unique stack ID that is associated with the stack.

data CancelUpdateStack #

The input for the CancelUpdateStack action.

See: cancelUpdateStack smart constructor.

Instances

Eq CancelUpdateStack # 
Data CancelUpdateStack # 

Methods

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

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

toConstr :: CancelUpdateStack -> Constr #

dataTypeOf :: CancelUpdateStack -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CancelUpdateStack # 
Show CancelUpdateStack # 
Generic CancelUpdateStack # 
Hashable CancelUpdateStack # 
NFData CancelUpdateStack # 

Methods

rnf :: CancelUpdateStack -> () #

AWSRequest CancelUpdateStack # 
ToQuery CancelUpdateStack # 
ToPath CancelUpdateStack # 
ToHeaders CancelUpdateStack # 
type Rep CancelUpdateStack # 
type Rep CancelUpdateStack = D1 (MetaData "CancelUpdateStack" "Network.AWS.CloudFormation.CancelUpdateStack" "amazonka-cloudformation-1.4.5-GkPqDOYcHIlLStUFA5eeUs" True) (C1 (MetaCons "CancelUpdateStack'" PrefixI True) (S1 (MetaSel (Just Symbol "_cusStackName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs CancelUpdateStack # 

Request Lenses

cusStackName :: Lens' CancelUpdateStack Text #

The name or the unique stack ID that is associated with the stack.

Destructuring the Response

cancelUpdateStackResponse :: CancelUpdateStackResponse #

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

data CancelUpdateStackResponse #

See: cancelUpdateStackResponse smart constructor.

Instances

Eq CancelUpdateStackResponse # 
Data CancelUpdateStackResponse # 

Methods

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

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

toConstr :: CancelUpdateStackResponse -> Constr #

dataTypeOf :: CancelUpdateStackResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CancelUpdateStackResponse # 
Show CancelUpdateStackResponse # 
Generic CancelUpdateStackResponse # 
NFData CancelUpdateStackResponse # 
type Rep CancelUpdateStackResponse # 
type Rep CancelUpdateStackResponse = D1 (MetaData "CancelUpdateStackResponse" "Network.AWS.CloudFormation.CancelUpdateStack" "amazonka-cloudformation-1.4.5-GkPqDOYcHIlLStUFA5eeUs" False) (C1 (MetaCons "CancelUpdateStackResponse'" PrefixI False) U1)