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

ListOperationsResponse

import type { ListOperationsResponse } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
interface ListOperationsResponse {
NextToken?: string | null;
OperationSummaryList?: OperationSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

§
OperationSummaryList?: OperationSummary[] | null
[src]

A list of operation summary information records. In a paginated request, the request returns up to MaxResults records for each call.