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

DescribeImagePermissionsRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum size of each page of results.

§
Name: string
[src]

The name of the private image for which to describe permissions. The image must be one that you own.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

§
SharedAwsAccountIds?: string[] | null
[src]

The 12-digit identifier of one or more AWS accounts with which the image is shared.