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

JobManifestLocation

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

Contains the information required to locate a manifest object.

interface JobManifestLocation {
ETag: string;
ObjectArn: string;
ObjectVersionId?: string | null;
}

§Properties

§
ETag: string
[src]

The ETag for the specified manifest object.

§
ObjectArn: string
[src]

The Amazon Resource Name (ARN) for a manifest object.

! IMPORTANT: ! Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. ! For more information, see XML related object key constraints.

§
ObjectVersionId?: string | null
[src]

The optional version ID to identify a specific version of the manifest object.