amazonka-mq-1.6.0: Amazon MQ 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.MQ.RebootBroker

Contents

Description

Reboots a broker. Note: This API is asynchronous.

Synopsis

Creating a Request

rebootBroker Source #

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

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

  • rbBrokerId - The unique ID that Amazon MQ generates for the broker.

data RebootBroker Source #

See: rebootBroker smart constructor.

Instances

Eq RebootBroker Source # 
Data RebootBroker Source # 

Methods

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

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

toConstr :: RebootBroker -> Constr #

dataTypeOf :: RebootBroker -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RebootBroker Source # 
Show RebootBroker Source # 
Generic RebootBroker Source # 

Associated Types

type Rep RebootBroker :: * -> * #

Hashable RebootBroker Source # 
ToJSON RebootBroker Source # 
NFData RebootBroker Source # 

Methods

rnf :: RebootBroker -> () #

AWSRequest RebootBroker Source # 
ToHeaders RebootBroker Source # 
ToPath RebootBroker Source # 
ToQuery RebootBroker Source # 
type Rep RebootBroker Source # 
type Rep RebootBroker = D1 * (MetaData "RebootBroker" "Network.AWS.MQ.RebootBroker" "amazonka-mq-1.6.0-2p1A05IoaUzMnRutMRqns" True) (C1 * (MetaCons "RebootBroker'" PrefixI True) (S1 * (MetaSel (Just Symbol "_rbBrokerId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs RebootBroker Source # 

Request Lenses

rbBrokerId :: Lens' RebootBroker Text Source #

The unique ID that Amazon MQ generates for the broker.

Destructuring the Response

rebootBrokerResponse Source #

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

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

data RebootBrokerResponse Source #

See: rebootBrokerResponse smart constructor.

Instances

Eq RebootBrokerResponse Source # 
Data RebootBrokerResponse Source # 

Methods

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

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

toConstr :: RebootBrokerResponse -> Constr #

dataTypeOf :: RebootBrokerResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RebootBrokerResponse Source # 
Show RebootBrokerResponse Source # 
Generic RebootBrokerResponse Source # 
NFData RebootBrokerResponse Source # 

Methods

rnf :: RebootBrokerResponse -> () #

type Rep RebootBrokerResponse Source # 
type Rep RebootBrokerResponse = D1 * (MetaData "RebootBrokerResponse" "Network.AWS.MQ.RebootBroker" "amazonka-mq-1.6.0-2p1A05IoaUzMnRutMRqns" True) (C1 * (MetaCons "RebootBrokerResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_rbrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

rbrsResponseStatus :: Lens' RebootBrokerResponse Int Source #

  • - | The response status code.