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 |
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.
GetTestGridProject' | |
|
Instances
newGetTestGridProject Source #
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.
GetTestGridProjectResponse' | |
|
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.