BatchGetStreamKeyRequest

BatchGetStreamKeyRequest schema

Live StreamingMediaVideoReal-Time

Properties

Name Type Description
arns object
View JSON Schema on GitHub

JSON Schema

ivs-batch-get-stream-key-request-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-get-stream-key-request-schema.json",
  "title": "BatchGetStreamKeyRequest",
  "description": "BatchGetStreamKeyRequest schema",
  "type": "object",
  "properties": {
    "arns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamKeyArnList"
        },
        {
          "description": "Array of ARNs, one per stream key."
        }
      ]
    }
  },
  "required": [
    "arns"
  ]
}