amazonka-lakeformation-2.0: Amazon Lake Formation 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.LakeFormation.Types.TableObject

Description

 
Synopsis

Documentation

data TableObject Source #

Specifies the details of a governed table.

See: newTableObject smart constructor.

Constructors

TableObject' 

Fields

  • eTag :: Maybe Text

    The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

  • size :: Maybe Integer

    The size of the Amazon S3 object in bytes.

  • uri :: Maybe Text

    The Amazon S3 location of the object.

Instances

Instances details
FromJSON TableObject Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TableObject

Generic TableObject Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TableObject

Associated Types

type Rep TableObject :: Type -> Type #

Read TableObject Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TableObject

Show TableObject Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TableObject

NFData TableObject Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TableObject

Methods

rnf :: TableObject -> () #

Eq TableObject Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TableObject

Hashable TableObject Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TableObject

type Rep TableObject Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.TableObject

type Rep TableObject = D1 ('MetaData "TableObject" "Amazonka.LakeFormation.Types.TableObject" "amazonka-lakeformation-2.0-HHqQokxI1tpCfoS44CTFPa" 'False) (C1 ('MetaCons "TableObject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTableObject :: TableObject Source #

Create a value of TableObject 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:eTag:TableObject', tableObject_eTag - The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

$sel:size:TableObject', tableObject_size - The size of the Amazon S3 object in bytes.

$sel:uri:TableObject', tableObject_uri - The Amazon S3 location of the object.

tableObject_eTag :: Lens' TableObject (Maybe Text) Source #

The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

tableObject_size :: Lens' TableObject (Maybe Integer) Source #

The size of the Amazon S3 object in bytes.

tableObject_uri :: Lens' TableObject (Maybe Text) Source #

The Amazon S3 location of the object.