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

Description

Gets information about a test.

Synopsis

Creating a Request

data GetTest Source #

Represents a request to the get test operation.

See: newGetTest smart constructor.

Constructors

GetTest' 

Fields

Instances

Instances details
Eq GetTest Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Methods

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

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

Read GetTest Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Show GetTest Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Generic GetTest Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Associated Types

type Rep GetTest :: Type -> Type #

Methods

from :: GetTest -> Rep GetTest x #

to :: Rep GetTest x -> GetTest #

NFData GetTest Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Methods

rnf :: GetTest -> () #

Hashable GetTest Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Methods

hashWithSalt :: Int -> GetTest -> Int #

hash :: GetTest -> Int #

ToJSON GetTest Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

AWSRequest GetTest Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Associated Types

type AWSResponse GetTest #

ToHeaders GetTest Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Methods

toHeaders :: GetTest -> [Header] #

ToPath GetTest Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Methods

toPath :: GetTest -> ByteString #

ToQuery GetTest Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

type Rep GetTest Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

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

Defined in Amazonka.DeviceFarm.GetTest

newGetTest Source #

Create a value of GetTest 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:GetTest', getTest_arn - The test's ARN.

Request Lenses

getTest_arn :: Lens' GetTest Text Source #

The test's ARN.

Destructuring the Response

data GetTestResponse Source #

Represents the result of a get test request.

See: newGetTestResponse smart constructor.

Constructors

GetTestResponse' 

Fields

Instances

Instances details
Eq GetTestResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Read GetTestResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Show GetTestResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Generic GetTestResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Associated Types

type Rep GetTestResponse :: Type -> Type #

NFData GetTestResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

Methods

rnf :: GetTestResponse -> () #

type Rep GetTestResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.GetTest

type Rep GetTestResponse = D1 ('MetaData "GetTestResponse" "Amazonka.DeviceFarm.GetTest" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "GetTestResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "test") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Test)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetTestResponse Source #

Create a value of GetTestResponse 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:test:GetTestResponse', getTestResponse_test - A test condition that is evaluated.

$sel:httpStatus:GetTestResponse', getTestResponse_httpStatus - The response's http status code.

Response Lenses

getTestResponse_test :: Lens' GetTestResponse (Maybe Test) Source #

A test condition that is evaluated.

getTestResponse_httpStatus :: Lens' GetTestResponse Int Source #

The response's http status code.