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 IDs of the applications that you are monitoring.
Synopsis
- data ListApplications = ListApplications' {}
- newListApplications :: ListApplications
- listApplications_nextToken :: Lens' ListApplications (Maybe Text)
- listApplications_maxResults :: Lens' ListApplications (Maybe Natural)
- data ListApplicationsResponse = ListApplicationsResponse' {}
- newListApplicationsResponse :: Int -> ListApplicationsResponse
- listApplicationsResponse_nextToken :: Lens' ListApplicationsResponse (Maybe Text)
- listApplicationsResponse_applicationInfoList :: Lens' ListApplicationsResponse (Maybe [ApplicationInfo])
- listApplicationsResponse_httpStatus :: Lens' ListApplicationsResponse Int
Creating a Request
data ListApplications Source #
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
- The token to request the next page of results.
$sel:maxResults:ListApplications'
, listApplications_maxResults
- The maximum number of results to return in a single call. To retrieve
the remaining results, make another call with the returned NextToken
value.
Request Lenses
listApplications_nextToken :: Lens' ListApplications (Maybe Text) Source #
The token to request the next page of results.
listApplications_maxResults :: Lens' ListApplications (Maybe Natural) Source #
The maximum number of results to return in a single call. To retrieve
the remaining results, make another call with the returned NextToken
value.
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:nextToken:ListApplications'
, listApplicationsResponse_nextToken
- The token used to retrieve the next page of results. This value is
null
when there are no more results to return.
$sel:applicationInfoList:ListApplicationsResponse'
, listApplicationsResponse_applicationInfoList
- The list of applications.
$sel:httpStatus:ListApplicationsResponse'
, listApplicationsResponse_httpStatus
- The response's http status code.
Response Lenses
listApplicationsResponse_nextToken :: Lens' ListApplicationsResponse (Maybe Text) Source #
The token used to retrieve the next page of results. This value is
null
when there are no more results to return.
listApplicationsResponse_applicationInfoList :: Lens' ListApplicationsResponse (Maybe [ApplicationInfo]) Source #
The list of applications.
listApplicationsResponse_httpStatus :: Lens' ListApplicationsResponse Int Source #
The response's http status code.