| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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:
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:
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.