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

UserSetting

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

Describes an action and whether the action is enabled or disabled for users during their streaming sessions.

interface UserSetting {
Action: Action;
Permission: Permission;
}

§Properties

§
Action: Action
[src]

The action that is enabled or disabled.

§
Permission: Permission
[src]

Indicates whether the action is enabled or disabled.