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

UpdateCoreDefinitionRequest

import type { UpdateCoreDefinitionRequest } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface UpdateCoreDefinitionRequest {
CoreDefinitionId: string;
Name?: string | null;
}

§Properties

§
CoreDefinitionId: string
[src]

The ID of the core definition.

§
Name?: string | null
[src]

The name of the definition.