| 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.GetUpload
Description
Gets information about an upload.
Creating a Request
Represents a request to the get upload operation.
See: getUpload smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> GetUploadResponse |
Creates a value of GetUploadResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gursUpload- An app or a set of one or more tests to upload or that have been uploaded.gursResponseStatus- -- | The response status code.
data GetUploadResponse Source #
Represents the result of a get upload request.
See: getUploadResponse smart constructor.
Response Lenses
gursUpload :: Lens' GetUploadResponse (Maybe Upload) Source #
An app or a set of one or more tests to upload or that have been uploaded.
gursResponseStatus :: Lens' GetUploadResponse Int Source #
- - | The response status code.