libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
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.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
Eq WirelessGatewayStatistics Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayStatistics

Read WirelessGatewayStatistics Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayStatistics

Show 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 #

NFData WirelessGatewayStatistics Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayStatistics

Hashable WirelessGatewayStatistics Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.WirelessGatewayStatistics

FromJSON 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" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "WirelessGatewayStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") '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)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUplinkReceivedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") '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:loRaWAN:WirelessGatewayStatistics', wirelessGatewayStatistics_loRaWAN - LoRaWAN gateway info.

$sel:name:WirelessGatewayStatistics', wirelessGatewayStatistics_name - The name 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:description:WirelessGatewayStatistics', wirelessGatewayStatistics_description - The description 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.