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

UpdateAppInstanceRequest

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

§Properties

§
AppInstanceArn: string
[src]

The ARN of the AppInstance.

§
Metadata: string
[src]

The metadata that you want to change.

§
Name: string
[src]

The name that you want to change.