AWS Kinesis · Schema

InputUpdate

For a SQL-based Kinesis Data Analytics application, describes updates to a specific input configuration (identified by the InputId of an application).

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
InputId object
NamePrefixUpdate object
InputProcessingConfigurationUpdate object
KinesisStreamsInputUpdate object
KinesisFirehoseInputUpdate object
InputSchemaUpdate object
InputParallelismUpdate object
View JSON Schema on GitHub

JSON Schema

kinesis-inputupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InputUpdate",
  "title": "InputUpdate",
  "type": "object",
  "required": [
    "InputId"
  ],
  "properties": {
    "InputId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Id"
        },
        {
          "description": "The input ID of the application input to be updated."
        }
      ]
    },
    "NamePrefixUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InAppStreamName"
        },
        {
          "description": "The name prefix for in-application streams that Kinesis Data Analytics creates for the specific streaming source."
        }
      ]
    },
    "InputProcessingConfigurationUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputProcessingConfigurationUpdate"
        },
        {
          "description": "Describes updates to an <a>InputProcessingConfiguration</a>."
        }
      ]
    },
    "KinesisStreamsInputUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KinesisStreamsInputUpdate"
        },
        {
          "description": "If a Kinesis data stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN)."
        }
      ]
    },
    "KinesisFirehoseInputUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KinesisFirehoseInputUpdate"
        },
        {
          "description": "If a Kinesis Data Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN."
        }
      ]
    },
    "InputSchemaUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputSchemaUpdate"
        },
        {
          "description": "Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created."
        }
      ]
    },
    "InputParallelismUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputParallelismUpdate"
        },
        {
          "description": "Describes the parallelism updates (the number of in-application streams Kinesis Data Analytics creates for the specific streaming source)."
        }
      ]
    }
  },
  "description": "For a SQL-based Kinesis Data Analytics application, describes updates to a specific input configuration (identified by the <code>InputId</code> of an application). "
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/kinesis-inputupdate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.