Amazon MediaLive · JSON Structure

Medialive Api Batch Stop Response Structure

Placeholder documentation for BatchStopResponse

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

BatchStopResponse 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-stop-response-structure.json",
  "name": "BatchStopResponse",
  "type": "object",
  "description": "Placeholder documentation for BatchStopResponse",
  "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"
        }
      ]
    }
  }
}