amazonka-lookoutequipment-2.0: Amazon Lookout for Equipment SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LookoutEquipment.DescribeDataIngestionJob

Description

Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.

Synopsis

Creating a Request

data DescribeDataIngestionJob Source #

See: newDescribeDataIngestionJob smart constructor.

Constructors

DescribeDataIngestionJob' 

Fields

  • jobId :: Text

    The job ID of the data ingestion job.

Instances

Instances details
ToJSON DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

ToHeaders DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

ToPath DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

ToQuery DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

AWSRequest DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Generic DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Associated Types

type Rep DescribeDataIngestionJob :: Type -> Type #

Read DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Show DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

NFData DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Eq DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Hashable DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

type AWSResponse DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

type Rep DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

type Rep DescribeDataIngestionJob = D1 ('MetaData "DescribeDataIngestionJob" "Amazonka.LookoutEquipment.DescribeDataIngestionJob" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeDataIngestionJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDataIngestionJob Source #

Create a value of DescribeDataIngestionJob 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:

DescribeDataIngestionJob, describeDataIngestionJob_jobId - The job ID of the data ingestion job.

Request Lenses

Destructuring the Response

data DescribeDataIngestionJobResponse Source #

See: newDescribeDataIngestionJobResponse smart constructor.

Constructors

DescribeDataIngestionJobResponse' 

Fields

Instances

Instances details
Generic DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Associated Types

type Rep DescribeDataIngestionJobResponse :: Type -> Type #

Read DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Show DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

NFData DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Eq DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

type Rep DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

type Rep DescribeDataIngestionJobResponse = D1 ('MetaData "DescribeDataIngestionJobResponse" "Amazonka.LookoutEquipment.DescribeDataIngestionJob" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "DescribeDataIngestionJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dataEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataQualitySummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataQualitySummary)))) :*: ((S1 ('MetaSel ('Just "dataStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "failedReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ingestedDataSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "ingestedFilesSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestedFilesSummary)) :*: (S1 ('MetaSel ('Just "ingestionInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionInputConfiguration)) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionJobStatus))) :*: (S1 ('MetaSel ('Just "statusDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeDataIngestionJobResponse Source #

Create a value of DescribeDataIngestionJobResponse 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:

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_createdAt - The time at which the data ingestion job was created.

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_dataEndTime - Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.

$sel:dataQualitySummary:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_dataQualitySummary - Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_dataStartTime - Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_datasetArn - The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_failedReason - Specifies the reason for failure when a data ingestion job has failed.

$sel:ingestedDataSize:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_ingestedDataSize - Indicates the size of the ingested dataset.

$sel:ingestedFilesSummary:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_ingestedFilesSummary - Undocumented member.

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_ingestionInputConfiguration - Specifies the S3 location configuration for the data input for the data ingestion job.

DescribeDataIngestionJob, describeDataIngestionJobResponse_jobId - Indicates the job ID of the data ingestion job.

$sel:roleArn:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_roleArn - The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.

DescribeDataIngestionJobResponse, describeDataIngestionJobResponse_status - Indicates the status of the DataIngestionJob operation.

$sel:statusDetail:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_statusDetail - Provides details about status of the ingestion job that is currently in progress.

$sel:httpStatus:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_httpStatus - The response's http status code.

Response Lenses

describeDataIngestionJobResponse_dataEndTime :: Lens' DescribeDataIngestionJobResponse (Maybe UTCTime) Source #

Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.

describeDataIngestionJobResponse_dataQualitySummary :: Lens' DescribeDataIngestionJobResponse (Maybe DataQualitySummary) Source #

Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.

describeDataIngestionJobResponse_dataStartTime :: Lens' DescribeDataIngestionJobResponse (Maybe UTCTime) Source #

Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.

describeDataIngestionJobResponse_datasetArn :: Lens' DescribeDataIngestionJobResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.

describeDataIngestionJobResponse_failedReason :: Lens' DescribeDataIngestionJobResponse (Maybe Text) Source #

Specifies the reason for failure when a data ingestion job has failed.

describeDataIngestionJobResponse_ingestionInputConfiguration :: Lens' DescribeDataIngestionJobResponse (Maybe IngestionInputConfiguration) Source #

Specifies the S3 location configuration for the data input for the data ingestion job.

describeDataIngestionJobResponse_roleArn :: Lens' DescribeDataIngestionJobResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.

describeDataIngestionJobResponse_statusDetail :: Lens' DescribeDataIngestionJobResponse (Maybe Text) Source #

Provides details about status of the ingestion job that is currently in progress.