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

ListObjectsV2Output

import type { ListObjectsV2Output } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";
interface ListObjectsV2Output {
CommonPrefixes: CommonPrefix[];
Contents: _Object[];
ContinuationToken?: string | null;
Delimiter?: string | null;
EncodingType?: EncodingType | null;
IsTruncated?: boolean | null;
KeyCount?: number | null;
MaxKeys?: number | null;
Name?: string | null;
NextContinuationToken?: string | null;
Prefix?: string | null;
StartAfter?: string | null;
}

§Properties

§
CommonPrefixes: CommonPrefix[]
[src]
§
Contents: _Object[]
[src]
§
ContinuationToken?: string | null
[src]
§
Delimiter?: string | null
[src]
§
EncodingType?: EncodingType | null
[src]
§
IsTruncated?: boolean | null
[src]
§
KeyCount?: number | null
[src]
§
MaxKeys?: number | null
[src]
§
Name?: string | null
[src]
§
NextContinuationToken?: string | null
[src]
§
Prefix?: string | null
[src]
§
StartAfter?: string | null
[src]