Amazon MediaLive · Schema

BatchScheduleActionDeleteRequest

A list of schedule actions to delete.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
ActionNames object
View JSON Schema on GitHub

JSON Schema

medialive-api-batch-schedule-action-delete-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-batch-schedule-action-delete-request-schema.json",
  "title": "BatchScheduleActionDeleteRequest",
  "description": "A list of schedule actions to delete.",
  "type": "object",
  "properties": {
    "ActionNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "actionNames"
          },
          "description": "A list of schedule actions to delete."
        }
      ]
    }
  },
  "required": [
    "ActionNames"
  ]
}