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

DeleteKeyGroupRequest

import type { DeleteKeyGroupRequest } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface DeleteKeyGroupRequest {
Id: string;
IfMatch?: string | null;
}

§Properties

§
Id: string
[src]

The identifier of the key group that you are deleting. To get the identifier, use ListKeyGroups.

§
IfMatch?: string | null
[src]

The version of the key group that you are deleting. The version is the key group's ETag value. To get the ETag, use GetKeyGroup or GetKeyGroupConfig.