Copyright | (c) 2013-2021 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 |
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.
PutLoggingOptions' | |
|
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.
PutLoggingOptionsResponse' | |
|
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.