skillfed

types-aiobotocore-secretsmanager

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

types-aiobotocore-secretsmanager v3.9.0 800.6K downloads/30d#5,023 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package provides type stub annotations for aiobotocore's SecretsManager service, generated by mypy-boto3-builder. It bridges the gap between aiobotocore's async AWS API and Python's static type checkers, enabling IDEs like VSCode, PyCharm, Emacs, and Sublime Text to offer code completion and catch type errors at development time rather than runtime.

The package is a pure stub distribution—it adds no runtime behavior, only type information. It works with mypy, pyright, pylint, and other type-aware tools. Installation is straightforward, and the package supports Python 3.9 through 3.14. For PyCharm users, the documentation notes potential performance concerns with Literal overloads and suggests the lite variant as an alternative.

Use it for:

  • Enable IDE autocomplete and type checking when writing async code that calls AWS SecretsManager via aiobotocore.
  • Catch type mismatches in SecretsManager API calls during development using mypy or pyright in CI/CD pipelines.
  • Use TYPE_CHECKING guards to keep type annotations out of production dependencies while maintaining full IDE support.
  • Migrate from synchronous boto3 to async aiobotocore while preserving type safety and IDE assistance.

Worth the install?

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

Provides type annotations and IDE autocomplete support for aiobotocore's SecretsManager service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use aiobotocore with SecretsManager and want IDE autocomplete or static type checking. Install friction is minimal, maintenance is active, and the MIT license carries no restrictions. The only caveat is PyCharm users may experience performance issues with the full variant and should consider the lite version instead.

Install

types-aiobotocore-secretsmanager on PyPI

pip

pip install types-aiobotocore-secretsmanager

uv

uv add types-aiobotocore-secretsmanager

poetry

poetry add types-aiobotocore-secretsmanager

Installing types-aiobotocore-secretsmanager

Before you install

Low friction install with only typing-extensions as a runtime dependency. Active maintenance with a recent release 12 days ago and steady repository activity.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects.

Quickstart

pip install types-aiobotocore-secretsmanager

from aiobotocore.session import get_session
from types_aiobotocore_secretsmanager import SecretsManagerClient

session = get_session()
async with session.create_client("secretsmanager") as client:
    client: SecretsManagerClient

Requires Python 3.9 or later; designed for use with aiobotocore 3.9.0.

Verify before relying

  • Whether PyCharm's reported performance issues with Literal overloads (PY-40997) affect this version in practice.
  • Whether the lite variant (types-aiobotocore-lite) is recommended for your specific IDE and use case.

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

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

Keywords: aiobotocore, secretsmanager, 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 type stubssecretsmanager type annotationsboto3 type hintsmypy aiobotocorepyright aws stubsasync aws typingide autocomplete boto
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

mypy-boto3-secretsmanager

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-boto3-secretsmanager

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-ssm

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-full

Provides complete type annotations for…

permissive · top 15,000 on PyPI

types-aiobotocore-lite

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI

types-aiobotocore-acm

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-cloudformation

Provides type annotations and IDE…

permissive · top 5,000 on PyPI