Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.DeviceFarm.DeleteUpload
Description
Deletes an upload given the upload ARN.
Creating a Request
Arguments
:: Text | |
-> DeleteUpload |
Creates a value of DeleteUpload
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
duArn
- Represents the Amazon Resource Name (ARN) of the Device Farm upload you wish to delete.
data DeleteUpload #
Represents a request to the delete upload operation.
See: deleteUpload
smart constructor.
Instances
Request Lenses
duArn :: Lens' DeleteUpload Text #
Represents the Amazon Resource Name (ARN) of the Device Farm upload you wish to delete.
Destructuring the Response
Arguments
:: Int | |
-> DeleteUploadResponse |
Creates a value of DeleteUploadResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dursResponseStatus
- -- | The response status code.
data DeleteUploadResponse #
Represents the result of a delete upload request.
See: deleteUploadResponse
smart constructor.
Response Lenses
dursResponseStatus :: Lens' DeleteUploadResponse Int #
- - | The response status code.