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

DescribeGatewayResponse

import type { DescribeGatewayResponse } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface DescribeGatewayResponse {
creationDate: Date | number;
gatewayArn: string;
gatewayCapabilitySummaries: GatewayCapabilitySummary[];
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.

§
gatewayArn: string
[src]

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

arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
§
gatewayCapabilitySummaries: GatewayCapabilitySummary[]
[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 gateway.

§
gatewayPlatform?: GatewayPlatform | null
[src]

The gateway's platform.

§
lastUpdateDate: Date | number
[src]

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