IoTWireless.Client.
update_partner_account
(**kwargs)¶Updates properties of a partner account.
See also: AWS API Documentation
Request Syntax
response = client.update_partner_account(
Sidewalk={
'AppServerPrivateKey': 'string'
},
PartnerAccountId='string',
PartnerType='Sidewalk'
)
[REQUIRED]
The Sidewalk account credentials.
The new Sidewalk application server private key.
[REQUIRED]
The ID of the partner account to update.
[REQUIRED]
The partner type.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException