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

GetResponseHeadersPolicyResult

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

§Properties

§
ETag?: string | null
[src]

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

§
ResponseHeadersPolicy?: ResponseHeadersPolicy | null
[src]

Contains a response headers policy.