Amazon MediaLive · JSON Structure

Medialive Api Batch Start Response Structure

Placeholder documentation for BatchStartResponse

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

Failed Successful

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-batch-start-response-structure.json",
  "name": "BatchStartResponse",
  "type": "object",
  "description": "Placeholder documentation for BatchStartResponse",
  "properties": {
    "Failed": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfBatchFailedResultModel"
        },
        {
          "xml": {
            "name": "failed"
          },
          "description": "List of failed operations"
        }
      ]
    },
    "Successful": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfBatchSuccessfulResultModel"
        },
        {
          "xml": {
            "name": "successful"
          },
          "description": "List of successful operations"
        }
      ]
    }
  }
}