skillfed

mypy-boto3-ssm-sap

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

mypy-boto3-ssm-sap v1.43.0 243.3K downloads/30d#8,810 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library generated for boto3's SsmSap service. It contains no runtime code—only type annotations—and is designed to work alongside boto3 1.43.0 to provide IDE autocomplete, parameter validation, and static type checking in tools like mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text.

When installed, it allows you to write boto3 code with full type information, so your editor can suggest method names and parameter types as you type, and type checkers can catch mismatches before runtime. The package supports explicit type annotations for clients, paginators, and waiters. It requires Python 3.9 or later and depends only on typing-extensions.

Use it for:

  • Enable IDE autocomplete and inline documentation when writing boto3 SsmSap client code in VSCode or PyCharm
  • Catch type mismatches in boto3 SsmSap calls during static analysis with mypy or pyright before deployment
  • Provide explicit type hints for SsmSap clients, paginators, and waiters in production codebases using TYPE_CHECKING guards
  • Support LSP-based type checking in Emacs or Sublime Text for boto3 SsmSap operations

Worth the install?

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

Provides type annotations for boto3's AWS Systems Manager for SAP (SsmSap) service, enabling IDE autocomplete and static type checking with mypy and pyright.

Yes, if you use boto3 SsmSap and want IDE autocomplete and static type checking. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. Note: PyCharm users may experience performance issues; the documentation recommends boto3-stubs-lite as an alternative.

Install

mypy-boto3-ssm-sap on PyPI

pip

pip install mypy-boto3-ssm-sap

uv

uv add mypy-boto3-ssm-sap

poetry

poetry add mypy-boto3-ssm-sap

Installing mypy-boto3-ssm-sap

Before you install

Low install friction; single lightweight runtime dependency on typing-extensions. Actively maintained 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

python -m pip install mypy-boto3-ssm-sap

from boto3.session import Session
from mypy_boto3_ssm_sap import SsmSapClient

client: SsmSapClient = Session().client("ssm-sap")

Requires Python 3.9 or later; boto3 1.43.0 must be installed separately

Verify before relying

  • Whether type coverage is complete for all SsmSap service operations and parameters
  • Performance impact on PyCharm when used with full boto3-stubs (documentation warns of potential slowness)

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

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

Keywords: boto3, ssm-sap, 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 ssm-sap type annotationsmypy boto3 stubsboto3 ide autocompletepython aws type hintsboto3 static type checkingssm-sap client types
type-stubsaws-boto3static-typing

More Software Development packages