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

UpdateGatewayCapabilityConfigurationRequest

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

§Properties

§
capabilityConfiguration: string
[src]

The JSON document that defines the configuration for the gateway capability. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.

§
capabilityNamespace: string
[src]

The namespace of the gateway capability configuration to be updated. 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 to be updated.