| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.MQ.RebootBroker
Description
Reboots a broker. Note: This API is asynchronous.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> RebootBroker |
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
Request Lenses
rbBrokerId :: Lens' RebootBroker Text Source #
The unique ID that Amazon MQ generates for the broker.
Destructuring the Response
Arguments
| :: Int | |
| -> RebootBrokerResponse |
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:
rbrsResponseStatus- -- | The response status code.
data RebootBrokerResponse Source #
See: rebootBrokerResponse smart constructor.
Instances
Response Lenses
rbrsResponseStatus :: Lens' RebootBrokerResponse Int Source #
- - | The response status code.