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

Contents

Description

Gets information about a run.

Synopsis

Creating a Request

getRun Source #

Arguments

:: Text

grArn

-> GetRun 

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

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

data GetRun Source #

Represents a request to the get run operation.

See: getRun smart constructor.

Instances
Eq GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Methods

(==) :: GetRun -> GetRun -> Bool #

(/=) :: GetRun -> GetRun -> Bool #

Data GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Methods

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

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

toConstr :: GetRun -> Constr #

dataTypeOf :: GetRun -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Show GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Generic GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Associated Types

type Rep GetRun :: Type -> Type #

Methods

from :: GetRun -> Rep GetRun x #

to :: Rep GetRun x -> GetRun #

Hashable GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Methods

hashWithSalt :: Int -> GetRun -> Int #

hash :: GetRun -> Int #

ToJSON GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

AWSRequest GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Associated Types

type Rs GetRun :: Type #

ToHeaders GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Methods

toHeaders :: GetRun -> [Header] #

ToPath GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Methods

toPath :: GetRun -> ByteString #

ToQuery GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

NFData GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Methods

rnf :: GetRun -> () #

type Rep GetRun Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

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

Defined in Network.AWS.DeviceFarm.GetRun

Request Lenses

grArn :: Lens' GetRun Text Source #

The run's ARN.

Destructuring the Response

getRunResponse Source #

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

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

data GetRunResponse Source #

Represents the result of a get run request.

See: getRunResponse smart constructor.

Instances
Eq GetRunResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Data GetRunResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Methods

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

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

toConstr :: GetRunResponse -> Constr #

dataTypeOf :: GetRunResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetRunResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Show GetRunResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Generic GetRunResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Associated Types

type Rep GetRunResponse :: Type -> Type #

NFData GetRunResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

Methods

rnf :: GetRunResponse -> () #

type Rep GetRunResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetRun

type Rep GetRunResponse = D1 (MetaData "GetRunResponse" "Network.AWS.DeviceFarm.GetRun" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "GetRunResponse'" PrefixI True) (S1 (MetaSel (Just "_grrsRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Run)) :*: S1 (MetaSel (Just "_grrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

grrsRun :: Lens' GetRunResponse (Maybe Run) Source #

The run you wish to get results from.

grrsResponseStatus :: Lens' GetRunResponse Int Source #

  • - | The response status code.