| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Glue.GetCatalogImportStatus
Description
Retrieves the status of a migration operation.
Synopsis
- getCatalogImportStatus :: GetCatalogImportStatus
- data GetCatalogImportStatus
- gcisCatalogId :: Lens' GetCatalogImportStatus (Maybe Text)
- getCatalogImportStatusResponse :: Int -> GetCatalogImportStatusResponse
- data GetCatalogImportStatusResponse
- gcisrsImportStatus :: Lens' GetCatalogImportStatusResponse (Maybe CatalogImportStatus)
- gcisrsResponseStatus :: Lens' GetCatalogImportStatusResponse Int
Creating a Request
getCatalogImportStatus :: GetCatalogImportStatus Source #
Creates a value of GetCatalogImportStatus with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gcisCatalogId- The ID of the catalog to migrate. Currently, this should be the AWS account ID.
data GetCatalogImportStatus Source #
See: getCatalogImportStatus smart constructor.
Instances
Request Lenses
gcisCatalogId :: Lens' GetCatalogImportStatus (Maybe Text) Source #
The ID of the catalog to migrate. Currently, this should be the AWS account ID.
Destructuring the Response
getCatalogImportStatusResponse Source #
Arguments
| :: Int | |
| -> GetCatalogImportStatusResponse |
Creates a value of GetCatalogImportStatusResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gcisrsImportStatus- The status of the specified catalog migration.gcisrsResponseStatus- -- | The response status code.
data GetCatalogImportStatusResponse Source #
See: getCatalogImportStatusResponse smart constructor.
Instances
Response Lenses
gcisrsImportStatus :: Lens' GetCatalogImportStatusResponse (Maybe CatalogImportStatus) Source #
The status of the specified catalog migration.
gcisrsResponseStatus :: Lens' GetCatalogImportStatusResponse Int Source #
- - | The response status code.