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

JobManifestSpec

import type { JobManifestSpec } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";

Describes the format of a manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.

interface JobManifestSpec {
Fields?: JobManifestFieldName[] | null;
}

§Properties

§
Fields?: JobManifestFieldName[] | null
[src]

If the specified manifest object is in the S3BatchOperations_CSV_20180820 format, this element describes which columns contain the required data.

§

Indicates which of the available formats the specified manifest uses.