Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data GatewayCapabilitySummary = GatewayCapabilitySummary' {}
- newGatewayCapabilitySummary :: Text -> CapabilitySyncStatus -> GatewayCapabilitySummary
- gatewayCapabilitySummary_capabilityNamespace :: Lens' GatewayCapabilitySummary Text
- gatewayCapabilitySummary_capabilitySyncStatus :: Lens' GatewayCapabilitySummary CapabilitySyncStatus
Documentation
data GatewayCapabilitySummary Source #
Contains a summary of a gateway capability configuration.
See: newGatewayCapabilitySummary
smart constructor.
GatewayCapabilitySummary' | |
|
Instances
newGatewayCapabilitySummary Source #
Create a value of GatewayCapabilitySummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:capabilityNamespace:GatewayCapabilitySummary'
, gatewayCapabilitySummary_capabilityNamespace
- 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
.
$sel:capabilitySyncStatus:GatewayCapabilitySummary'
, gatewayCapabilitySummary_capabilitySyncStatus
- 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.
gatewayCapabilitySummary_capabilityNamespace :: Lens' GatewayCapabilitySummary Text Source #
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
.
gatewayCapabilitySummary_capabilitySyncStatus :: Lens' GatewayCapabilitySummary CapabilitySyncStatus Source #
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.