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 GatewaySummary = GatewaySummary' {}
- newGatewaySummary :: Text -> Text -> UTCTime -> UTCTime -> GatewaySummary
- gatewaySummary_gatewayPlatform :: Lens' GatewaySummary (Maybe GatewayPlatform)
- gatewaySummary_gatewayCapabilitySummaries :: Lens' GatewaySummary (Maybe [GatewayCapabilitySummary])
- 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.
GatewaySummary' | |
|
Instances
:: 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:gatewayPlatform:GatewaySummary'
, gatewaySummary_gatewayPlatform
- Undocumented member.
$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: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_gatewayPlatform :: Lens' GatewaySummary (Maybe GatewayPlatform) Source #
Undocumented member.
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_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.