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/route53domains.ts?docs=full";

The ListOperations response includes the following elements.

interface ListOperationsResponse {
NextPageMarker?: string | null;
Operations?: OperationSummary[] | null;
}

§Properties

§
NextPageMarker?: string | null
[src]

If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

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

Lists summaries of the operations.