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

*********************
list_partner_accounts
*********************



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

  

  Lists the partner accounts associated with your AWS account.

  

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


  **Request Syntax**
  ::

    response = client.list_partner_accounts(
        NextToken='string',
        MaxResults=123
    )
    
  :type NextToken: string
  :param NextToken: 

    To retrieve the next set of results, the ``nextToken`` value from a previous response; otherwise **null** to receive the first set of results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return in this operation.

    

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

    
    ::

      {
          'NextToken': 'string',
          'Sidewalk': [
              {
                  'AmazonId': 'string',
                  'Fingerprint': 'string',
                  'Arn': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **NextToken** *(string) --* 

        The token to use to get the next set of results, or **null** if there are no additional results.

        
      

      - **Sidewalk** *(list) --* 

        The Sidewalk account credentials.

        
        

        - *(dict) --* 

          Information about a Sidewalk account.

          
          

          - **AmazonId** *(string) --* 

            The Sidewalk Amazon ID.

            
          

          - **Fingerprint** *(string) --* 

            The fingerprint of the Sidewalk application server private key.

            
          

          - **Arn** *(string) --* 

            The Amazon Resource Name of the resource.

            
      
    
  
  **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`

  