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

Description

Gets the firmware version and other information about a wireless gateway.

Synopsis

Creating a Request

data GetWirelessGatewayFirmwareInformation Source #

Constructors

GetWirelessGatewayFirmwareInformation' 

Fields

  • id :: Text

    The ID of the resource to get.

Instances

Instances details
Eq GetWirelessGatewayFirmwareInformation Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

Read GetWirelessGatewayFirmwareInformation Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

Show GetWirelessGatewayFirmwareInformation Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

Generic GetWirelessGatewayFirmwareInformation Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

NFData GetWirelessGatewayFirmwareInformation Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

Hashable GetWirelessGatewayFirmwareInformation Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

AWSRequest GetWirelessGatewayFirmwareInformation Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

ToHeaders GetWirelessGatewayFirmwareInformation Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

ToPath GetWirelessGatewayFirmwareInformation Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

ToQuery GetWirelessGatewayFirmwareInformation Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

type Rep GetWirelessGatewayFirmwareInformation Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

type Rep GetWirelessGatewayFirmwareInformation = D1 ('MetaData "GetWirelessGatewayFirmwareInformation" "Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "GetWirelessGatewayFirmwareInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetWirelessGatewayFirmwareInformation Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

newGetWirelessGatewayFirmwareInformation Source #

Create a value of GetWirelessGatewayFirmwareInformation 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:id:GetWirelessGatewayFirmwareInformation', getWirelessGatewayFirmwareInformation_id - The ID of the resource to get.

Request Lenses

Destructuring the Response

data GetWirelessGatewayFirmwareInformationResponse Source #

Constructors

GetWirelessGatewayFirmwareInformationResponse' 

Fields

Instances

Instances details
Eq GetWirelessGatewayFirmwareInformationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

Read GetWirelessGatewayFirmwareInformationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

Show GetWirelessGatewayFirmwareInformationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

Generic GetWirelessGatewayFirmwareInformationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

NFData GetWirelessGatewayFirmwareInformationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

type Rep GetWirelessGatewayFirmwareInformationResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation

type Rep GetWirelessGatewayFirmwareInformationResponse = D1 ('MetaData "GetWirelessGatewayFirmwareInformationResponse" "Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "GetWirelessGatewayFirmwareInformationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loRaWAN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoRaWANGatewayCurrentVersion)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetWirelessGatewayFirmwareInformationResponse Source #

Create a value of GetWirelessGatewayFirmwareInformationResponse 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:loRaWAN:GetWirelessGatewayFirmwareInformationResponse', getWirelessGatewayFirmwareInformationResponse_loRaWAN - Information about the wireless gateway's firmware.

$sel:httpStatus:GetWirelessGatewayFirmwareInformationResponse', getWirelessGatewayFirmwareInformationResponse_httpStatus - The response's http status code.

Response Lenses