amazonka-devicefarm-2.0: Amazon Device Farm SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DeviceFarm.GetRun

Description

Gets information about a run.

Synopsis

Creating a Request

data GetRun Source #

Represents a request to the get run operation.

See: newGetRun smart constructor.

Constructors

GetRun' 

Fields

Instances

Instances details
ToJSON GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

ToHeaders GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Methods

toHeaders :: GetRun -> [Header] #

ToPath GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Methods

toPath :: GetRun -> ByteString #

ToQuery GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

AWSRequest GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Associated Types

type AWSResponse GetRun #

Generic GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Associated Types

type Rep GetRun :: Type -> Type #

Methods

from :: GetRun -> Rep GetRun x #

to :: Rep GetRun x -> GetRun #

Read GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Show GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

NFData GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Methods

rnf :: GetRun -> () #

Eq GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Methods

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

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

Hashable GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Methods

hashWithSalt :: Int -> GetRun -> Int #

hash :: GetRun -> Int #

type AWSResponse GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

type Rep GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

type Rep GetRun = D1 ('MetaData "GetRun" "Amazonka.DeviceFarm.GetRun" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'False) (C1 ('MetaCons "GetRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetRun Source #

Arguments

:: Text

GetRun

-> GetRun 

Create a value of GetRun with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetRun, getRun_arn - The run's ARN.

Request Lenses

getRun_arn :: Lens' GetRun Text Source #

The run's ARN.

Destructuring the Response

data GetRunResponse Source #

Represents the result of a get run request.

See: newGetRunResponse smart constructor.

Constructors

GetRunResponse' 

Fields

Instances

Instances details
Generic GetRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Associated Types

type Rep GetRunResponse :: Type -> Type #

Read GetRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Show GetRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

NFData GetRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Methods

rnf :: GetRunResponse -> () #

Eq GetRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

type Rep GetRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

type Rep GetRunResponse = D1 ('MetaData "GetRunResponse" "Amazonka.DeviceFarm.GetRun" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'False) (C1 ('MetaCons "GetRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "run") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Run)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetRunResponse Source #

Create a value of GetRunResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetRunResponse, getRunResponse_run - The run to get results from.

$sel:httpStatus:GetRunResponse', getRunResponse_httpStatus - The response's http status code.

Response Lenses

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

The run to get results from.

getRunResponse_httpStatus :: Lens' GetRunResponse Int Source #

The response's http status code.