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

DeleteCanaryRequest

import type { DeleteCanaryRequest } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";
interface DeleteCanaryRequest {
DeleteLambda?: boolean | null;
Name: string;
}

§Properties

§
DeleteLambda?: boolean | null
[src]

Specifies whether to also delete the Lambda functions and layers used by this canary. The default is false.

Type: Boolean

§
Name: string
[src]

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