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

DeleteImagePipelineResponse

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

§Properties

§
imagePipelineArn?: string | null
[src]

The Amazon Resource Name (ARN) of the image pipeline that was deleted.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.