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

UpdateGroupRequest

import type { UpdateGroupRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface UpdateGroupRequest {
Description?: string | null;
GroupName: string;
Precedence?: number | null;
RoleArn?: string | null;
UserPoolId: string;
}

§Properties

§
Description?: string | null
[src]

A string containing the new description of the group.

§
GroupName: string
[src]

The name of the group.

§
Precedence?: number | null
[src]

The new precedence value for the group. For more information about this parameter, see CreateGroup.

§
RoleArn?: string | null
[src]

The new role ARN for the group. This is used for setting the cognito:roles and cognito:preferred_role claims in the token.

§
UserPoolId: string
[src]

The user pool ID for the user pool.