| 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.GetSegmentImportJobs
Description
Retrieves information about the status and settings of the import jobs for a segment.
Synopsis
- data GetSegmentImportJobs = GetSegmentImportJobs' {}
- newGetSegmentImportJobs :: Text -> Text -> GetSegmentImportJobs
- getSegmentImportJobs_pageSize :: Lens' GetSegmentImportJobs (Maybe Text)
- getSegmentImportJobs_token :: Lens' GetSegmentImportJobs (Maybe Text)
- getSegmentImportJobs_segmentId :: Lens' GetSegmentImportJobs Text
- getSegmentImportJobs_applicationId :: Lens' GetSegmentImportJobs Text
- data GetSegmentImportJobsResponse = GetSegmentImportJobsResponse' {}
- newGetSegmentImportJobsResponse :: Int -> ImportJobsResponse -> GetSegmentImportJobsResponse
- getSegmentImportJobsResponse_httpStatus :: Lens' GetSegmentImportJobsResponse Int
- getSegmentImportJobsResponse_importJobsResponse :: Lens' GetSegmentImportJobsResponse ImportJobsResponse
Creating a Request
data GetSegmentImportJobs Source #
See: newGetSegmentImportJobs smart constructor.
Constructors
| GetSegmentImportJobs' | |
Fields
| |
Instances
newGetSegmentImportJobs Source #
Arguments
| :: Text | |
| -> Text | |
| -> GetSegmentImportJobs |
Create a value of GetSegmentImportJobs 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:GetSegmentImportJobs', getSegmentImportJobs_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:GetSegmentImportJobs', getSegmentImportJobs_token - The NextToken string that specifies which page of results to return in a
paginated response.
GetSegmentImportJobs, getSegmentImportJobs_segmentId - The unique identifier for the segment.
GetSegmentImportJobs, getSegmentImportJobs_applicationId - The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
getSegmentImportJobs_pageSize :: Lens' GetSegmentImportJobs (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.
getSegmentImportJobs_token :: Lens' GetSegmentImportJobs (Maybe Text) Source #
The NextToken string that specifies which page of results to return in a paginated response.
getSegmentImportJobs_segmentId :: Lens' GetSegmentImportJobs Text Source #
The unique identifier for the segment.
getSegmentImportJobs_applicationId :: Lens' GetSegmentImportJobs 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 GetSegmentImportJobsResponse Source #
See: newGetSegmentImportJobsResponse smart constructor.
Constructors
| GetSegmentImportJobsResponse' | |
Fields
| |
Instances
newGetSegmentImportJobsResponse Source #
Arguments
| :: Int | |
| -> ImportJobsResponse | |
| -> GetSegmentImportJobsResponse |
Create a value of GetSegmentImportJobsResponse 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:GetSegmentImportJobsResponse', getSegmentImportJobsResponse_httpStatus - The response's http status code.
$sel:importJobsResponse:GetSegmentImportJobsResponse', getSegmentImportJobsResponse_importJobsResponse - Undocumented member.
Response Lenses
getSegmentImportJobsResponse_httpStatus :: Lens' GetSegmentImportJobsResponse Int Source #
The response's http status code.
getSegmentImportJobsResponse_importJobsResponse :: Lens' GetSegmentImportJobsResponse ImportJobsResponse Source #
Undocumented member.