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
Documentation
data TableVersion Source #
Specifies a version of a table.
See: newTableVersion
smart constructor.
Instances
newTableVersion :: TableVersion Source #
Create a value of TableVersion
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:versionId:TableVersion'
, tableVersion_versionId
- The ID value that identifies this table version. A VersionId
is a
string representation of an integer. Each version is incremented by 1.
$sel:table:TableVersion'
, tableVersion_table
- The table in question.
tableVersion_versionId :: Lens' TableVersion (Maybe Text) Source #
The ID value that identifies this table version. A VersionId
is a
string representation of an integer. Each version is incremented by 1.
tableVersion_table :: Lens' TableVersion (Maybe Table) Source #
The table in question.