Amazon MediaTailor · JSON Structure

Mediatailor Api Update Source Location Request Structure

UpdateSourceLocationRequest schema from Amazon MediaTailor API

Type: object Properties: 4 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

AccessConfiguration DefaultSegmentDeliveryConfiguration HttpConfiguration SegmentDeliveryConfigurations

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-source-location-request-structure.json",
  "name": "UpdateSourceLocationRequest",
  "type": "object",
  "description": "UpdateSourceLocationRequest schema from Amazon MediaTailor API",
  "properties": {
    "AccessConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccessConfiguration"
        },
        {
          "description": "Access configuration parameters. Configures the type of authentication used to access content from your source location."
        }
      ]
    },
    "DefaultSegmentDeliveryConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultSegmentDeliveryConfiguration"
        },
        {
          "description": "The optional configuration for the host server that serves segments."
        }
      ]
    },
    "HttpConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HttpConfiguration"
        },
        {
          "description": "The HTTP configuration for the source location."
        }
      ]
    },
    "SegmentDeliveryConfigurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfSegmentDeliveryConfiguration"
        },
        {
          "description": "A list of the segment delivery configurations associated with this resource."
        }
      ]
    }
  },
  "required": [
    "HttpConfiguration"
  ]
}