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 |
Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.
This operation returns paginated results.
Synopsis
- data ListApplications = ListApplications' {}
- newListApplications :: Text -> ListApplications
- listApplications_maxResults :: Lens' ListApplications (Maybe Natural)
- listApplications_nextToken :: Lens' ListApplications (Maybe Text)
- listApplications_environmentIdentifier :: Lens' ListApplications Text
- data ListApplicationsResponse = ListApplicationsResponse' {}
- newListApplicationsResponse :: Int -> ListApplicationsResponse
- listApplicationsResponse_applicationSummaryList :: Lens' ListApplicationsResponse (Maybe [ApplicationSummary])
- listApplicationsResponse_nextToken :: Lens' ListApplicationsResponse (Maybe Text)
- listApplicationsResponse_httpStatus :: Lens' ListApplicationsResponse Int
Creating a Request
data ListApplications Source #
See: newListApplications
smart constructor.
ListApplications' | |
|
Instances
Create a value of ListApplications
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:maxResults:ListApplications'
, listApplications_maxResults
- The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
ListApplications
, listApplications_nextToken
- The token for the next page of results.
$sel:environmentIdentifier:ListApplications'
, listApplications_environmentIdentifier
- The ID of the environment.
Request Lenses
listApplications_maxResults :: Lens' ListApplications (Maybe Natural) Source #
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
listApplications_nextToken :: Lens' ListApplications (Maybe Text) Source #
The token for the next page of results.
listApplications_environmentIdentifier :: Lens' ListApplications Text Source #
The ID of the environment.
Destructuring the Response
data ListApplicationsResponse Source #
See: newListApplicationsResponse
smart constructor.
ListApplicationsResponse' | |
|
Instances
newListApplicationsResponse Source #
Create a value of ListApplicationsResponse
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:applicationSummaryList:ListApplicationsResponse'
, listApplicationsResponse_applicationSummaryList
- The list of ApplicationSummary
objects.
ListApplications
, listApplicationsResponse_nextToken
- The token for the next page of results.
$sel:httpStatus:ListApplicationsResponse'
, listApplicationsResponse_httpStatus
- The response's http status code.
Response Lenses
listApplicationsResponse_applicationSummaryList :: Lens' ListApplicationsResponse (Maybe [ApplicationSummary]) Source #
The list of ApplicationSummary
objects.
listApplicationsResponse_nextToken :: Lens' ListApplicationsResponse (Maybe Text) Source #
The token for the next page of results.
listApplicationsResponse_httpStatus :: Lens' ListApplicationsResponse Int Source #
The response's http status code.