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.DeleteNetworkProfile

Contents

Description

Deletes a network profile.

Synopsis

Creating a Request

deleteNetworkProfile Source #

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

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

  • dnpArn - The Amazon Resource Name (ARN) of the network profile you want to delete.

data DeleteNetworkProfile Source #

See: deleteNetworkProfile smart constructor.

Instances
Eq DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Data DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Methods

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

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

toConstr :: DeleteNetworkProfile -> Constr #

dataTypeOf :: DeleteNetworkProfile -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Show DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Generic DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Associated Types

type Rep DeleteNetworkProfile :: Type -> Type #

Hashable DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

ToJSON DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

AWSRequest DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Associated Types

type Rs DeleteNetworkProfile :: Type #

ToHeaders DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

ToPath DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

ToQuery DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

NFData DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Methods

rnf :: DeleteNetworkProfile -> () #

type Rep DeleteNetworkProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

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

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Request Lenses

dnpArn :: Lens' DeleteNetworkProfile Text Source #

The Amazon Resource Name (ARN) of the network profile you want to delete.

Destructuring the Response

deleteNetworkProfileResponse Source #

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

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

data DeleteNetworkProfileResponse Source #

See: deleteNetworkProfileResponse smart constructor.

Instances
Eq DeleteNetworkProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Data DeleteNetworkProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Methods

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

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

toConstr :: DeleteNetworkProfileResponse -> Constr #

dataTypeOf :: DeleteNetworkProfileResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteNetworkProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Show DeleteNetworkProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Generic DeleteNetworkProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

Associated Types

type Rep DeleteNetworkProfileResponse :: Type -> Type #

NFData DeleteNetworkProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

type Rep DeleteNetworkProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteNetworkProfile

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

Response Lenses