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

UpdateRegistryRequest

import type { UpdateRegistryRequest } from "https://aws-api.deno.dev/v0.4/services/schemas.ts?docs=full";

Updates the registry.

interface UpdateRegistryRequest {
Description?: string | null;
RegistryName: string;
}

§Properties

§
Description?: string | null
[src]

The description of the registry to update.

§
RegistryName: string
[src]

The name of the registry.