amazonka-directconnect-1.5.0: Amazon Direct Connect 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.DirectConnect.DeleteDirectConnectGatewayAssociation

Contents

Description

Deletes the association between a direct connect gateway and a virtual private gateway.

Synopsis

Creating a Request

deleteDirectConnectGatewayAssociation Source #

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

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

  • delDirectConnectGatewayId - The ID of the direct connect gateway. Example: "abcd1234-dcba-5678-be23-cdef9876ab45" Default: None
  • delVirtualGatewayId - The ID of the virtual private gateway. Example: "vgw-abc123ef" Default: None

data DeleteDirectConnectGatewayAssociation Source #

Container for the parameters to the DeleteDirectConnectGatewayAssociation operation.

See: deleteDirectConnectGatewayAssociation smart constructor.

Instances

Eq DeleteDirectConnectGatewayAssociation Source # 
Data DeleteDirectConnectGatewayAssociation Source # 

Methods

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

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

toConstr :: DeleteDirectConnectGatewayAssociation -> Constr #

dataTypeOf :: DeleteDirectConnectGatewayAssociation -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDirectConnectGatewayAssociation Source # 
Show DeleteDirectConnectGatewayAssociation Source # 
Generic DeleteDirectConnectGatewayAssociation Source # 
Hashable DeleteDirectConnectGatewayAssociation Source # 
ToJSON DeleteDirectConnectGatewayAssociation Source # 
NFData DeleteDirectConnectGatewayAssociation Source # 
AWSRequest DeleteDirectConnectGatewayAssociation Source # 
ToQuery DeleteDirectConnectGatewayAssociation Source # 
ToPath DeleteDirectConnectGatewayAssociation Source # 
ToHeaders DeleteDirectConnectGatewayAssociation Source # 
type Rep DeleteDirectConnectGatewayAssociation Source # 
type Rep DeleteDirectConnectGatewayAssociation = D1 (MetaData "DeleteDirectConnectGatewayAssociation" "Network.AWS.DirectConnect.DeleteDirectConnectGatewayAssociation" "amazonka-directconnect-1.5.0-FuyMg4sTg24L6HyEmXEioA" False) (C1 (MetaCons "DeleteDirectConnectGatewayAssociation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_delDirectConnectGatewayId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_delVirtualGatewayId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteDirectConnectGatewayAssociation Source # 

Request Lenses

delDirectConnectGatewayId :: Lens' DeleteDirectConnectGatewayAssociation Text Source #

The ID of the direct connect gateway. Example: "abcd1234-dcba-5678-be23-cdef9876ab45" Default: None

delVirtualGatewayId :: Lens' DeleteDirectConnectGatewayAssociation Text Source #

The ID of the virtual private gateway. Example: "vgw-abc123ef" Default: None

Destructuring the Response

deleteDirectConnectGatewayAssociationResponse Source #

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

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

data DeleteDirectConnectGatewayAssociationResponse Source #

Container for the response from the DeleteDirectConnectGatewayAssociation API call

See: deleteDirectConnectGatewayAssociationResponse smart constructor.

Instances

Eq DeleteDirectConnectGatewayAssociationResponse Source # 
Data DeleteDirectConnectGatewayAssociationResponse Source # 

Methods

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

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

toConstr :: DeleteDirectConnectGatewayAssociationResponse -> Constr #

dataTypeOf :: DeleteDirectConnectGatewayAssociationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDirectConnectGatewayAssociationResponse Source # 
Show DeleteDirectConnectGatewayAssociationResponse Source # 
Generic DeleteDirectConnectGatewayAssociationResponse Source # 
NFData DeleteDirectConnectGatewayAssociationResponse Source # 
type Rep DeleteDirectConnectGatewayAssociationResponse Source # 
type Rep DeleteDirectConnectGatewayAssociationResponse = D1 (MetaData "DeleteDirectConnectGatewayAssociationResponse" "Network.AWS.DirectConnect.DeleteDirectConnectGatewayAssociation" "amazonka-directconnect-1.5.0-FuyMg4sTg24L6HyEmXEioA" False) (C1 (MetaCons "DeleteDirectConnectGatewayAssociationResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_delrsDirectConnectGatewayAssociation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DirectConnectGatewayAssociation))) (S1 (MetaSel (Just Symbol "_delrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses