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/dax.ts?docs=full";
interface UpdateParameterGroupRequest {
ParameterGroupName: string;
ParameterNameValues: ParameterNameValue[];
}

§Properties

§
ParameterGroupName: string
[src]

The name of the parameter group.

§
ParameterNameValues: ParameterNameValue[]
[src]

An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

Note: record-ttl-millis and query-ttl-millis are the only supported parameter names. For more details, see Configuring TTL Settings.