| 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.IoTAnalytics.PutLoggingOptions
Description
Sets or updates the AWS IoT Analytics logging options.
Creating a Request
Arguments
| :: LoggingOptions | |
| -> PutLoggingOptions |
Creates a value of PutLoggingOptions with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ploLoggingOptions- The new values of the AWS IoT Analytics logging options.
data PutLoggingOptions Source #
See: putLoggingOptions smart constructor.
Instances
Request Lenses
ploLoggingOptions :: Lens' PutLoggingOptions LoggingOptions Source #
The new values of the AWS IoT Analytics logging options.
Destructuring the Response
putLoggingOptionsResponse :: PutLoggingOptionsResponse Source #
Creates a value of PutLoggingOptionsResponse with the minimum fields required to make a request.
data PutLoggingOptionsResponse Source #
See: putLoggingOptionsResponse smart constructor.