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 suite.
Synopsis
- data GetSuite = GetSuite' {}
- newGetSuite :: Text -> GetSuite
- getSuite_arn :: Lens' GetSuite Text
- data GetSuiteResponse = GetSuiteResponse' {
- suite :: Maybe Suite
- httpStatus :: Int
- newGetSuiteResponse :: Int -> GetSuiteResponse
- getSuiteResponse_suite :: Lens' GetSuiteResponse (Maybe Suite)
- getSuiteResponse_httpStatus :: Lens' GetSuiteResponse Int
Creating a Request
Represents a request to the get suite operation.
See: newGetSuite
smart constructor.
Instances
Eq GetSuite Source # | |
Read GetSuite Source # | |
Show GetSuite Source # | |
Generic GetSuite Source # | |
NFData GetSuite Source # | |
Defined in Amazonka.DeviceFarm.GetSuite | |
Hashable GetSuite Source # | |
Defined in Amazonka.DeviceFarm.GetSuite | |
ToJSON GetSuite Source # | |
Defined in Amazonka.DeviceFarm.GetSuite | |
AWSRequest GetSuite Source # | |
Defined in Amazonka.DeviceFarm.GetSuite type AWSResponse GetSuite # request :: GetSuite -> Request GetSuite # response :: MonadResource m => Logger -> Service -> Proxy GetSuite -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse GetSuite))) # | |
ToHeaders GetSuite Source # | |
Defined in Amazonka.DeviceFarm.GetSuite | |
ToPath GetSuite Source # | |
Defined in Amazonka.DeviceFarm.GetSuite toPath :: GetSuite -> ByteString # | |
ToQuery GetSuite Source # | |
Defined in Amazonka.DeviceFarm.GetSuite toQuery :: GetSuite -> QueryString # | |
type Rep GetSuite Source # | |
Defined in Amazonka.DeviceFarm.GetSuite | |
type AWSResponse GetSuite Source # | |
Defined in Amazonka.DeviceFarm.GetSuite |
Create a value of GetSuite
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:GetSuite'
, getSuite_arn
- The suite's ARN.
Request Lenses
Destructuring the Response
data GetSuiteResponse Source #
Represents the result of a get suite request.
See: newGetSuiteResponse
smart constructor.
GetSuiteResponse' | |
|
Instances
Create a value of GetSuiteResponse
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:suite:GetSuiteResponse'
, getSuiteResponse_suite
- A collection of one or more tests.
$sel:httpStatus:GetSuiteResponse'
, getSuiteResponse_httpStatus
- The response's http status code.
Response Lenses
getSuiteResponse_suite :: Lens' GetSuiteResponse (Maybe Suite) Source #
A collection of one or more tests.
getSuiteResponse_httpStatus :: Lens' GetSuiteResponse Int Source #
The response's http status code.