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

Description

Disassociates a wireless gateway from its currently associated certificate.

Synopsis

Creating a Request

data DisassociateWirelessGatewayFromCertificate Source #

Constructors

DisassociateWirelessGatewayFromCertificate' 

Fields

  • id :: Text

    The ID of the resource to update.

Instances

Instances details
Eq DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

Read DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

Show DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

Generic DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

NFData DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

Hashable DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

AWSRequest DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

ToHeaders DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

ToPath DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

ToQuery DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

type Rep DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

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

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

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

Destructuring the Response

data DisassociateWirelessGatewayFromCertificateResponse Source #

Constructors

DisassociateWirelessGatewayFromCertificateResponse' 

Fields

Instances

Instances details
Eq DisassociateWirelessGatewayFromCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

Read DisassociateWirelessGatewayFromCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

Show DisassociateWirelessGatewayFromCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

Generic DisassociateWirelessGatewayFromCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

NFData DisassociateWirelessGatewayFromCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

type Rep DisassociateWirelessGatewayFromCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

type Rep DisassociateWirelessGatewayFromCertificateResponse = D1 ('MetaData "DisassociateWirelessGatewayFromCertificateResponse" "Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "DisassociateWirelessGatewayFromCertificateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateWirelessGatewayFromCertificateResponse Source #

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