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

GetResponseHeadersPolicyConfigResult

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

§Properties

§
ETag?: string | null
[src]

The version identifier for the current version of the response headers policy.

§
ResponseHeadersPolicyConfig?: ResponseHeadersPolicyConfig | null
[src]

Contains a response headers policy.