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.IoTEvents.PutLoggingOptions
Description
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.
Constructors
PutLoggingOptions' | |
Fields
|
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.
Constructors
PutLoggingOptionsResponse' | |
Instances
newPutLoggingOptionsResponse :: PutLoggingOptionsResponse Source #
Create a value of PutLoggingOptionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.