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

CreateComponentVersionRequest

import type { CreateComponentVersionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/greengrassv2.ts";
interface CreateComponentVersionRequest {
clientToken?: string | null;
inlineRecipe?: Uint8Array | string | null;
lambdaFunction?: LambdaFunctionRecipeSource | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientToken?: string | null
[src]
§
inlineRecipe?: Uint8Array | string | null
[src]
§
lambdaFunction?: LambdaFunctionRecipeSource | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]