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

UpdateGatewayGroupRequest

import type { UpdateGatewayGroupRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface UpdateGatewayGroupRequest {
Description?: string | null;
GatewayGroupArn: string;
Name?: string | null;
}

§Properties

§
Description?: string | null
[src]

The updated description of the gateway group.

§
GatewayGroupArn: string
[src]

The ARN of the gateway group to update.

§
Name?: string | null
[src]

The updated name of the gateway group.