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

DescribePackageImportJobResponse

import type { DescribePackageImportJobResponse } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface DescribePackageImportJobResponse {
ClientToken?: string | null;
CreatedTime: Date | number;
JobId: string;
JobTags?: JobResourceTags[] | null;
LastUpdatedTime: Date | number;
StatusMessage: string;
}

§Properties

§
ClientToken?: string | null
[src]

The job's client token.

§
CreatedTime: Date | number
[src]

When the job was created.

§

The job's input config.

§
JobId: string
[src]

The job's ID.

§
JobTags?: JobResourceTags[] | null
[src]

The job's tags.

§

The job's type.

§
LastUpdatedTime: Date | number
[src]

When the job was updated.

§

The job's output.

§

The job's output config.

§

The job's status.

§
StatusMessage: string
[src]

The job's status message.