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 the Studio Lifecycle Configurations in your Amazon Web Services Account.
This operation returns paginated results.
Synopsis
- data ListStudioLifecycleConfigs = ListStudioLifecycleConfigs' {
- nameContains :: Maybe Text
- creationTimeAfter :: Maybe POSIX
- modifiedTimeAfter :: Maybe POSIX
- nextToken :: Maybe Text
- sortOrder :: Maybe SortOrder
- creationTimeBefore :: Maybe POSIX
- modifiedTimeBefore :: Maybe POSIX
- appTypeEquals :: Maybe StudioLifecycleConfigAppType
- maxResults :: Maybe Natural
- sortBy :: Maybe StudioLifecycleConfigSortKey
- newListStudioLifecycleConfigs :: ListStudioLifecycleConfigs
- listStudioLifecycleConfigs_nameContains :: Lens' ListStudioLifecycleConfigs (Maybe Text)
- listStudioLifecycleConfigs_creationTimeAfter :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime)
- listStudioLifecycleConfigs_modifiedTimeAfter :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime)
- listStudioLifecycleConfigs_nextToken :: Lens' ListStudioLifecycleConfigs (Maybe Text)
- listStudioLifecycleConfigs_sortOrder :: Lens' ListStudioLifecycleConfigs (Maybe SortOrder)
- listStudioLifecycleConfigs_creationTimeBefore :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime)
- listStudioLifecycleConfigs_modifiedTimeBefore :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime)
- listStudioLifecycleConfigs_appTypeEquals :: Lens' ListStudioLifecycleConfigs (Maybe StudioLifecycleConfigAppType)
- listStudioLifecycleConfigs_maxResults :: Lens' ListStudioLifecycleConfigs (Maybe Natural)
- listStudioLifecycleConfigs_sortBy :: Lens' ListStudioLifecycleConfigs (Maybe StudioLifecycleConfigSortKey)
- 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.
ListStudioLifecycleConfigs' | |
|
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:nameContains:ListStudioLifecycleConfigs'
, listStudioLifecycleConfigs_nameContains
- A string in the Lifecycle Configuration name. This filter returns only
Lifecycle Configurations whose name contains the specified string.
$sel:creationTimeAfter:ListStudioLifecycleConfigs'
, listStudioLifecycleConfigs_creationTimeAfter
- A filter that returns only Lifecycle Configurations created on or after
the specified time.
$sel:modifiedTimeAfter:ListStudioLifecycleConfigs'
, listStudioLifecycleConfigs_modifiedTimeAfter
- A filter that returns only Lifecycle Configurations modified after the
specified time.
$sel:nextToken: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:sortOrder:ListStudioLifecycleConfigs'
, listStudioLifecycleConfigs_sortOrder
- The sort order. The default value is Descending.
$sel:creationTimeBefore:ListStudioLifecycleConfigs'
, listStudioLifecycleConfigs_creationTimeBefore
- A filter that returns only Lifecycle Configurations created on or before
the specified time.
$sel:modifiedTimeBefore:ListStudioLifecycleConfigs'
, listStudioLifecycleConfigs_modifiedTimeBefore
- A filter that returns only Lifecycle Configurations modified before the
specified time.
$sel:appTypeEquals:ListStudioLifecycleConfigs'
, listStudioLifecycleConfigs_appTypeEquals
- A parameter to search for the App Type to which the Lifecycle
Configuration is attached.
$sel:maxResults:ListStudioLifecycleConfigs'
, listStudioLifecycleConfigs_maxResults
- The maximum number of Studio Lifecycle Configurations to return in the
response. The default value is 10.
$sel:sortBy:ListStudioLifecycleConfigs'
, listStudioLifecycleConfigs_sortBy
- The property used to sort results. The default value is CreationTime.
Request Lenses
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_creationTimeAfter :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime) Source #
A filter that returns only Lifecycle Configurations created on or after the specified time.
listStudioLifecycleConfigs_modifiedTimeAfter :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime) Source #
A filter that returns only Lifecycle Configurations modified after the specified time.
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_sortOrder :: Lens' ListStudioLifecycleConfigs (Maybe SortOrder) Source #
The sort order. The default value is Descending.
listStudioLifecycleConfigs_creationTimeBefore :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime) Source #
A filter that returns only Lifecycle Configurations created on or before the specified time.
listStudioLifecycleConfigs_modifiedTimeBefore :: Lens' ListStudioLifecycleConfigs (Maybe UTCTime) Source #
A filter that returns only Lifecycle Configurations modified before the specified time.
listStudioLifecycleConfigs_appTypeEquals :: Lens' ListStudioLifecycleConfigs (Maybe StudioLifecycleConfigAppType) Source #
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
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_sortBy :: Lens' ListStudioLifecycleConfigs (Maybe StudioLifecycleConfigSortKey) Source #
The property used to sort results. The default value is CreationTime.
Destructuring the Response
data ListStudioLifecycleConfigsResponse Source #
See: newListStudioLifecycleConfigsResponse
smart constructor.
ListStudioLifecycleConfigsResponse' | |
|
Instances
newListStudioLifecycleConfigsResponse Source #
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:
$sel:nextToken: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.