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

DescribeGatewayCapabilityConfigurationRequest

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

§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.

§
gatewayId: string
[src]

The ID of the gateway that defines the capability configuration.