| 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.OpenSearch.Types.SnapshotOptionsStatus
Description
Documentation
data SnapshotOptionsStatus Source #
Container for information about a daily automated snapshot for an OpenSearch Service domain.
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 - The daily snapshot options specified for the domain.
$sel:status:SnapshotOptionsStatus', snapshotOptionsStatus_status - The status of a daily automated snapshot.
snapshotOptionsStatus_options :: Lens' SnapshotOptionsStatus SnapshotOptions Source #
The daily snapshot options specified for the domain.
snapshotOptionsStatus_status :: Lens' SnapshotOptionsStatus OptionStatus Source #
The status of a daily automated snapshot.