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

Description

Gets the tags for a project.

Synopsis

Creating a Request

data ListTagsForProject Source #

See: newListTagsForProject smart constructor.

Constructors

ListTagsForProject' 

Fields

Instances

Instances details
Eq ListTagsForProject Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

Read ListTagsForProject Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

Show ListTagsForProject Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

Generic ListTagsForProject Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

Associated Types

type Rep ListTagsForProject :: Type -> Type #

NFData ListTagsForProject Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

Methods

rnf :: ListTagsForProject -> () #

Hashable ListTagsForProject Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

ToJSON ListTagsForProject Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

AWSRequest ListTagsForProject Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

Associated Types

type AWSResponse ListTagsForProject #

ToHeaders ListTagsForProject Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

ToPath ListTagsForProject Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

ToQuery ListTagsForProject Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

type Rep ListTagsForProject Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

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

Defined in Amazonka.CodeStar.ListTagsForProject

newListTagsForProject Source #

Create a value of ListTagsForProject 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:nextToken:ListTagsForProject', listTagsForProject_nextToken - Reserved for future use.

$sel:maxResults:ListTagsForProject', listTagsForProject_maxResults - Reserved for future use.

$sel:id:ListTagsForProject', listTagsForProject_id - The ID of the project to get tags for.

Request Lenses

listTagsForProject_id :: Lens' ListTagsForProject Text Source #

The ID of the project to get tags for.

Destructuring the Response

data ListTagsForProjectResponse Source #

See: newListTagsForProjectResponse smart constructor.

Constructors

ListTagsForProjectResponse' 

Fields

Instances

Instances details
Eq ListTagsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

Read ListTagsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

Show ListTagsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

Generic ListTagsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

Associated Types

type Rep ListTagsForProjectResponse :: Type -> Type #

NFData ListTagsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

type Rep ListTagsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListTagsForProject

type Rep ListTagsForProjectResponse = D1 ('MetaData "ListTagsForProjectResponse" "Amazonka.CodeStar.ListTagsForProject" "libZSservicesZSamazonka-codestarZSamazonka-codestar" 'False) (C1 ('MetaCons "ListTagsForProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTagsForProjectResponse Source #

Create a value of ListTagsForProjectResponse 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:nextToken:ListTagsForProject', listTagsForProjectResponse_nextToken - Reserved for future use.

$sel:tags:ListTagsForProjectResponse', listTagsForProjectResponse_tags - The tags for the project.

$sel:httpStatus:ListTagsForProjectResponse', listTagsForProjectResponse_httpStatus - The response's http status code.

Response Lenses