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 #

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 #

See: deleteNetworkProfile smart constructor.

Instances

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

Methods

rnf :: DeleteNetworkProfile -> () #

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

Request Lenses

dnpArn :: Lens' DeleteNetworkProfile Text #

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

Destructuring the Response

deleteNetworkProfileResponse #

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 #

See: deleteNetworkProfileResponse smart constructor.

Instances

Eq DeleteNetworkProfileResponse # 
Data DeleteNetworkProfileResponse # 

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

Response Lenses