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

UpdateResponseHeadersPolicyRequest

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

§Properties

§
Id: string
[src]

The identifier for the response headers policy that you are updating.

§
IfMatch?: string | null
[src]

The version of the response headers policy that you are updating.

The version is returned in the cache policy's ETag field in the response to GetResponseHeadersPolicyConfig.

§
ResponseHeadersPolicyConfig: ResponseHeadersPolicyConfig
[src]

A response headers policy configuration.