amazonka-cloudformation-1.5.0: Amazon CloudFormation SDK.

Copyright(c) 2013-2017 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.CloudFormation.StopStackSetOperation

Contents

Description

Stops an in-progress operation on a stack set and its associated stack instances.

Synopsis

Creating a Request

stopStackSetOperation Source #

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

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

data StopStackSetOperation Source #

See: stopStackSetOperation smart constructor.

Instances

Eq StopStackSetOperation Source # 
Data StopStackSetOperation Source # 

Methods

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

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

toConstr :: StopStackSetOperation -> Constr #

dataTypeOf :: StopStackSetOperation -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopStackSetOperation Source # 
Show StopStackSetOperation Source # 
Generic StopStackSetOperation Source # 
Hashable StopStackSetOperation Source # 
NFData StopStackSetOperation Source # 

Methods

rnf :: StopStackSetOperation -> () #

AWSRequest StopStackSetOperation Source # 
ToQuery StopStackSetOperation Source # 
ToPath StopStackSetOperation Source # 
ToHeaders StopStackSetOperation Source # 
type Rep StopStackSetOperation Source # 
type Rep StopStackSetOperation = D1 (MetaData "StopStackSetOperation" "Network.AWS.CloudFormation.StopStackSetOperation" "amazonka-cloudformation-1.5.0-KJ8fU86x75V4EoPee9jClQ" False) (C1 (MetaCons "StopStackSetOperation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sssoStackSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_sssoOperationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs StopStackSetOperation Source # 

Request Lenses

sssoStackSetName :: Lens' StopStackSetOperation Text Source #

The name or unique ID of the stack set that you want to stop the operation for.

sssoOperationId :: Lens' StopStackSetOperation Text Source #

The ID of the stack operation.

Destructuring the Response

stopStackSetOperationResponse Source #

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

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

data StopStackSetOperationResponse Source #

See: stopStackSetOperationResponse smart constructor.

Instances

Eq StopStackSetOperationResponse Source # 
Data StopStackSetOperationResponse Source # 

Methods

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

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

toConstr :: StopStackSetOperationResponse -> Constr #

dataTypeOf :: StopStackSetOperationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopStackSetOperationResponse Source # 
Show StopStackSetOperationResponse Source # 
Generic StopStackSetOperationResponse Source # 
NFData StopStackSetOperationResponse Source # 
type Rep StopStackSetOperationResponse Source # 
type Rep StopStackSetOperationResponse = D1 (MetaData "StopStackSetOperationResponse" "Network.AWS.CloudFormation.StopStackSetOperation" "amazonka-cloudformation-1.5.0-KJ8fU86x75V4EoPee9jClQ" True) (C1 (MetaCons "StopStackSetOperationResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_sssorsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses