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

CreateAssetModelResponse

import type { CreateAssetModelResponse } from "https://aws-api.deno.dev/v0.4/services/iotsitewise.ts?docs=full";
interface CreateAssetModelResponse {
assetModelArn: string;
assetModelId: string;
assetModelStatus: AssetModelStatus;
}

§Properties

§
assetModelArn: string
[src]

The ARN of the asset model, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
§
assetModelId: string
[src]

The ID of the asset model. You can use this ID when you call other IoT SiteWise APIs.

§
assetModelStatus: AssetModelStatus
[src]

The status of the asset model, which contains a state (CREATING after successfully calling this operation) and any error message.