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

UpdateDimensionResponse

import type { UpdateDimensionResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateDimensionResponse {
arn?: string | null;
creationDate?: Date | number | null;
lastModifiedDate?: Date | number | null;
name?: string | null;
stringValues?: string[] | null;
type?: DimensionType | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN)of the created dimension.

§
creationDate?: Date | number | null
[src]

The date and time, in milliseconds since epoch, when the dimension was initially created.

§
lastModifiedDate?: Date | number | null
[src]

The date and time, in milliseconds since epoch, when the dimension was most recently updated.

§
name?: string | null
[src]

A unique identifier for the dimension.

§
stringValues?: string[] | null
[src]

The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.

§
type?: DimensionType | null
[src]

The type of the dimension.