Copyright | (c) 2013-2021 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 |
Gets details about a project in AWS Mobile Hub.
Synopsis
- data DescribeProject = DescribeProject' {}
- newDescribeProject :: Text -> DescribeProject
- describeProject_syncFromResources :: Lens' DescribeProject (Maybe Bool)
- describeProject_projectId :: Lens' DescribeProject Text
- data DescribeProjectResponse = DescribeProjectResponse' {}
- newDescribeProjectResponse :: Int -> DescribeProjectResponse
- describeProjectResponse_details :: Lens' DescribeProjectResponse (Maybe ProjectDetails)
- describeProjectResponse_httpStatus :: Lens' DescribeProjectResponse Int
Creating a Request
data DescribeProject Source #
Request structure used to request details about a project.
See: newDescribeProject
smart constructor.
DescribeProject' | |
|
Instances
Create a value of DescribeProject
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:syncFromResources:DescribeProject'
, describeProject_syncFromResources
- 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.
$sel:projectId:DescribeProject'
, describeProject_projectId
- Unique project identifier.
Request Lenses
describeProject_syncFromResources :: 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.
describeProject_projectId :: Lens' DescribeProject Text Source #
Unique project identifier.
Destructuring the Response
data DescribeProjectResponse Source #
Result structure used for requests of project details.
See: newDescribeProjectResponse
smart constructor.
DescribeProjectResponse' | |
|
Instances
newDescribeProjectResponse Source #
Create a value of DescribeProjectResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:details:DescribeProjectResponse'
, describeProjectResponse_details
- Undocumented member.
$sel:httpStatus:DescribeProjectResponse'
, describeProjectResponse_httpStatus
- The response's http status code.
Response Lenses
describeProjectResponse_details :: Lens' DescribeProjectResponse (Maybe ProjectDetails) Source #
Undocumented member.
describeProjectResponse_httpStatus :: Lens' DescribeProjectResponse Int Source #
The response's http status code.