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

Parameters

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

A list of Amazon QuickSight parameters and the list's override values.

interface Parameters {
DateTimeParameters?: DateTimeParameter[] | null;
DecimalParameters?: DecimalParameter[] | null;
IntegerParameters?: IntegerParameter[] | null;
StringParameters?: StringParameter[] | null;
}

§Properties

§
DateTimeParameters?: DateTimeParameter[] | null
[src]

The parameters that have a data type of date-time.

§
DecimalParameters?: DecimalParameter[] | null
[src]

The parameters that have a data type of decimal.

§
IntegerParameters?: IntegerParameter[] | null
[src]

The parameters that have a data type of integer.

§
StringParameters?: StringParameter[] | null
[src]

The parameters that have a data type of string.