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

Description

Lists all projects in AWS CodeStar associated with your AWS account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListProjects Source #

See: newListProjects smart constructor.

Constructors

ListProjects' 

Fields

  • nextToken :: Maybe Text

    The continuation token to be used to return the next set of results, if the results cannot be returned in one response.

  • maxResults :: Maybe Natural

    The maximum amount of data that can be contained in a single set of results.

Instances

Instances details
Eq ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

Read ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

Show ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

Generic ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

Associated Types

type Rep ListProjects :: Type -> Type #

NFData ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

Methods

rnf :: ListProjects -> () #

Hashable ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

ToJSON ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

AWSPager ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

AWSRequest ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

Associated Types

type AWSResponse ListProjects #

ToHeaders ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

ToPath ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

ToQuery ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

type Rep ListProjects Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

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

Defined in Amazonka.CodeStar.ListProjects

newListProjects :: ListProjects Source #

Create a value of ListProjects 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:ListProjects', listProjects_nextToken - The continuation token to be used to return the next set of results, if the results cannot be returned in one response.

$sel:maxResults:ListProjects', listProjects_maxResults - The maximum amount of data that can be contained in a single set of results.

Request Lenses

listProjects_nextToken :: Lens' ListProjects (Maybe Text) Source #

The continuation token to be used to return the next set of results, if the results cannot be returned in one response.

listProjects_maxResults :: Lens' ListProjects (Maybe Natural) Source #

The maximum amount of data that can be contained in a single set of results.

Destructuring the Response

data ListProjectsResponse Source #

See: newListProjectsResponse smart constructor.

Constructors

ListProjectsResponse' 

Fields

Instances

Instances details
Eq ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

Read ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

Show ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

Generic ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

Associated Types

type Rep ListProjectsResponse :: Type -> Type #

NFData ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

Methods

rnf :: ListProjectsResponse -> () #

type Rep ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListProjects

type Rep ListProjectsResponse = D1 ('MetaData "ListProjectsResponse" "Amazonka.CodeStar.ListProjects" "libZSservicesZSamazonka-codestarZSamazonka-codestar" 'False) (C1 ('MetaCons "ListProjectsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "projects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ProjectSummary]))))

newListProjectsResponse Source #

Create a value of ListProjectsResponse 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:ListProjects', listProjectsResponse_nextToken - The continuation token to use when requesting the next set of results, if there are more results to be returned.

$sel:httpStatus:ListProjectsResponse', listProjectsResponse_httpStatus - The response's http status code.

$sel:projects:ListProjectsResponse', listProjectsResponse_projects - A list of projects.

Response Lenses

listProjectsResponse_nextToken :: Lens' ListProjectsResponse (Maybe Text) Source #

The continuation token to use when requesting the next set of results, if there are more results to be returned.