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

Description

 
Synopsis

Documentation

data CatalogImportStatus Source #

A structure containing migration status information.

See: newCatalogImportStatus smart constructor.

Constructors

CatalogImportStatus' 

Fields

Instances

Instances details
Eq CatalogImportStatus Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogImportStatus

Read CatalogImportStatus Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogImportStatus

Show CatalogImportStatus Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogImportStatus

Generic CatalogImportStatus Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogImportStatus

Associated Types

type Rep CatalogImportStatus :: Type -> Type #

NFData CatalogImportStatus Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogImportStatus

Methods

rnf :: CatalogImportStatus -> () #

Hashable CatalogImportStatus Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogImportStatus

FromJSON CatalogImportStatus Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogImportStatus

type Rep CatalogImportStatus Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogImportStatus

type Rep CatalogImportStatus = D1 ('MetaData "CatalogImportStatus" "Amazonka.Glue.Types.CatalogImportStatus" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "CatalogImportStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "importedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "importTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "importCompleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newCatalogImportStatus :: CatalogImportStatus Source #

Create a value of CatalogImportStatus 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:importedBy:CatalogImportStatus', catalogImportStatus_importedBy - The name of the person who initiated the migration.

$sel:importTime:CatalogImportStatus', catalogImportStatus_importTime - The time that the migration was started.

$sel:importCompleted:CatalogImportStatus', catalogImportStatus_importCompleted - True if the migration has completed, or False otherwise.

catalogImportStatus_importedBy :: Lens' CatalogImportStatus (Maybe Text) Source #

The name of the person who initiated the migration.

catalogImportStatus_importTime :: Lens' CatalogImportStatus (Maybe UTCTime) Source #

The time that the migration was started.

catalogImportStatus_importCompleted :: Lens' CatalogImportStatus (Maybe Bool) Source #

True if the migration has completed, or False otherwise.