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

ParameterValue

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

A value or list of parameter values.

interface ParameterValue {
id: string;
stringValue: string;
}

§Properties

§
id: string
[src]

The ID of the parameter value.

§
stringValue: string
[src]

The field value, expressed as a String.