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

ListContainerRecipesResponse

import type { ListContainerRecipesResponse } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface ListContainerRecipesResponse {
containerRecipeSummaryList?: ContainerRecipeSummary[] | null;
nextToken?: string | null;
requestId?: string | null;
}

§Properties

§
containerRecipeSummaryList?: ContainerRecipeSummary[] | null
[src]

The list of container recipes returned for the request.

§
nextToken?: string | null
[src]

The next token field is used for paginated responses. When this is not empty, there are additional container recipes that the service has not included in this response. Use this token with the next request to retrieve additional list items.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.