Amazon MediaLive · JSON Structure

Medialive Api Transfer Input Device Request Structure

A request to transfer an input device.

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

TransferInputDeviceRequest is a JSON Structure definition published by Amazon MediaLive, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

TargetCustomerId TargetRegion TransferMessage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-transfer-input-device-request-structure.json",
  "name": "TransferInputDeviceRequest",
  "type": "object",
  "description": "A request to transfer an input device.",
  "properties": {
    "TargetCustomerId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "targetCustomerId"
          },
          "description": "The AWS account ID (12 digits) for the recipient of the device transfer."
        }
      ]
    },
    "TargetRegion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "targetRegion"
          },
          "description": "The target AWS region to transfer the device."
        }
      ]
    },
    "TransferMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "transferMessage"
          },
          "description": "An optional message for the recipient. Maximum 280 characters."
        }
      ]
    }
  }
}