amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTWireless.Types.WirelessGatewayStatistics

Description

 
Synopsis

Documentation

data WirelessGatewayStatistics Source #

Information about a wireless gateway's operation.

See: newWirelessGatewayStatistics smart constructor.

Constructors

WirelessGatewayStatistics' 

Fields

Instances

Instances details
FromJSON WirelessGatewayStatistics Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayStatistics

Generic WirelessGatewayStatistics Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayStatistics

Associated Types

type Rep WirelessGatewayStatistics :: Type -> Type #

Read WirelessGatewayStatistics Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayStatistics

Show WirelessGatewayStatistics Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayStatistics

NFData WirelessGatewayStatistics Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayStatistics

Eq WirelessGatewayStatistics Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayStatistics

Hashable WirelessGatewayStatistics Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayStatistics

type Rep WirelessGatewayStatistics Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayStatistics

type Rep WirelessGatewayStatistics = D1 ('MetaData "WirelessGatewayStatistics" "Amazonka.IoTWireless.Types.WirelessGatewayStatistics" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "WirelessGatewayStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastUplinkReceivedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "loRaWAN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoRaWANGateway)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newWirelessGatewayStatistics :: WirelessGatewayStatistics Source #

Create a value of WirelessGatewayStatistics 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:arn:WirelessGatewayStatistics', wirelessGatewayStatistics_arn - The Amazon Resource Name of the resource.

$sel:description:WirelessGatewayStatistics', wirelessGatewayStatistics_description - The description of the resource.

$sel:id:WirelessGatewayStatistics', wirelessGatewayStatistics_id - The ID of the wireless gateway reporting the data.

$sel:lastUplinkReceivedAt:WirelessGatewayStatistics', wirelessGatewayStatistics_lastUplinkReceivedAt - The date and time when the most recent uplink was received.

$sel:loRaWAN:WirelessGatewayStatistics', wirelessGatewayStatistics_loRaWAN - LoRaWAN gateway info.

$sel:name:WirelessGatewayStatistics', wirelessGatewayStatistics_name - The name of the resource.

wirelessGatewayStatistics_arn :: Lens' WirelessGatewayStatistics (Maybe Text) Source #

The Amazon Resource Name of the resource.

wirelessGatewayStatistics_id :: Lens' WirelessGatewayStatistics (Maybe Text) Source #

The ID of the wireless gateway reporting the data.

wirelessGatewayStatistics_lastUplinkReceivedAt :: Lens' WirelessGatewayStatistics (Maybe Text) Source #

The date and time when the most recent uplink was received.