skillfed

mypy-boto3-ssm-incidents

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

mypy-boto3-ssm-incidents v1.43.0 246.5K downloads/30d#8,708 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 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 on this page — 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

mypy-boto3-ssm-incidents on PyPI

pip

pip install mypy-boto3-ssm-incidents

uv

uv add mypy-boto3-ssm-incidents

poetry

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 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 246,537/month — #8,708 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

Keywords: boto3, ssm-incidents, 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 stubsssm incidents type annotationsmypy boto3 stubsboto3 ide autocompletepython aws type hintspyright boto3 support
type-stubsaws-sdkboto3

More Software Development packages