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

DeleteProtectionGroupRequest

import type { DeleteProtectionGroupRequest } from "https://aws-api.deno.dev/v0.3/services/shield.ts?docs=full";
interface DeleteProtectionGroupRequest {
ProtectionGroupId: string;
}

§Properties

§
ProtectionGroupId: string
[src]

The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.