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 the export jobs for a segment.
Synopsis
- data GetSegmentExportJobs = GetSegmentExportJobs' {}
- newGetSegmentExportJobs :: Text -> Text -> GetSegmentExportJobs
- getSegmentExportJobs_token :: Lens' GetSegmentExportJobs (Maybe Text)
- getSegmentExportJobs_pageSize :: 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.
GetSegmentExportJobs' | |
|
Instances
newGetSegmentExportJobs Source #
:: 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:token:GetSegmentExportJobs'
, getSegmentExportJobs_token
- The NextToken string that specifies which page of results to return in a
paginated response.
$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:segmentId:GetSegmentExportJobs'
, getSegmentExportJobs_segmentId
- The unique identifier for the segment.
$sel:applicationId: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_token :: Lens' GetSegmentExportJobs (Maybe Text) Source #
The NextToken string that specifies which page of results to return in a paginated response.
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_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.
GetSegmentExportJobsResponse' | |
|
Instances
newGetSegmentExportJobsResponse Source #
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.