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

GatewayCapabilitySummary

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

Contains a summary of a gateway capability configuration.

interface GatewayCapabilitySummary {
capabilityNamespace: string;
capabilitySyncStatus: CapabilitySyncStatus;
}

§Properties

§
capabilityNamespace: string
[src]

The namespace of the capability configuration. For example, if you configure OPC-UA sources from the IoT SiteWise console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version, where version is a number such as 1.

§
capabilitySyncStatus: CapabilitySyncStatus
[src]

The synchronization status of the capability configuration. The sync status can be one of the following:

  • IN_SYNC – The gateway is running the capability configuration.
  • OUT_OF_SYNC – The gateway hasn't received the capability configuration.
  • SYNC_FAILED – The gateway rejected the capability configuration.