| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.DeviceFarm.DeleteProject
Description
Deletes an AWS Device Farm project, given the project ARN.
Note Deleting this resource does not stop an in-progress run.
Creating a Request
Arguments
| :: Text | |
| -> DeleteProject |
Creates a value of DeleteProject with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpArn- Represents the Amazon Resource Name (ARN) of the Device Farm project you wish to delete.
data DeleteProject Source #
Represents a request to the delete project operation.
See: deleteProject smart constructor.
Instances
Request Lenses
dpArn :: Lens' DeleteProject Text Source #
Represents the Amazon Resource Name (ARN) of the Device Farm project you wish to delete.
Destructuring the Response
deleteProjectResponse Source #
Arguments
| :: Int | |
| -> DeleteProjectResponse |
Creates a value of DeleteProjectResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dprsResponseStatus- -- | The response status code.
data DeleteProjectResponse Source #
Represents the result of a delete project request.
See: deleteProjectResponse smart constructor.
Response Lenses
dprsResponseStatus :: Lens' DeleteProjectResponse Int Source #
- - | The response status code.