| 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.GetProject
Description
Gets information about a project.
See: AWS API Reference for GetProject.
Creating a Request
Arguments
| :: Text | |
| -> GetProject |
Creates a value of GetProject with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetProject Source
Represents a request to the get project operation.
See: getProject smart constructor.
Instances
Request Lenses
gpArn :: Lens' GetProject Text Source
The project's ARN.
Destructuring the Response
Arguments
| :: Int | |
| -> GetProjectResponse |
Creates a value of GetProjectResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetProjectResponse Source
Represents the result of a get project request.
See: getProjectResponse smart constructor.
Response Lenses
gprsProject :: Lens' GetProjectResponse (Maybe Project) Source
Undocumented member.
gprsResponseStatus :: Lens' GetProjectResponse Int Source
The response status code.