BatchStartViewerSessionRevocationResponse

BatchStartViewerSessionRevocationResponse schema

Live StreamingMediaVideoReal-Time

Properties

Name Type Description
errors object
View JSON Schema on GitHub

JSON Schema

ivs-batch-start-viewer-session-revocation-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-schema/ivs-batch-start-viewer-session-revocation-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}