mypy-boto3-ssm
Type annotations for boto3 SSM 1.43.53 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-ssm is a type stub package that adds complete type annotations for the boto3 SSM service. It is generated from boto3 1.43.53 and works as a companion to boto3, providing type information that IDEs and static type checkers can use to offer autocomplete, catch type errors, and validate your code without requiring explicit type hints in your own code.
The package is designed to work with multiple tools: VSCode with Pylance, PyCharm, Emacs with lsp-pyright, Sublime Text, mypy, and pyright. You install it alongside boto3, and type information becomes available immediately—no code changes needed. It includes annotations for the SSM client, paginators, waiters, and type definitions, though the documentation notes that PyCharm may experience performance issues with the full Literal overloads, in which case the lighter boto3-stubs-lite variant is recommended.
Use it for:
- Enable IDE autocomplete and parameter hints when writing boto3 SSM code in VSCode or PyCharm without manual type annotations.
- Catch type errors in boto3 SSM calls during development using mypy or pyright before runtime.
- Document SSM client method signatures and return types for team members reading your code.
- Validate boto3 SSM paginator and waiter usage with full type information in static analysis pipelines.
- Use boto3 SSM in a TYPE_CHECKING block to get type hints without adding a production dependency.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type stubs and annotations for boto3's SSM (Systems Manager) service, enabling IDE autocomplete, type checking, and static analysis across mypy, pyright, VSCode, PyCharm, and other tools.
Yes, if you use boto3 SSM and want IDE support and type checking. Install friction is minimal (one pure-Python dependency), maintenance is active, and the package is widely used (top 5000 on PyPI). The only caveat: PyCharm users may experience performance issues and should consider boto3-stubs-lite instead. No security vulnerabilities are known.
Install
mypy-boto3-ssm on PyPI
pip
pip install mypy-boto3-ssmuv
uv add mypy-boto3-ssmpoetry
poetry add mypy-boto3-ssmInstalling mypy-boto3-ssm
Before you install
Low friction: single pure-Python wheel dependency on typing-extensions. Active maintenance with recent release (24 days old); repository shows 670 stars and current activity.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal attribution requirements.
Quickstart
# Install
python -m pip install mypy-boto3-ssm
# Use in code
from boto3.session import Session
from mypy_boto3_ssm import SSMClient
client: SSMClient = Session().client("ssm")
# Type checking and IDE autocomplete now work on client calls
Requires Python 3.9 or later; boto3 itself must be installed separately to use the client at runtime.
Verify before relying
- Whether performance impact on PyCharm is acceptable for your codebase (documentation notes potential slowness with Literal overloads).
- Whether boto3-stubs-lite is a better fit if you need lighter memory footprint or encounter PyCharm performance issues.
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 — 24 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 3,373,339/month — #2,647 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_ssm-1.43.53-py3-none-any.whl
Keywords: boto3, ssm, boto3-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
mypy-boto3-bcm-dashboardsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-bcm-data-exportsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-networkmanagerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-snow-device-managementProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ssm-contactsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ssm-incidentsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ssm-quicksetupProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-ssmProvides type annotations for boto3 SSM…
permissive · top 15,000 on PyPI
mypy-boto3-acm-pcaProvides type annotations and IDE…
permissive · top 15,000 on PyPI