Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateJobResponse

import type { CreateJobResponse } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";
interface CreateJobResponse {
Arn?: string | null;
CreatedAt?: Date | number | null;
Details?: ResponseDetails | null;
Errors?: JobError[] | null;
Id?: string | null;
State?: State | null;
Type?: Type | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN for the job.

§
CreatedAt?: Date | number | null
[src]

The date and time that the job was created, in ISO 8601 format.

§
Details?: ResponseDetails | null
[src]

Details about the job.

§
Errors?: JobError[] | null
[src]

The errors associated with jobs.

§
Id?: string | null
[src]

The unique identifier for the job.

§
State?: State | null
[src]

The state of the job.

§
Type?: Type | null
[src]

The job type.

§
UpdatedAt?: Date | number | null
[src]

The date and time that the job was last updated, in ISO 8601 format.