mypy-boto3-dms
Type annotations for boto3 DatabaseMigrationService 1.43.59 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-dms is a type-stub package that adds comprehensive type annotations to boto3's DatabaseMigrationService client. It is generated from boto3 1.43.59 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other type-aware tools. The package enables static type checking and IDE autocompletion for DMS operations without requiring explicit type annotations in your code.
The package is designed as a development-time dependency—it can be imported only under TYPE_CHECKING guards to avoid runtime overhead in production. It covers client methods, paginators, waiters, and type definitions for the DatabaseMigrationService API, allowing developers to catch type errors early and get accurate code completion suggestions while writing boto3 code.
Use it for:
- Enable mypy or pyright type checking on boto3 DatabaseMigrationService code in CI/CD pipelines.
- Get IDE autocompletion and inline type hints when writing DMS client code in VSCode or PyCharm.
- Catch type mismatches in DMS API calls (e.g., incorrect parameter types) before runtime.
- Document expected types for DMS paginator and waiter usage in team codebases.
- Use in TYPE_CHECKING blocks to add type safety without adding runtime dependencies to production deployments.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for boto3's DatabaseMigrationService client, enabling static type checking with mypy, pyright, and compatible editors.
Yes. This is a low-friction, actively maintained type-stub package with no security vulnerabilities, permissive MIT licensing, and broad IDE support. Install it if you use boto3's DatabaseMigrationService and want static type checking or IDE autocompletion. It can be safely used as a development-only dependency via TYPE_CHECKING guards.
Install
mypy-boto3-dms on PyPI
pip
pip install mypy-boto3-dmsuv
uv add mypy-boto3-dmspoetry
poetry add mypy-boto3-dmsInstalling mypy-boto3-dms
Before you install
Low install friction with a single lightweight runtime dependency (typing-extensions). Active maintenance with recent releases; last commit 2026-06-22 and release 16 days old indicate ongoing support.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.
Quickstart
pip install mypy-boto3-dms
from boto3.session import Session
from mypy_boto3_dms import DatabaseMigrationServiceClient
client: DatabaseMigrationServiceClient = Session().client("dms")
Requires Python 3.9 or later; boto3 must be installed separately to use the client.
Verify before relying
- Whether performance issues in PyCharm mentioned in the description have been resolved or persist in current versions.
- Specific IDE versions and configurations tested for full compatibility with type checking and autocompletion.
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 — 16 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 392,086/month — #7,007 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_dms-1.43.59-py3-none-any.whl
Keywords: boto3, dms, 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
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-ds-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-drsProvides type annotations for the boto3 AWS Drs…
permissive · top 15,000 on PyPI
mypy-boto3-fsxProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-gameliftstreamsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-mghProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-appmeshProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ssm-contactsProvides type annotations and IDE…
permissive · top 15,000 on PyPI