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

DeleteParameterGroupResponse

import type { DeleteParameterGroupResponse } from "https://aws-api.deno.dev/v0.3/services/dax.ts?docs=full";
interface DeleteParameterGroupResponse {
DeletionMessage?: string | null;
}

§Properties

§
DeletionMessage?: string | null
[src]

A user-specified message for this action (i.e., a reason for deleting the parameter group).