Copyright | (c) 2013-2016 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.
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 #
Represents a request to the get project operation.
See: getProject
smart constructor.
Instances
Request Lenses
gpArn :: Lens' GetProject Text #
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:
gprsProject
- Undocumented member.gprsResponseStatus
- -- | The response status code.
data GetProjectResponse #
Represents the result of a get project request.
See: getProjectResponse
smart constructor.
Response Lenses
gprsProject :: Lens' GetProjectResponse (Maybe Project) #
Undocumented member.
gprsResponseStatus :: Lens' GetProjectResponse Int #
- - | The response status code.