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

AppInstance

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

The details of an AppInstance, an instance of an Amazon Chime SDK messaging application.

interface AppInstance {
AppInstanceArn?: string | null;
CreatedTimestamp?: Date | number | null;
LastUpdatedTimestamp?: Date | number | null;
Metadata?: string | null;
Name?: string | null;
}

§Properties

§
AppInstanceArn?: string | null
[src]

The ARN of the messaging instance.

§
CreatedTimestamp?: Date | number | null
[src]

The time at which an AppInstance was created. In epoch milliseconds.

§
LastUpdatedTimestamp?: Date | number | null
[src]

The time an AppInstance was last updated. In epoch milliseconds.

§
Metadata?: string | null
[src]

The metadata of an AppInstance.

§
Name?: string | null
[src]

The name of an AppInstance.