Amazon MediaLive · JSON Structure

Medialive Api Batch Delete Request Structure

A request to delete resources

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

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

Properties

ChannelIds InputIds InputSecurityGroupIds MultiplexIds

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-delete-request-structure.json",
  "name": "BatchDeleteRequest",
  "type": "object",
  "description": "A request to delete resources",
  "properties": {
    "ChannelIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "channelIds"
          },
          "description": "List of channel IDs"
        }
      ]
    },
    "InputIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "inputIds"
          },
          "description": "List of input IDs"
        }
      ]
    },
    "InputSecurityGroupIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "inputSecurityGroupIds"
          },
          "description": "List of input security group IDs"
        }
      ]
    },
    "MultiplexIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "multiplexIds"
          },
          "description": "List of multiplex IDs"
        }
      ]
    }
  }
}