amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

AWSRequest DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

Generic 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

NFData DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

Eq DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

Hashable DisassociateWirelessGatewayFromCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

type AWSResponse 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" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "DisassociateWirelessGatewayFromCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DisassociateWirelessGatewayFromCertificate, disassociateWirelessGatewayFromCertificate_id - The ID of the resource to update.

Request Lenses

Destructuring the Response

data DisassociateWirelessGatewayFromCertificateResponse Source #

Constructors

DisassociateWirelessGatewayFromCertificateResponse' 

Fields

Instances

Instances details
Generic 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

NFData DisassociateWirelessGatewayFromCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromCertificate

Eq 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" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" '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