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

UpdateDimensionRequest

import type { UpdateDimensionRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateDimensionRequest {
name: string;
stringValues: string[];
}

§Properties

§
name: string
[src]

A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.

§
stringValues: string[]
[src]

Specifies the value or list of values for the dimension. For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").