--- id: mypy-boto3-ssm-sap version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-ssm-sap — Type annotations for boto3 SsmSap 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.3K/mo ## 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 above — 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 pip install mypy-boto3-ssm-sap uv add mypy-boto3-ssm-sap 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_current - Install friction: low - Maintenance: active - Downloads: 243.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws ssm-sap type annotations, mypy boto3 stubs, boto3 ide autocomplete, python aws type hints, boto3 static type checking, ssm-sap client types, type-stubs, aws-boto3, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-ssm-sap) · [View on PyPI](https://pypi.org/project/mypy-boto3-ssm-sap/)