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

DescribeAppInstanceResponse

import type { DescribeAppInstanceResponse } from "https://aws-api.deno.dev/v0.4/services/chimesdkidentity.ts?docs=full";
interface DescribeAppInstanceResponse {
AppInstance?: AppInstance | null;
}

§Properties

§
AppInstance?: AppInstance | null
[src]

The ARN, metadata, created and last-updated timestamps, and the name of the AppInstance. All timestamps use epoch milliseconds.