| 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 |
Network.AWS.CodeStar.DescribeProject
Description
Describes a project and its resources.
- describeProject :: Text -> DescribeProject
- data DescribeProject
- dId :: Lens' DescribeProject Text
- describeProjectResponse :: Int -> DescribeProjectResponse
- data DescribeProjectResponse
- drsArn :: Lens' DescribeProjectResponse (Maybe Text)
- drsProjectTemplateId :: Lens' DescribeProjectResponse (Maybe Text)
- drsName :: Lens' DescribeProjectResponse (Maybe Text)
- drsId :: Lens' DescribeProjectResponse (Maybe Text)
- drsStackId :: Lens' DescribeProjectResponse (Maybe Text)
- drsClientRequestToken :: Lens' DescribeProjectResponse (Maybe Text)
- drsCreatedTimeStamp :: Lens' DescribeProjectResponse (Maybe UTCTime)
- drsDescription :: Lens' DescribeProjectResponse (Maybe Text)
- drsResponseStatus :: Lens' DescribeProjectResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribeProject |
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:
dId- The ID of the project.
data DescribeProject Source #
See: describeProject smart constructor.
Instances
Request Lenses
Destructuring the Response
describeProjectResponse Source #
Arguments
| :: Int | |
| -> DescribeProjectResponse |
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:
drsArn- The Amazon Resource Name (ARN) for the project.drsProjectTemplateId- The ID for the AWS CodeStar project template used to create the project.drsName- The display name for the project.drsId- The ID of the project.drsStackId- The ID of the primary stack in AWS CloudFormation used to generate resources for the project.drsClientRequestToken- A user- or system-generated token that identifies the entity that requested project creation.drsCreatedTimeStamp- The date and time the project was created, in timestamp format.drsDescription- The description of the project, if any.drsResponseStatus- -- | The response status code.
data DescribeProjectResponse Source #
See: describeProjectResponse smart constructor.
Response Lenses
drsArn :: Lens' DescribeProjectResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) for the project.
drsProjectTemplateId :: Lens' DescribeProjectResponse (Maybe Text) Source #
The ID for the AWS CodeStar project template used to create the project.
drsStackId :: Lens' DescribeProjectResponse (Maybe Text) Source #
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
drsClientRequestToken :: Lens' DescribeProjectResponse (Maybe Text) Source #
A user- or system-generated token that identifies the entity that requested project creation.
drsCreatedTimeStamp :: Lens' DescribeProjectResponse (Maybe UTCTime) Source #
The date and time the project was created, in timestamp format.
drsDescription :: Lens' DescribeProjectResponse (Maybe Text) Source #
The description of the project, if any.
drsResponseStatus :: Lens' DescribeProjectResponse Int Source #
- - | The response status code.