amazonka-devicefarm-1.6.0: Amazon Device Farm 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.DeviceFarm.DeleteVPCEConfiguration

Contents

Description

Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.

Synopsis

Creating a Request

deleteVPCEConfiguration Source #

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

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

  • dvecArn - The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to delete.

data DeleteVPCEConfiguration Source #

See: deleteVPCEConfiguration smart constructor.

Instances

Eq DeleteVPCEConfiguration Source # 
Data DeleteVPCEConfiguration Source # 

Methods

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

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

toConstr :: DeleteVPCEConfiguration -> Constr #

dataTypeOf :: DeleteVPCEConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DeleteVPCEConfiguration -> () #

AWSRequest DeleteVPCEConfiguration Source # 
ToHeaders DeleteVPCEConfiguration Source # 
ToPath DeleteVPCEConfiguration Source # 
ToQuery DeleteVPCEConfiguration Source # 
type Rep DeleteVPCEConfiguration Source # 
type Rep DeleteVPCEConfiguration = D1 * (MetaData "DeleteVPCEConfiguration" "Network.AWS.DeviceFarm.DeleteVPCEConfiguration" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" True) (C1 * (MetaCons "DeleteVPCEConfiguration'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dvecArn") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteVPCEConfiguration Source # 

Request Lenses

dvecArn :: Lens' DeleteVPCEConfiguration Text Source #

The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to delete.

Destructuring the Response

deleteVPCEConfigurationResponse Source #

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

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

data DeleteVPCEConfigurationResponse Source #

See: deleteVPCEConfigurationResponse smart constructor.

Instances

Eq DeleteVPCEConfigurationResponse Source # 
Data DeleteVPCEConfigurationResponse Source # 

Methods

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

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

toConstr :: DeleteVPCEConfigurationResponse -> Constr #

dataTypeOf :: DeleteVPCEConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteVPCEConfigurationResponse Source # 
Show DeleteVPCEConfigurationResponse Source # 
Generic DeleteVPCEConfigurationResponse Source # 
NFData DeleteVPCEConfigurationResponse Source # 
type Rep DeleteVPCEConfigurationResponse Source # 
type Rep DeleteVPCEConfigurationResponse = D1 * (MetaData "DeleteVPCEConfigurationResponse" "Network.AWS.DeviceFarm.DeleteVPCEConfiguration" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" True) (C1 * (MetaCons "DeleteVPCEConfigurationResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dvecrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses