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

GetComponentTypeRequest

import type { GetComponentTypeRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface GetComponentTypeRequest {
componentTypeId: string;
workspaceId: string;
}

§Properties

§
componentTypeId: string
[src]

The ID of the component type.

§
workspaceId: string
[src]

The ID of the workspace that contains the component type.