skillfed

types-aiobotocore-ssm

Type annotations for aiobotocore SSM 3.9.0 service generated with mypy-boto3-builder 8.12.0

types-aiobotocore-ssm v3.9.0 357.6K downloads/30d#7,267 on PyPI670
Permissive license MIT Active released

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 on this page — 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

types-aiobotocore-ssm on PyPI

pip

pip install types-aiobotocore-ssm

uv

uv add types-aiobotocore-ssm

poetry

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 the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 12 days since the last release
Last repo commit
First released
Downloads 357,575/month — #7,267 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_ssm-3.9.0-py3-none-any.whl

Keywords: aiobotocore, ssm, aiobotocore-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

aiobotocore ssm type stubsaws ssm async type hintsboto3 type annotationsmypy aiobotocore supportpyright aws sdk typeside autocomplete awsssm client type checking
type-stubsaws-sdkasync-io

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

types-aiobotocore-acm

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-sqs

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-iam

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-dataexchange

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-sts

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-secretsmanager

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI