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

Contents

Description

Reboots a specified instance. For more information, see Starting, Stopping, and Rebooting 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

rebootInstance Source #

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

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

data RebootInstance Source #

See: rebootInstance smart constructor.

Instances

Eq RebootInstance Source # 
Data RebootInstance Source # 

Methods

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

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

toConstr :: RebootInstance -> Constr #

dataTypeOf :: RebootInstance -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RebootInstance Source # 
Show RebootInstance Source # 
Generic RebootInstance Source # 

Associated Types

type Rep RebootInstance :: * -> * #

Hashable RebootInstance Source # 
ToJSON RebootInstance Source # 
NFData RebootInstance Source # 

Methods

rnf :: RebootInstance -> () #

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

Request Lenses

Destructuring the Response

rebootInstanceResponse :: RebootInstanceResponse Source #

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

data RebootInstanceResponse Source #

See: rebootInstanceResponse smart constructor.

Instances

Eq RebootInstanceResponse Source # 
Data RebootInstanceResponse Source # 

Methods

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

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

toConstr :: RebootInstanceResponse -> Constr #

dataTypeOf :: RebootInstanceResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RebootInstanceResponse Source # 
Show RebootInstanceResponse Source # 
Generic RebootInstanceResponse Source # 
NFData RebootInstanceResponse Source # 

Methods

rnf :: RebootInstanceResponse -> () #

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