Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Gets the logging options.
See: AWS API Reference for GetLoggingOptions.
- 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.
Destructuring the Response
getLoggingOptionsResponse Source
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:
data GetLoggingOptionsResponse Source
The output from the GetLoggingOptions operation.
See: getLoggingOptionsResponse
smart constructor.
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.