MediaLive / Client / stop_input_device

stop_input_device#

MediaLive.Client.stop_input_device(**kwargs)#

Stop an input device that is attached to a MediaConnect flow. (There is no need to stop a device that is attached to a MediaLive input; MediaLive automatically stops the device when the channel stops.)

See also: AWS API Documentation

Request Syntax

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

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) – Your stop request has succeeded.

Exceptions