amazonka-opsworks-1.4.5: Amazon OpsWorks 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.OpsWorks.StopStack

Contents

Description

Stops a specified stack.

Required Permissions : To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .

Synopsis

Creating a Request

stopStack Source #

Arguments

:: Text

stoStackId

-> StopStack 

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

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

data StopStack Source #

See: stopStack smart constructor.

Instances

Eq StopStack Source # 
Data StopStack Source # 

Methods

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

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

toConstr :: StopStack -> Constr #

dataTypeOf :: StopStack -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopStack Source # 
Show StopStack Source # 
Generic StopStack Source # 

Associated Types

type Rep StopStack :: * -> * #

Hashable StopStack Source # 
ToJSON StopStack Source # 
NFData StopStack Source # 

Methods

rnf :: StopStack -> () #

AWSRequest StopStack Source # 
ToPath StopStack Source # 
ToHeaders StopStack Source # 

Methods

toHeaders :: StopStack -> [Header] #

ToQuery StopStack Source # 
type Rep StopStack Source # 
type Rep StopStack = D1 (MetaData "StopStack" "Network.AWS.OpsWorks.StopStack" "amazonka-opsworks-1.4.5-7XI4vLMXIJB3lyxy2oXKSd" True) (C1 (MetaCons "StopStack'" PrefixI True) (S1 (MetaSel (Just Symbol "_stoStackId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs StopStack Source # 

Request Lenses

Destructuring the Response

stopStackResponse :: StopStackResponse Source #

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

data StopStackResponse Source #

See: stopStackResponse smart constructor.

Instances

Eq StopStackResponse Source # 
Data StopStackResponse Source # 

Methods

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

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

toConstr :: StopStackResponse -> Constr #

dataTypeOf :: StopStackResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopStackResponse Source # 
Show StopStackResponse Source # 
Generic StopStackResponse Source # 
NFData StopStackResponse Source # 

Methods

rnf :: StopStackResponse -> () #

type Rep StopStackResponse Source # 
type Rep StopStackResponse = D1 (MetaData "StopStackResponse" "Network.AWS.OpsWorks.StopStack" "amazonka-opsworks-1.4.5-7XI4vLMXIJB3lyxy2oXKSd" False) (C1 (MetaCons "StopStackResponse'" PrefixI False) U1)