Module Values.SidewalkGetDeviceProfileSource

Gets information about a Sidewalk device profile.

Sourcetype nonrec t = {
  1. applicationServerPublicKey : ApplicationServerPublicKey.t option;
    (*

    The Sidewalk application server public key.

    *)
  2. qualificationStatus : QualificationStatus.t option;
    (*

    Gets information about the certification status of a Sidewalk device profile.

    *)
  3. dakCertificateMetadata : DakCertificateMetadataList.t option;
    (*

    The DAK certificate information of the Sidewalk device profile.

    *)
}
Sourceval make : ?applicationServerPublicKey:??? -> ?qualificationStatus:??? -> ?dakCertificateMetadata:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of QualificationStatus.t | `List of [> `Structure of (string * [> `Boolean of FactorySupport.t | `Integer of MaxAllowedSignature.t | `String of DakCertificateId.t ]) list ] list | `String of ApplicationServerPublicKey.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