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

CancelQuantumTaskRequest

import type { CancelQuantumTaskRequest } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";
interface CancelQuantumTaskRequest {
clientToken: string;
quantumTaskArn: string;
}

§Properties

§
clientToken: string
[src]

The client token associated with the request.

§
quantumTaskArn: string
[src]

The ARN of the task to cancel.