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 |
Synopsis
- data LogPublishingOptionsStatus = LogPublishingOptionsStatus' {}
- newLogPublishingOptionsStatus :: LogPublishingOptionsStatus
- logPublishingOptionsStatus_status :: Lens' LogPublishingOptionsStatus (Maybe OptionStatus)
- logPublishingOptionsStatus_options :: Lens' LogPublishingOptionsStatus (Maybe (HashMap LogType LogPublishingOption))
Documentation
data LogPublishingOptionsStatus Source #
The configured log publishing options for the domain and their current status.
See: newLogPublishingOptionsStatus
smart constructor.
LogPublishingOptionsStatus' | |
|
Instances
newLogPublishingOptionsStatus :: LogPublishingOptionsStatus Source #
Create a value of LogPublishingOptionsStatus
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:status:LogPublishingOptionsStatus'
, logPublishingOptionsStatus_status
- The status of the log publishing options for the Elasticsearch domain.
See OptionStatus
for the status information that's included.
$sel:options:LogPublishingOptionsStatus'
, logPublishingOptionsStatus_options
- The log publishing options configured for the Elasticsearch domain.
logPublishingOptionsStatus_status :: Lens' LogPublishingOptionsStatus (Maybe OptionStatus) Source #
The status of the log publishing options for the Elasticsearch domain.
See OptionStatus
for the status information that's included.
logPublishingOptionsStatus_options :: Lens' LogPublishingOptionsStatus (Maybe (HashMap LogType LogPublishingOption)) Source #
The log publishing options configured for the Elasticsearch domain.