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

ListCachePoliciesResult

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

§Properties

§
CachePolicyList?: CachePolicyList | null
[src]

A list of cache policies.