DescribeGatewayCapabilityConfigurationResponse

public struct DescribeGatewayCapabilityConfigurationResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The JSON document that defines the gateway capability’s configuration. 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.

    Declaration

    Swift

    public let capabilityNamespace: String
  • 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.

    Declaration

    Swift

    public let capabilitySyncStatus: CapabilitySyncStatus
  • The ID of the gateway that defines the capability configuration.

    Declaration

    Swift

    public let gatewayId: String
  • Undocumented

    Declaration

    Swift

    public init(capabilityConfiguration: String, capabilityNamespace: String, capabilitySyncStatus: CapabilitySyncStatus, gatewayId: String)