amazonka-codestar-1.5.0: Amazon CodeStar SDK.

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

Network.AWS.CodeStar.DescribeProject

Contents

Description

Describes a project and its resources.

Synopsis

Creating a Request

describeProject Source #

Arguments

:: Text

dId

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

Eq DescribeProject Source # 
Data DescribeProject Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeProject -> c DescribeProject #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeProject #

toConstr :: DescribeProject -> Constr #

dataTypeOf :: DescribeProject -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeProject) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeProject) #

gmapT :: (forall b. Data b => b -> b) -> DescribeProject -> DescribeProject #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeProject -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeProject -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeProject -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeProject -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeProject -> m DescribeProject #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeProject -> m DescribeProject #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeProject -> m DescribeProject #

Read DescribeProject Source # 
Show DescribeProject Source # 
Generic DescribeProject Source # 
Hashable DescribeProject Source # 
ToJSON DescribeProject Source # 
NFData DescribeProject Source # 

Methods

rnf :: DescribeProject -> () #

AWSRequest DescribeProject Source # 
ToQuery DescribeProject Source # 
ToPath DescribeProject Source # 
ToHeaders DescribeProject Source # 
type Rep DescribeProject Source # 
type Rep DescribeProject = D1 (MetaData "DescribeProject" "Network.AWS.CodeStar.DescribeProject" "amazonka-codestar-1.5.0-D0CgJ15zjGp6mJTHDAkzYz" True) (C1 (MetaCons "DescribeProject'" PrefixI True) (S1 (MetaSel (Just Symbol "_dId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeProject Source # 

Request Lenses

dId :: Lens' DescribeProject Text Source #

The ID of the project.

Destructuring the Response

describeProjectResponse Source #

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.

Instances

Eq DescribeProjectResponse Source # 
Data DescribeProjectResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeProjectResponse -> c DescribeProjectResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeProjectResponse #

toConstr :: DescribeProjectResponse -> Constr #

dataTypeOf :: DescribeProjectResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeProjectResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeProjectResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeProjectResponse -> DescribeProjectResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeProjectResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeProjectResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeProjectResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeProjectResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeProjectResponse -> m DescribeProjectResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeProjectResponse -> m DescribeProjectResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeProjectResponse -> m DescribeProjectResponse #

Show DescribeProjectResponse Source # 
Generic DescribeProjectResponse Source # 
NFData DescribeProjectResponse Source # 

Methods

rnf :: DescribeProjectResponse -> () #

type Rep DescribeProjectResponse Source # 

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.

drsName :: Lens' DescribeProjectResponse (Maybe Text) Source #

The display name for the project.

drsId :: Lens' DescribeProjectResponse (Maybe Text) Source #

The ID of 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.