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

CreateAssetResponse

import type { CreateAssetResponse } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface CreateAssetResponse {
assetArn: string;
assetId: string;
assetStatus: AssetStatus;
}

§Properties

§
assetArn: string
[src]

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

arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}
§
assetId: string
[src]

The ID of the asset. This ID uniquely identifies the asset within IoT SiteWise and can be used with other IoT SiteWise APIs.

§
assetStatus: AssetStatus
[src]

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