amazonka-honeycode-2.0: Amazon Honeycode 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.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
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

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

Read DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Show DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

NFData DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Eq DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Hashable DescribeTableDataImportJob Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

type AWSResponse 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" "amazonka-honeycode-2.0-IdtoOmZm6eT6kjUDWwPe6X" '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))))

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.

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
Generic DescribeTableDataImportJobResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Associated Types

type Rep DescribeTableDataImportJobResponse :: Type -> Type #

Show DescribeTableDataImportJobResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

NFData DescribeTableDataImportJobResponse Source # 
Instance details

Defined in Amazonka.HoneyCode.DescribeTableDataImportJob

Eq 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" "amazonka-honeycode-2.0-IdtoOmZm6eT6kjUDWwPe6X" 'False) (C1 ('MetaCons "DescribeTableDataImportJobResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: 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_errorCode :: Lens' DescribeTableDataImportJobResponse (Maybe ErrorCode) Source #

If job status is failed, error code to understand reason for the failure.

describeTableDataImportJobResponse_message :: Lens' DescribeTableDataImportJobResponse Text Source #

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