MediaLive / Client / accept_input_device_transfer

accept_input_device_transfer#

MediaLive.Client.accept_input_device_transfer(**kwargs)#

Accept an incoming input device transfer. The ownership of the device will transfer to your AWS account.

See also: AWS API Documentation

Request Syntax

response = client.accept_input_device_transfer(
    InputDeviceId='string'
)
Parameters:

InputDeviceId (string) – [REQUIRED] The unique ID of the input device to accept. For example, hd-123456789abcdef.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) – Your request to accept this device transfer has succeeded.

Exceptions