Amazon MediaTailor · Schema

UpdateVodSourceRequest

UpdateVodSourceRequest schema from Amazon MediaTailor API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
HttpPackageConfigurations object
View JSON Schema on GitHub

JSON Schema

mediatailor-api-update-vod-source-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediatailor/refs/heads/main/json-schema/mediatailor-api-update-vod-source-request-schema.json",
  "title": "UpdateVodSourceRequest",
  "description": "UpdateVodSourceRequest schema from Amazon MediaTailor API",
  "type": "object",
  "properties": {
    "HttpPackageConfigurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HttpPackageConfigurations"
        },
        {
          "description": "A list of HTTP package configurations for the VOD source on this account."
        }
      ]
    }
  },
  "required": [
    "HttpPackageConfigurations"
  ]
}