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.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 # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

Data DeleteConnection Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

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 # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

Show DeleteConnection Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

Generic DeleteConnection Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

Associated Types

type Rep DeleteConnection :: Type -> Type #

Hashable DeleteConnection Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

ToJSON DeleteConnection Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

AWSRequest DeleteConnection Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

Associated Types

type Rs DeleteConnection :: Type #

ToHeaders DeleteConnection Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

ToPath DeleteConnection Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

ToQuery DeleteConnection Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

NFData DeleteConnection Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

Methods

rnf :: DeleteConnection -> () #

type Rep DeleteConnection Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

type Rep DeleteConnection = D1 (MetaData "DeleteConnection" "Network.AWS.Glue.DeleteConnection" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" False) (C1 (MetaCons "DeleteConnection'" PrefixI True) (S1 (MetaSel (Just "_dcCatalogId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcConnectionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteConnection Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

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 # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

Data DeleteConnectionResponse Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

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 # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

Show DeleteConnectionResponse Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

Generic DeleteConnectionResponse Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

Associated Types

type Rep DeleteConnectionResponse :: Type -> Type #

NFData DeleteConnectionResponse Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

type Rep DeleteConnectionResponse Source # 
Instance details

Defined in Network.AWS.Glue.DeleteConnection

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

Response Lenses