Module Values.AssociateWirelessGatewayWithCertificateRequestSource

Associates a wireless gateway with a certificate.

Sourcetype nonrec t = {
  1. id : WirelessGatewayId.t;
    (*

    The ID of the resource to update.

    *)
  2. iotCertificateId : IotCertificateId.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : id:WirelessGatewayId.t -> iotCertificateId:IotCertificateId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of WirelessGatewayId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t