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

FunctionList

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

A list of CloudFront functions.

interface FunctionList {
Items: FunctionSummary[];
MaxItems: number;
NextMarker?: string | null;
Quantity: number;
}

§Properties

§

Contains the functions in the list.

§
MaxItems: number
[src]

The maximum number of functions requested.

§
NextMarker?: string | null
[src]

If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing functions where you left off.

§
Quantity: number
[src]

The number of functions returned in the response.