--- id: mypy-boto3-ssm-incidents version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-ssm-incidents — Type annotations for boto3 SSMIncidents 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 246.5K/mo ## What it is and what it does This package is a type-stub library that adds complete type annotations to boto3's SSMIncidents service. It's generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. When installed, it enables IDE code completion and static type checking for SSMIncidents API calls without requiring explicit type annotations in your code. The package is a development-only dependency—it contains no runtime code, only type definitions. You can safely use TYPE_CHECKING guards to exclude it from production builds. It supports Python 3.9 through 3.14 and has a single runtime dependency on typing-extensions. The package is actively maintained and receives updates aligned with boto3 releases. Use it for: - Enable IDE autocomplete and type hints when writing boto3 SSMIncidents client code in VSCode or PyCharm. - Run mypy or pyright type checkers on code that uses boto3 SSMIncidents to catch type errors before runtime. - Document SSMIncidents API method signatures and parameter types directly in your editor without consulting AWS documentation. - Catch incorrect service method calls or parameter mismatches during development rather than at runtime. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's SSMIncidents service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3's SSMIncidents service and want IDE support or static type checking. Install friction is negligible, maintenance is active, the license is permissive, and there are no known vulnerabilities. For any boto3 workflow where type safety or IDE completion adds value, this is a straightforward win. ## Install pip install mypy-boto3-ssm-incidents uv add mypy-boto3-ssm-incidents poetry add mypy-boto3-ssm-incidents ## Installing mypy-boto3-ssm-incidents Before you install: Low install friction with a single runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22 and 670 repository stars indicate ongoing support. 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-ssm-incidents from boto3.session import Session from mypy_boto3_ssm_incidents import SSMIncidentsClient client: SSMIncidentsClient = Session().client("ssm-incidents") Requires boto3 1.43.0 to be installed separately; Python 3.9 or later required. Verify before relying: - Whether PyCharm performance issues mentioned in the description (PY-40997) remain unresolved or have been addressed in recent versions. - Performance characteristics of the lite variant compared to the full stub package for this service. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 246.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, ssm incidents type annotations, mypy boto3 stubs, boto3 ide autocomplete, python aws type hints, pyright boto3 support, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-ssm-incidents) · [View on PyPI](https://pypi.org/project/mypy-boto3-ssm-incidents/)