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

CreateAppInstanceAdminResponse

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

§Properties

§
AppInstanceAdmin?: Identity | null
[src]

The name and ARN of the admin for the AppInstance.

§
AppInstanceArn?: string | null
[src]

The ARN of the of the admin for the AppInstance.