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

GetWirelessGatewayResponse

import type { GetWirelessGatewayResponse } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface GetWirelessGatewayResponse {
Arn?: string | null;
Description?: string | null;
Id?: string | null;
LoRaWAN?: LoRaWANGateway | null;
Name?: string | null;
ThingArn?: string | null;
ThingName?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name of the resource.

§
Description?: string | null
[src]

The description of the resource.

§
Id?: string | null
[src]

The ID of the wireless gateway.

§
LoRaWAN?: LoRaWANGateway | null
[src]

Information about the wireless gateway.

§
Name?: string | null
[src]

The name of the resource.

§
ThingArn?: string | null
[src]

The ARN of the thing associated with the wireless gateway.

§
ThingName?: string | null
[src]

The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.