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

CreateResponseHeadersPolicyResult

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

§Properties

§
ETag?: string | null
[src]

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

§
Location?: string | null
[src]

The URL of the response headers policy.

§
ResponseHeadersPolicy?: ResponseHeadersPolicy | null
[src]

Contains a response headers policy.