{
"$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."
}
]
}
}
}