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

ListObjectsOutput

import type { ListObjectsOutput } from "https://aws-api.deno.dev/v0.4/services/backupstorage.ts?docs=full";
interface ListObjectsOutput {
NextToken?: string | null;
ObjectList: BackupObject[];
}

§Properties

§
NextToken?: string | null
[src]

Pagination token

§
ObjectList: BackupObject[]
[src]

Object list