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

GetDistributionsRequest

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

§Properties

§
distributionName?: string | null
[src]

The name of the distribution for which to return information.

When omitted, the response includes all of your distributions in the AWS Region where the request is made.

§
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 GetDistributions 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.