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.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 #

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 #

See: startStack smart constructor.

Instances

Eq StartStack # 
Data StartStack # 

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

Associated Types

type Rep StartStack :: * -> * #

Hashable StartStack # 
ToJSON StartStack # 
NFData StartStack # 

Methods

rnf :: StartStack -> () #

AWSRequest StartStack # 
ToQuery StartStack # 
ToPath StartStack # 
ToHeaders StartStack # 

Methods

toHeaders :: StartStack -> [Header] #

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

Request Lenses

staStackId :: Lens' StartStack Text #

The stack ID.

Destructuring the Response

startStackResponse :: StartStackResponse #

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

data StartStackResponse #

See: startStackResponse smart constructor.

Instances

Eq StartStackResponse # 
Data StartStackResponse # 

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

Methods

rnf :: StartStackResponse -> () #

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