update_contact
(**kwargs)¶Updates the contact details by the contact ARN.
See also: AWS API Documentation
Request Syntax
response = client.update_contact(
ContactArn='string',
DisplayName='string',
FirstName='string',
LastName='string',
PhoneNumber='string',
PhoneNumbers=[
{
'Number': 'string',
'Type': 'MOBILE'|'WORK'|'HOME'
},
],
SipAddresses=[
{
'Uri': 'string',
'Type': 'WORK'
},
]
)
[REQUIRED]
The ARN of the contact to update.
The list of phone numbers for the contact.
The phone number for the contact containing the raw number and phone number type.
The raw value of the phone number.
The type of the phone number.
The list of SIP addresses for the contact.
The SIP address for the contact containing the URI and SIP address type.
The URI for the SIP address.
The type of the SIP address.
dict
Response Syntax
{}
Response Structure
Exceptions
AlexaForBusiness.Client.exceptions.NotFoundException
AlexaForBusiness.Client.exceptions.ConcurrentModificationException