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

CreateCoreDefinitionVersionRequest

import type { CreateCoreDefinitionVersionRequest } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface CreateCoreDefinitionVersionRequest {
AmznClientToken?: string | null;
CoreDefinitionId: string;
Cores?: Core[] | null;
}

§Properties

§
AmznClientToken?: string | null
[src]

A client token used to correlate requests and responses.

§
CoreDefinitionId: string
[src]

The ID of the core definition.

§
Cores?: Core[] | null
[src]

A list of cores in the core definition version.