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

UpdateGatewayRequest

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

§Properties

§
Description?: string | null
[src]

The updated description of the gateway.

§
GatewayArn: string
[src]

The ARN of the gateway to update.

§
Name?: string | null
[src]

The updated name of the gateway.

§
SoftwareVersion?: string | null
[src]

The updated software version of the gateway. The gateway automatically updates its software version during normal operation.