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

StopJobRequest

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

The request structure for the stop job request.

interface StopJobRequest {
appId: string;
branchName: string;
jobId: string;
}

§Properties

§
appId: string
[src]

The unique ID for an Amplify app.

§
branchName: string
[src]

The name for the branch, for the job.

§
jobId: string
[src]

The unique id for the job.