| 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.ListStudioLifecycleConfigs
Description
Lists the Studio Lifecycle Configurations in your Amazon Web Services Account.
This operation returns paginated results.
Synopsis
- data ListStudioLifecycleConfigs = ListStudioLifecycleConfigs' {
- appTypeEquals :: Maybe StudioLifecycleConfigAppType
- creationTimeAfter :: Maybe POSIX
- creationTimeBefore :: Maybe POSIX
- maxResults :: Maybe Natural
- modifiedTimeAfter :: Maybe POSIX
- modifiedTimeBefore :: Maybe POSIX
- nameContains :: Maybe Text
- nextToken :: Maybe Text
- sortBy :: Maybe StudioLifecycleConfigSortKey
- sortOrder :: Maybe SortOrder
- newListStudioLifecycleConfigs :: ListStudioLifecycleConfigs
- listStudioLifecycleConfigs_appTypeEquals :: Lens' ListStudioLifecycleConfigs (Maybe StudioLifecycleConfigAppType)
- listStudioLifecycleConfigs_creationTimeAfter :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime)
- listStudioLifecycleConfigs_creationTimeBefore :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime)
- listStudioLifecycleConfigs_maxResults :: Lens' ListStudioLifecycleConfigs (Maybe Natural)
- listStudioLifecycleConfigs_modifiedTimeAfter :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime)
- listStudioLifecycleConfigs_modifiedTimeBefore :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime)
- listStudioLifecycleConfigs_nameContains :: Lens' ListStudioLifecycleConfigs (Maybe Text)
- listStudioLifecycleConfigs_nextToken :: Lens' ListStudioLifecycleConfigs (Maybe Text)
- listStudioLifecycleConfigs_sortBy :: Lens' ListStudioLifecycleConfigs (Maybe StudioLifecycleConfigSortKey)
- listStudioLifecycleConfigs_sortOrder :: Lens' ListStudioLifecycleConfigs (Maybe SortOrder)
- data ListStudioLifecycleConfigsResponse = ListStudioLifecycleConfigsResponse' {}
- newListStudioLifecycleConfigsResponse :: Int -> ListStudioLifecycleConfigsResponse
- listStudioLifecycleConfigsResponse_nextToken :: Lens' ListStudioLifecycleConfigsResponse (Maybe Text)
- listStudioLifecycleConfigsResponse_studioLifecycleConfigs :: Lens' ListStudioLifecycleConfigsResponse (Maybe [StudioLifecycleConfigDetails])
- listStudioLifecycleConfigsResponse_httpStatus :: Lens' ListStudioLifecycleConfigsResponse Int
Creating a Request
data ListStudioLifecycleConfigs Source #
See: newListStudioLifecycleConfigs smart constructor.
Constructors
| ListStudioLifecycleConfigs' | |
Fields
| |
Instances
newListStudioLifecycleConfigs :: ListStudioLifecycleConfigs Source #
Create a value of ListStudioLifecycleConfigs 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:appTypeEquals:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_appTypeEquals - A parameter to search for the App Type to which the Lifecycle
Configuration is attached.
$sel:creationTimeAfter:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_creationTimeAfter - A filter that returns only Lifecycle Configurations created on or after
the specified time.
$sel:creationTimeBefore:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_creationTimeBefore - A filter that returns only Lifecycle Configurations created on or before
the specified time.
$sel:maxResults:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_maxResults - The maximum number of Studio Lifecycle Configurations to return in the
response. The default value is 10.
$sel:modifiedTimeAfter:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_modifiedTimeAfter - A filter that returns only Lifecycle Configurations modified after the
specified time.
$sel:modifiedTimeBefore:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_modifiedTimeBefore - A filter that returns only Lifecycle Configurations modified before the
specified time.
$sel:nameContains:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_nameContains - A string in the Lifecycle Configuration name. This filter returns only
Lifecycle Configurations whose name contains the specified string.
ListStudioLifecycleConfigs, listStudioLifecycleConfigs_nextToken - If the previous call to ListStudioLifecycleConfigs didn't return the
full set of Lifecycle Configurations, the call returns a token for
getting the next set of Lifecycle Configurations.
$sel:sortBy:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_sortBy - The property used to sort results. The default value is CreationTime.
$sel:sortOrder:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_sortOrder - The sort order. The default value is Descending.
Request Lenses
listStudioLifecycleConfigs_appTypeEquals :: Lens' ListStudioLifecycleConfigs (Maybe StudioLifecycleConfigAppType) Source #
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
listStudioLifecycleConfigs_creationTimeAfter :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime) Source #
A filter that returns only Lifecycle Configurations created on or after the specified time.
listStudioLifecycleConfigs_creationTimeBefore :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime) Source #
A filter that returns only Lifecycle Configurations created on or before the specified time.
listStudioLifecycleConfigs_maxResults :: Lens' ListStudioLifecycleConfigs (Maybe Natural) Source #
The maximum number of Studio Lifecycle Configurations to return in the response. The default value is 10.
listStudioLifecycleConfigs_modifiedTimeAfter :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime) Source #
A filter that returns only Lifecycle Configurations modified after the specified time.
listStudioLifecycleConfigs_modifiedTimeBefore :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime) Source #
A filter that returns only Lifecycle Configurations modified before the specified time.
listStudioLifecycleConfigs_nameContains :: Lens' ListStudioLifecycleConfigs (Maybe Text) Source #
A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.
listStudioLifecycleConfigs_nextToken :: Lens' ListStudioLifecycleConfigs (Maybe Text) Source #
If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.
listStudioLifecycleConfigs_sortBy :: Lens' ListStudioLifecycleConfigs (Maybe StudioLifecycleConfigSortKey) Source #
The property used to sort results. The default value is CreationTime.
listStudioLifecycleConfigs_sortOrder :: Lens' ListStudioLifecycleConfigs (Maybe SortOrder) Source #
The sort order. The default value is Descending.
Destructuring the Response
data ListStudioLifecycleConfigsResponse Source #
See: newListStudioLifecycleConfigsResponse smart constructor.
Constructors
| ListStudioLifecycleConfigsResponse' | |
Fields
| |
Instances
newListStudioLifecycleConfigsResponse Source #
Arguments
| :: Int | |
| -> ListStudioLifecycleConfigsResponse |
Create a value of ListStudioLifecycleConfigsResponse 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:
ListStudioLifecycleConfigs, listStudioLifecycleConfigsResponse_nextToken - A token for getting the next set of actions, if there are any.
$sel:studioLifecycleConfigs:ListStudioLifecycleConfigsResponse', listStudioLifecycleConfigsResponse_studioLifecycleConfigs - A list of Lifecycle Configurations and their properties.
$sel:httpStatus:ListStudioLifecycleConfigsResponse', listStudioLifecycleConfigsResponse_httpStatus - The response's http status code.
Response Lenses
listStudioLifecycleConfigsResponse_nextToken :: Lens' ListStudioLifecycleConfigsResponse (Maybe Text) Source #
A token for getting the next set of actions, if there are any.
listStudioLifecycleConfigsResponse_studioLifecycleConfigs :: Lens' ListStudioLifecycleConfigsResponse (Maybe [StudioLifecycleConfigDetails]) Source #
A list of Lifecycle Configurations and their properties.
listStudioLifecycleConfigsResponse_httpStatus :: Lens' ListStudioLifecycleConfigsResponse Int Source #
The response's http status code.