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.3/services/iotsitewise.ts?docs=full";
interface UpdateGatewayRequest {
gatewayId: string;
gatewayName: string;
}

§Properties

§
gatewayId: string
[src]

The ID of the gateway to update.

§
gatewayName: string
[src]

A unique, friendly name for the gateway.