| 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.ImportCatalogToGlue
Description
Imports an existing Athena Data Catalog to AWS Glue
Creating a Request
importCatalogToGlue :: ImportCatalogToGlue Source #
Creates a value of ImportCatalogToGlue with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ictgCatalogId- The ID of the catalog to import. Currently, this should be the AWS account ID.
data ImportCatalogToGlue Source #
See: importCatalogToGlue smart constructor.
Instances
Request Lenses
ictgCatalogId :: Lens' ImportCatalogToGlue (Maybe Text) Source #
The ID of the catalog to import. Currently, this should be the AWS account ID.
Destructuring the Response
importCatalogToGlueResponse Source #
Arguments
| :: Int | |
| -> ImportCatalogToGlueResponse |
Creates a value of ImportCatalogToGlueResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ictgrsResponseStatus- -- | The response status code.
data ImportCatalogToGlueResponse Source #
See: importCatalogToGlueResponse smart constructor.
Instances
Response Lenses
ictgrsResponseStatus :: Lens' ImportCatalogToGlueResponse Int Source #
- - | The response status code.