Amazon MediaLive · JSON Structure

Medialive Api Batch Schedule Action Delete Request Structure

A list of schedule actions to delete.

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

ActionNames

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-schedule-action-delete-request-structure.json",
  "name": "BatchScheduleActionDeleteRequest",
  "type": "object",
  "description": "A list of schedule actions to delete.",
  "properties": {
    "ActionNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "actionNames"
          },
          "description": "A list of schedule actions to delete."
        }
      ]
    }
  },
  "required": [
    "ActionNames"
  ]
}