| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.GetExportJobs
Description
Retrieves information about the status and settings of all the export jobs for an application.
Synopsis
- data GetExportJobs = GetExportJobs' {}
- newGetExportJobs :: Text -> GetExportJobs
- getExportJobs_pageSize :: Lens' GetExportJobs (Maybe Text)
- getExportJobs_token :: 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.
Constructors
| GetExportJobs' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetExportJobs |
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: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:token:GetExportJobs', getExportJobs_token - The NextToken string that specifies which page of results to return in a
paginated response.
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_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_token :: Lens' GetExportJobs (Maybe Text) Source #
The NextToken string that specifies which page of results to return in a paginated response.
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.
Constructors
| GetExportJobsResponse' | |
Fields
| |
Instances
newGetExportJobsResponse Source #
Arguments
| :: Int | |
| -> ExportJobsResponse | |
| -> GetExportJobsResponse |
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.