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

Description

Associates a wireless gateway with a certificate.

Synopsis

Creating a Request

data AssociateWirelessGatewayWithCertificate Source #

Constructors

AssociateWirelessGatewayWithCertificate' 

Fields

  • id :: Text

    The ID of the resource to update.

  • iotCertificateId :: Text

    The ID of the certificate to associate with the wireless gateway.

Instances

Instances details
ToJSON AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

ToHeaders AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

ToPath AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

ToQuery AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

AWSRequest AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

Generic AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

Read AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

Show AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

NFData AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

Eq AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

Hashable AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

type AWSResponse AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

type Rep AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

type Rep AssociateWirelessGatewayWithCertificate = D1 ('MetaData "AssociateWirelessGatewayWithCertificate" "Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "AssociateWirelessGatewayWithCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "iotCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssociateWirelessGatewayWithCertificate Source #

Create a value of AssociateWirelessGatewayWithCertificate 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:

AssociateWirelessGatewayWithCertificate, associateWirelessGatewayWithCertificate_id - The ID of the resource to update.

AssociateWirelessGatewayWithCertificate, associateWirelessGatewayWithCertificate_iotCertificateId - The ID of the certificate to associate with the wireless gateway.

Request Lenses

Destructuring the Response

data AssociateWirelessGatewayWithCertificateResponse Source #

Constructors

AssociateWirelessGatewayWithCertificateResponse' 

Fields

Instances

Instances details
Generic AssociateWirelessGatewayWithCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

Read AssociateWirelessGatewayWithCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

Show AssociateWirelessGatewayWithCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

NFData AssociateWirelessGatewayWithCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

Eq AssociateWirelessGatewayWithCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

type Rep AssociateWirelessGatewayWithCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

type Rep AssociateWirelessGatewayWithCertificateResponse = D1 ('MetaData "AssociateWirelessGatewayWithCertificateResponse" "Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "AssociateWirelessGatewayWithCertificateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iotCertificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateWirelessGatewayWithCertificateResponse Source #

Create a value of AssociateWirelessGatewayWithCertificateResponse 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:

AssociateWirelessGatewayWithCertificate, associateWirelessGatewayWithCertificateResponse_iotCertificateId - The ID of the certificate associated with the wireless gateway.

$sel:httpStatus:AssociateWirelessGatewayWithCertificateResponse', associateWirelessGatewayWithCertificateResponse_httpStatus - The response's http status code.

Response Lenses