types-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
types-boto3-ssm is a type stub package that provides complete type annotations for the boto3 SSM (Systems Manager) service. It is generated automatically from boto3 1.43.53 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. When installed, it enables your IDE to offer code completion and your type checker to catch errors without requiring explicit type annotations in your boto3 code.
The package is pure stubs—it contains no runtime code, only type information. It depends only on typing-extensions and is designed to be lightweight. Installation is straightforward via pip, and it can be used in TYPE_CHECKING blocks to avoid production dependencies. The package is actively maintained and tracks boto3 releases, though its primary purpose is to bridge the gap between boto3's dynamic API and static type checkers.
Use it for:
- Enable IDE autocomplete and type hints when writing boto3 SSM client code without manual type annotations.
- Catch type errors in SSM API calls during development using mypy or pyright before runtime.
- Annotate SSM paginators and waiters for type-safe iteration over large result sets.
- Use in TYPE_CHECKING blocks to provide type information in development while keeping production dependencies minimal.
- Improve code maintainability in large projects by making SSM API contracts explicit and checkable.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for boto3 SSM 1.43.53, enabling type checking and IDE code completion when working with AWS Systems Manager through boto3.
Yes. If you use boto3 SSM in a Python project with a type checker or IDE that supports type stubs, this package is worth installing. It has low install friction, active maintenance, no security vulnerabilities, and a permissive license. The only caveat is PyCharm users may experience performance issues with the full package and should consider types-boto3-lite as an alternative.
Install
types-boto3-ssm on PyPI
pip
pip install types-boto3-ssmuv
uv add types-boto3-ssmpoetry
poetry add types-boto3-ssmInstalling types-boto3-ssm
Before you install
Low install friction with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with recent releases, though maintenance is tied to boto3 version updates rather than independent development.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects without attribution requirements.
Quickstart
pip install types-boto3-ssm
from boto3.session import Session
from types_boto3_ssm import SSMClient
client: SSMClient = Session().client("ssm")
Requires Python 3.9 or later; type checking integration depends on your IDE or type checker (mypy, pyright, etc.) being configured separately.
Verify before relying
- Whether PyCharm performance issues mentioned in the description (PY-40997) remain unresolved or have been addressed in recent versions.
- Specific coverage of SSM operations and whether all boto3 SSM 1.43.53 methods are fully annotated.
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 | 316,996/month — #7,670 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_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-ssmProvides type stubs and annotations for boto3's…
permissive · top 5,000 on PyPI
types-boto3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-ssmProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-boto3-fullProvides type annotations for boto3 1.43.71,…
permissive · top 5,000 on PyPI
types-boto3-sesv2Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-sesProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-sqsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-s3Provides type annotations and IDE…
permissive · top 5,000 on PyPI