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

UngroupResourcesInput

import type { UngroupResourcesInput } from "https://aws-api.deno.dev/v0.3/services/resourcegroups.ts?docs=full";
interface UngroupResourcesInput {
Group: string;
ResourceArns: string[];
}

§Properties

§
Group: string
[src]

The name or the ARN of the resource group from which to remove the resources.

§
ResourceArns: string[]
[src]

The ARNs of the resources to be removed from the group.