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

OriginRequestPolicyList

import type { OriginRequestPolicyList } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";

A list of origin request policies.

interface OriginRequestPolicyList {
MaxItems: number;
NextMarker?: string | null;
Quantity: number;
}

§Properties

§

Contains the origin request policies in the list.

§
MaxItems: number
[src]

The maximum number of origin request policies requested.

§
NextMarker?: string | null
[src]

If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing origin request policies where you left off.

§
Quantity: number
[src]

The total number of origin request policies returned in the response.