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 |
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_status :: Lens' DescribeProjectResponse (Maybe ProjectStatus)
- describeProjectResponse_arn :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_projectTemplateId :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_name :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_id :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_stackId :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_clientRequestToken :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_createdTimeStamp :: Lens' DescribeProjectResponse (Maybe UTCTime)
- describeProjectResponse_description :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_httpStatus :: Lens' DescribeProjectResponse Int
Creating a Request
data DescribeProject Source #
See: newDescribeProject
smart constructor.
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:id: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.
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:status:DescribeProjectResponse'
, describeProjectResponse_status
- The project creation or deletion status.
$sel:arn:DescribeProjectResponse'
, describeProjectResponse_arn
- The Amazon Resource Name (ARN) for the project.
$sel:projectTemplateId:DescribeProjectResponse'
, describeProjectResponse_projectTemplateId
- The ID for the AWS CodeStar project template used to create the project.
$sel:name:DescribeProjectResponse'
, describeProjectResponse_name
- The display name for the project.
$sel:id:DescribeProject'
, describeProjectResponse_id
- The ID of the project.
$sel:stackId:DescribeProjectResponse'
, describeProjectResponse_stackId
- The ID of the primary stack in AWS CloudFormation used to generate
resources 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.
$sel:description:DescribeProjectResponse'
, describeProjectResponse_description
- The description of the project, if any.
$sel:httpStatus:DescribeProjectResponse'
, describeProjectResponse_httpStatus
- The response's http status code.
Response Lenses
describeProjectResponse_status :: Lens' DescribeProjectResponse (Maybe ProjectStatus) Source #
The project creation or deletion status.
describeProjectResponse_arn :: Lens' DescribeProjectResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) for the project.
describeProjectResponse_projectTemplateId :: Lens' DescribeProjectResponse (Maybe Text) Source #
The ID for the AWS CodeStar project template used to create the project.
describeProjectResponse_name :: Lens' DescribeProjectResponse (Maybe Text) Source #
The display name for the project.
describeProjectResponse_id :: Lens' DescribeProjectResponse (Maybe Text) Source #
The ID of 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_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_httpStatus :: Lens' DescribeProjectResponse Int Source #
The response's http status code.