| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.GetCatalogImportStatus
Description
Retrieves the status of a migration operation.
Synopsis
- data GetCatalogImportStatus = GetCatalogImportStatus' {}
- newGetCatalogImportStatus :: GetCatalogImportStatus
- getCatalogImportStatus_catalogId :: Lens' GetCatalogImportStatus (Maybe Text)
- data GetCatalogImportStatusResponse = GetCatalogImportStatusResponse' {}
- newGetCatalogImportStatusResponse :: Int -> GetCatalogImportStatusResponse
- getCatalogImportStatusResponse_importStatus :: Lens' GetCatalogImportStatusResponse (Maybe CatalogImportStatus)
- getCatalogImportStatusResponse_httpStatus :: Lens' GetCatalogImportStatusResponse Int
Creating a Request
data GetCatalogImportStatus Source #
See: newGetCatalogImportStatus smart constructor.
Constructors
| GetCatalogImportStatus' | |
Instances
newGetCatalogImportStatus :: GetCatalogImportStatus Source #
Create a value of GetCatalogImportStatus 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:
GetCatalogImportStatus, getCatalogImportStatus_catalogId - The ID of the catalog to migrate. Currently, this should be the Amazon
Web Services account ID.
Request Lenses
getCatalogImportStatus_catalogId :: Lens' GetCatalogImportStatus (Maybe Text) Source #
The ID of the catalog to migrate. Currently, this should be the Amazon Web Services account ID.
Destructuring the Response
data GetCatalogImportStatusResponse Source #
See: newGetCatalogImportStatusResponse smart constructor.
Constructors
| GetCatalogImportStatusResponse' | |
Fields
| |
Instances
newGetCatalogImportStatusResponse Source #
Create a value of GetCatalogImportStatusResponse 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:importStatus:GetCatalogImportStatusResponse', getCatalogImportStatusResponse_importStatus - The status of the specified catalog migration.
$sel:httpStatus:GetCatalogImportStatusResponse', getCatalogImportStatusResponse_httpStatus - The response's http status code.
Response Lenses
getCatalogImportStatusResponse_importStatus :: Lens' GetCatalogImportStatusResponse (Maybe CatalogImportStatus) Source #
The status of the specified catalog migration.
getCatalogImportStatusResponse_httpStatus :: Lens' GetCatalogImportStatusResponse Int Source #
The response's http status code.