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

GroupResourcesOutput

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

§Properties

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

A list of ARNs of any resources that failed to be added to the group by this operation.

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

A list of ARNs of any resources that are still in the process of being added to the group by this operation. These pending additions continue asynchronously. You can check the status of pending additions by using the "ListGroupResources" operation, and checking the Resources array in the response and the Status field of each object in that array.

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

A list of ARNs of resources that were successfully added to the group by this operation.