- Navigation Guide
@aws-sdk/client-iotsitewise
CreateBulkImportJobCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
jobId Required | string | undefined | The ID of the job. |
jobName Required | string | undefined | The unique name that helps identify the job request. |
jobStatus Required | JobStatus | undefined | The status of the bulk import job can be one of following values:
|
Full Signature
export interface CreateBulkImportJobCommandOutput extends CreateBulkImportJobResponse, MetadataBearer