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

DeleteComponentTypeRequest

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

§Properties

§
componentTypeId: string
[src]

The ID of the component type to delete.

§
workspaceId: string
[src]

The ID of the workspace that contains the component type.