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

UpdateParameterGroupRequest

import type { UpdateParameterGroupRequest } from "https://aws-api.deno.dev/v0.3/services/memorydb.ts?docs=full";
interface UpdateParameterGroupRequest {
ParameterGroupName: string;
ParameterNameValues: ParameterNameValue[];
}

§Properties

§
ParameterGroupName: string
[src]

The name of the parameter group to update.

§
ParameterNameValues: ParameterNameValue[]
[src]

An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be updated per request.