AWS Elemental MediaLive

2021/03/05 - AWS Elemental MediaLive - 1 updated api methods

Changes  Update medialive client to latest version

TransferInputDevice (updated) Link ΒΆ
Changes (request)
{'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'
)
type InputDeviceId:

string

param InputDeviceId:

[REQUIRED] The unique ID of this input device. For example, hd-123456789abcdef.

type TargetCustomerId:

string

param TargetCustomerId:

The AWS account ID (12 digits) for the recipient of the device transfer.

type TargetRegion:

string

param TargetRegion:

The target AWS region to transfer the device.

type TransferMessage:

string

param TransferMessage:

An optional message for the recipient. Maximum 280 characters.

rtype:

dict

returns:

Response Syntax

{}

Response Structure

  • (dict) -- The device transfer request has started.