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

GetBlueprintsRequest

import type { GetBlueprintsRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface GetBlueprintsRequest {
includeInactive?: boolean | null;
pageToken?: string | null;
}

§Properties

§
includeInactive?: boolean | null
[src]

A Boolean value indicating whether to include inactive results in your request.

§
pageToken?: string | null
[src]

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetBlueprints request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.