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

FetchPageRequest

import type { FetchPageRequest } from "https://aws-api.deno.dev/v0.3/services/qldbsession.ts?docs=full";

Specifies the details of the page to be fetched.

interface FetchPageRequest {
NextPageToken: string;
TransactionId: string;
}

§Properties

§
NextPageToken: string
[src]

Specifies the next page token of the page to be fetched.

§
TransactionId: string
[src]

Specifies the transaction ID of the page to be fetched.