libZSservicesZSamazonka-honeycodeZSamazonka-honeycode
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.HoneyCode.DescribeTableDataImportJob

Description

The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.

Synopsis

Creating a Request

data DescribeTableDataImportJob Source #

See: newDescribeTableDataImportJob smart constructor.

Constructors

DescribeTableDataImportJob' 

Fields

  • workbookId :: Text

    The ID of the workbook into which data was imported.

    If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.

  • tableId :: Text

    The ID of the table into which data was imported.

    If a table with the specified id could not be found, this API throws ResourceNotFoundException.

  • jobId :: Text

    The ID of the job that was returned by the StartTableDataImportJob request.

    If a job with the specified id could not be found, this API throws ResourceNotFoundException.

Instances

Instances details
Eq DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Read DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Show DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Generic DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Associated Types

type Rep DescribeTableDataImportJob :: Type -> Type #

NFData DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Hashable DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

AWSRequest DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

ToHeaders DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

ToPath DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

ToQuery DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

type Rep DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

type Rep DescribeTableDataImportJob = D1 ('MetaData "DescribeTableDataImportJob" "Amazonka.HoneyCode.DescribeTableDataImportJob" "libZSservicesZSamazonka-honeycodeZSamazonka-honeycode" 'False) (C1 ('MetaCons "DescribeTableDataImportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workbookId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "tableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

newDescribeTableDataImportJob Source #

Create a value of DescribeTableDataImportJob 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:workbookId:DescribeTableDataImportJob', describeTableDataImportJob_workbookId - The ID of the workbook into which data was imported.

If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.

$sel:tableId:DescribeTableDataImportJob', describeTableDataImportJob_tableId - The ID of the table into which data was imported.

If a table with the specified id could not be found, this API throws ResourceNotFoundException.

$sel:jobId:DescribeTableDataImportJob', describeTableDataImportJob_jobId - The ID of the job that was returned by the StartTableDataImportJob request.

If a job with the specified id could not be found, this API throws ResourceNotFoundException.

Request Lenses

describeTableDataImportJob_workbookId :: Lens' DescribeTableDataImportJob Text Source #

The ID of the workbook into which data was imported.

If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.

describeTableDataImportJob_tableId :: Lens' DescribeTableDataImportJob Text Source #

The ID of the table into which data was imported.

If a table with the specified id could not be found, this API throws ResourceNotFoundException.

describeTableDataImportJob_jobId :: Lens' DescribeTableDataImportJob Text Source #

The ID of the job that was returned by the StartTableDataImportJob request.

If a job with the specified id could not be found, this API throws ResourceNotFoundException.

Destructuring the Response

data DescribeTableDataImportJobResponse Source #

Constructors

DescribeTableDataImportJobResponse' 

Fields

Instances

Instances details
Eq DescribeTableDataImportJobResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Show DescribeTableDataImportJobResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Generic DescribeTableDataImportJobResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Associated Types

type Rep DescribeTableDataImportJobResponse :: Type -> Type #

NFData DescribeTableDataImportJobResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

type Rep DescribeTableDataImportJobResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

type Rep DescribeTableDataImportJobResponse = D1 ('MetaData "DescribeTableDataImportJobResponse" "Amazonka.HoneyCode.DescribeTableDataImportJob" "libZSservicesZSamazonka-honeycodeZSamazonka-honeycode" 'False) (C1 ('MetaCons "DescribeTableDataImportJobResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TableDataImportJobStatus)) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TableDataImportJobMetadata))))

Response Lenses

describeTableDataImportJobResponse_message :: Lens' DescribeTableDataImportJobResponse Text Source #

A message providing more details about the current status of the import job.