| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTSiteWise.Types.GatewaySummary
Description
Synopsis
- data GatewaySummary = GatewaySummary' {}
- newGatewaySummary :: Text -> Text -> UTCTime -> UTCTime -> GatewaySummary
- gatewaySummary_gatewayCapabilitySummaries :: Lens' GatewaySummary (Maybe [GatewayCapabilitySummary])
- gatewaySummary_gatewayPlatform :: Lens' GatewaySummary (Maybe GatewayPlatform)
- gatewaySummary_gatewayId :: Lens' GatewaySummary Text
- gatewaySummary_gatewayName :: Lens' GatewaySummary Text
- gatewaySummary_creationDate :: Lens' GatewaySummary UTCTime
- gatewaySummary_lastUpdateDate :: Lens' GatewaySummary UTCTime
Documentation
data GatewaySummary Source #
Contains a summary of a gateway.
See: newGatewaySummary smart constructor.
Constructors
| GatewaySummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> UTCTime | |
| -> GatewaySummary |
Create a value of GatewaySummary 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:gatewayCapabilitySummaries:GatewaySummary', gatewaySummary_gatewayCapabilitySummaries - A list of gateway capability summaries that each contain a namespace and
status. Each gateway capability defines data sources for the gateway. To
retrieve a capability configuration's definition, use
DescribeGatewayCapabilityConfiguration.
$sel:gatewayPlatform:GatewaySummary', gatewaySummary_gatewayPlatform - Undocumented member.
$sel:gatewayId:GatewaySummary', gatewaySummary_gatewayId - The ID of the gateway device.
$sel:gatewayName:GatewaySummary', gatewaySummary_gatewayName - The name of the asset.
$sel:creationDate:GatewaySummary', gatewaySummary_creationDate - The date the gateway was created, in Unix epoch time.
$sel:lastUpdateDate:GatewaySummary', gatewaySummary_lastUpdateDate - The date the gateway was last updated, in Unix epoch time.
gatewaySummary_gatewayCapabilitySummaries :: Lens' GatewaySummary (Maybe [GatewayCapabilitySummary]) Source #
A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.
gatewaySummary_gatewayPlatform :: Lens' GatewaySummary (Maybe GatewayPlatform) Source #
Undocumented member.
gatewaySummary_gatewayId :: Lens' GatewaySummary Text Source #
The ID of the gateway device.
gatewaySummary_gatewayName :: Lens' GatewaySummary Text Source #
The name of the asset.
gatewaySummary_creationDate :: Lens' GatewaySummary UTCTime Source #
The date the gateway was created, in Unix epoch time.
gatewaySummary_lastUpdateDate :: Lens' GatewaySummary UTCTime Source #
The date the gateway was last updated, in Unix epoch time.