| 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.GetImportJobs
Description
Retrieves information about the status and settings of all the import jobs for an application.
Synopsis
- data GetImportJobs = GetImportJobs' {}
- newGetImportJobs :: Text -> GetImportJobs
- getImportJobs_pageSize :: Lens' GetImportJobs (Maybe Text)
- getImportJobs_token :: Lens' GetImportJobs (Maybe Text)
- getImportJobs_applicationId :: Lens' GetImportJobs Text
- data GetImportJobsResponse = GetImportJobsResponse' {}
- newGetImportJobsResponse :: Int -> ImportJobsResponse -> GetImportJobsResponse
- getImportJobsResponse_httpStatus :: Lens' GetImportJobsResponse Int
- getImportJobsResponse_importJobsResponse :: Lens' GetImportJobsResponse ImportJobsResponse
Creating a Request
data GetImportJobs Source #
See: newGetImportJobs smart constructor.
Constructors
| GetImportJobs' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetImportJobs |
Create a value of GetImportJobs 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:GetImportJobs', getImportJobs_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:GetImportJobs', getImportJobs_token - The NextToken string that specifies which page of results to return in a
paginated response.
GetImportJobs, getImportJobs_applicationId - The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
getImportJobs_pageSize :: Lens' GetImportJobs (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.
getImportJobs_token :: Lens' GetImportJobs (Maybe Text) Source #
The NextToken string that specifies which page of results to return in a paginated response.
getImportJobs_applicationId :: Lens' GetImportJobs 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 GetImportJobsResponse Source #
See: newGetImportJobsResponse smart constructor.
Constructors
| GetImportJobsResponse' | |
Fields
| |
Instances
newGetImportJobsResponse Source #
Arguments
| :: Int | |
| -> ImportJobsResponse | |
| -> GetImportJobsResponse |
Create a value of GetImportJobsResponse 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:GetImportJobsResponse', getImportJobsResponse_httpStatus - The response's http status code.
$sel:importJobsResponse:GetImportJobsResponse', getImportJobsResponse_importJobsResponse - Undocumented member.
Response Lenses
getImportJobsResponse_httpStatus :: Lens' GetImportJobsResponse Int Source #
The response's http status code.
getImportJobsResponse_importJobsResponse :: Lens' GetImportJobsResponse ImportJobsResponse Source #
Undocumented member.