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

Description

Lists all team members associated with a project.

This operation returns paginated results.

Synopsis

Creating a Request

data ListTeamMembers Source #

See: newListTeamMembers smart constructor.

Constructors

ListTeamMembers' 

Fields

  • nextToken :: Maybe Text

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

  • maxResults :: Maybe Natural

    The maximum number of team members you want returned in a response.

  • projectId :: Text

    The ID of the project for which you want to list team members.

Instances

Instances details
Eq ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

Read ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

Show ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

Generic ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

Associated Types

type Rep ListTeamMembers :: Type -> Type #

NFData ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

Methods

rnf :: ListTeamMembers -> () #

Hashable ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

ToJSON ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

AWSPager ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

AWSRequest ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

Associated Types

type AWSResponse ListTeamMembers #

ToHeaders ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

ToPath ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

ToQuery ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

type Rep ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

type Rep ListTeamMembers = D1 ('MetaData "ListTeamMembers" "Amazonka.CodeStar.ListTeamMembers" "libZSservicesZSamazonka-codestarZSamazonka-codestar" 'False) (C1 ('MetaCons "ListTeamMembers'" '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 "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListTeamMembers Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

newListTeamMembers Source #

Create a value of ListTeamMembers 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:ListTeamMembers', listTeamMembers_nextToken - The continuation token for the next set of results, if the results cannot be returned in one response.

$sel:maxResults:ListTeamMembers', listTeamMembers_maxResults - The maximum number of team members you want returned in a response.

$sel:projectId:ListTeamMembers', listTeamMembers_projectId - The ID of the project for which you want to list team members.

Request Lenses

listTeamMembers_nextToken :: Lens' ListTeamMembers (Maybe Text) Source #

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

listTeamMembers_maxResults :: Lens' ListTeamMembers (Maybe Natural) Source #

The maximum number of team members you want returned in a response.

listTeamMembers_projectId :: Lens' ListTeamMembers Text Source #

The ID of the project for which you want to list team members.

Destructuring the Response

data ListTeamMembersResponse Source #

See: newListTeamMembersResponse smart constructor.

Constructors

ListTeamMembersResponse' 

Fields

Instances

Instances details
Eq ListTeamMembersResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

Read ListTeamMembersResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

Show ListTeamMembersResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

Generic ListTeamMembersResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

Associated Types

type Rep ListTeamMembersResponse :: Type -> Type #

NFData ListTeamMembersResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

Methods

rnf :: ListTeamMembersResponse -> () #

type Rep ListTeamMembersResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListTeamMembers

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

newListTeamMembersResponse Source #

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

$sel:httpStatus:ListTeamMembersResponse', listTeamMembersResponse_httpStatus - The response's http status code.

$sel:teamMembers:ListTeamMembersResponse', listTeamMembersResponse_teamMembers - A list of team member objects for the project.

Response Lenses

listTeamMembersResponse_nextToken :: Lens' ListTeamMembersResponse (Maybe Text) Source #

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

listTeamMembersResponse_teamMembers :: Lens' ListTeamMembersResponse [TeamMember] Source #

A list of team member objects for the project.