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 |
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.
Instances
newDisassociateWirelessGatewayFromCertificate Source #
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:
$sel:id: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.
DisassociateWirelessGatewayFromCertificateResponse' | |
|
Instances
newDisassociateWirelessGatewayFromCertificateResponse Source #
:: 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.