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 |
Amazonka.IoTWireless.ResetAllResourceLogLevels
Description
Removes the log-level overrides for all resources; both wireless devices and wireless gateways.
Synopsis
- data ResetAllResourceLogLevels = ResetAllResourceLogLevels' {
- newResetAllResourceLogLevels :: ResetAllResourceLogLevels
- data ResetAllResourceLogLevelsResponse = ResetAllResourceLogLevelsResponse' {
- httpStatus :: Int
- newResetAllResourceLogLevelsResponse :: Int -> ResetAllResourceLogLevelsResponse
- resetAllResourceLogLevelsResponse_httpStatus :: Lens' ResetAllResourceLogLevelsResponse Int
Creating a Request
data ResetAllResourceLogLevels Source #
See: newResetAllResourceLogLevels
smart constructor.
Constructors
ResetAllResourceLogLevels' | |
Instances
newResetAllResourceLogLevels :: ResetAllResourceLogLevels Source #
Create a value of ResetAllResourceLogLevels
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data ResetAllResourceLogLevelsResponse Source #
See: newResetAllResourceLogLevelsResponse
smart constructor.
Constructors
ResetAllResourceLogLevelsResponse' | |
Fields
|
Instances
newResetAllResourceLogLevelsResponse Source #
Arguments
:: Int | |
-> ResetAllResourceLogLevelsResponse |
Create a value of ResetAllResourceLogLevelsResponse
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:ResetAllResourceLogLevelsResponse'
, resetAllResourceLogLevelsResponse_httpStatus
- The response's http status code.
Response Lenses
resetAllResourceLogLevelsResponse_httpStatus :: Lens' ResetAllResourceLogLevelsResponse Int Source #
The response's http status code.