Ivs Batch Start Viewer Session Revocation Response Structure

BatchStartViewerSessionRevocationResponse schema

Type: object Properties: 1
Live StreamingMediaVideoReal-Time

BatchStartViewerSessionRevocationResponse is a JSON Structure definition published by Amazon Interactive Video Service, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errors

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-interactive-video-service/refs/heads/main/json-structure/ivs-batch-start-viewer-session-revocation-response-structure.json",
  "name": "BatchStartViewerSessionRevocationResponse",
  "description": "BatchStartViewerSessionRevocationResponse schema",
  "type": "object",
  "properties": {
    "errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchStartViewerSessionRevocationErrors"
        },
        {
          "description": "Each error object is related to a specific <code>channelArn</code> and <code>viewerId</code> pair in the request."
        }
      ]
    }
  }
}