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

UpdateCachePolicyRequest

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

§Properties

§
CachePolicyConfig: CachePolicyConfig
[src]

A cache policy configuration.

§
Id: string
[src]

The unique identifier for the cache policy that you are updating. The identifier is returned in a cache behavior's CachePolicyId field in the response to GetDistributionConfig.

§
IfMatch?: string | null
[src]

The version of the cache policy that you are updating. The version is returned in the cache policy's ETag field in the response to GetCachePolicyConfig.