skillfed

mypy-boto3-migrationhubstrategy

Type annotations for boto3 MigrationHubStrategyRecommendations 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-migrationhubstrategy v1.43.0 243.6K downloads/30d#8,790 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds complete type annotations for boto3's MigrationHubStrategyRecommendations service. It enables static type checkers like mypy and pyright, as well as IDEs like VSCode, PyCharm, and Emacs, to provide accurate code completion and catch type errors when working with the AWS Migration Hub Strategy Recommendations API.

The package is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and includes annotations for client methods, paginators, waiters, and type definitions. It has a single runtime dependency on typing-extensions and supports Python 3.9 through 3.14. Installation is straightforward as a standalone package, and it integrates seamlessly with existing boto3 code without requiring explicit type annotations.

Use it for:

  • Enable IDE autocompletion and inline documentation when calling MigrationHubStrategyRecommendations API methods in VSCode or PyCharm.
  • Catch type mismatches and incorrect parameter usage in boto3 code before runtime using mypy or pyright.
  • Provide accurate type hints for paginator and waiter objects returned by the MigrationHubStrategyRecommendations client.
  • Use in CI/CD pipelines to enforce type safety on AWS SDK code without modifying application logic.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for boto3's MigrationHubStrategyRecommendations service, enabling static type checking in mypy, pyright, and editor tools.

Yes. If you use boto3's MigrationHubStrategyRecommendations service and want static type checking or IDE support, this package adds genuine value with minimal friction. MIT license, active maintenance, no known vulnerabilities, and a single lightweight dependency make it a safe choice for both development and production environments.

Install

mypy-boto3-migrationhubstrategy on PyPI

pip

pip install mypy-boto3-migrationhubstrategy

uv

uv add mypy-boto3-migrationhubstrategy

poetry

poetry add mypy-boto3-migrationhubstrategy

Installing mypy-boto3-migrationhubstrategy

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Active maintenance with recent releases; repository shows 670 stars and last commit on 2026-06-22.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.

Quickstart

pip install mypy-boto3-migrationhubstrategy

from boto3.session import Session
from mypy_boto3_migrationhubstrategy import MigrationHubStrategyRecommendationsClient

client: MigrationHubStrategyRecommendationsClient = Session().client("migrationhubstrategy")

Requires boto3 to be installed separately; type checking requires a compatible tool like mypy, pyright, or an IDE with type-aware language server support.

Verify before relying

  • Whether PyCharm performance issues mentioned in the description have been resolved since the package's last release.
  • Specific AWS API operations and response types covered by the 1.43.0 service annotations.
  • Whether the package works correctly with all supported Python versions (3.9 through 3.14) in practice.

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 — 107 days since the last release
Last repo commit
First released
Downloads 243,551/month — #8,790 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_migrationhubstrategy-1.43.0-py3-none-any.whl

Keywords: boto3, migrationhubstrategy, 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 stubsaws migration hub strategy typesmypy boto3 annotationside autocomplete boto3python type hints aws sdk
type-stubsaws-sdkide-support

More Software Development packages