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

DeleteCachePolicyRequest

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

§Properties

§
Id: string
[src]

The unique identifier for the cache policy that you are deleting. To get the identifier, you can use ListCachePolicies.

§
IfMatch?: string | null
[src]

The version of the cache policy that you are deleting. The version is the cache policy's ETag value, which you can get using ListCachePolicies, GetCachePolicy, or GetCachePolicyConfig.