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

KeyPairIds

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

A list of CloudFront key pair identifiers.

interface KeyPairIds {
Items: string[];
Quantity: number;
}

§Properties

§
Items: string[]
[src]

A list of CloudFront key pair identifiers.

§
Quantity: number
[src]

The number of key pair identifiers in the list.