| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTWireless.GetWirelessGatewayFirmwareInformation
Description
Gets the firmware version and other information about a wireless gateway.
Synopsis
- data GetWirelessGatewayFirmwareInformation = GetWirelessGatewayFirmwareInformation' {}
- newGetWirelessGatewayFirmwareInformation :: Text -> GetWirelessGatewayFirmwareInformation
- getWirelessGatewayFirmwareInformation_id :: Lens' GetWirelessGatewayFirmwareInformation Text
- data GetWirelessGatewayFirmwareInformationResponse = GetWirelessGatewayFirmwareInformationResponse' {}
- newGetWirelessGatewayFirmwareInformationResponse :: Int -> GetWirelessGatewayFirmwareInformationResponse
- getWirelessGatewayFirmwareInformationResponse_loRaWAN :: Lens' GetWirelessGatewayFirmwareInformationResponse (Maybe LoRaWANGatewayCurrentVersion)
- getWirelessGatewayFirmwareInformationResponse_httpStatus :: Lens' GetWirelessGatewayFirmwareInformationResponse Int
Creating a Request
data GetWirelessGatewayFirmwareInformation Source #
See: newGetWirelessGatewayFirmwareInformation smart constructor.
Constructors
| GetWirelessGatewayFirmwareInformation' | |
Instances
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:
GetWirelessGatewayFirmwareInformation, getWirelessGatewayFirmwareInformation_id - The ID of the resource to get.
Request Lenses
getWirelessGatewayFirmwareInformation_id :: Lens' GetWirelessGatewayFirmwareInformation Text Source #
The ID of the resource to get.
Destructuring the Response
data GetWirelessGatewayFirmwareInformationResponse Source #
See: newGetWirelessGatewayFirmwareInformationResponse smart constructor.
Constructors
| GetWirelessGatewayFirmwareInformationResponse' | |
Fields
| |
Instances
newGetWirelessGatewayFirmwareInformationResponse Source #
Arguments
| :: Int |
|
| -> GetWirelessGatewayFirmwareInformationResponse |
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:
GetWirelessGatewayFirmwareInformationResponse, getWirelessGatewayFirmwareInformationResponse_loRaWAN - Information about the wireless gateway's firmware.
$sel:httpStatus:GetWirelessGatewayFirmwareInformationResponse', getWirelessGatewayFirmwareInformationResponse_httpStatus - The response's http status code.
Response Lenses
getWirelessGatewayFirmwareInformationResponse_loRaWAN :: Lens' GetWirelessGatewayFirmwareInformationResponse (Maybe LoRaWANGatewayCurrentVersion) Source #
Information about the wireless gateway's firmware.
getWirelessGatewayFirmwareInformationResponse_httpStatus :: Lens' GetWirelessGatewayFirmwareInformationResponse Int Source #
The response's http status code.