--- id: types-aiobotocore-ssm version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-ssm — Type annotations for aiobotocore SSM 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 357.6K/mo ## What it is and what it does This package is a type stub library that adds static type information to aiobotocore's SSM service. It was generated using mypy-boto3-builder 8.12.0 and provides complete type annotations for SSM client operations, paginators, and waiters. When installed, it enables IDEs and type checkers to understand the code, offering autocomplete suggestions and catching type errors before runtime. The package is designed as a development-only dependency—you can use TYPE_CHECKING guards to exclude it from production builds. It works with multiple type checkers (mypy, pyright) and IDEs (VSCode with Pylance, PyCharm, Emacs, Sublime Text) without requiring explicit type annotations in your code. The library depends only on typing-extensions and supports Python 3.9, 3.10, 3.11, 3.12, 3.13, and 3.14. Use it for: - Add IDE autocomplete and type hints to SSM code in VSCode or PyCharm without manual annotations. - Run mypy or pyright static type checking on async SSM operations to catch errors before deployment. - Enable code completion for SSM client methods, paginators, and waiters in Emacs or Sublime Text. - Verify correct parameter types and return values for SSM API calls during development. - Use in a TYPE_CHECKING block to get type safety in development while keeping production dependencies minimal. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for aiobotocore SSM 3.9.0, enabling static type checking in mypy, pyright, VSCode, PyCharm, and other tools. Yes. This is a lightweight, actively maintained type stub with no security vulnerabilities, permissive MIT licensing, and low install friction. Install it if you use aiobotocore SSM and want IDE autocomplete and static type checking; use a TYPE_CHECKING guard to keep it out of production builds. ## Install pip install types-aiobotocore-ssm uv add types-aiobotocore-ssm poetry add types-aiobotocore-ssm ## Installing types-aiobotocore-ssm Before you install: Low friction installation with a single lightweight dependency (typing-extensions). Actively maintained, with latest release on 2026-08-02 and repository 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: pip install types-aiobotocore-ssm from aiobotocore.session import get_session from types_aiobotocore_ssm import SSMClient session = get_session() async with session.create_client("ssm") as client: client: SSMClient # Type checking and IDE completion now work Requires Python 3.9 or later; aiobotocore 3.9.0 must be installed separately. Verify before relying: - Whether PyCharm performance issues with Literal overloads mentioned in the description have been resolved. - Whether the lite variant is recommended for production to reduce memory overhead. - Actual performance impact when used with large codebases or complex SSM operations. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 357.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore ssm type stubs, aws ssm async type hints, boto3 type annotations, mypy aiobotocore support, pyright aws sdk types, ide autocomplete aws, ssm client type checking, type-stubs, aws-sdk, async-io [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-ssm) · [View on PyPI](https://pypi.org/project/types-aiobotocore-ssm/)