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.DescribeDataIngestionJob

Description

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

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
Eq DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Read DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Show 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 #

NFData DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Hashable DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

ToJSON DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

AWSRequest 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

type Rep DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

type Rep DescribeDataIngestionJob = D1 ('MetaData "DescribeDataIngestionJob" "Amazonka.LookoutEquipment.DescribeDataIngestionJob" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DescribeDataIngestionJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDataIngestionJob Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

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:

$sel:jobId: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
Eq DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Read DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Show DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Generic DescribeDataIngestionJobResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.DescribeDataIngestionJob

Associated Types

type Rep DescribeDataIngestionJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "DescribeDataIngestionJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "ingestionInputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionInputConfiguration)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionJobStatus))) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failedReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "roleArn") '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:

$sel:ingestionInputConfiguration:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_ingestionInputConfiguration - Specifies the S3 location configuration for the data input for the data ingestion job.

$sel:status:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_status - Indicates the status of the DataIngestionJob operation.

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

$sel:failedReason:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_failedReason - Specifies the reason for failure when a data ingestion job has failed.

$sel:jobId:DescribeDataIngestionJob', describeDataIngestionJobResponse_jobId - Indicates the job ID of the data ingestion job.

$sel:createdAt:DescribeDataIngestionJobResponse', describeDataIngestionJobResponse_createdAt - The time at which the data ingestion job was created.

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

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

Response Lenses

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

Specifies the S3 location configuration for the data input for the data 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_roleArn :: Lens' DescribeDataIngestionJobResponse (Maybe Text) Source #

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