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 |
Retrieves information about all the applications that are associated with your Amazon Pinpoint account.
Synopsis
- data GetApps = GetApps' {}
- newGetApps :: GetApps
- getApps_token :: Lens' GetApps (Maybe Text)
- getApps_pageSize :: Lens' GetApps (Maybe Text)
- data GetAppsResponse = GetAppsResponse' {}
- newGetAppsResponse :: Int -> ApplicationsResponse -> GetAppsResponse
- getAppsResponse_httpStatus :: Lens' GetAppsResponse Int
- getAppsResponse_applicationsResponse :: Lens' GetAppsResponse ApplicationsResponse
Creating a Request
See: newGetApps
smart constructor.
Instances
newGetApps :: GetApps Source #
Create a value of GetApps
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:token:GetApps'
, getApps_token
- The NextToken string that specifies which page of results to return in a
paginated response.
$sel:pageSize:GetApps'
, getApps_pageSize
- The maximum number of items to include in each page of a paginated
response. This parameter is not supported for application, campaign, and
journey metrics.
Request Lenses
getApps_token :: Lens' GetApps (Maybe Text) Source #
The NextToken string that specifies which page of results to return in a paginated response.
getApps_pageSize :: Lens' GetApps (Maybe Text) Source #
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
Destructuring the Response
data GetAppsResponse Source #
See: newGetAppsResponse
smart constructor.
GetAppsResponse' | |
|
Instances
Create a value of GetAppsResponse
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:httpStatus:GetAppsResponse'
, getAppsResponse_httpStatus
- The response's http status code.
$sel:applicationsResponse:GetAppsResponse'
, getAppsResponse_applicationsResponse
- Undocumented member.
Response Lenses
getAppsResponse_httpStatus :: Lens' GetAppsResponse Int Source #
The response's http status code.
getAppsResponse_applicationsResponse :: Lens' GetAppsResponse ApplicationsResponse Source #
Undocumented member.