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 VersioningConfiguration Source #
Information about the versioning of dataset contents.
See: newVersioningConfiguration
smart constructor.
Instances
newVersioningConfiguration :: VersioningConfiguration Source #
Create a value of VersioningConfiguration
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:unlimited:VersioningConfiguration'
, versioningConfiguration_unlimited
- If true, unlimited versions of dataset contents are kept.
$sel:maxVersions:VersioningConfiguration'
, versioningConfiguration_maxVersions
- How many versions of dataset contents are kept. The unlimited
parameter must be false
.
versioningConfiguration_unlimited :: Lens' VersioningConfiguration (Maybe Bool) Source #
If true, unlimited versions of dataset contents are kept.
versioningConfiguration_maxVersions :: Lens' VersioningConfiguration (Maybe Natural) Source #
How many versions of dataset contents are kept. The unlimited
parameter must be false
.