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

UpdateGroupInput

import type { UpdateGroupInput } from "https://aws-api.deno.dev/v0.3/services/resourcegroups.ts?docs=full";
interface UpdateGroupInput {
Description?: string | null;
Group?: string | null;
GroupName?: string | null;
}

§Properties

§
Description?: string | null
[src]

The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.

§
Group?: string | null
[src]

The name or the ARN of the resource group to modify.

§
GroupName?: string | null
[src]

Don't use this parameter. Use Group instead.