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/iotsitewise.ts?docs=full";

Contains a summary of a gateway.

interface GatewaySummary {
creationDate: Date | number;
gatewayCapabilitySummaries?: GatewayCapabilitySummary[] | null;
gatewayId: string;
gatewayName: string;
gatewayPlatform?: GatewayPlatform | null;
lastUpdateDate: Date | number;
}

§Properties

§
creationDate: Date | number
[src]

The date the gateway was created, in Unix epoch time.

§
gatewayCapabilitySummaries?: GatewayCapabilitySummary[] | null
[src]

A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.

§
gatewayId: string
[src]

The ID of the gateway device.

§
gatewayName: string
[src]

The name of the asset.

§
gatewayPlatform?: GatewayPlatform | null
[src]
§
lastUpdateDate: Date | number
[src]

The date the gateway was last updated, in Unix epoch time.