libZSservicesZSamazonka-codestarZSamazonka-codestar
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodeStar.DescribeProject

Description

Describes a project and its resources.

Synopsis

Creating a Request

data DescribeProject Source #

See: newDescribeProject smart constructor.

Constructors

DescribeProject' 

Fields

  • id :: Text

    The ID of the project.

Instances

Instances details
Eq DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

Read DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

Show DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

Generic DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

Associated Types

type Rep DescribeProject :: Type -> Type #

NFData DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

Methods

rnf :: DescribeProject -> () #

Hashable DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

ToJSON DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

AWSRequest DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

Associated Types

type AWSResponse DescribeProject #

ToHeaders DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

ToPath DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

ToQuery DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

type Rep DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

type Rep DescribeProject = D1 ('MetaData "DescribeProject" "Amazonka.CodeStar.DescribeProject" "libZSservicesZSamazonka-codestarZSamazonka-codestar" 'False) (C1 ('MetaCons "DescribeProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeProject Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

newDescribeProject Source #

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

Destructuring the Response

data DescribeProjectResponse Source #

See: newDescribeProjectResponse smart constructor.

Constructors

DescribeProjectResponse' 

Fields

Instances

Instances details
Eq DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

Show DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

Generic DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

Associated Types

type Rep DescribeProjectResponse :: Type -> Type #

NFData DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

Methods

rnf :: DescribeProjectResponse -> () #

type Rep DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.DescribeProject

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_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_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.