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

CreatePackageImportJobRequest

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

§Properties

§
ClientToken: string
[src]

A client token for the package import job.

§

An input config for the package import job.

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

Tags for the package import job.

§

A job type for the package import job.

§

An output config for the package import job.