Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data CatalogImportStatus = CatalogImportStatus' {}
- newCatalogImportStatus :: CatalogImportStatus
- catalogImportStatus_importedBy :: Lens' CatalogImportStatus (Maybe Text)
- catalogImportStatus_importTime :: Lens' CatalogImportStatus (Maybe UTCTime)
- catalogImportStatus_importCompleted :: Lens' CatalogImportStatus (Maybe Bool)
Documentation
data CatalogImportStatus Source #
A structure containing migration status information.
See: newCatalogImportStatus
smart constructor.
CatalogImportStatus' | |
|
Instances
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.