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

ListImageRecipesRequest

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

§Properties

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

Use the following filters to streamline results:

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

The maximum items to return in a request.

§
nextToken?: string | null
[src]

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

§
owner?: Ownership | null
[src]

The owner defines which image recipes you want to list. By default, this request will only show image recipes owned by your account. You can use this field to specify if you want to view image recipes owned by yourself, by Amazon, or those image recipes that have been shared with you by other customers.