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

CreateAppInstanceAdminRequest

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

§Properties

§
AppInstanceAdminArn: string
[src]

The ARN of the administrator of the current AppInstance.

§
AppInstanceArn: string
[src]

The ARN of the AppInstance.