amazonka-opsworks-1.4.2: 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.StartStack

Contents

Description

Starts a stack's instances.

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

startStack Source #

Arguments

:: Text

staStackId

-> StartStack 

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

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

data StartStack Source #

See: startStack smart constructor.

Instances

Eq StartStack Source # 
Data StartStack Source # 

Methods

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

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

toConstr :: StartStack -> Constr #

dataTypeOf :: StartStack -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartStack Source # 
Show StartStack Source # 
Generic StartStack Source # 

Associated Types

type Rep StartStack :: * -> * #

ToJSON StartStack Source # 
Hashable StartStack Source # 
NFData StartStack Source # 

Methods

rnf :: StartStack -> () #

AWSRequest StartStack Source # 
ToPath StartStack Source # 
ToHeaders StartStack Source # 

Methods

toHeaders :: StartStack -> [Header] #

ToQuery StartStack Source # 
type Rep StartStack Source # 
type Rep StartStack = D1 (MetaData "StartStack" "Network.AWS.OpsWorks.StartStack" "amazonka-opsworks-1.4.2-H1NWw2Q6WTvKlcJsv19jGW" True) (C1 (MetaCons "StartStack'" PrefixI True) (S1 (MetaSel (Just Symbol "_staStackId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs StartStack Source # 

Request Lenses

Destructuring the Response

startStackResponse :: StartStackResponse Source #

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

data StartStackResponse Source #

See: startStackResponse smart constructor.

Instances

Eq StartStackResponse Source # 
Data StartStackResponse Source # 

Methods

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

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

toConstr :: StartStackResponse -> Constr #

dataTypeOf :: StartStackResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartStackResponse Source # 
Show StartStackResponse Source # 
Generic StartStackResponse Source # 
NFData StartStackResponse Source # 

Methods

rnf :: StartStackResponse -> () #

type Rep StartStackResponse Source # 
type Rep StartStackResponse = D1 (MetaData "StartStackResponse" "Network.AWS.OpsWorks.StartStack" "amazonka-opsworks-1.4.2-H1NWw2Q6WTvKlcJsv19jGW" False) (C1 (MetaCons "StartStackResponse'" PrefixI False) U1)