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

CancelImageCreationRequest

import type { CancelImageCreationRequest } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface CancelImageCreationRequest {
clientToken: string;
imageBuildVersionArn: string;
}

§Properties

§
clientToken: string
[src]

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

§
imageBuildVersionArn: string
[src]

The Amazon Resource Name (ARN) of the image whose creation you want to cancel.