2021/03/05 - AWS Elemental MediaLive - 1 updated api methods
Changes Medialive now supports the ability to transfer AWS Elemental Link devices to another region.
{'TargetRegion': 'string'}
Start an input device transfer to another AWS account. After you make the request, the other account must accept or reject the transfer.
See also: AWS API Documentation
Request Syntax
client.transfer_input_device( InputDeviceId='string', TargetCustomerId='string', TargetRegion='string', TransferMessage='string' )
string
[REQUIRED] The unique ID of this input device. For example, hd-123456789abcdef.
string
The AWS account ID (12 digits) for the recipient of the device transfer.
string
The target AWS region to transfer the device.
string
An optional message for the recipient. Maximum 280 characters.
dict
Response Syntax
{}
Response Structure
(dict) -- The device transfer request has started.