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 |
Deletes a Selenium testing project and all content generated under it.
You cannot undo this operation.
You cannot delete a project if it has active sessions.
Synopsis
- data DeleteTestGridProject = DeleteTestGridProject' {
- projectArn :: Text
- newDeleteTestGridProject :: Text -> DeleteTestGridProject
- deleteTestGridProject_projectArn :: Lens' DeleteTestGridProject Text
- data DeleteTestGridProjectResponse = DeleteTestGridProjectResponse' {
- httpStatus :: Int
- newDeleteTestGridProjectResponse :: Int -> DeleteTestGridProjectResponse
- deleteTestGridProjectResponse_httpStatus :: Lens' DeleteTestGridProjectResponse Int
Creating a Request
data DeleteTestGridProject Source #
See: newDeleteTestGridProject
smart constructor.
DeleteTestGridProject' | |
|
Instances
newDeleteTestGridProject Source #
Create a value of DeleteTestGridProject
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:DeleteTestGridProject'
, deleteTestGridProject_projectArn
- The ARN of the project to delete, from CreateTestGridProject or
ListTestGridProjects.
Request Lenses
deleteTestGridProject_projectArn :: Lens' DeleteTestGridProject Text Source #
The ARN of the project to delete, from CreateTestGridProject or ListTestGridProjects.
Destructuring the Response
data DeleteTestGridProjectResponse Source #
See: newDeleteTestGridProjectResponse
smart constructor.
DeleteTestGridProjectResponse' | |
|
Instances
newDeleteTestGridProjectResponse Source #
Create a value of DeleteTestGridProjectResponse
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:httpStatus:DeleteTestGridProjectResponse'
, deleteTestGridProjectResponse_httpStatus
- The response's http status code.
Response Lenses
deleteTestGridProjectResponse_httpStatus :: Lens' DeleteTestGridProjectResponse Int Source #
The response's http status code.