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

ParameterNameValue

import type { ParameterNameValue } from "https://aws-api.deno.dev/v0.3/services/memorydb.ts?docs=full";

Describes a name-value pair that is used to update the value of a parameter.

interface ParameterNameValue {
ParameterName?: string | null;
ParameterValue?: string | null;
}

§Properties

§
ParameterName?: string | null
[src]

The name of the parameter

§
ParameterValue?: string | null
[src]

The value of the parameter