UpdateGatewayCapabilityConfigurationRequest

public struct UpdateGatewayCapabilityConfigurationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The JSON document that defines the configuration for the gateway capability. For more information, see Configuring data sources (CLI) in the AWS IoT SiteWise User Guide.

    Declaration

    Swift

    public let capabilityConfiguration: String
  • The namespace of the gateway capability configuration to be updated. For example, if you configure OPC-UA sources from the AWS IoT SiteWise console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version, where version is a number such as 1.

    Declaration

    Swift

    public let capabilityNamespace: String
  • The ID of the gateway to be updated.

    Declaration

    Swift

    public let gatewayId: String
  • Undocumented

    Declaration

    Swift

    public init(capabilityConfiguration: String, capabilityNamespace: String, gatewayId: String)
  • Declaration

    Swift

    public func validate(name: String) throws