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 SnapshotLimits = SnapshotLimits' {}
- newSnapshotLimits :: SnapshotLimits
- snapshotLimits_manualSnapshotsLimitReached :: Lens' SnapshotLimits (Maybe Bool)
- snapshotLimits_manualSnapshotsCurrentCount :: Lens' SnapshotLimits (Maybe Natural)
- snapshotLimits_manualSnapshotsLimit :: Lens' SnapshotLimits (Maybe Natural)
Documentation
data SnapshotLimits Source #
Contains manual snapshot limit information for a directory.
See: newSnapshotLimits
smart constructor.
SnapshotLimits' | |
|
Instances
newSnapshotLimits :: SnapshotLimits Source #
Create a value of SnapshotLimits
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:manualSnapshotsLimitReached:SnapshotLimits'
, snapshotLimits_manualSnapshotsLimitReached
- Indicates if the manual snapshot limit has been reached.
$sel:manualSnapshotsCurrentCount:SnapshotLimits'
, snapshotLimits_manualSnapshotsCurrentCount
- The current number of manual snapshots of the directory.
$sel:manualSnapshotsLimit:SnapshotLimits'
, snapshotLimits_manualSnapshotsLimit
- The maximum number of manual snapshots allowed.
snapshotLimits_manualSnapshotsLimitReached :: Lens' SnapshotLimits (Maybe Bool) Source #
Indicates if the manual snapshot limit has been reached.
snapshotLimits_manualSnapshotsCurrentCount :: Lens' SnapshotLimits (Maybe Natural) Source #
The current number of manual snapshots of the directory.
snapshotLimits_manualSnapshotsLimit :: Lens' SnapshotLimits (Maybe Natural) Source #
The maximum number of manual snapshots allowed.