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

Description

 
Synopsis

Documentation

data MetadataInfo Source #

A structure containing metadata information for a schema version.

See: newMetadataInfo smart constructor.

Constructors

MetadataInfo' 

Fields

Instances

Instances details
Eq MetadataInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.MetadataInfo

Read MetadataInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.MetadataInfo

Show MetadataInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.MetadataInfo

Generic MetadataInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.MetadataInfo

Associated Types

type Rep MetadataInfo :: Type -> Type #

NFData MetadataInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.MetadataInfo

Methods

rnf :: MetadataInfo -> () #

Hashable MetadataInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.MetadataInfo

FromJSON MetadataInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.MetadataInfo

type Rep MetadataInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.MetadataInfo

type Rep MetadataInfo = D1 ('MetaData "MetadataInfo" "Amazonka.Glue.Types.MetadataInfo" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "MetadataInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "otherMetadataValueList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OtherMetadataValueListItem])) :*: S1 ('MetaSel ('Just "metadataValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMetadataInfo :: MetadataInfo Source #

Create a value of MetadataInfo 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:createdTime:MetadataInfo', metadataInfo_createdTime - The time at which the entry was created.

$sel:otherMetadataValueList:MetadataInfo', metadataInfo_otherMetadataValueList - Other metadata belonging to the same metadata key.

$sel:metadataValue:MetadataInfo', metadataInfo_metadataValue - The metadata key’s corresponding value.

metadataInfo_createdTime :: Lens' MetadataInfo (Maybe Text) Source #

The time at which the entry was created.

metadataInfo_otherMetadataValueList :: Lens' MetadataInfo (Maybe [OtherMetadataValueListItem]) Source #

Other metadata belonging to the same metadata key.

metadataInfo_metadataValue :: Lens' MetadataInfo (Maybe Text) Source #

The metadata key’s corresponding value.