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 #

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 #

See: stopStack smart constructor.

Instances

Eq StopStack # 
Data StopStack # 

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 # 
Show StopStack # 
Generic StopStack # 

Associated Types

type Rep StopStack :: * -> * #

Hashable StopStack # 
ToJSON StopStack # 
NFData StopStack # 

Methods

rnf :: StopStack -> () #

AWSRequest StopStack # 
ToQuery StopStack # 
ToPath StopStack # 
ToHeaders StopStack # 

Methods

toHeaders :: StopStack -> [Header] #

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

Request Lenses

stoStackId :: Lens' StopStack Text #

The stack ID.

Destructuring the Response

stopStackResponse :: StopStackResponse #

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

data StopStackResponse #

See: stopStackResponse smart constructor.

Instances

Eq StopStackResponse # 
Data StopStackResponse # 

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 # 
Show StopStackResponse # 
Generic StopStackResponse # 
NFData StopStackResponse # 

Methods

rnf :: StopStackResponse -> () #

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