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.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 # 
Data DeleteNetworkProfile Source # 

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

Methods

rnf :: DeleteNetworkProfile -> () #

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

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 # 
Data DeleteNetworkProfileResponse Source # 

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

Response Lenses