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

GetRepositoryPermissionsPolicyResult

import type { GetRepositoryPermissionsPolicyResult } from "https://aws-api.deno.dev/v0.4/services/codeartifact.ts?docs=full";
interface GetRepositoryPermissionsPolicyResult {
policy?: ResourcePolicy | null;
}

§Properties

§
policy?: ResourcePolicy | null
[src]

The returned resource policy.