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 applications registered with the IAM user or AWS account.
This operation returns paginated results.
Synopsis
- data ListApplications = ListApplications' {}
- newListApplications :: ListApplications
- listApplications_nextToken :: Lens' ListApplications (Maybe Text)
- data ListApplicationsResponse = ListApplicationsResponse' {
- nextToken :: Maybe Text
- applications :: Maybe [Text]
- httpStatus :: Int
- newListApplicationsResponse :: Int -> ListApplicationsResponse
- listApplicationsResponse_nextToken :: Lens' ListApplicationsResponse (Maybe Text)
- listApplicationsResponse_applications :: Lens' ListApplicationsResponse (Maybe [Text])
- listApplicationsResponse_httpStatus :: Lens' ListApplicationsResponse Int
Creating a Request
data ListApplications Source #
Represents the input of a ListApplications
operation.
See: newListApplications
smart constructor.
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
- An identifier returned from the previous list applications call. It can
be used to return the next set of applications in the list.
Request Lenses
listApplications_nextToken :: Lens' ListApplications (Maybe Text) Source #
An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.
Destructuring the Response
data ListApplicationsResponse Source #
Represents the output of a ListApplications operation.
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:nextToken:ListApplications'
, listApplicationsResponse_nextToken
- If a large amount of information is returned, an identifier is also
returned. It can be used in a subsequent list applications call to
return the next set of applications in the list.
$sel:applications:ListApplicationsResponse'
, listApplicationsResponse_applications
- A list of application names.
$sel:httpStatus:ListApplicationsResponse'
, listApplicationsResponse_httpStatus
- The response's http status code.
Response Lenses
listApplicationsResponse_nextToken :: Lens' ListApplicationsResponse (Maybe Text) Source #
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.
listApplicationsResponse_applications :: Lens' ListApplicationsResponse (Maybe [Text]) Source #
A list of application names.
listApplicationsResponse_httpStatus :: Lens' ListApplicationsResponse Int Source #
The response's http status code.