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?: {} | null;
}[key: string]: string | null | undefined;