skillfed

mypy-boto3-dms

Type annotations for boto3 DatabaseMigrationService 1.43.59 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-dms v1.43.59 392.1K downloads/30d#7,007 on PyPI670
Permissive license MIT Active released

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-dms

uv

uv add mypy-boto3-dms

poetry

poetry add mypy-boto3-dms

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubsdms type annotationsaws database migration service typingboto3 mypy supportide autocomplete boto3pyright boto3 stubstype hints aws sdk
type-stubsaws-sdkstatic-typing

More Software Development packages