Ivs Batch Get Stream Key Response Structure

BatchGetStreamKeyResponse schema

Type: object Properties: 2
Live StreamingMediaVideoReal-Time

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

Properties

errors streamKeys

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-get-stream-key-response-structure.json",
  "name": "BatchGetStreamKeyResponse",
  "description": "BatchGetStreamKeyResponse schema",
  "type": "object",
  "properties": {
    "errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchErrors"
        },
        {
          "description": "<p/>"
        }
      ]
    },
    "streamKeys": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamKeys"
        },
        {
          "description": "<p/>"
        }
      ]
    }
  }
}