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

ListDistributionsResult

import type { ListDistributionsResult } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";

The returned result of the corresponding request.

interface ListDistributionsResult {
DistributionList?: DistributionList | null;
}

§Properties

§
DistributionList?: DistributionList | null
[src]

The DistributionList type.