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 the status and settings of all the export jobs for an application.
Synopsis
- data GetExportJobs = GetExportJobs' {}
- newGetExportJobs :: Text -> GetExportJobs
- getExportJobs_token :: Lens' GetExportJobs (Maybe Text)
- getExportJobs_pageSize :: Lens' GetExportJobs (Maybe Text)
- getExportJobs_applicationId :: Lens' GetExportJobs Text
- data GetExportJobsResponse = GetExportJobsResponse' {}
- newGetExportJobsResponse :: Int -> ExportJobsResponse -> GetExportJobsResponse
- getExportJobsResponse_httpStatus :: Lens' GetExportJobsResponse Int
- getExportJobsResponse_exportJobsResponse :: Lens' GetExportJobsResponse ExportJobsResponse
Creating a Request
data GetExportJobs Source #
See: newGetExportJobs
smart constructor.
GetExportJobs' | |
|
Instances
Create a value of GetExportJobs
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:GetExportJobs'
, getExportJobs_token
- The NextToken string that specifies which page of results to return in a
paginated response.
$sel:pageSize:GetExportJobs'
, getExportJobs_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.
$sel:applicationId:GetExportJobs'
, getExportJobs_applicationId
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
getExportJobs_token :: Lens' GetExportJobs (Maybe Text) Source #
The NextToken string that specifies which page of results to return in a paginated response.
getExportJobs_pageSize :: Lens' GetExportJobs (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.
getExportJobs_applicationId :: Lens' GetExportJobs Text Source #
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Destructuring the Response
data GetExportJobsResponse Source #
See: newGetExportJobsResponse
smart constructor.
GetExportJobsResponse' | |
|
Instances
newGetExportJobsResponse Source #
Create a value of GetExportJobsResponse
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:GetExportJobsResponse'
, getExportJobsResponse_httpStatus
- The response's http status code.
$sel:exportJobsResponse:GetExportJobsResponse'
, getExportJobsResponse_exportJobsResponse
- Undocumented member.
Response Lenses
getExportJobsResponse_httpStatus :: Lens' GetExportJobsResponse Int Source #
The response's http status code.
getExportJobsResponse_exportJobsResponse :: Lens' GetExportJobsResponse ExportJobsResponse Source #
Undocumented member.