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 |
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
Synopsis
- data ListDataIngestionJobs = ListDataIngestionJobs' {}
- newListDataIngestionJobs :: ListDataIngestionJobs
- listDataIngestionJobs_status :: Lens' ListDataIngestionJobs (Maybe IngestionJobStatus)
- listDataIngestionJobs_nextToken :: Lens' ListDataIngestionJobs (Maybe Text)
- listDataIngestionJobs_datasetName :: Lens' ListDataIngestionJobs (Maybe Text)
- listDataIngestionJobs_maxResults :: Lens' ListDataIngestionJobs (Maybe Natural)
- data ListDataIngestionJobsResponse = ListDataIngestionJobsResponse' {}
- newListDataIngestionJobsResponse :: Int -> ListDataIngestionJobsResponse
- listDataIngestionJobsResponse_nextToken :: Lens' ListDataIngestionJobsResponse (Maybe Text)
- listDataIngestionJobsResponse_dataIngestionJobSummaries :: Lens' ListDataIngestionJobsResponse (Maybe [DataIngestionJobSummary])
- listDataIngestionJobsResponse_httpStatus :: Lens' ListDataIngestionJobsResponse Int
Creating a Request
data ListDataIngestionJobs Source #
See: newListDataIngestionJobs
smart constructor.
ListDataIngestionJobs' | |
|
Instances
newListDataIngestionJobs :: ListDataIngestionJobs Source #
Create a value of ListDataIngestionJobs
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:status:ListDataIngestionJobs'
, listDataIngestionJobs_status
- Indicates the status of the data ingestion job.
$sel:nextToken:ListDataIngestionJobs'
, listDataIngestionJobs_nextToken
- An opaque pagination token indicating where to continue the listing of
data ingestion jobs.
$sel:datasetName:ListDataIngestionJobs'
, listDataIngestionJobs_datasetName
- The name of the dataset being used for the data ingestion job.
$sel:maxResults:ListDataIngestionJobs'
, listDataIngestionJobs_maxResults
- Specifies the maximum number of data ingestion jobs to list.
Request Lenses
listDataIngestionJobs_status :: Lens' ListDataIngestionJobs (Maybe IngestionJobStatus) Source #
Indicates the status of the data ingestion job.
listDataIngestionJobs_nextToken :: Lens' ListDataIngestionJobs (Maybe Text) Source #
An opaque pagination token indicating where to continue the listing of data ingestion jobs.
listDataIngestionJobs_datasetName :: Lens' ListDataIngestionJobs (Maybe Text) Source #
The name of the dataset being used for the data ingestion job.
listDataIngestionJobs_maxResults :: Lens' ListDataIngestionJobs (Maybe Natural) Source #
Specifies the maximum number of data ingestion jobs to list.
Destructuring the Response
data ListDataIngestionJobsResponse Source #
See: newListDataIngestionJobsResponse
smart constructor.
ListDataIngestionJobsResponse' | |
|
Instances
newListDataIngestionJobsResponse Source #
Create a value of ListDataIngestionJobsResponse
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:nextToken:ListDataIngestionJobs'
, listDataIngestionJobsResponse_nextToken
- An opaque pagination token indicating where to continue the listing of
data ingestion jobs.
$sel:dataIngestionJobSummaries:ListDataIngestionJobsResponse'
, listDataIngestionJobsResponse_dataIngestionJobSummaries
- Specifies information about the specific data ingestion job, including
dataset name and status.
$sel:httpStatus:ListDataIngestionJobsResponse'
, listDataIngestionJobsResponse_httpStatus
- The response's http status code.
Response Lenses
listDataIngestionJobsResponse_nextToken :: Lens' ListDataIngestionJobsResponse (Maybe Text) Source #
An opaque pagination token indicating where to continue the listing of data ingestion jobs.
listDataIngestionJobsResponse_dataIngestionJobSummaries :: Lens' ListDataIngestionJobsResponse (Maybe [DataIngestionJobSummary]) Source #
Specifies information about the specific data ingestion job, including dataset name and status.
listDataIngestionJobsResponse_httpStatus :: Lens' ListDataIngestionJobsResponse Int Source #
The response's http status code.