class Aws::IoTSiteWise::Types::UpdateGatewayCapabilityConfigurationRequest

@note When making an API call, you may pass UpdateGatewayCapabilityConfigurationRequest

data as a hash:

    {
      gateway_id: "ID", # required
      capability_namespace: "CapabilityNamespace", # required
      capability_configuration: "CapabilityConfiguration", # required
    }

@!attribute [rw] gateway_id

The ID of the gateway to be updated.
@return [String]

@!attribute [rw] capability_namespace

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`.
@return [String]

@!attribute [rw] capability_configuration

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

[1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/configure-sources.html#configure-source-cli
@return [String]

Constants

SENSITIVE