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

S3Object

import type { S3Object } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/rekognition.ts";
interface S3Object {
Bucket?: string | null;
Name?: string | null;
Version?: string | null;
}

§Properties

§
Bucket?: string | null
[src]
§
Name?: string | null
[src]
§
Version?: string | null
[src]