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

DescribeImagePermissionsResult

import type { DescribeImagePermissionsResult } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface DescribeImagePermissionsResult {
Name?: string | null;
NextToken?: string | null;
SharedImagePermissionsList?: SharedImagePermissions[] | null;
}

§Properties

§
Name?: string | null
[src]

The name of the private image.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

§
SharedImagePermissionsList?: SharedImagePermissions[] | null
[src]

The permissions for a private image that you own.