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

SharedImagePermissions

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

Describes the permissions that are available to the specified AWS account for a shared image.

interface SharedImagePermissions {
imagePermissions: ImagePermissions;
sharedAccountId: string;
}

§Properties

§
imagePermissions: ImagePermissions
[src]

Describes the permissions for a shared image.

§
sharedAccountId: string
[src]

The 12-digit identifier of the AWS account with which the image is shared.