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

ListImagePipelineImagesRequest

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

§Properties

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

Use the following filters to streamline results:

  • name
    
  • version
    
§
imagePipelineArn: string
[src]

The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.

§
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.