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

GetComponentResponse

import type { GetComponentResponse } from "https://aws-api.deno.dev/v0.4/services/greengrassv2.ts?docs=full";
interface GetComponentResponse {
recipe: Uint8Array;
recipeOutputFormat: RecipeOutputFormat;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
recipe: Uint8Array
[src]

The recipe of the component version.

§
recipeOutputFormat: RecipeOutputFormat
[src]

The format of the recipe.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the IoT Greengrass V2 Developer Guide.