libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LookoutEquipment.ListDataIngestionJobs

Description

Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.

Synopsis

Creating a Request

data ListDataIngestionJobs Source #

See: newListDataIngestionJobs smart constructor.

Constructors

ListDataIngestionJobs' 

Fields

Instances

Instances details
Eq ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Read ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Show ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Generic ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Associated Types

type Rep ListDataIngestionJobs :: Type -> Type #

NFData ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Methods

rnf :: ListDataIngestionJobs -> () #

Hashable ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

ToJSON ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

AWSRequest ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Associated Types

type AWSResponse ListDataIngestionJobs #

ToHeaders ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

ToPath ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

ToQuery ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

type Rep ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

type Rep ListDataIngestionJobs = D1 ('MetaData "ListDataIngestionJobs" "Amazonka.LookoutEquipment.ListDataIngestionJobs" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListDataIngestionJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionJobStatus)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListDataIngestionJobs Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

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.

Constructors

ListDataIngestionJobsResponse' 

Fields

Instances

Instances details
Eq ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Read ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Show ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Generic ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

Associated Types

type Rep ListDataIngestionJobsResponse :: Type -> Type #

NFData ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

type Rep ListDataIngestionJobsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListDataIngestionJobs

type Rep ListDataIngestionJobsResponse = D1 ('MetaData "ListDataIngestionJobsResponse" "Amazonka.LookoutEquipment.ListDataIngestionJobs" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "ListDataIngestionJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataIngestionJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataIngestionJobSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.