| 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.GetLoggingOptions
Description
Gets the logging options.
Synopsis
- getLoggingOptions :: GetLoggingOptions
- data GetLoggingOptions
- getLoggingOptionsResponse :: Int -> GetLoggingOptionsResponse
- data GetLoggingOptionsResponse
- glorsLogLevel :: Lens' GetLoggingOptionsResponse (Maybe LogLevel)
- glorsRoleARN :: Lens' GetLoggingOptionsResponse (Maybe Text)
- glorsResponseStatus :: Lens' GetLoggingOptionsResponse Int
Creating a Request
getLoggingOptions :: GetLoggingOptions Source #
Creates a value of GetLoggingOptions with the minimum fields required to make a request.
data GetLoggingOptions Source #
The input for the GetLoggingOptions operation.
See: getLoggingOptions smart constructor.
Instances
Destructuring the Response
getLoggingOptionsResponse Source #
Arguments
| :: Int | |
| -> GetLoggingOptionsResponse |
Creates a value of GetLoggingOptionsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
glorsLogLevel- The logging level.glorsRoleARN- The ARN of the IAM role that grants access.glorsResponseStatus- -- | The response status code.
data GetLoggingOptionsResponse Source #
The output from the GetLoggingOptions operation.
See: getLoggingOptionsResponse smart constructor.
Instances
Response Lenses
glorsLogLevel :: Lens' GetLoggingOptionsResponse (Maybe LogLevel) Source #
The logging level.
glorsRoleARN :: Lens' GetLoggingOptionsResponse (Maybe Text) Source #
The ARN of the IAM role that grants access.
glorsResponseStatus :: Lens' GetLoggingOptionsResponse Int Source #
- - | The response status code.