Amazon MediaTailor · JSON Structure

Mediatailor Api Update Live Source Request Structure

UpdateLiveSourceRequest schema from Amazon MediaTailor API

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

UpdateLiveSourceRequest is a JSON Structure definition published by Amazon MediaTailor, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

HttpPackageConfigurations

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-mediatailor/refs/heads/main/json-structure/mediatailor-api-update-live-source-request-structure.json",
  "name": "UpdateLiveSourceRequest",
  "type": "object",
  "description": "UpdateLiveSourceRequest schema from Amazon MediaTailor API",
  "properties": {
    "HttpPackageConfigurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HttpPackageConfigurations"
        },
        {
          "description": "A list of HTTP package configurations for the live source on this account."
        }
      ]
    }
  },
  "required": [
    "HttpPackageConfigurations"
  ]
}