Amazon MediaLive · Schema

ClaimDeviceRequest

A request to claim an AWS Elemental device that you have purchased from a third-party vendor.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Id object
View JSON Schema on GitHub

JSON Schema

medialive-api-claim-device-request-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-claim-device-request-schema.json",
  "title": "ClaimDeviceRequest",
  "description": "A request to claim an AWS Elemental device that you have purchased from a third-party vendor.",
  "type": "object",
  "properties": {
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "id"
          },
          "description": "The id of the device you want to claim."
        }
      ]
    }
  }
}