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

CreateContainerRecipeResponse

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

§Properties

§
clientToken?: string | null
[src]

The client token used to make this request idempotent.

§
containerRecipeArn?: string | null
[src]

Returns the Amazon Resource Name (ARN) of the container recipe that the request created.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.