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

DisassociateResourceRequest

import type { DisassociateResourceRequest } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";
interface DisassociateResourceRequest {
GroupIdentifier: string;
ResourceArn: string;
}

§Properties

§
GroupIdentifier: string
[src]

Specifies the group. You can specify the group name, the ARN, or the group ID as the GroupIdentifier.

§
ResourceArn: string
[src]

The ARN of the canary that you want to remove from the specified group.