| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTFleetWise.GetLoggingOptions
Description
Retrieves the logging options.
Synopsis
- data GetLoggingOptions = GetLoggingOptions' {
- newGetLoggingOptions :: GetLoggingOptions
- data GetLoggingOptionsResponse = GetLoggingOptionsResponse' {}
- newGetLoggingOptionsResponse :: Int -> CloudWatchLogDeliveryOptions -> GetLoggingOptionsResponse
- getLoggingOptionsResponse_httpStatus :: Lens' GetLoggingOptionsResponse Int
- getLoggingOptionsResponse_cloudWatchLogDelivery :: Lens' GetLoggingOptionsResponse CloudWatchLogDeliveryOptions
Creating a Request
data GetLoggingOptions Source #
See: newGetLoggingOptions smart constructor.
Constructors
| GetLoggingOptions' | |
Instances
newGetLoggingOptions :: GetLoggingOptions Source #
Create a value of GetLoggingOptions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetLoggingOptionsResponse Source #
See: newGetLoggingOptionsResponse smart constructor.
Constructors
| GetLoggingOptionsResponse' | |
Fields
| |
Instances
newGetLoggingOptionsResponse Source #
Arguments
| :: Int | |
| -> CloudWatchLogDeliveryOptions | |
| -> GetLoggingOptionsResponse |
Create a value of GetLoggingOptionsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:GetLoggingOptionsResponse', getLoggingOptionsResponse_httpStatus - The response's http status code.
$sel:cloudWatchLogDelivery:GetLoggingOptionsResponse', getLoggingOptionsResponse_cloudWatchLogDelivery - Returns information about log delivery to Amazon CloudWatch Logs.
Response Lenses
getLoggingOptionsResponse_httpStatus :: Lens' GetLoggingOptionsResponse Int Source #
The response's http status code.
getLoggingOptionsResponse_cloudWatchLogDelivery :: Lens' GetLoggingOptionsResponse CloudWatchLogDeliveryOptions Source #
Returns information about log delivery to Amazon CloudWatch Logs.