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

CreateJobRequest

import type { CreateJobRequest } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";

The request body for CreateJob.

interface CreateJobRequest {
Details: RequestDetails;
Type: Type;
}

§Properties

§

The details for the CreateJob request.

§
Type: Type
[src]

The type of job to be created.