| Copyright | (c) 2013-2015 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.GetUpload
Description
Gets information about an upload.
See: AWS API Reference for GetUpload.
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:
data GetUploadResponse Source
Represents the result of a get upload request.
See: getUploadResponse smart constructor.
Response Lenses
gursUpload :: Lens' GetUploadResponse (Maybe Upload) Source
Undocumented member.
gursResponseStatus :: Lens' GetUploadResponse Int Source
The response status code.