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

S3GeneratedManifestDescriptor

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

Describes the specified job's generated manifest. Batch Operations jobs created with a ManifestGenerator populate details of this descriptor after execution of the ManifestGenerator.

interface S3GeneratedManifestDescriptor {
Format?: GeneratedManifestFormat | null;
Location?: JobManifestLocation | null;
}

§Properties

§

The format of the generated manifest.

§
Location?: JobManifestLocation | null
[src]