Amazon MediaLive · JSON Structure

Medialive Api Batch Update Schedule Response Structure

Placeholder documentation for BatchUpdateScheduleResponse

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

BatchUpdateScheduleResponse 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

Creates Deletes

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-update-schedule-response-structure.json",
  "name": "BatchUpdateScheduleResponse",
  "type": "object",
  "description": "Placeholder documentation for BatchUpdateScheduleResponse",
  "properties": {
    "Creates": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchScheduleActionCreateResult"
        },
        {
          "xml": {
            "name": "creates"
          },
          "description": "Schedule actions created in the schedule."
        }
      ]
    },
    "Deletes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchScheduleActionDeleteResult"
        },
        {
          "xml": {
            "name": "deletes"
          },
          "description": "Schedule actions deleted from the schedule."
        }
      ]
    }
  }
}