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

StopCanaryRequest

import type { StopCanaryRequest } from "https://aws-api.deno.dev/v0.3/services/synthetics.ts?docs=full";
interface StopCanaryRequest {
Name: string;
}

§Properties

§
Name: string
[src]

The name of the canary that you want to stop. To find the names of your canaries, use DescribeCanaries.