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.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
FromJSON 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 #

Read MetadataInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.MetadataInfo

Show MetadataInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.MetadataInfo

NFData MetadataInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.MetadataInfo

Methods

rnf :: MetadataInfo -> () #

Eq MetadataInfo Source # 
Instance details

Defined in Amazonka.Glue.Types.MetadataInfo

Hashable 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "MetadataInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "metadataValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "otherMetadataValueList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OtherMetadataValueListItem])))))

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:

MetadataInfo, metadataInfo_createdTime - The time at which the entry was created.

MetadataInfo, metadataInfo_metadataValue - The metadata key’s corresponding value.

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

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

The time at which the entry was created.

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

The metadata key’s corresponding value.

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

Other metadata belonging to the same metadata key.