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 |
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.
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:
$sel:catalogId: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.
GetCatalogImportStatusResponse' | |
|
Instances
Eq GetCatalogImportStatusResponse Source # | |
Read GetCatalogImportStatusResponse Source # | |
Show GetCatalogImportStatusResponse Source # | |
Defined in Amazonka.Glue.GetCatalogImportStatus | |
Generic GetCatalogImportStatusResponse Source # | |
NFData GetCatalogImportStatusResponse Source # | |
Defined in Amazonka.Glue.GetCatalogImportStatus rnf :: GetCatalogImportStatusResponse -> () # | |
type Rep GetCatalogImportStatusResponse Source # | |
Defined in Amazonka.Glue.GetCatalogImportStatus type Rep GetCatalogImportStatusResponse = D1 ('MetaData "GetCatalogImportStatusResponse" "Amazonka.Glue.GetCatalogImportStatus" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetCatalogImportStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "importStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CatalogImportStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.