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 |
Amazonka.DeviceFarm.GetSuite
Description
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
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.
Constructors
GetSuiteResponse' | |
Fields
|
Instances
Arguments
:: Int | |
-> GetSuiteResponse |
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.