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 upload given the upload ARN.
Synopsis
- data DeleteUpload = DeleteUpload' {}
- newDeleteUpload :: Text -> DeleteUpload
- deleteUpload_arn :: Lens' DeleteUpload Text
- data DeleteUploadResponse = DeleteUploadResponse' {
- httpStatus :: Int
- newDeleteUploadResponse :: Int -> DeleteUploadResponse
- deleteUploadResponse_httpStatus :: Lens' DeleteUploadResponse Int
Creating a Request
data DeleteUpload Source #
Represents a request to the delete upload operation.
See: newDeleteUpload
smart constructor.
Instances
Create a value of DeleteUpload
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:DeleteUpload'
, deleteUpload_arn
- Represents the Amazon Resource Name (ARN) of the Device Farm upload to
delete.
Request Lenses
deleteUpload_arn :: Lens' DeleteUpload Text Source #
Represents the Amazon Resource Name (ARN) of the Device Farm upload to delete.
Destructuring the Response
data DeleteUploadResponse Source #
Represents the result of a delete upload request.
See: newDeleteUploadResponse
smart constructor.
DeleteUploadResponse' | |
|
Instances
newDeleteUploadResponse Source #
Create a value of DeleteUploadResponse
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:DeleteUploadResponse'
, deleteUploadResponse_httpStatus
- The response's http status code.
Response Lenses
deleteUploadResponse_httpStatus :: Lens' DeleteUploadResponse Int Source #
The response's http status code.