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

Description

Lists apps.

This operation returns paginated results.

Synopsis

Creating a Request

data ListApps Source #

See: newListApps smart constructor.

Constructors

ListApps' 

Fields

Instances

Instances details
Eq ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Read ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Show ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Generic ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Associated Types

type Rep ListApps :: Type -> Type #

Methods

from :: ListApps -> Rep ListApps x #

to :: Rep ListApps x -> ListApps #

NFData ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Methods

rnf :: ListApps -> () #

Hashable ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Methods

hashWithSalt :: Int -> ListApps -> Int #

hash :: ListApps -> Int #

ToJSON ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

AWSPager ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

AWSRequest ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Associated Types

type AWSResponse ListApps #

ToHeaders ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Methods

toHeaders :: ListApps -> [Header] #

ToPath ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

ToQuery ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

type Rep ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

type Rep ListApps = D1 ('MetaData "ListApps" "Amazonka.SageMaker.ListApps" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListApps'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainIdEquals") '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 "userProfileNameEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppSortKey))))))
type AWSResponse ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

newListApps :: ListApps Source #

Create a value of ListApps 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:ListApps', listApps_domainIdEquals - A parameter to search for the domain ID.

$sel:nextToken:ListApps', listApps_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:ListApps', listApps_sortOrder - The sort order for the results. The default is Ascending.

$sel:userProfileNameEquals:ListApps', listApps_userProfileNameEquals - A parameter to search by user profile name.

$sel:maxResults:ListApps', listApps_maxResults - Returns a list up to a specified limit.

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

Request Lenses

listApps_domainIdEquals :: Lens' ListApps (Maybe Text) Source #

A parameter to search for the domain ID.

listApps_nextToken :: Lens' ListApps (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.

listApps_sortOrder :: Lens' ListApps (Maybe SortOrder) Source #

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

listApps_userProfileNameEquals :: Lens' ListApps (Maybe Text) Source #

A parameter to search by user profile name.

listApps_maxResults :: Lens' ListApps (Maybe Natural) Source #

Returns a list up to a specified limit.

listApps_sortBy :: Lens' ListApps (Maybe AppSortKey) Source #

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

Destructuring the Response

data ListAppsResponse Source #

See: newListAppsResponse smart constructor.

Constructors

ListAppsResponse' 

Fields

Instances

Instances details
Eq ListAppsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Read ListAppsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Show ListAppsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Generic ListAppsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Associated Types

type Rep ListAppsResponse :: Type -> Type #

NFData ListAppsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Methods

rnf :: ListAppsResponse -> () #

type Rep ListAppsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

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

newListAppsResponse Source #

Create a value of ListAppsResponse 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:apps:ListAppsResponse', listAppsResponse_apps - The list of apps.

$sel:nextToken:ListApps', listAppsResponse_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:ListAppsResponse', listAppsResponse_httpStatus - The response's http status code.

Response Lenses

listAppsResponse_nextToken :: Lens' ListAppsResponse (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.

listAppsResponse_httpStatus :: Lens' ListAppsResponse Int Source #

The response's http status code.