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

Contents

Description

Returns information about a network profile.

Synopsis

Creating a Request

getNetworkProfile Source #

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

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

  • gnpArn - The Amazon Resource Name (ARN) of the network profile you want to return information about.

data GetNetworkProfile Source #

See: getNetworkProfile smart constructor.

Instances

Eq GetNetworkProfile Source # 
Data GetNetworkProfile Source # 

Methods

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

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

toConstr :: GetNetworkProfile -> Constr #

dataTypeOf :: GetNetworkProfile -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetNetworkProfile Source # 
Show GetNetworkProfile Source # 
Generic GetNetworkProfile Source # 
Hashable GetNetworkProfile Source # 
ToJSON GetNetworkProfile Source # 
NFData GetNetworkProfile Source # 

Methods

rnf :: GetNetworkProfile -> () #

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

Request Lenses

gnpArn :: Lens' GetNetworkProfile Text Source #

The Amazon Resource Name (ARN) of the network profile you want to return information about.

Destructuring the Response

getNetworkProfileResponse Source #

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

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

data GetNetworkProfileResponse Source #

See: getNetworkProfileResponse smart constructor.

Instances

Eq GetNetworkProfileResponse Source # 
Data GetNetworkProfileResponse Source # 

Methods

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

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

toConstr :: GetNetworkProfileResponse -> Constr #

dataTypeOf :: GetNetworkProfileResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetNetworkProfileResponse Source # 
Show GetNetworkProfileResponse Source # 
Generic GetNetworkProfileResponse Source # 
NFData GetNetworkProfileResponse Source # 
type Rep GetNetworkProfileResponse Source # 
type Rep GetNetworkProfileResponse = D1 * (MetaData "GetNetworkProfileResponse" "Network.AWS.DeviceFarm.GetNetworkProfile" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "GetNetworkProfileResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gnprsNetworkProfile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe NetworkProfile))) (S1 * (MetaSel (Just Symbol "_gnprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses