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

DescribeTemplatePermissionsResponse

import type { DescribeTemplatePermissionsResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface DescribeTemplatePermissionsResponse {
Permissions?: ResourcePermission[] | null;
RequestId?: string | null;
Status?: number | null;
TemplateArn?: string | null;
TemplateId?: string | null;
}

§Properties

§
Permissions?: ResourcePermission[] | null
[src]

A list of resource permissions to be set on the template.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.

§
TemplateArn?: string | null
[src]

The Amazon Resource Name (ARN) of the template.

§
TemplateId?: string | null
[src]

The ID for the template.