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 an AWS Device Farm project, given the project ARN.
Deleting this resource does not stop an in-progress run.
Synopsis
- data DeleteProject = DeleteProject' {}
- newDeleteProject :: Text -> DeleteProject
- deleteProject_arn :: Lens' DeleteProject Text
- data DeleteProjectResponse = DeleteProjectResponse' {
- httpStatus :: Int
- newDeleteProjectResponse :: Int -> DeleteProjectResponse
- deleteProjectResponse_httpStatus :: Lens' DeleteProjectResponse Int
Creating a Request
data DeleteProject Source #
Represents a request to the delete project operation.
See: newDeleteProject
smart constructor.
Instances
Create a value of DeleteProject
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:DeleteProject'
, deleteProject_arn
- Represents the Amazon Resource Name (ARN) of the Device Farm project to
delete.
Request Lenses
deleteProject_arn :: Lens' DeleteProject Text Source #
Represents the Amazon Resource Name (ARN) of the Device Farm project to delete.
Destructuring the Response
data DeleteProjectResponse Source #
Represents the result of a delete project request.
See: newDeleteProjectResponse
smart constructor.
DeleteProjectResponse' | |
|
Instances
newDeleteProjectResponse Source #
Create a value of DeleteProjectResponse
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:DeleteProjectResponse'
, deleteProjectResponse_httpStatus
- The response's http status code.
Response Lenses
deleteProjectResponse_httpStatus :: Lens' DeleteProjectResponse Int Source #
The response's http status code.