| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs
Description
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.
This operation returns paginated results.
Synopsis
- data ListNotebookInstanceLifecycleConfigs = ListNotebookInstanceLifecycleConfigs' {
- creationTimeAfter :: Maybe POSIX
 - creationTimeBefore :: Maybe POSIX
 - lastModifiedTimeAfter :: Maybe POSIX
 - lastModifiedTimeBefore :: Maybe POSIX
 - maxResults :: Maybe Natural
 - nameContains :: Maybe Text
 - nextToken :: Maybe Text
 - sortBy :: Maybe NotebookInstanceLifecycleConfigSortKey
 - sortOrder :: Maybe NotebookInstanceLifecycleConfigSortOrder
 
 - newListNotebookInstanceLifecycleConfigs :: ListNotebookInstanceLifecycleConfigs
 - listNotebookInstanceLifecycleConfigs_creationTimeAfter :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime)
 - listNotebookInstanceLifecycleConfigs_creationTimeBefore :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime)
 - listNotebookInstanceLifecycleConfigs_lastModifiedTimeAfter :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime)
 - listNotebookInstanceLifecycleConfigs_lastModifiedTimeBefore :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime)
 - listNotebookInstanceLifecycleConfigs_maxResults :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe Natural)
 - listNotebookInstanceLifecycleConfigs_nameContains :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe Text)
 - listNotebookInstanceLifecycleConfigs_nextToken :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe Text)
 - listNotebookInstanceLifecycleConfigs_sortBy :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe NotebookInstanceLifecycleConfigSortKey)
 - listNotebookInstanceLifecycleConfigs_sortOrder :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe NotebookInstanceLifecycleConfigSortOrder)
 - data ListNotebookInstanceLifecycleConfigsResponse = ListNotebookInstanceLifecycleConfigsResponse' {}
 - newListNotebookInstanceLifecycleConfigsResponse :: Int -> ListNotebookInstanceLifecycleConfigsResponse
 - listNotebookInstanceLifecycleConfigsResponse_nextToken :: Lens' ListNotebookInstanceLifecycleConfigsResponse (Maybe Text)
 - listNotebookInstanceLifecycleConfigsResponse_notebookInstanceLifecycleConfigs :: Lens' ListNotebookInstanceLifecycleConfigsResponse (Maybe [NotebookInstanceLifecycleConfigSummary])
 - listNotebookInstanceLifecycleConfigsResponse_httpStatus :: Lens' ListNotebookInstanceLifecycleConfigsResponse Int
 
Creating a Request
data ListNotebookInstanceLifecycleConfigs Source #
See: newListNotebookInstanceLifecycleConfigs smart constructor.
Constructors
| ListNotebookInstanceLifecycleConfigs' | |
Fields 
  | |
Instances
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:creationTimeAfter:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_creationTimeAfter - A filter that returns only lifecycle configurations that were created
 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:lastModifiedTimeAfter:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_lastModifiedTimeAfter - A filter that returns only lifecycle configurations that were modified
 after the specified time (timestamp).
$sel:lastModifiedTimeBefore:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_lastModifiedTimeBefore - A filter that returns only lifecycle configurations that were modified
 before the specified time (timestamp).
$sel:maxResults:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_maxResults - The maximum number of lifecycle configurations to return in the
 response.
$sel:nameContains:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_nameContains - A string in the lifecycle configuration name. This filter returns only
 lifecycle configurations whose name contains the specified string.
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:sortBy:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_sortBy - Sorts the list of results. The default is CreationTime.
$sel:sortOrder:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_sortOrder - The sort order for results.
Request Lenses
listNotebookInstanceLifecycleConfigs_creationTimeAfter :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime) Source #
A filter that returns only lifecycle configurations that were created 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_lastModifiedTimeAfter :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime) Source #
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
listNotebookInstanceLifecycleConfigs_lastModifiedTimeBefore :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime) Source #
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
listNotebookInstanceLifecycleConfigs_maxResults :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe Natural) Source #
The maximum number of lifecycle configurations to return in the response.
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_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_sortBy :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe NotebookInstanceLifecycleConfigSortKey) Source #
Sorts the list of results. The default is CreationTime.
listNotebookInstanceLifecycleConfigs_sortOrder :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe NotebookInstanceLifecycleConfigSortOrder) Source #
The sort order for results.
Destructuring the Response
data ListNotebookInstanceLifecycleConfigsResponse Source #
See: newListNotebookInstanceLifecycleConfigsResponse smart constructor.
Constructors
| ListNotebookInstanceLifecycleConfigsResponse' | |
Fields 
  | |
Instances
newListNotebookInstanceLifecycleConfigsResponse Source #
Arguments
| :: Int | 
  | 
| -> ListNotebookInstanceLifecycleConfigsResponse | 
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:
ListNotebookInstanceLifecycleConfigs, listNotebookInstanceLifecycleConfigsResponse_nextToken - If the response is truncated, 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, SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.
listNotebookInstanceLifecycleConfigsResponse_notebookInstanceLifecycleConfigs :: Lens' ListNotebookInstanceLifecycleConfigsResponse (Maybe [NotebookInstanceLifecycleConfigSummary]) Source #
An array of NotebookInstanceLifecycleConfiguration objects, each
 listing a lifecycle configuration.
listNotebookInstanceLifecycleConfigsResponse_httpStatus :: Lens' ListNotebookInstanceLifecycleConfigsResponse Int Source #
The response's http status code.