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

Description

Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.

This operation returns paginated results.

Synopsis

Creating a Request

data ListNotebookInstanceLifecycleConfigs Source #

Constructors

ListNotebookInstanceLifecycleConfigs' 

Fields

Instances

Instances details
Eq ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Read ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Show ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Generic ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

NFData ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Hashable ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

ToJSON ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

AWSPager ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

AWSRequest ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

ToHeaders ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

ToPath ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

ToQuery ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

type Rep ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

type Rep ListNotebookInstanceLifecycleConfigs = D1 ('MetaData "ListNotebookInstanceLifecycleConfigs" "Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListNotebookInstanceLifecycleConfigs'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookInstanceLifecycleConfigSortOrder)) :*: S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookInstanceLifecycleConfigSortKey)))))))
type AWSResponse ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

newListNotebookInstanceLifecycleConfigs :: ListNotebookInstanceLifecycleConfigs Source #

Create a value of ListNotebookInstanceLifecycleConfigs 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:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_nameContains - A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_lastModifiedTimeBefore - A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).

$sel:creationTimeAfter:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_creationTimeAfter - A filter that returns only lifecycle configurations that were created after the specified time (timestamp).

$sel:nextToken:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_nextToken - 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.

$sel:sortOrder:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_sortOrder - The sort order for results.

$sel:lastModifiedTimeAfter:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_lastModifiedTimeAfter - A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).

$sel:creationTimeBefore:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_creationTimeBefore - A filter that returns only lifecycle configurations that were created before the specified time (timestamp).

$sel:maxResults:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_maxResults - The maximum number of lifecycle configurations to return in the response.

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

Request Lenses

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

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

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

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

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

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

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

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

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

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

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

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

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

Destructuring the Response

data ListNotebookInstanceLifecycleConfigsResponse Source #

Constructors

ListNotebookInstanceLifecycleConfigsResponse' 

Fields

Instances

Instances details
Eq ListNotebookInstanceLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Read ListNotebookInstanceLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Show ListNotebookInstanceLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Generic ListNotebookInstanceLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

NFData ListNotebookInstanceLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

type Rep ListNotebookInstanceLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

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

newListNotebookInstanceLifecycleConfigsResponse Source #

Create a value of ListNotebookInstanceLifecycleConfigsResponse 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:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.

$sel:notebookInstanceLifecycleConfigs:ListNotebookInstanceLifecycleConfigsResponse', listNotebookInstanceLifecycleConfigsResponse_notebookInstanceLifecycleConfigs - An array of NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration.

$sel:httpStatus:ListNotebookInstanceLifecycleConfigsResponse', listNotebookInstanceLifecycleConfigsResponse_httpStatus - The response's http status code.

Response Lenses

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