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 all the import jobs for an application.
Synopsis
- data GetImportJobs = GetImportJobs' {}
- newGetImportJobs :: Text -> GetImportJobs
- getImportJobs_token :: Lens' GetImportJobs (Maybe Text)
- getImportJobs_pageSize :: 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.
GetImportJobs' | |
|
Instances
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:token:GetImportJobs'
, getImportJobs_token
- The NextToken string that specifies which page of results to return in a
paginated response.
$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:applicationId: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_token :: Lens' GetImportJobs (Maybe Text) Source #
The NextToken string that specifies which page of results to return in a paginated response.
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_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.
GetImportJobsResponse' | |
|
Instances
newGetImportJobsResponse Source #
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.