| 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.GetTestGridProject
Description
Retrieves information about a Selenium testing project.
Synopsis
- data GetTestGridProject = GetTestGridProject' {
- projectArn :: Text
- newGetTestGridProject :: Text -> GetTestGridProject
- getTestGridProject_projectArn :: Lens' GetTestGridProject Text
- data GetTestGridProjectResponse = GetTestGridProjectResponse' {}
- newGetTestGridProjectResponse :: Int -> GetTestGridProjectResponse
- getTestGridProjectResponse_testGridProject :: Lens' GetTestGridProjectResponse (Maybe TestGridProject)
- getTestGridProjectResponse_httpStatus :: Lens' GetTestGridProjectResponse Int
Creating a Request
data GetTestGridProject Source #
See: newGetTestGridProject smart constructor.
Constructors
| GetTestGridProject' | |
Fields
| |
Instances
newGetTestGridProject Source #
Arguments
| :: Text | |
| -> GetTestGridProject |
Create a value of GetTestGridProject 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:projectArn:GetTestGridProject', getTestGridProject_projectArn - The ARN of the Selenium testing project, from either
CreateTestGridProject or ListTestGridProjects.
Request Lenses
getTestGridProject_projectArn :: Lens' GetTestGridProject Text Source #
The ARN of the Selenium testing project, from either CreateTestGridProject or ListTestGridProjects.
Destructuring the Response
data GetTestGridProjectResponse Source #
See: newGetTestGridProjectResponse smart constructor.
Constructors
| GetTestGridProjectResponse' | |
Fields
| |
Instances
newGetTestGridProjectResponse Source #
Create a value of GetTestGridProjectResponse 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:testGridProject:GetTestGridProjectResponse', getTestGridProjectResponse_testGridProject - A TestGridProject.
$sel:httpStatus:GetTestGridProjectResponse', getTestGridProjectResponse_httpStatus - The response's http status code.
Response Lenses
getTestGridProjectResponse_testGridProject :: Lens' GetTestGridProjectResponse (Maybe TestGridProject) Source #
A TestGridProject.
getTestGridProjectResponse_httpStatus :: Lens' GetTestGridProjectResponse Int Source #
The response's http status code.