--- id: mypy-boto3-servicediscovery version: "1.43.48" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-servicediscovery — Type annotations for boto3 ServiceDiscovery 1.43.48 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 296.1K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's ServiceDiscovery client. It is generated automatically from boto3 1.43.48 using mypy-boto3-builder 8.12.0 and works with multiple type checkers and IDEs including VSCode, PyCharm, mypy, and pyright. When installed, it enables IDE code completion, catches type errors during static analysis, and provides explicit type annotations for ServiceDiscovery operations without requiring manual type hints in your code. It has a single runtime dependency (typing-extensions) and supports Python 3.9 through 3.14. The package is MIT-licensed and actively maintained, with no known security vulnerabilities. Use it for: - Enable IDE autocomplete and type checking for boto3 ServiceDiscovery calls in VSCode with Pylance or PyCharm. - Catch type errors in ServiceDiscovery client usage before runtime using mypy or pyright in CI/CD pipelines. - Get explicit type annotations for ServiceDiscovery paginators and waiters without writing manual type hints. - Improve code reliability and developer experience when working with AWS service discovery operations in large codebases. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's ServiceDiscovery client, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3's ServiceDiscovery client and want IDE support or static type checking. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. The only caveat is PyCharm users may experience performance issues with full type stubs (boto3-stubs-lite is offered as a lighter alternative). For mypy, pyright, VSCode, or other tools, this is a straightforward install with clear benefits. ## Install pip install mypy-boto3-servicediscovery uv add mypy-boto3-servicediscovery poetry add mypy-boto3-servicediscovery ## Installing mypy-boto3-servicediscovery Before you install: Low friction install with a single runtime dependency (typing-extensions). Active maintenance with recent releases; last commit 2026-06-22. Widely used in the top 15000 PyPI packages tier. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal obligations. Quickstart: pip install mypy-boto3-servicediscovery from boto3.session import Session from mypy_boto3_servicediscovery import ServiceDiscoveryClient client: ServiceDiscoveryClient = Session().client("servicediscovery") # Type checking and IDE autocomplete now work Requires Python 3.9 or later; best results with VSCode + Pylance, PyCharm, mypy, or pyright installed separately. Verify before relying: - Whether PyCharm performance issues mentioned in the description (PY-40997) remain unresolved in current versions. - Exact scope of type coverage for all ServiceDiscovery operations, paginators, and waiters. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 296.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, servicediscovery type stubs, mypy boto3 support, aws sdk type hints, boto3 autocomplete ide, pyright boto3 stubs, servicediscovery client types, type-stubs, aws-sdk, static-analysis [View on SkillFed](https://skillfed.io/packages/mypy-boto3-servicediscovery) · [View on PyPI](https://pypi.org/project/mypy-boto3-servicediscovery/)