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

GetImagePipelineResponse

import type { GetImagePipelineResponse } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface GetImagePipelineResponse {
imagePipeline?: ImagePipeline | null;
requestId?: string | null;
}

§Properties

§
imagePipeline?: ImagePipeline | null
[src]

The image pipeline object.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.