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

DeleteImagePermissionsRequest

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

§Properties

§
Name: string
[src]

The name of the private image.

§
SharedAccountId: string
[src]

The 12-digit identifier of the AWS account for which to delete image permissions.