[ aws . medialive ]

list-input-devices

Description

List input devices

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

list-input-devices is a paginated operation. Multiple API calls may be issued in order to retrieve the entire data set of results. You can disable pagination by providing the --no-paginate argument. When using --output text and the --query argument on a paginated response, the --query argument must extract data from the results of the following query expressions: InputDevices

Synopsis

  list-input-devices
[--cli-input-json | --cli-input-yaml]
[--starting-token <value>]
[--page-size <value>]
[--max-items <value>]
[--generate-cli-skeleton <value>]
[--cli-auto-prompt <value>]

Options

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--starting-token (string)

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

For usage examples, see Pagination in the AWS Command Line Interface User Guide .

--page-size (integer)

The size of each page to get in the AWS service call. This does not affect the number of items returned in the command’s output. Setting a smaller page size results in more calls to the AWS service, retrieving fewer items in each call. This can help prevent the AWS service calls from timing out.

For usage examples, see Pagination in the AWS Command Line Interface User Guide .

--max-items (integer)

The total number of items to return in the command’s output. If the total number of items available is more than the value specified, a NextToken is provided in the command’s output. To resume pagination, provide the NextToken value in the starting-token argument of a subsequent command. Do not use the NextToken response element directly outside of the AWS CLI.

For usage examples, see Pagination in the AWS Command Line Interface User Guide .

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

--cli-auto-prompt (boolean) Automatically prompt for CLI input parameters.

See ‘aws help’ for descriptions of global parameters.

Output

InputDevices -> (list)

The list of input devices.

(structure)

Details of the input device.

Arn -> (string)

The unique ARN of the input device.

ConnectionState -> (string)

The state of the connection between the input device and AWS.

DeviceSettingsSyncState -> (string)

The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.

HdDeviceSettings -> (structure)

Settings that describe an input device that is type HD.

ActiveInput -> (string)

If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).

ConfiguredInput -> (string)

The source at the input device that is currently active. You can specify this source.

DeviceState -> (string)

The state of the input device.

Framerate -> (double)

The frame rate of the video source.

Height -> (integer)

The height of the video source, in pixels.

MaxBitrate -> (integer)

The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.

ScanType -> (string)

The scan type of the video source.

Width -> (integer)

The width of the video source, in pixels.

Id -> (string)

The unique ID of the input device.

MacAddress -> (string)

The network MAC address of the input device.

Name -> (string)

A name that you specify for the input device.

NetworkSettings -> (structure)

Network settings for the input device.

DnsAddresses -> (list)

The DNS addresses of the input device.

(string)

Placeholder documentation for __string

Gateway -> (string)

The network gateway IP address.

IpAddress -> (string)

The IP address of the input device.

IpScheme -> (string)

Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.

SubnetMask -> (string)

The subnet mask of the input device.

SerialNumber -> (string)

The unique serial number of the input device.

Type -> (string)

The type of the input device.

NextToken -> (string)

A token to get additional list results.