Ivs List Playback Key Pairs Response Structure

ListPlaybackKeyPairsResponse schema

Type: object Properties: 2 Required: 1
Live StreamingMediaVideoReal-Time

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

Properties

keyPairs nextToken

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-list-playback-key-pairs-response-structure.json",
  "name": "ListPlaybackKeyPairsResponse",
  "description": "ListPlaybackKeyPairsResponse schema",
  "type": "object",
  "properties": {
    "keyPairs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PlaybackKeyPairList"
        },
        {
          "description": "List of key pairs."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "If there are more key pairs than <code>maxResults</code>, use <code>nextToken</code> in the request to get the next set."
        }
      ]
    }
  },
  "required": [
    "keyPairs"
  ]
}