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

Description

Lists all the user profiles configured for your AWS account in AWS CodeStar.

This operation returns paginated results.

Synopsis

Creating a Request

data ListUserProfiles Source #

See: newListUserProfiles smart constructor.

Constructors

ListUserProfiles' 

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 results to return in a response.

Instances

Instances details
Eq ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

Read ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

Show ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

Generic ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

Associated Types

type Rep ListUserProfiles :: Type -> Type #

NFData ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

Methods

rnf :: ListUserProfiles -> () #

Hashable ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

ToJSON ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

AWSPager ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

AWSRequest ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

Associated Types

type AWSResponse ListUserProfiles #

ToHeaders ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

ToPath ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

ToQuery ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

type Rep ListUserProfiles Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

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

Defined in Amazonka.CodeStar.ListUserProfiles

newListUserProfiles :: ListUserProfiles Source #

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

$sel:maxResults:ListUserProfiles', listUserProfiles_maxResults - The maximum number of results to return in a response.

Request Lenses

listUserProfiles_nextToken :: Lens' ListUserProfiles (Maybe Text) Source #

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

listUserProfiles_maxResults :: Lens' ListUserProfiles (Maybe Natural) Source #

The maximum number of results to return in a response.

Destructuring the Response

data ListUserProfilesResponse Source #

See: newListUserProfilesResponse smart constructor.

Constructors

ListUserProfilesResponse' 

Fields

Instances

Instances details
Eq ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

Show ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

Generic ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

Associated Types

type Rep ListUserProfilesResponse :: Type -> Type #

NFData ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

type Rep ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.CodeStar.ListUserProfiles

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

newListUserProfilesResponse Source #

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

$sel:httpStatus:ListUserProfilesResponse', listUserProfilesResponse_httpStatus - The response's http status code.

$sel:userProfiles:ListUserProfilesResponse', listUserProfilesResponse_userProfiles - All the user profiles configured in AWS CodeStar for an AWS account.

Response Lenses

listUserProfilesResponse_nextToken :: Lens' ListUserProfilesResponse (Maybe Text) Source #

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

listUserProfilesResponse_userProfiles :: Lens' ListUserProfilesResponse [UserProfileSummary] Source #

All the user profiles configured in AWS CodeStar for an AWS account.