amazonka-glue-1.5.0: Amazon Glue SDK.

Copyright(c) 2013-2017 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Glue.GetCatalogImportStatus

Contents

Description

Retrieves the status of a migration operation.

Synopsis

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

Eq GetCatalogImportStatus Source # 
Data GetCatalogImportStatus Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetCatalogImportStatus -> c GetCatalogImportStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetCatalogImportStatus #

toConstr :: GetCatalogImportStatus -> Constr #

dataTypeOf :: GetCatalogImportStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetCatalogImportStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetCatalogImportStatus) #

gmapT :: (forall b. Data b => b -> b) -> GetCatalogImportStatus -> GetCatalogImportStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetCatalogImportStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetCatalogImportStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetCatalogImportStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetCatalogImportStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetCatalogImportStatus -> m GetCatalogImportStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetCatalogImportStatus -> m GetCatalogImportStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetCatalogImportStatus -> m GetCatalogImportStatus #

Read GetCatalogImportStatus Source # 
Show GetCatalogImportStatus Source # 
Generic GetCatalogImportStatus Source # 
Hashable GetCatalogImportStatus Source # 
ToJSON GetCatalogImportStatus Source # 
NFData GetCatalogImportStatus Source # 

Methods

rnf :: GetCatalogImportStatus -> () #

AWSRequest GetCatalogImportStatus Source # 
ToQuery GetCatalogImportStatus Source # 
ToPath GetCatalogImportStatus Source # 
ToHeaders GetCatalogImportStatus Source # 
type Rep GetCatalogImportStatus Source # 
type Rep GetCatalogImportStatus = D1 (MetaData "GetCatalogImportStatus" "Network.AWS.Glue.GetCatalogImportStatus" "amazonka-glue-1.5.0-4Up8HzkFFhK6642ZlsxA7K" True) (C1 (MetaCons "GetCatalogImportStatus'" PrefixI True) (S1 (MetaSel (Just Symbol "_gcisCatalogId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs GetCatalogImportStatus Source # 

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 #

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:

data GetCatalogImportStatusResponse Source #

See: getCatalogImportStatusResponse smart constructor.

Instances

Eq GetCatalogImportStatusResponse Source # 
Data GetCatalogImportStatusResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetCatalogImportStatusResponse -> c GetCatalogImportStatusResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetCatalogImportStatusResponse #

toConstr :: GetCatalogImportStatusResponse -> Constr #

dataTypeOf :: GetCatalogImportStatusResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetCatalogImportStatusResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetCatalogImportStatusResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetCatalogImportStatusResponse -> GetCatalogImportStatusResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetCatalogImportStatusResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetCatalogImportStatusResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetCatalogImportStatusResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetCatalogImportStatusResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetCatalogImportStatusResponse -> m GetCatalogImportStatusResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetCatalogImportStatusResponse -> m GetCatalogImportStatusResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetCatalogImportStatusResponse -> m GetCatalogImportStatusResponse #

Read GetCatalogImportStatusResponse Source # 
Show GetCatalogImportStatusResponse Source # 
Generic GetCatalogImportStatusResponse Source # 
NFData GetCatalogImportStatusResponse Source # 
type Rep GetCatalogImportStatusResponse Source # 
type Rep GetCatalogImportStatusResponse = D1 (MetaData "GetCatalogImportStatusResponse" "Network.AWS.Glue.GetCatalogImportStatus" "amazonka-glue-1.5.0-4Up8HzkFFhK6642ZlsxA7K" False) (C1 (MetaCons "GetCatalogImportStatusResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gcisrsImportStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CatalogImportStatus))) (S1 (MetaSel (Just Symbol "_gcisrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

gcisrsImportStatus :: Lens' GetCatalogImportStatusResponse (Maybe CatalogImportStatus) Source #

The status of the specified catalog migration.