skillfed

types-aiobotocore-kinesis

Type annotations for aiobotocore Kinesis 3.9.0 service generated with mypy-boto3-builder 8.12.0

types-aiobotocore-kinesis v3.9.0 339.5K downloads/30d#7,422 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type stub library that adds static type information to aiobotocore's Kinesis client, enabling IDE autocompletion and type checking without requiring explicit annotations in your code. It was generated from aiobotocore 3.9.0 using mypy-boto3-builder 8.12.0 and supports all major Python type checkers and IDEs including VSCode, PyCharm, mypy, and pyright.

When installed, it allows you to write async Kinesis code with full type safety: your IDE will suggest available methods and parameters, and type checkers will catch errors before runtime. The package includes annotations for the Kinesis client, paginators, and waiters. It can be installed standalone or as part of the broader types-aiobotocore package, and is designed as a development-only dependency (safe to exclude from production via TYPE_CHECKING guards).

Use it for:

  • Enable IDE autocompletion and type hints when writing async Kinesis code with aiobotocore in VSCode or PyCharm.
  • Catch type errors in Kinesis client calls during development using mypy or pyright before deployment.
  • Annotate Kinesis paginator and waiter usage with explicit types for better code clarity and IDE support.
  • Use in a development environment while keeping the package out of production dependencies via TYPE_CHECKING.
  • Migrate from synchronous boto3 to async aiobotocore while maintaining type safety across Kinesis operations.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for aiobotocore's Kinesis service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use aiobotocore for Kinesis. It has low install friction, active maintenance, no known vulnerabilities, and a permissive MIT license. The only caveat: PyCharm users may experience performance issues with the full variant and should consider the lite version instead. For most projects using aiobotocore with type checkers or modern IDEs, this is a straightforward win.

Install

types-aiobotocore-kinesis on PyPI

pip

pip install types-aiobotocore-kinesis

uv

uv add types-aiobotocore-kinesis

poetry

poetry add types-aiobotocore-kinesis

Installing types-aiobotocore-kinesis

Before you install

Low friction install with a single runtime dependency (typing-extensions). Released 12 days ago with active maintenance; the repository has 670 stars and was last updated 2026-06-22.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.

Quickstart

pip install types-aiobotocore-kinesis

from aiobotocore.session import get_session
from types_aiobotocore_kinesis import KinesisClient

session = get_session()
async with session.create_client("kinesis") as client:
    client: KinesisClient

Requires aiobotocore 3.9.0 to be installed separately; Python 3.9 or later.

Verify before relying

  • Whether PyCharm's reported performance issue (PY-40997) with Literal overloads remains unresolved in current PyCharm versions.
  • Whether the lite variant (types-aiobotocore-lite) is recommended for production environments due to RAM constraints.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 12 days since the last release
Last repo commit
First released
Downloads 339,538/month — #7,422 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_kinesis-3.9.0-py3-none-any.whl

Keywords: aiobotocore, kinesis, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

aiobotocore kinesis type stubsboto3 kinesis type hintsaws kinesis async type annotationsmypy aiobotocore kinesiskinesis client type checkingaiobotocore stubs ide completion
type-stubsaws-kinesisasync-io

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-kinesis

Provides type annotations for boto3's Kinesis…

permissive · top 5,000 on PyPI

types-aiobotocore-cloudformation

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-kms

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-sagemaker

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-dynamodb

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-batch

Provides type annotations and IDE…

permissive · top 15,000 on PyPI