| 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.IoT.SetLoggingOptions
Description
Sets the logging options.
Creating a Request
Creates a value of SetLoggingOptions with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sloLoggingOptionsPayload- The logging options payload.
data SetLoggingOptions Source #
The input for the SetLoggingOptions operation.
See: setLoggingOptions smart constructor.
Instances
Request Lenses
sloLoggingOptionsPayload :: Lens' SetLoggingOptions LoggingOptionsPayload Source #
The logging options payload.
Destructuring the Response
setLoggingOptionsResponse :: SetLoggingOptionsResponse Source #
Creates a value of SetLoggingOptionsResponse with the minimum fields required to make a request.
data SetLoggingOptionsResponse Source #
See: setLoggingOptionsResponse smart constructor.