types-aiobotocore-ssm
Type annotations for aiobotocore SSM 3.9.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type stub library that adds static type information to aiobotocore's SSM service. It was generated using mypy-boto3-builder 8.12.0 and provides complete type annotations for SSM client operations, paginators, and waiters. When installed, it enables IDEs and type checkers to understand the code, offering autocomplete suggestions and catching type errors before runtime.
The package is designed as a development-only dependency—you can use TYPE_CHECKING guards to exclude it from production builds. It works with multiple type checkers (mypy, pyright) and IDEs (VSCode with Pylance, PyCharm, Emacs, Sublime Text) without requiring explicit type annotations in your code. The library depends only on typing-extensions and supports Python 3.9, 3.10, 3.11, 3.12, 3.13, and 3.14.
Use it for:
- Add IDE autocomplete and type hints to SSM code in VSCode or PyCharm without manual annotations.
- Run mypy or pyright static type checking on async SSM operations to catch errors before deployment.
- Enable code completion for SSM client methods, paginators, and waiters in Emacs or Sublime Text.
- Verify correct parameter types and return values for SSM API calls during development.
- Use in a TYPE_CHECKING block to get type safety in development while keeping production dependencies minimal.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for aiobotocore SSM 3.9.0, enabling static type checking in mypy, pyright, VSCode, PyCharm, and other tools.
Yes. This is a lightweight, actively maintained type stub with no security vulnerabilities, permissive MIT licensing, and low install friction. Install it if you use aiobotocore SSM and want IDE autocomplete and static type checking; use a TYPE_CHECKING guard to keep it out of production builds.
Install
types-aiobotocore-ssm on PyPI
pip
pip install types-aiobotocore-ssmuv
uv add types-aiobotocore-ssmpoetry
poetry add types-aiobotocore-ssmInstalling types-aiobotocore-ssm
Before you install
Low friction installation with a single lightweight dependency (typing-extensions). Actively maintained, with latest release on 2026-08-02 and repository last commit on 2026-06-22.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
pip install types-aiobotocore-ssm
from aiobotocore.session import get_session
from types_aiobotocore_ssm import SSMClient
session = get_session()
async with session.create_client("ssm") as client:
client: SSMClient
# Type checking and IDE completion now work
Requires Python 3.9 or later; aiobotocore 3.9.0 must be installed separately.
Verify before relying
- Whether PyCharm performance issues with Literal overloads mentioned in the description have been resolved.
- Whether the lite variant is recommended for production to reduce memory overhead.
- Actual performance impact when used with large codebases or complex SSM operations.
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 | 357,575/month — #7,267 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_ssm-3.9.0-py3-none-any.whl
Keywords: aiobotocore, ssm, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
types-aiobotocore-acmProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-iamProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-translateProvides type stubs and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-dataexchangeProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-stsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-secretsmanagerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI