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 or updates the AWS IoT Events logging options.
If you update the value of any loggingOptions
field, it takes up to
one minute for the change to take effect. If you change the policy
attached to the role you specified in the roleArn
field (for example,
to correct an invalid policy), it takes up to five minutes for that
change to take effect.
Synopsis
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 new values of the AWS IoT Events logging options.
Request Lenses
putLoggingOptions_loggingOptions :: Lens' PutLoggingOptions LoggingOptions Source #
The new values of the AWS IoT Events logging options.
Destructuring the Response
data PutLoggingOptionsResponse Source #
See: newPutLoggingOptionsResponse
smart constructor.
Instances
Eq PutLoggingOptionsResponse Source # | |
Read PutLoggingOptionsResponse Source # | |
Show PutLoggingOptionsResponse Source # | |
Defined in Amazonka.IoTEvents.PutLoggingOptions showsPrec :: Int -> PutLoggingOptionsResponse -> ShowS # show :: PutLoggingOptionsResponse -> String # showList :: [PutLoggingOptionsResponse] -> ShowS # | |
Generic PutLoggingOptionsResponse Source # | |
Defined in Amazonka.IoTEvents.PutLoggingOptions type Rep PutLoggingOptionsResponse :: Type -> Type # | |
NFData PutLoggingOptionsResponse Source # | |
Defined in Amazonka.IoTEvents.PutLoggingOptions rnf :: PutLoggingOptionsResponse -> () # | |
type Rep PutLoggingOptionsResponse Source # | |
Defined in Amazonka.IoTEvents.PutLoggingOptions |
newPutLoggingOptionsResponse :: PutLoggingOptionsResponse Source #
Create a value of PutLoggingOptionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.