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

ModifyDBClusterParameterGroupMessage

import type { ModifyDBClusterParameterGroupMessage } from "https://aws-api.deno.dev/v0.4/services/docdb.ts?docs=full";

Represents the input to "ModifyDBClusterParameterGroup".

interface ModifyDBClusterParameterGroupMessage {
DBClusterParameterGroupName: string;
Parameters: Parameter[];
}

§Properties

§
DBClusterParameterGroupName: string
[src]

The name of the cluster parameter group to modify.

§
Parameters: Parameter[]
[src]

A list of parameters in the cluster parameter group to modify.