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

Read SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

Show SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

NFData SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

Methods

rnf :: SchemaListItem -> () #

Eq SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

Hashable SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

type Rep SchemaListItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaListItem

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:createdTime:SchemaListItem', schemaListItem_createdTime - The date and time that a schema was created.

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

$sel:registryName:SchemaListItem', schemaListItem_registryName - the name of the registry where the schema resides.

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

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

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

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

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

The date and time that a schema was created.

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

the name of the registry where the schema resides.

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.