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

Description

 
Synopsis

Documentation

data OtherMetadataValueListItem Source #

A structure containing other metadata for a schema version belonging to the same metadata key.

See: newOtherMetadataValueListItem smart constructor.

Constructors

OtherMetadataValueListItem' 

Fields

Instances

Instances details
Eq OtherMetadataValueListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.OtherMetadataValueListItem

Read OtherMetadataValueListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.OtherMetadataValueListItem

Show OtherMetadataValueListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.OtherMetadataValueListItem

Generic OtherMetadataValueListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.OtherMetadataValueListItem

Associated Types

type Rep OtherMetadataValueListItem :: Type -> Type #

NFData OtherMetadataValueListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.OtherMetadataValueListItem

Hashable OtherMetadataValueListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.OtherMetadataValueListItem

FromJSON OtherMetadataValueListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.OtherMetadataValueListItem

type Rep OtherMetadataValueListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.OtherMetadataValueListItem

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

newOtherMetadataValueListItem :: OtherMetadataValueListItem Source #

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

$sel:metadataValue:OtherMetadataValueListItem', otherMetadataValueListItem_metadataValue - The metadata key’s corresponding value for the other metadata belonging to the same metadata key.

otherMetadataValueListItem_metadataValue :: Lens' OtherMetadataValueListItem (Maybe Text) Source #

The metadata key’s corresponding value for the other metadata belonging to the same metadata key.