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

ListSnapshotsRequest

import type { ListSnapshotsRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface ListSnapshotsRequest {
endTime?: Date | number | null;
maxResults?: number | null;
namespaceArn?: string | null;
namespaceName?: string | null;
nextToken?: string | null;
ownerAccount?: string | null;
startTime?: Date | number | null;
}

§Properties

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

The timestamp showing when the snapshot creation finished.

§
maxResults?: number | null
[src]

An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

§
namespaceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.

§
namespaceName?: string | null
[src]

The namespace from which to list all snapshots.

§
nextToken?: string | null
[src]

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

§
ownerAccount?: string | null
[src]

The owner Amazon Web Services account of the snapshot.

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

The time when the creation of the snapshot was initiated.