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

ListContainerRecipesRequest

import type { ListContainerRecipesRequest } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface ListContainerRecipesRequest {
filters?: Filter[] | null;
maxResults?: number | null;
nextToken?: string | null;
owner?: Ownership | null;
}

§Properties

§
filters?: Filter[] | null
[src]

Use the following filters to streamline results:

  • containerType
    
  • name
    
  • parentImage
    
  • platform
    
§
maxResults?: number | null
[src]

The maximum number of results to return in the list.

§
nextToken?: string | null
[src]

Provides a token for pagination, which determines where to begin the next set of results when the current set reaches the maximum for one request.

§
owner?: Ownership | null
[src]

Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.