| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticSearch.Types.SnapshotOptionsStatus
Description
Documentation
data SnapshotOptionsStatus Source #
Status of a daily automated snapshot.
See: newSnapshotOptionsStatus smart constructor.
Constructors
| SnapshotOptionsStatus' | |
Fields
| |
Instances
newSnapshotOptionsStatus Source #
Arguments
| :: SnapshotOptions | |
| -> OptionStatus | |
| -> SnapshotOptionsStatus |
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.