| 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.GetSegmentExportJobs
Description
Retrieves information about the status and settings of the export jobs for a segment.
Synopsis
- data GetSegmentExportJobs = GetSegmentExportJobs' {}
- newGetSegmentExportJobs :: Text -> Text -> GetSegmentExportJobs
- getSegmentExportJobs_pageSize :: Lens' GetSegmentExportJobs (Maybe Text)
- getSegmentExportJobs_token :: Lens' GetSegmentExportJobs (Maybe Text)
- getSegmentExportJobs_segmentId :: Lens' GetSegmentExportJobs Text
- getSegmentExportJobs_applicationId :: Lens' GetSegmentExportJobs Text
- data GetSegmentExportJobsResponse = GetSegmentExportJobsResponse' {}
- newGetSegmentExportJobsResponse :: Int -> ExportJobsResponse -> GetSegmentExportJobsResponse
- getSegmentExportJobsResponse_httpStatus :: Lens' GetSegmentExportJobsResponse Int
- getSegmentExportJobsResponse_exportJobsResponse :: Lens' GetSegmentExportJobsResponse ExportJobsResponse
Creating a Request
data GetSegmentExportJobs Source #
See: newGetSegmentExportJobs smart constructor.
Constructors
| GetSegmentExportJobs' | |
Fields
| |
Instances
newGetSegmentExportJobs Source #
Arguments
| :: Text | |
| -> Text | |
| -> GetSegmentExportJobs |
Create a value of GetSegmentExportJobs 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:GetSegmentExportJobs', getSegmentExportJobs_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:GetSegmentExportJobs', getSegmentExportJobs_token - The NextToken string that specifies which page of results to return in a
paginated response.
GetSegmentExportJobs, getSegmentExportJobs_segmentId - The unique identifier for the segment.
GetSegmentExportJobs, getSegmentExportJobs_applicationId - The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
getSegmentExportJobs_pageSize :: Lens' GetSegmentExportJobs (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.
getSegmentExportJobs_token :: Lens' GetSegmentExportJobs (Maybe Text) Source #
The NextToken string that specifies which page of results to return in a paginated response.
getSegmentExportJobs_segmentId :: Lens' GetSegmentExportJobs Text Source #
The unique identifier for the segment.
getSegmentExportJobs_applicationId :: Lens' GetSegmentExportJobs 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 GetSegmentExportJobsResponse Source #
See: newGetSegmentExportJobsResponse smart constructor.
Constructors
| GetSegmentExportJobsResponse' | |
Fields
| |
Instances
newGetSegmentExportJobsResponse Source #
Arguments
| :: Int | |
| -> ExportJobsResponse | |
| -> GetSegmentExportJobsResponse |
Create a value of GetSegmentExportJobsResponse 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:GetSegmentExportJobsResponse', getSegmentExportJobsResponse_httpStatus - The response's http status code.
$sel:exportJobsResponse:GetSegmentExportJobsResponse', getSegmentExportJobsResponse_exportJobsResponse - Undocumented member.
Response Lenses
getSegmentExportJobsResponse_httpStatus :: Lens' GetSegmentExportJobsResponse Int Source #
The response's http status code.
getSegmentExportJobsResponse_exportJobsResponse :: Lens' GetSegmentExportJobsResponse ExportJobsResponse Source #
Undocumented member.