libZSservicesZSamazonka-glueZSamazonka-glue
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Glue.Types.TableVersion

Description

 
Synopsis

Documentation

data TableVersion Source #

Specifies a version of a table.

See: newTableVersion smart constructor.

Constructors

TableVersion' 

Fields

  • versionId :: Maybe Text

    The ID value that identifies this table version. A VersionId is a string representation of an integer. Each version is incremented by 1.

  • table :: Maybe Table

    The table in question.

Instances

Instances details
Eq TableVersion Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersion

Read TableVersion Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersion

Show TableVersion Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersion

Generic TableVersion Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersion

Associated Types

type Rep TableVersion :: Type -> Type #

NFData TableVersion Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersion

Methods

rnf :: TableVersion -> () #

Hashable TableVersion Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersion

FromJSON TableVersion Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersion

type Rep TableVersion Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersion

type Rep TableVersion = D1 ('MetaData "TableVersion" "Amazonka.Glue.Types.TableVersion" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "TableVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "table") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Table))))

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.