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

ListObjectsInput

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

§Properties

§
CreatedAfter?: Date | number | null
[src]

(Optional) Created after filter

§
CreatedBefore?: Date | number | null
[src]

(Optional) Created before filter

§
MaxResults?: number | null
[src]

Maximum objects count

§
NextToken?: string | null
[src]

Pagination token

§
StartingObjectName?: string | null
[src]

Optional, specifies the starting Object name to list from. Ignored if NextToken is not NULL

§
StartingObjectPrefix?: string | null
[src]

Optional, specifies the starting Object prefix to list from. Ignored if NextToken is not NULL

§
StorageJobId: string
[src]

Storage job id