Amazon MediaLive · JSON Structure

Medialive Api Create Multiplex Response Structure

Placeholder documentation for CreateMultiplexResponse

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

Multiplex

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-create-multiplex-response-structure.json",
  "name": "CreateMultiplexResponse",
  "type": "object",
  "description": "Placeholder documentation for CreateMultiplexResponse",
  "properties": {
    "Multiplex": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Multiplex"
        },
        {
          "xml": {
            "name": "multiplex"
          },
          "description": "The newly created multiplex."
        }
      ]
    }
  }
}