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 #

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 #

See: deleteVPCEConfiguration smart constructor.

Instances

Eq DeleteVPCEConfiguration # 
Data DeleteVPCEConfiguration # 

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 # 
Show DeleteVPCEConfiguration # 
Generic DeleteVPCEConfiguration # 
Hashable DeleteVPCEConfiguration # 
ToJSON DeleteVPCEConfiguration # 
NFData DeleteVPCEConfiguration # 

Methods

rnf :: DeleteVPCEConfiguration -> () #

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

Request Lenses

dvecArn :: Lens' DeleteVPCEConfiguration Text #

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

Destructuring the Response

deleteVPCEConfigurationResponse #

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 #

See: deleteVPCEConfigurationResponse smart constructor.

Instances

Eq DeleteVPCEConfigurationResponse # 
Data DeleteVPCEConfigurationResponse # 

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 # 
Show DeleteVPCEConfigurationResponse # 
Generic DeleteVPCEConfigurationResponse # 
NFData DeleteVPCEConfigurationResponse # 
type Rep DeleteVPCEConfigurationResponse # 
type Rep DeleteVPCEConfigurationResponse = D1 * (MetaData "DeleteVPCEConfigurationResponse" "Network.AWS.DeviceFarm.DeleteVPCEConfiguration" "amazonka-devicefarm-1.6.0-1RE2Lvq2vKT750159tw1bo" True) (C1 * (MetaCons "DeleteVPCEConfigurationResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dvecrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses