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

UpdateImagePermissionsRequest

import type { UpdateImagePermissionsRequest } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface UpdateImagePermissionsRequest {
ImagePermissions: ImagePermissions;
Name: string;
SharedAccountId: string;
}

§Properties

§
ImagePermissions: ImagePermissions
[src]

The permissions for the image.

§
Name: string
[src]

The name of the private image.

§
SharedAccountId: string
[src]

The 12-digit identifier of the AWS account for which you want add or update image permissions.