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

DeleteOriginRequestPolicyRequest

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

§Properties

§
Id: string
[src]

The unique identifier for the origin request policy that you are deleting. To get the identifier, you can use ListOriginRequestPolicies.

§
IfMatch?: string | null
[src]

The version of the origin request policy that you are deleting. The version is the origin request policy's ETag value, which you can get using ListOriginRequestPolicies, GetOriginRequestPolicy, or GetOriginRequestPolicyConfig.