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

PublicKeyList

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

A list of public keys that you can use with signed URLs and signed cookies, or with field-level encryption.

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

§Properties

§

A list of public keys.

§
MaxItems: number
[src]

The maximum number of public keys you want in the response.

§
NextMarker?: string | null
[src]

If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

§
Quantity: number
[src]

The number of public keys in the list.