| 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.GetProject
Description
Gets information about a project.
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:
gpArn- The project's ARN.
data GetProject Source #
Represents a request to the get project operation.
See: getProject smart constructor.
Instances
Request Lenses
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:
gprsProject- The project you wish to get information about.gprsResponseStatus- -- | The response status code.
data GetProjectResponse Source #
Represents the result of a get project request.
See: getProjectResponse smart constructor.
Response Lenses
gprsProject :: Lens' GetProjectResponse (Maybe Project) Source #
The project you wish to get information about.
gprsResponseStatus :: Lens' GetProjectResponse Int Source #
- - | The response status code.