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

KeyGroupList

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

A list of key groups.

interface KeyGroupList {
Items: KeyGroupSummary[];
MaxItems: number;
NextMarker?: string | null;
Quantity: number;
}

§Properties

§

A list of key groups.

§
MaxItems: number
[src]

The maximum number of key groups 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 key groups.

§
Quantity: number
[src]

The number of key groups returned in the response.