| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Mobile.DescribeProject
Description
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.
Constructors
| DescribeProject' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DescribeProject |
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.
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.
Constructors
| DescribeProjectResponse' | |
Fields
| |
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.