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

GetOriginRequestPolicyRequest

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

§Properties

§
Id: string
[src]

The unique identifier for the origin request policy. If the origin request policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions or GetDistribution. If the origin request policy is not attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies.