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

CreateGatewayResponse

import type { CreateGatewayResponse } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface CreateGatewayResponse {
gatewayArn: string;
gatewayId: string;
}

§Properties

§
gatewayArn: string
[src]

The ARN of the gateway, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
§
gatewayId: string
[src]

The ID of the gateway device. You can use this ID when you call other IoT SiteWise APIs.