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

Generic AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

NFData AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

Hashable AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

ToJSON AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

AWSRequest 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

type Rep AssociateWirelessGatewayWithCertificate Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

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

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

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:

$sel:id:AssociateWirelessGatewayWithCertificate', associateWirelessGatewayWithCertificate_id - The ID of the resource to update.

$sel:iotCertificateId: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
Eq 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

Generic AssociateWirelessGatewayWithCertificateResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateWirelessGatewayWithCertificate

NFData 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" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" '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:

$sel:iotCertificateId: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