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

GatewaySummary

import type { GatewaySummary } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

The summary of a gateway.

interface GatewaySummary {
Arn?: string | null;
Description?: string | null;
GatewayGroupArn?: string | null;
Name?: string | null;
SoftwareVersion?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the gateway.

§
Description?: string | null
[src]

The description of the gateway.

§
GatewayGroupArn?: string | null
[src]

The ARN of the gateway group that the gateway is associated to.

§
Name?: string | null
[src]

The name of the gateway.

§
SoftwareVersion?: string | null
[src]

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