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

UngroupResourcesOutput

import type { UngroupResourcesOutput } from "https://aws-api.deno.dev/v0.3/services/resourcegroups.ts?docs=full";
interface UngroupResourcesOutput {
Failed?: FailedResource[] | null;
Pending?: PendingResource[] | null;
Succeeded?: string[] | null;
}

§Properties

§
Failed?: FailedResource[] | null
[src]

A list of any resources that failed to be removed from the group by this operation.

§
Pending?: PendingResource[] | null
[src]

A list of any resources that are still in the process of being removed from the group by this operation. These pending removals continue asynchronously. You can check the status of pending removals by using the "ListGroupResources" operation. After the resource is successfully removed, it no longer appears in the response.

§
Succeeded?: string[] | null
[src]

A list of resources that were successfully removed from the group by this operation.