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 |
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.
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:
$sel:catalogId: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.
ImportCatalogToGlueResponse' | |
|
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.