Module Values.UpdatePartnerAccountRequestSource

Updates properties of a partner account.

Sourcetype nonrec t = {
  1. sidewalk : SidewalkUpdateAccount.t;
    (*

    The Sidewalk account credentials.

    *)
  2. partnerAccountId : PartnerAccountId.t;
    (*

    The ID of the partner account to update.

    *)
  3. partnerType : PartnerType.t;
    (*

    The partner type.

    *)
}
Sourceval context_ : string
Sourceval make : sidewalk:SidewalkUpdateAccount.t -> partnerAccountId:PartnerAccountId.t -> partnerType:PartnerType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of PartnerAccountId.t | `Structure of (string * [> `String of AppServerPrivateKey.t ]) list ]) 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