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 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.
SetLoggingOptions' | |
|
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.
Instances
Eq SetLoggingOptionsResponse Source # | |
Defined in Amazonka.IoT.SetLoggingOptions | |
Read SetLoggingOptionsResponse Source # | |
Show SetLoggingOptionsResponse Source # | |
Defined in Amazonka.IoT.SetLoggingOptions showsPrec :: Int -> SetLoggingOptionsResponse -> ShowS # show :: SetLoggingOptionsResponse -> String # showList :: [SetLoggingOptionsResponse] -> ShowS # | |
Generic SetLoggingOptionsResponse Source # | |
Defined in Amazonka.IoT.SetLoggingOptions type Rep SetLoggingOptionsResponse :: Type -> Type # | |
NFData SetLoggingOptionsResponse Source # | |
Defined in Amazonka.IoT.SetLoggingOptions rnf :: SetLoggingOptionsResponse -> () # | |
type Rep SetLoggingOptionsResponse Source # | |
newSetLoggingOptionsResponse :: SetLoggingOptionsResponse Source #
Create a value of SetLoggingOptionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.