mypy-boto3-synthetics
Type annotations for boto3 Synthetics 1.43.45 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package provides type stub annotations for the boto3 Synthetics service, enabling static type checking and IDE code completion when working with AWS Synthetics through boto3. It is generated automatically from boto3's service definitions using mypy-boto3-builder and kept in sync with boto3 releases. The package itself contains no runtime code—it is purely type information that type checkers and IDEs use to validate your code and offer autocomplete suggestions.
You install it alongside boto3 in your development environment, and it immediately enables type checking in mypy, pyright, and IDE plugins without requiring explicit type annotations in your code. The package supports modern Python versions (3.9 through 3.14) and works across multiple development tools, making it useful whether you use VSCode, PyCharm, Emacs, Sublime Text, or command-line type checkers.
Use it for:
- Enable IDE autocomplete and inline type hints when writing boto3 Synthetics client code in VSCode or PyCharm
- Catch type errors in boto3 Synthetics calls during development with mypy or pyright before runtime
- Document expected parameter types and return types for Synthetics API calls in your codebase
- Reduce boilerplate by letting your IDE infer types instead of writing manual type annotations for boto3 objects
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for the boto3 Synthetics service, compatible with mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text.
Yes. Install this if you use boto3 Synthetics and want type checking or IDE autocomplete. It has low install friction, active maintenance, no security vulnerabilities, a permissive MIT license, and is widely compatible with development tools. The only caveat is PyCharm users may experience performance issues with Literal overloads—in that case, use boto3-stubs-lite instead.
Install
mypy-boto3-synthetics on PyPI
pip
pip install mypy-boto3-syntheticsuv
uv add mypy-boto3-syntheticspoetry
poetry add mypy-boto3-syntheticsInstalling mypy-boto3-synthetics
Before you install
Low friction install with a single lightweight runtime dependency (typing-extensions). Active maintenance with a recent release 36 days ago and consistent commit history.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal restrictions.
Quickstart
pip install mypy-boto3-synthetics
from boto3.session import Session
from mypy_boto3_synthetics import SyntheticsClient
client: SyntheticsClient = Session().client("synthetics")
Requires Python 3.9 or later; boto3 must be installed separately in your environment for the type annotations to be useful.
Verify before relying
- Whether the package works correctly with all listed IDE/editor combinations in practice
- Performance impact when used with PyCharm (documentation mentions potential slowness with Literal overloads)
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 — 36 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 255,027/month — #8,484 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_synthetics-1.43.45-py3-none-any.whl
Keywords: boto3, synthetics, 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-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
boto3-stubsProvides type stubs and annotations for boto3…
permissive · top 1,000 on PyPI
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI
mypy-boto3-ivsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-panoramaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-appflowProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
mypy-boto3-simspaceweaverProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-codeguruprofilerProvides type annotations and IDE…
permissive · top 15,000 on PyPI