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

UpdateOriginRequestPolicyRequest

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

§Properties

§
Id: string
[src]

The unique identifier for the origin request policy that you are updating. The identifier is returned in a cache behavior's OriginRequestPolicyId field in the response to GetDistributionConfig.

§
IfMatch?: string | null
[src]

The version of the origin request policy that you are updating. The version is returned in the origin request policy's ETag field in the response to GetOriginRequestPolicyConfig.

§
OriginRequestPolicyConfig: OriginRequestPolicyConfig
[src]

An origin request policy configuration.