Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Gets the ID of the certificate that is currently associated with a wireless gateway.
Synopsis
- data GetWirelessGatewayCertificate = GetWirelessGatewayCertificate' {}
- newGetWirelessGatewayCertificate :: Text -> GetWirelessGatewayCertificate
- getWirelessGatewayCertificate_id :: Lens' GetWirelessGatewayCertificate Text
- data GetWirelessGatewayCertificateResponse = GetWirelessGatewayCertificateResponse' {}
- newGetWirelessGatewayCertificateResponse :: Int -> GetWirelessGatewayCertificateResponse
- getWirelessGatewayCertificateResponse_iotCertificateId :: Lens' GetWirelessGatewayCertificateResponse (Maybe Text)
- getWirelessGatewayCertificateResponse_loRaWANNetworkServerCertificateId :: Lens' GetWirelessGatewayCertificateResponse (Maybe Text)
- getWirelessGatewayCertificateResponse_httpStatus :: Lens' GetWirelessGatewayCertificateResponse Int
Creating a Request
data GetWirelessGatewayCertificate Source #
See: newGetWirelessGatewayCertificate
smart constructor.
Instances
newGetWirelessGatewayCertificate Source #
Create a value of GetWirelessGatewayCertificate
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:GetWirelessGatewayCertificate'
, getWirelessGatewayCertificate_id
- The ID of the resource to get.
Request Lenses
getWirelessGatewayCertificate_id :: Lens' GetWirelessGatewayCertificate Text Source #
The ID of the resource to get.
Destructuring the Response
data GetWirelessGatewayCertificateResponse Source #
See: newGetWirelessGatewayCertificateResponse
smart constructor.
GetWirelessGatewayCertificateResponse' | |
|
Instances
newGetWirelessGatewayCertificateResponse Source #
Create a value of GetWirelessGatewayCertificateResponse
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:iotCertificateId:GetWirelessGatewayCertificateResponse'
, getWirelessGatewayCertificateResponse_iotCertificateId
- The ID of the certificate associated with the wireless gateway.
$sel:loRaWANNetworkServerCertificateId:GetWirelessGatewayCertificateResponse'
, getWirelessGatewayCertificateResponse_loRaWANNetworkServerCertificateId
- The ID of the certificate that is associated with the wireless gateway
and used for the LoRaWANNetworkServer endpoint.
$sel:httpStatus:GetWirelessGatewayCertificateResponse'
, getWirelessGatewayCertificateResponse_httpStatus
- The response's http status code.
Response Lenses
getWirelessGatewayCertificateResponse_iotCertificateId :: Lens' GetWirelessGatewayCertificateResponse (Maybe Text) Source #
The ID of the certificate associated with the wireless gateway.
getWirelessGatewayCertificateResponse_loRaWANNetworkServerCertificateId :: Lens' GetWirelessGatewayCertificateResponse (Maybe Text) Source #
The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.
getWirelessGatewayCertificateResponse_httpStatus :: Lens' GetWirelessGatewayCertificateResponse Int Source #
The response's http status code.