amazonka-glue-1.6.1: Amazon Glue SDK.

Copyright(c) 2013-2018 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.ImportCatalogToGlue

Contents

Description

Imports an existing Athena Data Catalog to AWS Glue

Synopsis

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
Eq ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

Data ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

Methods

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

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

toConstr :: ImportCatalogToGlue -> Constr #

dataTypeOf :: ImportCatalogToGlue -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

Show ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

Generic ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

Associated Types

type Rep ImportCatalogToGlue :: Type -> Type #

Hashable ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

ToJSON ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

AWSRequest ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

Associated Types

type Rs ImportCatalogToGlue :: Type #

ToHeaders ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

ToPath ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

ToQuery ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

NFData ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

Methods

rnf :: ImportCatalogToGlue -> () #

type Rep ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

type Rep ImportCatalogToGlue = D1 (MetaData "ImportCatalogToGlue" "Network.AWS.Glue.ImportCatalogToGlue" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" True) (C1 (MetaCons "ImportCatalogToGlue'" PrefixI True) (S1 (MetaSel (Just "_ictgCatalogId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs ImportCatalogToGlue Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

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 #

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:

data ImportCatalogToGlueResponse Source #

See: importCatalogToGlueResponse smart constructor.

Instances
Eq ImportCatalogToGlueResponse Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

Data ImportCatalogToGlueResponse Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

Methods

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

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

toConstr :: ImportCatalogToGlueResponse -> Constr #

dataTypeOf :: ImportCatalogToGlueResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ImportCatalogToGlueResponse Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

Show ImportCatalogToGlueResponse Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

Generic ImportCatalogToGlueResponse Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

Associated Types

type Rep ImportCatalogToGlueResponse :: Type -> Type #

NFData ImportCatalogToGlueResponse Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

type Rep ImportCatalogToGlueResponse Source # 
Instance details

Defined in Network.AWS.Glue.ImportCatalogToGlue

type Rep ImportCatalogToGlueResponse = D1 (MetaData "ImportCatalogToGlueResponse" "Network.AWS.Glue.ImportCatalogToGlue" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" True) (C1 (MetaCons "ImportCatalogToGlueResponse'" PrefixI True) (S1 (MetaSel (Just "_ictgrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses