Input devices
URI
/prod/inputDevices
HTTP methods
GET
Operation ID: ListInputDevices
Query parameters | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | Type | Required | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nextToken | String | False | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
maxResults | String | False |
Responses | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Status code | Response model | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
200 | ListInputDevicesResultModel | 200 response | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
400 | InvalidRequest | 400 response | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
403 | AccessDenied | 403 response | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
429 | LimitExceeded | 429 response | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
500 | InternalServiceError | 500 response | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
502 | BadGatewayException | 502 response | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
504 | GatewayTimeoutException | 504 response |
Schemas
Response bodies
{ "inputDevices": [ { "id": "string", "arn": "string", "name": "string", "serialNumber": "string", "macAddress": "string", "type": enum, "connectionState": enum, "deviceSettingsSyncState": enum, "deviceUpdateStatus": enum, "hdDeviceSettings": { "maxBitrate": integer, "configuredInput": enum, "activeInput": enum, "deviceState": enum, "width": integer, "height": integer, "scanType": enum, "framerate": number }, "uhdDeviceSettings": { "maxBitrate": integer, "configuredInput": enum, "activeInput": enum, "deviceState": enum, "width": integer, "height": integer, "scanType": enum, "framerate": number }, "networkSettings": { "ipAddress": "string", "subnetMask": "string", "dnsAddresses": [ "string" ], "gateway": "string", "ipScheme": enum } } ], "nextToken": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
Properties
AccessDenied
BadGatewayException
DeviceSettingsSyncState
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.
SYNCED
SYNCING
DeviceUpdateStatus
The status of software on the input device.
UP_TO_DATE
NOT_UP_TO_DATE
UPDATING
GatewayTimeoutException
InputDeviceActiveInput
The source at the input device that is currently active.
HDMI
SDI
InputDeviceConfiguredInput
The source to activate (use) from the input device.
AUTO
HDMI
SDI
InputDeviceConnectionState
The state of the connection between the input device and AWS.
DISCONNECTED
CONNECTED
InputDeviceHdSettings
Settings that describe the active source from the input device, and the video characteristics of that source.
InputDeviceIpScheme
Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
STATIC
DHCP
InputDeviceNetworkSettings
The network settings for the input device.
InputDeviceScanType
The scan type of the video source.
INTERLACED
PROGRESSIVE
InputDeviceState
The state of the input device.
IDLE
STREAMING
InputDeviceSummary
Details of the input device.
InputDeviceType
The type of the input device. For an AWS Elemental Link device that outputs resolutions up to 1080, choose "HD".
HD
InputDeviceUhdSettings
Settings that describe the active source from the input device, and the video characteristics of that source.
InternalServiceError
InvalidRequest
LimitExceeded
ListInputDevicesResultModel
The list of input devices owned by the AWS account.
See also
For more information about using this API in one of the language-specific AWS SDKs and references, see the following: