ThingAttribute
import type { ThingAttribute } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";interface ThingAttribute {
attributes?: {} | null;
[key: string]: string | null | undefined;
thingArn?: string | null;
thingName?: string | null;
thingTypeName?: string | null;
version?: number | null;
}