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

Description

 
Synopsis

Documentation

data CatalogImportStatus Source #

A structure containing migration status information.

See: newCatalogImportStatus smart constructor.

Constructors

CatalogImportStatus' 

Fields

Instances

Instances details
FromJSON 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 #

Read CatalogImportStatus Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogImportStatus

Show CatalogImportStatus Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogImportStatus

NFData CatalogImportStatus Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogImportStatus

Methods

rnf :: CatalogImportStatus -> () #

Eq CatalogImportStatus Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogImportStatus

Hashable 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "CatalogImportStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "importCompleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "importTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "importedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:importCompleted:CatalogImportStatus', catalogImportStatus_importCompleted - True if the migration has completed, or False otherwise.

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

$sel:importedBy:CatalogImportStatus', catalogImportStatus_importedBy - The name of the person who initiated the migration.

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

True if the migration has completed, or False otherwise.

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

The time that the migration was started.

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

The name of the person who initiated the migration.