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

ListChunksInput

import type { ListChunksInput } from "https://aws-api.deno.dev/v0.4/services/backupstorage.ts?docs=full";
interface ListChunksInput {
MaxResults?: number | null;
NextToken?: string | null;
ObjectToken: string;
StorageJobId: string;
}

§Properties

§
MaxResults?: number | null
[src]

Maximum number of chunks

§
NextToken?: string | null
[src]

Pagination token

§
ObjectToken: string
[src]

Object token

§
StorageJobId: string
[src]

Storage job id