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.DeleteConnection

Contents

Description

Deletes a connection from the Data Catalog.

Synopsis

Creating a Request

deleteConnection Source #

Creates a value of DeleteConnection with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dcCatalogId - The ID of the Data Catalog in which the connection resides. If none is supplied, the AWS account ID is used by default.
  • dcConnectionName - The name of the connection to delete.

data DeleteConnection Source #

See: deleteConnection smart constructor.

Instances

Eq DeleteConnection Source # 
Data DeleteConnection Source # 

Methods

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

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

toConstr :: DeleteConnection -> Constr #

dataTypeOf :: DeleteConnection -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DeleteConnection -> () #

AWSRequest DeleteConnection Source # 
ToQuery DeleteConnection Source # 
ToPath DeleteConnection Source # 
ToHeaders DeleteConnection Source # 
type Rep DeleteConnection Source # 
type Rep DeleteConnection = D1 (MetaData "DeleteConnection" "Network.AWS.Glue.DeleteConnection" "amazonka-glue-1.5.0-4Up8HzkFFhK6642ZlsxA7K" False) (C1 (MetaCons "DeleteConnection'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dcCatalogId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dcConnectionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteConnection Source # 

Request Lenses

dcCatalogId :: Lens' DeleteConnection (Maybe Text) Source #

The ID of the Data Catalog in which the connection resides. If none is supplied, the AWS account ID is used by default.

dcConnectionName :: Lens' DeleteConnection Text Source #

The name of the connection to delete.

Destructuring the Response

deleteConnectionResponse Source #

Creates a value of DeleteConnectionResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteConnectionResponse Source #

See: deleteConnectionResponse smart constructor.

Instances

Eq DeleteConnectionResponse Source # 
Data DeleteConnectionResponse Source # 

Methods

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

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

toConstr :: DeleteConnectionResponse -> Constr #

dataTypeOf :: DeleteConnectionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteConnectionResponse Source # 
Show DeleteConnectionResponse Source # 
Generic DeleteConnectionResponse Source # 
NFData DeleteConnectionResponse Source # 
type Rep DeleteConnectionResponse Source # 
type Rep DeleteConnectionResponse = D1 (MetaData "DeleteConnectionResponse" "Network.AWS.Glue.DeleteConnection" "amazonka-glue-1.5.0-4Up8HzkFFhK6642ZlsxA7K" True) (C1 (MetaCons "DeleteConnectionResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_dcrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses