AsyncAPI channel · Amazon Kinesis · Amazon Kinesis Data Streams

kinesis/{streamName}/{shardId}/consumer/{consumerName}

A dedicated HTTP/2 push channel between a registered consumer and a specific shard. Established via the SubscribeToShard API, this channel pushes SubscribeToShardEvent messages containing data records at up to 2 MiB/sec per shard per consumer. Each subscription lasts up to 5 minutes before requiring renewal.

Provider: Amazon Kinesis AsyncAPI: v3.0.0 Spec: Amazon Kinesis Data Streams Operations: 1 Messages: 1

Channel address

kinesis/{streamName}/{shardId}/consumer/{consumerName}

Parameters

Operations

receive
consumeRecordsByEnhancedFanOut
A registered consumer receives data records pushed over an HTTP/2 connection at a dedicated rate of 2 MiB/sec per shard.

Messages

SubscribeToShardEvent
An event pushed to an enhanced fan-out consumer over an HTTP/2 connection. Contains a batch of data records along with a continuation sequence number and lag metrics.
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.