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

CachePolicyList

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

A list of cache policies.

interface CachePolicyList {
MaxItems: number;
NextMarker?: string | null;
Quantity: number;
}

§Properties

§

Contains the cache policies in the list.

§
MaxItems: number
[src]

The maximum number of cache policies 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 cache policies where you left off.

§
Quantity: number
[src]

The total number of cache policies returned in the response.