libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.ListUserProfiles

Description

Lists user profiles.

This operation returns paginated results.

Synopsis

Creating a Request

data ListUserProfiles Source #

See: newListUserProfiles smart constructor.

Constructors

ListUserProfiles' 

Fields

Instances

Instances details
Eq ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Read ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Show ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Generic ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Associated Types

type Rep ListUserProfiles :: Type -> Type #

NFData ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Methods

rnf :: ListUserProfiles -> () #

Hashable ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

ToJSON ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

AWSPager ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

AWSRequest ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Associated Types

type AWSResponse ListUserProfiles #

ToHeaders ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

ToPath ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

ToQuery ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

type Rep ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

type Rep ListUserProfiles = D1 ('MetaData "ListUserProfiles" "Amazonka.SageMaker.ListUserProfiles" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListUserProfiles'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainIdEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "userProfileNameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserProfileSortKey))))))
type AWSResponse ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.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:domainIdEquals:ListUserProfiles', listUserProfiles_domainIdEquals - A parameter by which to filter the results.

$sel:userProfileNameContains:ListUserProfiles', listUserProfiles_userProfileNameContains - A parameter by which to filter the results.

$sel:nextToken:ListUserProfiles', listUserProfiles_nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

$sel:sortOrder:ListUserProfiles', listUserProfiles_sortOrder - The sort order for the results. The default is Ascending.

$sel:maxResults:ListUserProfiles', listUserProfiles_maxResults - Returns a list up to a specified limit.

$sel:sortBy:ListUserProfiles', listUserProfiles_sortBy - The parameter by which to sort the results. The default is CreationTime.

Request Lenses

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

A parameter by which to filter the results.

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

A parameter by which to filter the results.

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

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

listUserProfiles_sortOrder :: Lens' ListUserProfiles (Maybe SortOrder) Source #

The sort order for the results. The default is Ascending.

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

Returns a list up to a specified limit.

listUserProfiles_sortBy :: Lens' ListUserProfiles (Maybe UserProfileSortKey) Source #

The parameter by which to sort the results. The default is CreationTime.

Destructuring the Response

data ListUserProfilesResponse Source #

See: newListUserProfilesResponse smart constructor.

Constructors

ListUserProfilesResponse' 

Fields

Instances

Instances details
Eq ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Read ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Show ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Generic ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Associated Types

type Rep ListUserProfilesResponse :: Type -> Type #

NFData ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

type Rep ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

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

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:userProfiles:ListUserProfilesResponse', listUserProfilesResponse_userProfiles - The list of user profiles.

$sel:nextToken:ListUserProfiles', listUserProfilesResponse_nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

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

Response Lenses

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

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.