| 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 |
Amazonka.AppConfig.ListApplications
Description
List all applications in your AWS account.
Synopsis
- data ListApplications = ListApplications' {}
- newListApplications :: ListApplications
- listApplications_nextToken :: Lens' ListApplications (Maybe Text)
- listApplications_maxResults :: Lens' ListApplications (Maybe Natural)
- data ListApplicationsResponse = ListApplicationsResponse' {
- items :: Maybe [Application]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListApplicationsResponse :: Int -> ListApplicationsResponse
- listApplicationsResponse_items :: Lens' ListApplicationsResponse (Maybe [Application])
- listApplicationsResponse_nextToken :: Lens' ListApplicationsResponse (Maybe Text)
- listApplicationsResponse_httpStatus :: Lens' ListApplicationsResponse Int
Creating a Request
data ListApplications Source #
See: newListApplications smart constructor.
Constructors
| ListApplications' | |
Instances
newListApplications :: ListApplications Source #
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:nextToken:ListApplications', listApplications_nextToken - A token to start the list. Use this token to get the next set of
results.
$sel:maxResults:ListApplications', listApplications_maxResults - The maximum number of items to return for this call. The call also
returns a token that you can specify in a subsequent call to get the
next set of results.
Request Lenses
listApplications_nextToken :: Lens' ListApplications (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
listApplications_maxResults :: Lens' ListApplications (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
Destructuring the Response
data ListApplicationsResponse Source #
See: newListApplicationsResponse smart constructor.
Constructors
| ListApplicationsResponse' | |
Fields
| |
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:items:ListApplicationsResponse', listApplicationsResponse_items - The elements from this collection.
$sel:nextToken:ListApplications', listApplicationsResponse_nextToken - The token for the next set of items to return. Use this token to get the
next set of results.
$sel:httpStatus:ListApplicationsResponse', listApplicationsResponse_httpStatus - The response's http status code.
Response Lenses
listApplicationsResponse_items :: Lens' ListApplicationsResponse (Maybe [Application]) Source #
The elements from this collection.
listApplicationsResponse_nextToken :: Lens' ListApplicationsResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
listApplicationsResponse_httpStatus :: Lens' ListApplicationsResponse Int Source #
The response's http status code.