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

CancelDataRepositoryTaskRequest

import type { CancelDataRepositoryTaskRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

Cancels a data repository task.

interface CancelDataRepositoryTaskRequest {
TaskId: string;
}

§Properties

§
TaskId: string
[src]

Specifies the data repository task to cancel.