Amazon MediaLive · Schema

ListInputsResponse

Placeholder documentation for ListInputsResponse

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Inputs object
NextToken object
View JSON Schema on GitHub

JSON Schema

medialive-api-list-inputs-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-list-inputs-response-schema.json",
  "title": "ListInputsResponse",
  "description": "Placeholder documentation for ListInputsResponse",
  "type": "object",
  "properties": {
    "Inputs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfInput"
        },
        {
          "xml": {
            "name": "inputs"
          }
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          }
        }
      ]
    }
  }
}