| 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.CodeStar.DescribeProject
Description
Describes a project and its resources.
Synopsis
- data DescribeProject = DescribeProject' {}
- newDescribeProject :: Text -> DescribeProject
- describeProject_id :: Lens' DescribeProject Text
- data DescribeProjectResponse = DescribeProjectResponse' {}
- newDescribeProjectResponse :: Int -> DescribeProjectResponse
- describeProjectResponse_arn :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_clientRequestToken :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_createdTimeStamp :: Lens' DescribeProjectResponse (Maybe UTCTime)
- describeProjectResponse_description :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_id :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_name :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_projectTemplateId :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_stackId :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_status :: Lens' DescribeProjectResponse (Maybe ProjectStatus)
- describeProjectResponse_httpStatus :: Lens' DescribeProjectResponse Int
Creating a Request
data DescribeProject Source #
See: newDescribeProject smart constructor.
Constructors
| DescribeProject' | |
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:
DescribeProject, describeProject_id - The ID of the project.
Request Lenses
describeProject_id :: Lens' DescribeProject Text Source #
The ID of the project.
Destructuring the Response
data DescribeProjectResponse Source #
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:arn:DescribeProjectResponse', describeProjectResponse_arn - The Amazon Resource Name (ARN) for the project.
$sel:clientRequestToken:DescribeProjectResponse', describeProjectResponse_clientRequestToken - A user- or system-generated token that identifies the entity that
requested project creation.
$sel:createdTimeStamp:DescribeProjectResponse', describeProjectResponse_createdTimeStamp - The date and time the project was created, in timestamp format.
DescribeProjectResponse, describeProjectResponse_description - The description of the project, if any.
DescribeProject, describeProjectResponse_id - The ID of the project.
DescribeProjectResponse, describeProjectResponse_name - The display name for the project.
$sel:projectTemplateId:DescribeProjectResponse', describeProjectResponse_projectTemplateId - The ID for the AWS CodeStar project template used to create the project.
$sel:stackId:DescribeProjectResponse', describeProjectResponse_stackId - The ID of the primary stack in AWS CloudFormation used to generate
resources for the project.
$sel:status:DescribeProjectResponse', describeProjectResponse_status - The project creation or deletion status.
$sel:httpStatus:DescribeProjectResponse', describeProjectResponse_httpStatus - The response's http status code.
Response Lenses
describeProjectResponse_arn :: Lens' DescribeProjectResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) for the project.
describeProjectResponse_clientRequestToken :: Lens' DescribeProjectResponse (Maybe Text) Source #
A user- or system-generated token that identifies the entity that requested project creation.
describeProjectResponse_createdTimeStamp :: Lens' DescribeProjectResponse (Maybe UTCTime) Source #
The date and time the project was created, in timestamp format.
describeProjectResponse_description :: Lens' DescribeProjectResponse (Maybe Text) Source #
The description of the project, if any.
describeProjectResponse_id :: Lens' DescribeProjectResponse (Maybe Text) Source #
The ID of the project.
describeProjectResponse_name :: Lens' DescribeProjectResponse (Maybe Text) Source #
The display name for the project.
describeProjectResponse_projectTemplateId :: Lens' DescribeProjectResponse (Maybe Text) Source #
The ID for the AWS CodeStar project template used to create the project.
describeProjectResponse_stackId :: Lens' DescribeProjectResponse (Maybe Text) Source #
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
describeProjectResponse_status :: Lens' DescribeProjectResponse (Maybe ProjectStatus) Source #
The project creation or deletion status.
describeProjectResponse_httpStatus :: Lens' DescribeProjectResponse Int Source #
The response's http status code.