libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Methods

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

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

Read GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Show GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.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 #

NFData GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Methods

rnf :: GetRun -> () #

Hashable GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Methods

hashWithSalt :: Int -> GetRun -> Int #

hash :: GetRun -> Int #

ToJSON GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

AWSRequest GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Associated Types

type AWSResponse 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

type Rep GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

type Rep GetRun = D1 ('MetaData "GetRun" "Amazonka.DeviceFarm.GetRun" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "GetRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

newGetRun Source #

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:

$sel:arn: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
Eq GetRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Read GetRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Show GetRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Generic GetRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Associated Types

type Rep GetRunResponse :: Type -> Type #

NFData GetRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

Methods

rnf :: GetRunResponse -> () #

type Rep GetRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetRun

type Rep GetRunResponse = D1 ('MetaData "GetRunResponse" "Amazonka.DeviceFarm.GetRun" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" '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:

$sel:run: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.