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

DistributionList

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

A distribution list.

interface DistributionList {
IsTruncated: boolean;
Marker: string;
MaxItems: number;
NextMarker?: string | null;
Quantity: number;
}

§Properties

§
IsTruncated: boolean
[src]

A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

§

A complex type that contains one DistributionSummary element for each distribution that was created by the current Amazon Web Services account.

§
Marker: string
[src]

The value you provided for the Marker request parameter.

§
MaxItems: number
[src]

The value you provided for the MaxItems request parameter.

§
NextMarker?: string | null
[src]

If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.

§
Quantity: number
[src]

The number of distributions that were created by the current Amazon Web Services account.