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

Description

Lists endpoints.

This operation returns paginated results.

Synopsis

Creating a Request

data ListEndpoints Source #

See: newListEndpoints smart constructor.

Constructors

ListEndpoints' 

Fields

Instances

Instances details
Eq ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Read ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Show ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Generic ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Associated Types

type Rep ListEndpoints :: Type -> Type #

NFData ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Methods

rnf :: ListEndpoints -> () #

Hashable ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

ToJSON ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

AWSPager ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

AWSRequest ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Associated Types

type AWSResponse ListEndpoints #

ToHeaders ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

ToPath ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

ToQuery ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

type Rep ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

type AWSResponse ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

newListEndpoints :: ListEndpoints Source #

Create a value of ListEndpoints 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:nameContains:ListEndpoints', listEndpoints_nameContains - A string in endpoint names. This filter returns only endpoints whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListEndpoints', listEndpoints_lastModifiedTimeBefore - A filter that returns only endpoints that were modified before the specified timestamp.

$sel:creationTimeAfter:ListEndpoints', listEndpoints_creationTimeAfter - A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).

$sel:nextToken:ListEndpoints', listEndpoints_nextToken - If the result of a ListEndpoints request was truncated, the response includes a NextToken. To retrieve the next set of endpoints, use the token in the next request.

$sel:sortOrder:ListEndpoints', listEndpoints_sortOrder - The sort order for results. The default is Descending.

$sel:lastModifiedTimeAfter:ListEndpoints', listEndpoints_lastModifiedTimeAfter - A filter that returns only endpoints that were modified after the specified timestamp.

$sel:creationTimeBefore:ListEndpoints', listEndpoints_creationTimeBefore - A filter that returns only endpoints that were created before the specified time (timestamp).

$sel:statusEquals:ListEndpoints', listEndpoints_statusEquals - A filter that returns only endpoints with the specified status.

$sel:maxResults:ListEndpoints', listEndpoints_maxResults - The maximum number of endpoints to return in the response. This value defaults to 10.

$sel:sortBy:ListEndpoints', listEndpoints_sortBy - Sorts the list of results. The default is CreationTime.

Request Lenses

listEndpoints_nameContains :: Lens' ListEndpoints (Maybe Text) Source #

A string in endpoint names. This filter returns only endpoints whose name contains the specified string.

listEndpoints_lastModifiedTimeBefore :: Lens' ListEndpoints (Maybe UTCTime) Source #

A filter that returns only endpoints that were modified before the specified timestamp.

listEndpoints_creationTimeAfter :: Lens' ListEndpoints (Maybe UTCTime) Source #

A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).

listEndpoints_nextToken :: Lens' ListEndpoints (Maybe Text) Source #

If the result of a ListEndpoints request was truncated, the response includes a NextToken. To retrieve the next set of endpoints, use the token in the next request.

listEndpoints_sortOrder :: Lens' ListEndpoints (Maybe OrderKey) Source #

The sort order for results. The default is Descending.

listEndpoints_lastModifiedTimeAfter :: Lens' ListEndpoints (Maybe UTCTime) Source #

A filter that returns only endpoints that were modified after the specified timestamp.

listEndpoints_creationTimeBefore :: Lens' ListEndpoints (Maybe UTCTime) Source #

A filter that returns only endpoints that were created before the specified time (timestamp).

listEndpoints_statusEquals :: Lens' ListEndpoints (Maybe EndpointStatus) Source #

A filter that returns only endpoints with the specified status.

listEndpoints_maxResults :: Lens' ListEndpoints (Maybe Natural) Source #

The maximum number of endpoints to return in the response. This value defaults to 10.

listEndpoints_sortBy :: Lens' ListEndpoints (Maybe EndpointSortKey) Source #

Sorts the list of results. The default is CreationTime.

Destructuring the Response

data ListEndpointsResponse Source #

See: newListEndpointsResponse smart constructor.

Constructors

ListEndpointsResponse' 

Fields

Instances

Instances details
Eq ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Read ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Show ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Generic ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Associated Types

type Rep ListEndpointsResponse :: Type -> Type #

NFData ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Methods

rnf :: ListEndpointsResponse -> () #

type Rep ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

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

newListEndpointsResponse Source #

Create a value of ListEndpointsResponse 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:ListEndpoints', listEndpointsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.

$sel:httpStatus:ListEndpointsResponse', listEndpointsResponse_httpStatus - The response's http status code.

$sel:endpoints:ListEndpointsResponse', listEndpointsResponse_endpoints - An array or endpoint objects.

Response Lenses

listEndpointsResponse_nextToken :: Lens' ListEndpointsResponse (Maybe Text) Source #

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.