| 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.IoTSiteWise.PutLoggingOptions
Description
Sets logging options for IoT SiteWise.
Synopsis
- data PutLoggingOptions = PutLoggingOptions' {}
- newPutLoggingOptions :: LoggingOptions -> PutLoggingOptions
- putLoggingOptions_loggingOptions :: Lens' PutLoggingOptions LoggingOptions
- data PutLoggingOptionsResponse = PutLoggingOptionsResponse' {
- httpStatus :: Int
- newPutLoggingOptionsResponse :: Int -> PutLoggingOptionsResponse
- putLoggingOptionsResponse_httpStatus :: Lens' PutLoggingOptionsResponse Int
Creating a Request
data PutLoggingOptions Source #
See: newPutLoggingOptions smart constructor.
Constructors
| PutLoggingOptions' | |
Fields
| |
Instances
Create a value of PutLoggingOptions 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:loggingOptions:PutLoggingOptions', putLoggingOptions_loggingOptions - The logging options to set.
Request Lenses
putLoggingOptions_loggingOptions :: Lens' PutLoggingOptions LoggingOptions Source #
The logging options to set.
Destructuring the Response
data PutLoggingOptionsResponse Source #
See: newPutLoggingOptionsResponse smart constructor.
Constructors
| PutLoggingOptionsResponse' | |
Fields
| |
Instances
newPutLoggingOptionsResponse Source #
Create a value of PutLoggingOptionsResponse 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:PutLoggingOptionsResponse', putLoggingOptionsResponse_httpStatus - The response's http status code.
Response Lenses
putLoggingOptionsResponse_httpStatus :: Lens' PutLoggingOptionsResponse Int Source #
The response's http status code.