amazonka-devicefarm-1.6.1: 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 # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

Data DeleteVPCEConfiguration Source # 
Instance details

Defined in Network.AWS.DeviceFarm.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 Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

Show DeleteVPCEConfiguration Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

Generic DeleteVPCEConfiguration Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

Associated Types

type Rep DeleteVPCEConfiguration :: Type -> Type #

Hashable DeleteVPCEConfiguration Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

ToJSON DeleteVPCEConfiguration Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

AWSRequest DeleteVPCEConfiguration Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

Associated Types

type Rs DeleteVPCEConfiguration :: Type #

ToHeaders DeleteVPCEConfiguration Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

ToPath DeleteVPCEConfiguration Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

ToQuery DeleteVPCEConfiguration Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

NFData DeleteVPCEConfiguration Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

Methods

rnf :: DeleteVPCEConfiguration -> () #

type Rep DeleteVPCEConfiguration Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

type Rep DeleteVPCEConfiguration = D1 (MetaData "DeleteVPCEConfiguration" "Network.AWS.DeviceFarm.DeleteVPCEConfiguration" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" True) (C1 (MetaCons "DeleteVPCEConfiguration'" PrefixI True) (S1 (MetaSel (Just "_dvecArn") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteVPCEConfiguration Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

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

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

Data DeleteVPCEConfigurationResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

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

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

Show DeleteVPCEConfigurationResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

Generic DeleteVPCEConfigurationResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

Associated Types

type Rep DeleteVPCEConfigurationResponse :: Type -> Type #

NFData DeleteVPCEConfigurationResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

type Rep DeleteVPCEConfigurationResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteVPCEConfiguration

type Rep DeleteVPCEConfigurationResponse = D1 (MetaData "DeleteVPCEConfigurationResponse" "Network.AWS.DeviceFarm.DeleteVPCEConfiguration" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" True) (C1 (MetaCons "DeleteVPCEConfigurationResponse'" PrefixI True) (S1 (MetaSel (Just "_dvecrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses