amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Glue.Types.TableVersion

Description

 
Synopsis

Documentation

data TableVersion Source #

Specifies a version of a table.

See: newTableVersion smart constructor.

Constructors

TableVersion' 

Fields

  • table :: Maybe Table

    The table in question.

  • 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.

Instances

Instances details
FromJSON 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 #

Read TableVersion Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersion

Show TableVersion Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersion

NFData TableVersion Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersion

Methods

rnf :: TableVersion -> () #

Eq TableVersion Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersion

Hashable 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "TableVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "table") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Table)) :*: S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:table:TableVersion', tableVersion_table - The table in question.

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.

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.