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

GetContainerRecipeResponse

import type { GetContainerRecipeResponse } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface GetContainerRecipeResponse {
containerRecipe?: ContainerRecipe | null;
requestId?: string | null;
}

§Properties

§
containerRecipe?: ContainerRecipe | null
[src]

The container recipe object that is returned.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.