libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTSiteWise.Types.GatewaySummary

Description

 
Synopsis

Documentation

data GatewaySummary Source #

Contains a summary of a gateway.

See: newGatewaySummary smart constructor.

Constructors

GatewaySummary' 

Fields

Instances

Instances details
Eq GatewaySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GatewaySummary

Read GatewaySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GatewaySummary

Show GatewaySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GatewaySummary

Generic GatewaySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GatewaySummary

Associated Types

type Rep GatewaySummary :: Type -> Type #

NFData GatewaySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GatewaySummary

Methods

rnf :: GatewaySummary -> () #

Hashable GatewaySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GatewaySummary

FromJSON GatewaySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GatewaySummary

type Rep GatewaySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GatewaySummary

type Rep GatewaySummary = D1 ('MetaData "GatewaySummary" "Amazonka.IoTSiteWise.Types.GatewaySummary" "libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise" 'False) (C1 ('MetaCons "GatewaySummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "gatewayPlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GatewayPlatform)) :*: (S1 ('MetaSel ('Just "gatewayCapabilitySummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GatewayCapabilitySummary])) :*: S1 ('MetaSel ('Just "gatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "gatewayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastUpdateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newGatewaySummary Source #

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_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_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.