--- id: types-aiobotocore-kms version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-kms — Type annotations for aiobotocore KMS 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 798.1K/mo ## What it is and what it does types-aiobotocore-kms is a type stub package that adds comprehensive type annotations to the aiobotocore KMS service. It is generated using mypy-boto3-builder 8.12.0 and provides type hints for KMS client methods, paginators, and service resources, enabling static type checkers and IDEs to validate code and offer autocomplete suggestions. The package is designed as a development-time dependency—it does not affect runtime behavior but improves the development experience by catching type errors early and providing IDE support across VSCode, PyCharm, Emacs, Sublime Text, and other tools that support mypy or pyright. It supports Python 3.9 through 3.14 and carries no known vulnerabilities. Use it for: - Enable IDE autocompletion and inline documentation for KMS client methods during development. - Catch type errors in KMS API calls before runtime using mypy or pyright in CI/CD pipelines. - Provide explicit type annotations for KMS client, paginators, and service resources in async applications. - Support type-safe code in large projects by reducing manual type annotation overhead. - Integrate with VSCode, PyCharm, Emacs, or Sublime Text for real-time type checking feedback. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for aiobotocore KMS 3.9.0, enabling static type checking with mypy, pyright, and other tools. Yes. This is a low-friction, actively maintained type stub package with MIT licensing and no known vulnerabilities. Install it if you use aiobotocore KMS and want IDE support or static type checking. It has no runtime cost and is purely a development aid. PyCharm users should be aware of potential performance issues with Literal overloads mentioned in the documentation. ## Install pip install types-aiobotocore-kms uv add types-aiobotocore-kms poetry add types-aiobotocore-kms ## Installing types-aiobotocore-kms Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Active maintenance with a recent release 12 days ago and consistent repository activity. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal legal constraints—suitable for both open-source and commercial projects. Quickstart: pip install types-aiobotocore-kms from aiobotocore.session import get_session from types_aiobotocore_kms import KMSClient session = get_session() async with session.create_client("kms") as client: client: KMSClient Requires Python 3.9 or later; aiobotocore must be installed separately; type checking requires mypy, pyright, or an IDE with language server support. Verify before relying: - Whether PyCharm performance issues with Literal overloads (PY-40997) have been resolved in recent versions. - Specific performance impact in large codebases or resource-constrained environments. - Whether the lite variant is recommended for all PyCharm users or only those experiencing slowness. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 798.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags type stubs for kms, kms type annotations, async aws sdk typing, mypy type hints, ide autocomplete kms, static type checking aws, kms client types, type-stubs, aws-sdk, async-aws [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-kms) · [View on PyPI](https://pypi.org/project/types-aiobotocore-kms/)