| 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.DisassociateWirelessGatewayFromCertificate
Description
Disassociates a wireless gateway from its currently associated certificate.
Synopsis
- data DisassociateWirelessGatewayFromCertificate = DisassociateWirelessGatewayFromCertificate' {}
- newDisassociateWirelessGatewayFromCertificate :: Text -> DisassociateWirelessGatewayFromCertificate
- disassociateWirelessGatewayFromCertificate_id :: Lens' DisassociateWirelessGatewayFromCertificate Text
- data DisassociateWirelessGatewayFromCertificateResponse = DisassociateWirelessGatewayFromCertificateResponse' {
- httpStatus :: Int
- newDisassociateWirelessGatewayFromCertificateResponse :: Int -> DisassociateWirelessGatewayFromCertificateResponse
- disassociateWirelessGatewayFromCertificateResponse_httpStatus :: Lens' DisassociateWirelessGatewayFromCertificateResponse Int
Creating a Request
data DisassociateWirelessGatewayFromCertificate Source #
See: newDisassociateWirelessGatewayFromCertificate smart constructor.
Constructors
| DisassociateWirelessGatewayFromCertificate' | |
Instances
newDisassociateWirelessGatewayFromCertificate Source #
Arguments
| :: Text | |
| -> DisassociateWirelessGatewayFromCertificate |
Create a value of DisassociateWirelessGatewayFromCertificate 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:
DisassociateWirelessGatewayFromCertificate, disassociateWirelessGatewayFromCertificate_id - The ID of the resource to update.
Request Lenses
disassociateWirelessGatewayFromCertificate_id :: Lens' DisassociateWirelessGatewayFromCertificate Text Source #
The ID of the resource to update.
Destructuring the Response
data DisassociateWirelessGatewayFromCertificateResponse Source #
See: newDisassociateWirelessGatewayFromCertificateResponse smart constructor.
Constructors
| DisassociateWirelessGatewayFromCertificateResponse' | |
Fields
| |
Instances
newDisassociateWirelessGatewayFromCertificateResponse Source #
Arguments
| :: Int |
|
| -> DisassociateWirelessGatewayFromCertificateResponse |
Create a value of DisassociateWirelessGatewayFromCertificateResponse 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:httpStatus:DisassociateWirelessGatewayFromCertificateResponse', disassociateWirelessGatewayFromCertificateResponse_httpStatus - The response's http status code.
Response Lenses
disassociateWirelessGatewayFromCertificateResponse_httpStatus :: Lens' DisassociateWirelessGatewayFromCertificateResponse Int Source #
The response's http status code.