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

ListImagePipelinesRequest

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

§Properties

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

Use the following filters to streamline results:

  • description
    
  • distributionConfigurationArn
    
  • imageRecipeArn
    
  • infrastructureConfigurationArn
    
  • name
    
  • status
    
§
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.