:doc:`IoTWireless <../../iotwireless>` / Client / update_partner_account

**********************
update_partner_account
**********************



.. py:method:: IoTWireless.Client.update_partner_account(**kwargs)

  

  Updates properties of a partner account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotwireless-2020-11-22/UpdatePartnerAccount>`_  


  **Request Syntax**
  ::

    response = client.update_partner_account(
        Sidewalk={
            'AppServerPrivateKey': 'string'
        },
        PartnerAccountId='string',
        PartnerType='Sidewalk'
    )
    
  :type Sidewalk: dict
  :param Sidewalk: **[REQUIRED]** 

    The Sidewalk account credentials.

    

  
    - **AppServerPrivateKey** *(string) --* 

      The new Sidewalk application server private key.

      

    
  
  :type PartnerAccountId: string
  :param PartnerAccountId: **[REQUIRED]** 

    The ID of the partner account to update.

    

  
  :type PartnerType: string
  :param PartnerType: **[REQUIRED]** 

    The partner type.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTWireless.Client.exceptions.ValidationException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoTWireless.Client.exceptions.InternalServerException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ThrottlingException`

  