amazonka-finspace-data-2.0: Amazon FinSpace Public API SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FinSpaceData.ListUsers

Description

Lists all available user accounts in FinSpace.

This operation returns paginated results.

Synopsis

Creating a Request

data ListUsers Source #

See: newListUsers smart constructor.

Constructors

ListUsers' 

Fields

Instances

Instances details
ToHeaders ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

Methods

toHeaders :: ListUsers -> [Header] #

ToPath ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

ToQuery ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

AWSPager ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

AWSRequest ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

Associated Types

type AWSResponse ListUsers #

Generic ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

Associated Types

type Rep ListUsers :: Type -> Type #

Read ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

Show ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

NFData ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

Methods

rnf :: ListUsers -> () #

Eq ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

Hashable ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

type AWSResponse ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

type Rep ListUsers Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

type Rep ListUsers = D1 ('MetaData "ListUsers" "Amazonka.FinSpaceData.ListUsers" "amazonka-finspace-data-2.0-Io6eLKJnFUxHbvASHvgCzj" 'False) (C1 ('MetaCons "ListUsers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newListUsers Source #

Create a value of ListUsers 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:

ListUsers, listUsers_nextToken - A token that indicates where a results page should begin.

$sel:maxResults:ListUsers', listUsers_maxResults - The maximum number of results per page.

Request Lenses

listUsers_nextToken :: Lens' ListUsers (Maybe Text) Source #

A token that indicates where a results page should begin.

listUsers_maxResults :: Lens' ListUsers Natural Source #

The maximum number of results per page.

Destructuring the Response

data ListUsersResponse Source #

See: newListUsersResponse smart constructor.

Constructors

ListUsersResponse' 

Fields

Instances

Instances details
Generic ListUsersResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

Associated Types

type Rep ListUsersResponse :: Type -> Type #

Show ListUsersResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

NFData ListUsersResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

Methods

rnf :: ListUsersResponse -> () #

Eq ListUsersResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

type Rep ListUsersResponse Source # 
Instance details

Defined in Amazonka.FinSpaceData.ListUsers

type Rep ListUsersResponse = D1 ('MetaData "ListUsersResponse" "Amazonka.FinSpaceData.ListUsers" "amazonka-finspace-data-2.0-Io6eLKJnFUxHbvASHvgCzj" 'False) (C1 ('MetaCons "ListUsersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "users") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [User])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListUsersResponse Source #

Create a value of ListUsersResponse 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:

ListUsers, listUsersResponse_nextToken - A token that indicates where a results page should begin.

$sel:users:ListUsersResponse', listUsersResponse_users - A list of all the user accounts.

$sel:httpStatus:ListUsersResponse', listUsersResponse_httpStatus - The response's http status code.

Response Lenses

listUsersResponse_nextToken :: Lens' ListUsersResponse (Maybe Text) Source #

A token that indicates where a results page should begin.

listUsersResponse_users :: Lens' ListUsersResponse (Maybe [User]) Source #

A list of all the user accounts.

listUsersResponse_httpStatus :: Lens' ListUsersResponse Int Source #

The response's http status code.