IoTWireless / Client / list_partner_accounts
list_partner_accounts#
- IoTWireless.Client.list_partner_accounts(**kwargs)#
- Lists the partner accounts associated with your AWS account. - See also: AWS API Documentation - Request Syntax - response = client.list_partner_accounts( NextToken='string', MaxResults=123 ) - Parameters:
- NextToken (string) – To retrieve the next set of results, the - nextTokenvalue from a previous response; otherwise null to receive the first set of results.
- MaxResults (integer) – The maximum number of results to return in this operation. 
 
- Return type:
- 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 - IoTWireless.Client.exceptions.ValidationException
- IoTWireless.Client.exceptions.ResourceNotFoundException
- IoTWireless.Client.exceptions.InternalServerException
- IoTWireless.Client.exceptions.ThrottlingException