amazonka-sagemaker-1.6.0: 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.ListNotebookInstanceLifecycleConfigs

Contents

Description

Lists notebook instance lifestyle configurations created with the API.

Synopsis

Creating a Request

listNotebookInstanceLifecycleConfigs :: ListNotebookInstanceLifecycleConfigs Source #

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

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

  • lnilcNameContains - A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.
  • lnilcLastModifiedTimeBefore - A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
  • lnilcCreationTimeAfter - A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
  • lnilcNextToken - If the result of a ListNotebookInstanceLifecycleConfigs request was truncated, the response includes a NextToken . To get the next set of lifecycle configurations, use the token in the next request.
  • lnilcSortOrder - The sort order for results.
  • lnilcLastModifiedTimeAfter - A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
  • lnilcCreationTimeBefore - A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
  • lnilcMaxResults - The maximum number of lifecycle configurations to return in the response.
  • lnilcSortBy - Sorts the list of results. The default is CreationTime .

data ListNotebookInstanceLifecycleConfigs Source #

See: listNotebookInstanceLifecycleConfigs smart constructor.

Instances

Eq ListNotebookInstanceLifecycleConfigs Source # 
Data ListNotebookInstanceLifecycleConfigs Source # 

Methods

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

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

toConstr :: ListNotebookInstanceLifecycleConfigs -> Constr #

dataTypeOf :: ListNotebookInstanceLifecycleConfigs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListNotebookInstanceLifecycleConfigs Source # 
Show ListNotebookInstanceLifecycleConfigs Source # 
Generic ListNotebookInstanceLifecycleConfigs Source # 
Hashable ListNotebookInstanceLifecycleConfigs Source # 
ToJSON ListNotebookInstanceLifecycleConfigs Source # 
NFData ListNotebookInstanceLifecycleConfigs Source # 
AWSRequest ListNotebookInstanceLifecycleConfigs Source # 
ToHeaders ListNotebookInstanceLifecycleConfigs Source # 
ToPath ListNotebookInstanceLifecycleConfigs Source # 
ToQuery ListNotebookInstanceLifecycleConfigs Source # 
type Rep ListNotebookInstanceLifecycleConfigs Source # 
type Rep ListNotebookInstanceLifecycleConfigs = D1 * (MetaData "ListNotebookInstanceLifecycleConfigs" "Network.AWS.SageMaker.ListNotebookInstanceLifecycleConfigs" "amazonka-sagemaker-1.6.0-9oNc2IB3ZCo9VZHXZi5zcA" False) (C1 * (MetaCons "ListNotebookInstanceLifecycleConfigs'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_lnilcNameContains") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lnilcLastModifiedTimeBefore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe POSIX)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lnilcCreationTimeAfter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe POSIX))) (S1 * (MetaSel (Just Symbol "_lnilcNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_lnilcSortOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe NotebookInstanceLifecycleConfigSortOrder))) (S1 * (MetaSel (Just Symbol "_lnilcLastModifiedTimeAfter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe POSIX)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lnilcCreationTimeBefore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe POSIX))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lnilcMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_lnilcSortBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe NotebookInstanceLifecycleConfigSortKey))))))))
type Rs ListNotebookInstanceLifecycleConfigs Source # 

Request Lenses

lnilcNameContains :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe Text) Source #

A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.

lnilcLastModifiedTimeBefore :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime) Source #

A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).

lnilcCreationTimeAfter :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime) Source #

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

lnilcNextToken :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe Text) Source #

If the result of a ListNotebookInstanceLifecycleConfigs request was truncated, the response includes a NextToken . To get the next set of lifecycle configurations, use the token in the next request.

lnilcLastModifiedTimeAfter :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime) Source #

A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).

lnilcCreationTimeBefore :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime) Source #

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

lnilcMaxResults :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe Natural) Source #

The maximum number of lifecycle configurations to return in the response.

Destructuring the Response

listNotebookInstanceLifecycleConfigsResponse Source #

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

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

data ListNotebookInstanceLifecycleConfigsResponse Source #

Instances

Eq ListNotebookInstanceLifecycleConfigsResponse Source # 
Data ListNotebookInstanceLifecycleConfigsResponse Source # 

Methods

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

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

toConstr :: ListNotebookInstanceLifecycleConfigsResponse -> Constr #

dataTypeOf :: ListNotebookInstanceLifecycleConfigsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListNotebookInstanceLifecycleConfigsResponse Source # 
Show ListNotebookInstanceLifecycleConfigsResponse Source # 
Generic ListNotebookInstanceLifecycleConfigsResponse Source # 
NFData ListNotebookInstanceLifecycleConfigsResponse Source # 
type Rep ListNotebookInstanceLifecycleConfigsResponse Source # 
type Rep ListNotebookInstanceLifecycleConfigsResponse = D1 * (MetaData "ListNotebookInstanceLifecycleConfigsResponse" "Network.AWS.SageMaker.ListNotebookInstanceLifecycleConfigs" "amazonka-sagemaker-1.6.0-9oNc2IB3ZCo9VZHXZi5zcA" False) (C1 * (MetaCons "ListNotebookInstanceLifecycleConfigsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lnilcrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lnilcrsNotebookInstanceLifecycleConfigs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [NotebookInstanceLifecycleConfigSummary]))) (S1 * (MetaSel (Just Symbol "_lnilcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lnilcrsNextToken :: Lens' ListNotebookInstanceLifecycleConfigsResponse (Maybe Text) Source #

If the response is truncated, Amazon SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.

lnilcrsNotebookInstanceLifecycleConfigs :: Lens' ListNotebookInstanceLifecycleConfigsResponse [NotebookInstanceLifecycleConfigSummary] Source #

An array of NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration.