Amazon MediaLive · Schema

ListInputDeviceTransfersResponse

Placeholder documentation for ListInputDeviceTransfersResponse

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
InputDeviceTransfers object
NextToken object
View JSON Schema on GitHub

JSON Schema

medialive-api-list-input-device-transfers-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-list-input-device-transfers-response-schema.json",
  "title": "ListInputDeviceTransfersResponse",
  "description": "Placeholder documentation for ListInputDeviceTransfersResponse",
  "type": "object",
  "properties": {
    "InputDeviceTransfers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfTransferringInputDeviceSummary"
        },
        {
          "xml": {
            "name": "inputDeviceTransfers"
          },
          "description": "The list of devices that you are transferring or are being transferred to you."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "A token to get additional list results."
        }
      ]
    }
  }
}