amazonka-opsworks-1.6.1: Amazon OpsWorks 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.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 # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

Data StopStack Source # 
Instance details

Defined in Network.AWS.OpsWorks.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 Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

Show StopStack Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

Generic StopStack Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

Associated Types

type Rep StopStack :: Type -> Type #

Hashable StopStack Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

ToJSON StopStack Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

AWSRequest StopStack Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

Associated Types

type Rs StopStack :: Type #

ToHeaders StopStack Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

Methods

toHeaders :: StopStack -> [Header] #

ToPath StopStack Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

ToQuery StopStack Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

NFData StopStack Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

Methods

rnf :: StopStack -> () #

type Rep StopStack Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

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

Defined in Network.AWS.OpsWorks.StopStack

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

Defined in Network.AWS.OpsWorks.StopStack

Data StopStackResponse Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

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

Defined in Network.AWS.OpsWorks.StopStack

Show StopStackResponse Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

Generic StopStackResponse Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

Associated Types

type Rep StopStackResponse :: Type -> Type #

NFData StopStackResponse Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

Methods

rnf :: StopStackResponse -> () #

type Rep StopStackResponse Source # 
Instance details

Defined in Network.AWS.OpsWorks.StopStack

type Rep StopStackResponse = D1 (MetaData "StopStackResponse" "Network.AWS.OpsWorks.StopStack" "amazonka-opsworks-1.6.1-DPqCyF3LO9t3rjfO10vXJE" False) (C1 (MetaCons "StopStackResponse'" PrefixI False) (U1 :: Type -> Type))