| 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.ImportCatalogToGlue
Description
Imports an existing Amazon Athena Data Catalog to Glue.
Synopsis
- data ImportCatalogToGlue = ImportCatalogToGlue' {}
- newImportCatalogToGlue :: ImportCatalogToGlue
- importCatalogToGlue_catalogId :: Lens' ImportCatalogToGlue (Maybe Text)
- data ImportCatalogToGlueResponse = ImportCatalogToGlueResponse' {
- httpStatus :: Int
- newImportCatalogToGlueResponse :: Int -> ImportCatalogToGlueResponse
- importCatalogToGlueResponse_httpStatus :: Lens' ImportCatalogToGlueResponse Int
Creating a Request
data ImportCatalogToGlue Source #
See: newImportCatalogToGlue smart constructor.
Constructors
| ImportCatalogToGlue' | |
Instances
newImportCatalogToGlue :: ImportCatalogToGlue Source #
Create a value of ImportCatalogToGlue 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:
ImportCatalogToGlue, importCatalogToGlue_catalogId - The ID of the catalog to import. Currently, this should be the Amazon
Web Services account ID.
Request Lenses
importCatalogToGlue_catalogId :: Lens' ImportCatalogToGlue (Maybe Text) Source #
The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.
Destructuring the Response
data ImportCatalogToGlueResponse Source #
See: newImportCatalogToGlueResponse smart constructor.
Constructors
| ImportCatalogToGlueResponse' | |
Fields
| |
Instances
newImportCatalogToGlueResponse Source #
Create a value of ImportCatalogToGlueResponse 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:httpStatus:ImportCatalogToGlueResponse', importCatalogToGlueResponse_httpStatus - The response's http status code.
Response Lenses
importCatalogToGlueResponse_httpStatus :: Lens' ImportCatalogToGlueResponse Int Source #
The response's http status code.