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 |
Documentation
data SnapshotOptionsStatus Source #
Status of a daily automated snapshot.
See: newSnapshotOptionsStatus
smart constructor.
SnapshotOptionsStatus' | |
|
Instances
newSnapshotOptionsStatus Source #
Create a value of SnapshotOptionsStatus
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:options:SnapshotOptionsStatus'
, snapshotOptionsStatus_options
- Specifies the daily snapshot options specified for the Elasticsearch
domain.
$sel:status:SnapshotOptionsStatus'
, snapshotOptionsStatus_status
- Specifies the status of a daily automated snapshot.
snapshotOptionsStatus_options :: Lens' SnapshotOptionsStatus SnapshotOptions Source #
Specifies the daily snapshot options specified for the Elasticsearch domain.
snapshotOptionsStatus_status :: Lens' SnapshotOptionsStatus OptionStatus Source #
Specifies the status of a daily automated snapshot.