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

ResponseHeadersPolicyList

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

A list of response headers policies.

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

§Properties

§

The response headers policies in the list.

§
MaxItems: number
[src]

The maximum number of response headers 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 response headers policies where you left off.

§
Quantity: number
[src]

The number of response headers policies returned.