amazonka-sagemaker-1.6.1: Amazon SageMaker Service SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SageMaker.ListEndpoints

Contents

Description

Lists endpoints.

This operation returns paginated results.

Synopsis

Creating a Request

listEndpoints :: ListEndpoints Source #

Creates a value of ListEndpoints with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • leNameContains - A string in endpoint names. This filter returns only endpoints whose name contains the specified string.
  • leLastModifiedTimeBefore - A filter that returns only endpoints that were modified before the specified timestamp.
  • leCreationTimeAfter - A filter that returns only endpoints that were created after the specified time (timestamp).
  • leNextToken - 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.
  • leSortOrder - The sort order for results. The default is Ascending .
  • leLastModifiedTimeAfter - A filter that returns only endpoints that were modified after the specified timestamp.
  • leCreationTimeBefore - A filter that returns only endpoints that were created before the specified time (timestamp).
  • leStatusEquals - A filter that returns only endpoints with the specified status.
  • leMaxResults - The maximum number of endpoints to return in the response.
  • leSortBy - Sorts the list of results. The default is CreationTime .

data ListEndpoints Source #

See: listEndpoints smart constructor.

Instances
Eq ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Data ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListEndpoints -> c ListEndpoints #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListEndpoints #

toConstr :: ListEndpoints -> Constr #

dataTypeOf :: ListEndpoints -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListEndpoints) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListEndpoints) #

gmapT :: (forall b. Data b => b -> b) -> ListEndpoints -> ListEndpoints #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListEndpoints -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListEndpoints -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListEndpoints -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListEndpoints -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListEndpoints -> m ListEndpoints #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListEndpoints -> m ListEndpoints #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListEndpoints -> m ListEndpoints #

Read ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Show ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Generic ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Associated Types

type Rep ListEndpoints :: Type -> Type #

Hashable ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

ToJSON ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

AWSPager ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

AWSRequest ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Associated Types

type Rs ListEndpoints :: Type #

ToHeaders ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

ToPath ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

ToQuery ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

NFData ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Methods

rnf :: ListEndpoints -> () #

type Rep ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

type Rs ListEndpoints Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Request Lenses

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

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

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

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

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

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

leNextToken :: 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.

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

The sort order for results. The default is Ascending .

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

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

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

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

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

A filter that returns only endpoints with the specified status.

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

The maximum number of endpoints to return in the response.

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

Sorts the list of results. The default is CreationTime .

Destructuring the Response

listEndpointsResponse Source #

Creates a value of ListEndpointsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • lersNextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.
  • lersResponseStatus - -- | The response status code.
  • lersEndpoints - An array or endpoint objects.

data ListEndpointsResponse Source #

See: listEndpointsResponse smart constructor.

Instances
Eq ListEndpointsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Data ListEndpointsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListEndpointsResponse -> c ListEndpointsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListEndpointsResponse #

toConstr :: ListEndpointsResponse -> Constr #

dataTypeOf :: ListEndpointsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListEndpointsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListEndpointsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListEndpointsResponse -> ListEndpointsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListEndpointsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListEndpointsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListEndpointsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListEndpointsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListEndpointsResponse -> m ListEndpointsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListEndpointsResponse -> m ListEndpointsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListEndpointsResponse -> m ListEndpointsResponse #

Read ListEndpointsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Show ListEndpointsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Generic ListEndpointsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Associated Types

type Rep ListEndpointsResponse :: Type -> Type #

NFData ListEndpointsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

Methods

rnf :: ListEndpointsResponse -> () #

type Rep ListEndpointsResponse Source # 
Instance details

Defined in Network.AWS.SageMaker.ListEndpoints

type Rep ListEndpointsResponse = D1 (MetaData "ListEndpointsResponse" "Network.AWS.SageMaker.ListEndpoints" "amazonka-sagemaker-1.6.1-KSR3FgWuE9u23bvJsHopKu" False) (C1 (MetaCons "ListEndpointsResponse'" PrefixI True) (S1 (MetaSel (Just "_lersNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_lersEndpoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [EndpointSummary]))))

Response Lenses

lersNextToken :: 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.

lersResponseStatus :: Lens' ListEndpointsResponse Int Source #

  • - | The response status code.