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

Description

 
Synopsis

Documentation

data SchemaListItem Source #

An object that contains minimal details for a schema.

See: newSchemaListItem smart constructor.

Constructors

SchemaListItem' 

Fields

Instances

Instances details
Eq SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

Read SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

Show SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

Generic SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

Associated Types

type Rep SchemaListItem :: Type -> Type #

NFData SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

Methods

rnf :: SchemaListItem -> () #

Hashable SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

FromJSON SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

type Rep SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

type Rep SchemaListItem = D1 ('MetaData "SchemaListItem" "Amazonka.Glue.Types.SchemaListItem" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "SchemaListItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SchemaStatus)))) :*: ((S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "updatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSchemaListItem :: SchemaListItem Source #

Create a value of SchemaListItem 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:registryName:SchemaListItem', schemaListItem_registryName - the name of the registry where the schema resides.

$sel:createdTime:SchemaListItem', schemaListItem_createdTime - The date and time that a schema was created.

$sel:schemaStatus:SchemaListItem', schemaListItem_schemaStatus - The status of the schema.

$sel:schemaName:SchemaListItem', schemaListItem_schemaName - The name of the schema.

$sel:schemaArn:SchemaListItem', schemaListItem_schemaArn - The Amazon Resource Name (ARN) for the schema.

$sel:updatedTime:SchemaListItem', schemaListItem_updatedTime - The date and time that a schema was updated.

$sel:description:SchemaListItem', schemaListItem_description - A description for the schema.

schemaListItem_registryName :: Lens' SchemaListItem (Maybe Text) Source #

the name of the registry where the schema resides.

schemaListItem_createdTime :: Lens' SchemaListItem (Maybe Text) Source #

The date and time that a schema was created.

schemaListItem_schemaArn :: Lens' SchemaListItem (Maybe Text) Source #

The Amazon Resource Name (ARN) for the schema.

schemaListItem_updatedTime :: Lens' SchemaListItem (Maybe Text) Source #

The date and time that a schema was updated.