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

ListRecoveryPointsRequest

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

§Properties

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

The time when creation of the recovery point 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 recovery points.

§
namespaceName?: string | null
[src]

The name of the namespace to list recovery points for.

§
nextToken?: string | null
[src]

If your initial ListRecoveryPoints operation returns a nextToken, you can include the returned nextToken in following ListRecoveryPoints operations, which returns results in the next page.

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

The time when the recovery point's creation was initiated.