2020/07/09 - Alexa For Business - 1 updated api methods
Changes Update alexaforbusiness client to latest version
{'RoomArn': 'string'}
Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service (AVS).
See also: AWS API Documentation
Request Syntax
client.register_avs_device( ClientId='string', UserCode='string', ProductId='string', DeviceSerialNumber='string', AmazonId='string', RoomArn='string' )
string
[REQUIRED]
The client ID of the OEM used for code-based linking authorization on an AVS device.
string
[REQUIRED]
The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device Authorization Request component of the OAuth code-based linking specification.
string
[REQUIRED]
The product ID used to identify your AVS device during authorization.
string
The key generated by the OEM that uniquely identifies a specified instance of your AVS device.
string
[REQUIRED]
The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's Developer Console.
string
The ARN of the room with which to associate your AVS device.
dict
Response Syntax
{ 'DeviceArn': 'string' }
Response Structure
(dict) --
DeviceArn (string) --
The ARN of the device.