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

Description

 
Synopsis

Documentation

data SchemaVersionErrorItem Source #

An object that contains the error details for an operation on a schema version.

See: newSchemaVersionErrorItem smart constructor.

Constructors

SchemaVersionErrorItem' 

Fields

Instances

Instances details
Eq SchemaVersionErrorItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaVersionErrorItem

Read SchemaVersionErrorItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaVersionErrorItem

Show SchemaVersionErrorItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaVersionErrorItem

Generic SchemaVersionErrorItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaVersionErrorItem

Associated Types

type Rep SchemaVersionErrorItem :: Type -> Type #

NFData SchemaVersionErrorItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaVersionErrorItem

Methods

rnf :: SchemaVersionErrorItem -> () #

Hashable SchemaVersionErrorItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaVersionErrorItem

FromJSON SchemaVersionErrorItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaVersionErrorItem

type Rep SchemaVersionErrorItem Source # 
Instance details

Defined in Amazonka.Glue.Types.SchemaVersionErrorItem

type Rep SchemaVersionErrorItem = D1 ('MetaData "SchemaVersionErrorItem" "Amazonka.Glue.Types.SchemaVersionErrorItem" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "SchemaVersionErrorItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "errorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorDetails))))

newSchemaVersionErrorItem :: SchemaVersionErrorItem Source #

Create a value of SchemaVersionErrorItem 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:versionNumber:SchemaVersionErrorItem', schemaVersionErrorItem_versionNumber - The version number of the schema.

$sel:errorDetails:SchemaVersionErrorItem', schemaVersionErrorItem_errorDetails - The details of the error for the schema version.

schemaVersionErrorItem_errorDetails :: Lens' SchemaVersionErrorItem (Maybe ErrorDetails) Source #

The details of the error for the schema version.