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

GetKeyPairsRequest

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

§Properties

§
includeDefaultKeyPair?: boolean | null
[src]

A Boolean value that indicates whether to include the default key pair in the response of 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 GetKeyPairs 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.