Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Gets information about a test.
Synopsis
- data GetTest = GetTest' {}
- newGetTest :: Text -> GetTest
- getTest_arn :: Lens' GetTest Text
- data GetTestResponse = GetTestResponse' {
- test :: Maybe Test
- httpStatus :: Int
- newGetTestResponse :: Int -> GetTestResponse
- getTestResponse_test :: Lens' GetTestResponse (Maybe Test)
- getTestResponse_httpStatus :: Lens' GetTestResponse Int
Creating a Request
Represents a request to the get test operation.
See: newGetTest
smart constructor.
Instances
Eq GetTest Source # | |
Read GetTest Source # | |
Show GetTest Source # | |
Generic GetTest Source # | |
NFData GetTest Source # | |
Defined in Amazonka.DeviceFarm.GetTest | |
Hashable GetTest Source # | |
Defined in Amazonka.DeviceFarm.GetTest | |
ToJSON GetTest Source # | |
Defined in Amazonka.DeviceFarm.GetTest | |
AWSRequest GetTest Source # | |
Defined in Amazonka.DeviceFarm.GetTest type AWSResponse GetTest # request :: GetTest -> Request GetTest # response :: MonadResource m => Logger -> Service -> Proxy GetTest -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse GetTest))) # | |
ToHeaders GetTest Source # | |
Defined in Amazonka.DeviceFarm.GetTest | |
ToPath GetTest Source # | |
Defined in Amazonka.DeviceFarm.GetTest toPath :: GetTest -> ByteString # | |
ToQuery GetTest Source # | |
Defined in Amazonka.DeviceFarm.GetTest toQuery :: GetTest -> QueryString # | |
type Rep GetTest Source # | |
Defined in Amazonka.DeviceFarm.GetTest | |
type AWSResponse GetTest Source # | |
Defined in Amazonka.DeviceFarm.GetTest |
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
Destructuring the Response
data GetTestResponse Source #
Represents the result of a get test request.
See: newGetTestResponse
smart constructor.
GetTestResponse' | |
|
Instances
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.