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

DeleteRegistryPolicyResponse

import type { DeleteRegistryPolicyResponse } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface DeleteRegistryPolicyResponse {
policyText?: string | null;
registryId?: string | null;
}

§Properties

§
policyText?: string | null
[src]

The contents of the registry permissions policy that was deleted.

§
registryId?: string | null
[src]

The registry ID associated with the request.