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.IoT.SetLoggingOptions
Description
Sets the logging options.
NOTE: use of this command is not recommended. Use SetV2LoggingOptions
instead.
Requires permission to access the SetLoggingOptions action.
Synopsis
- data SetLoggingOptions = SetLoggingOptions' {}
- newSetLoggingOptions :: LoggingOptionsPayload -> SetLoggingOptions
- setLoggingOptions_loggingOptionsPayload :: Lens' SetLoggingOptions LoggingOptionsPayload
- data SetLoggingOptionsResponse = SetLoggingOptionsResponse' {
- newSetLoggingOptionsResponse :: SetLoggingOptionsResponse
Creating a Request
data SetLoggingOptions Source #
The input for the SetLoggingOptions operation.
See: newSetLoggingOptions
smart constructor.
Constructors
SetLoggingOptions' | |
Fields
|
Instances
Create a value of SetLoggingOptions
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:loggingOptionsPayload:SetLoggingOptions'
, setLoggingOptions_loggingOptionsPayload
- The logging options payload.
Request Lenses
setLoggingOptions_loggingOptionsPayload :: Lens' SetLoggingOptions LoggingOptionsPayload Source #
The logging options payload.
Destructuring the Response
data SetLoggingOptionsResponse Source #
See: newSetLoggingOptionsResponse
smart constructor.
Constructors
SetLoggingOptionsResponse' | |
Instances
newSetLoggingOptionsResponse :: SetLoggingOptionsResponse Source #
Create a value of SetLoggingOptionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.