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 |
Gets details about a project in AWS Mobile Hub.
Synopsis
- describeProject :: Text -> DescribeProject
- data DescribeProject
- dSyncFromResources :: Lens' DescribeProject (Maybe Bool)
- dProjectId :: Lens' DescribeProject Text
- describeProjectResponse :: Int -> DescribeProjectResponse
- data DescribeProjectResponse
- drsDetails :: Lens' DescribeProjectResponse (Maybe ProjectDetails)
- drsResponseStatus :: Lens' DescribeProjectResponse Int
Creating a Request
Creates a value of DescribeProject
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dSyncFromResources
- If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.dProjectId
- Unique project identifier.
data DescribeProject Source #
Request structure used to request details about a project.
See: describeProject
smart constructor.
Instances
Request Lenses
dSyncFromResources :: Lens' DescribeProject (Maybe Bool) Source #
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.
dProjectId :: Lens' DescribeProject Text Source #
Unique project identifier.
Destructuring the Response
describeProjectResponse Source #
Creates a value of DescribeProjectResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsDetails
- Undocumented member.drsResponseStatus
- -- | The response status code.
data DescribeProjectResponse Source #
Result structure used for requests of project details.
See: describeProjectResponse
smart constructor.
Instances
Response Lenses
drsDetails :: Lens' DescribeProjectResponse (Maybe ProjectDetails) Source #
Undocumented member.
drsResponseStatus :: Lens' DescribeProjectResponse Int Source #
- - | The response status code.