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

StopLaunchRequest

import type { StopLaunchRequest } from "https://aws-api.deno.dev/v0.3/services/evidently.ts?docs=full";
interface StopLaunchRequest {
desiredState?: LaunchStopDesiredState | null;
launch: string;
project: string;
reason?: string | null;
}

§Properties

§
desiredState?: LaunchStopDesiredState | null
[src]

Specify whether to consider the launch as COMPLETED or CANCELLED after it stops.

§
launch: string
[src]

The name of the launch to stop.

§
project: string
[src]

The name or ARN of the project that contains the launch that you want to stop.

§
reason?: string | null
[src]

A string that describes why you are stopping the launch.