Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.
This operation returns paginated results.
Synopsis
- data ListNotebookInstanceLifecycleConfigs = ListNotebookInstanceLifecycleConfigs' {
- nameContains :: Maybe Text
- lastModifiedTimeBefore :: Maybe POSIX
- creationTimeAfter :: Maybe POSIX
- nextToken :: Maybe Text
- sortOrder :: Maybe NotebookInstanceLifecycleConfigSortOrder
- lastModifiedTimeAfter :: Maybe POSIX
- creationTimeBefore :: Maybe POSIX
- maxResults :: Maybe Natural
- sortBy :: Maybe NotebookInstanceLifecycleConfigSortKey
- newListNotebookInstanceLifecycleConfigs :: ListNotebookInstanceLifecycleConfigs
- listNotebookInstanceLifecycleConfigs_nameContains :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe Text)
- listNotebookInstanceLifecycleConfigs_lastModifiedTimeBefore :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime)
- listNotebookInstanceLifecycleConfigs_creationTimeAfter :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime)
- listNotebookInstanceLifecycleConfigs_nextToken :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe Text)
- listNotebookInstanceLifecycleConfigs_sortOrder :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe NotebookInstanceLifecycleConfigSortOrder)
- listNotebookInstanceLifecycleConfigs_lastModifiedTimeAfter :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime)
- listNotebookInstanceLifecycleConfigs_creationTimeBefore :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe UTCTime)
- listNotebookInstanceLifecycleConfigs_maxResults :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe Natural)
- listNotebookInstanceLifecycleConfigs_sortBy :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe NotebookInstanceLifecycleConfigSortKey)
- 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.
ListNotebookInstanceLifecycleConfigs' | |
|
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: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_sortOrder :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe NotebookInstanceLifecycleConfigSortOrder) Source #
The sort order for results.
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.
listNotebookInstanceLifecycleConfigs_sortBy :: Lens' ListNotebookInstanceLifecycleConfigs (Maybe NotebookInstanceLifecycleConfigSortKey) Source #
Sorts the list of results. The default is CreationTime
.
Destructuring the Response
data ListNotebookInstanceLifecycleConfigsResponse Source #
See: newListNotebookInstanceLifecycleConfigsResponse
smart constructor.
ListNotebookInstanceLifecycleConfigsResponse' | |
|
Instances
newListNotebookInstanceLifecycleConfigsResponse Source #
:: 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:
$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.
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.