Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface GetImportFileTaskCommandOutputProtected

The output of GetImportFileTaskCommand.

Hierarchy

Properties

completionTime?: Date

The time that the import task completed.

id?: string

The import file task id returned in the response of StartImportFileTask.

importName?: string

The name of the import task given in StartImportFileTask.

inputS3Bucket?: string

The S3 bucket where import file is located.

inputS3Key?: string

The Amazon S3 key name of the import file.

numberOfRecordsFailed?: number

The number of records that failed to be imported.

numberOfRecordsSuccess?: number

The number of records successfully imported.

startTime?: Date

Start time of the import task.

status?: string

Status of import file task.

statusReportS3Bucket?: string

The S3 bucket name for status report of import task.

statusReportS3Key?: string

The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.