amazonka-devicefarm-1.4.4: Amazon Device Farm SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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 # 

Methods

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

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

Data GetRun Source # 

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 # 
Show GetRun Source # 
Generic GetRun Source # 

Associated Types

type Rep GetRun :: * -> * #

Methods

from :: GetRun -> Rep GetRun x #

to :: Rep GetRun x -> GetRun #

Hashable GetRun Source # 

Methods

hashWithSalt :: Int -> GetRun -> Int #

hash :: GetRun -> Int #

NFData GetRun Source # 

Methods

rnf :: GetRun -> () #

AWSRequest GetRun Source # 

Associated Types

type Rs GetRun :: * #

ToPath GetRun Source # 

Methods

toPath :: GetRun -> ByteString #

ToHeaders GetRun Source # 

Methods

toHeaders :: GetRun -> [Header] #

ToQuery GetRun Source # 
ToJSON GetRun Source # 

Methods

toJSON :: GetRun -> Value #

toEncoding :: GetRun -> Encoding #

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

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

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 # 
Show GetRunResponse Source # 
Generic GetRunResponse Source # 

Associated Types

type Rep GetRunResponse :: * -> * #

NFData GetRunResponse Source # 

Methods

rnf :: GetRunResponse -> () #

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

Response Lenses

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

Undocumented member.

grrsResponseStatus :: Lens' GetRunResponse Int Source #

The response status code.