types-aiobotocore-securityhub
Type annotations for aiobotocore SecurityHub 3.9.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type information to aiobotocore's SecurityHub service. It is generated from aiobotocore 3.9.0 and works with IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to provide code completion and catch type errors at development time rather than runtime.
The package contains no runtime code—it is purely annotations. When installed alongside aiobotocore, it enables your editor and type checker to understand the shape of SecurityHub client methods, paginators, and data structures. This is especially useful for async code using aiobotocore, where IDE support is otherwise limited. The package supports Python 3.9 through 3.14 and is actively maintained.
Use it for:
- Enable IDE autocomplete and type checking when writing async AWS SecurityHub code with aiobotocore in VSCode or PyCharm.
- Catch type errors in SecurityHub API calls (e.g., wrong parameter names or types) before runtime using mypy or pyright.
- Document SecurityHub client method signatures and return types in your codebase without writing manual type hints.
- Support paginator type annotations for SecurityHub list operations in async workflows.
- Use TYPE_CHECKING guards to include type stubs only during development, 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's SecurityHub service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use aiobotocore with SecurityHub and want IDE support or static type checking. The package is lightweight (one pure-Python dependency), actively maintained, and carries no security vulnerabilities. Install it as a development dependency to gain immediate type safety and autocomplete without modifying your application code.
Install
types-aiobotocore-securityhub on PyPI
pip
pip install types-aiobotocore-securityhubuv
uv add types-aiobotocore-securityhubpoetry
poetry add types-aiobotocore-securityhubInstalling types-aiobotocore-securityhub
Before you install
Low friction: single pure-Python dependency (typing-extensions), wheel-only distribution, and actively maintained with a recent release.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects.
Quickstart
# Install
python -m pip install types-aiobotocore-securityhub
# Use in code
from aiobotocore.session import get_session
from types_aiobotocore_securityhub import SecurityHubClient
session = get_session()
async with session.create_client("securityhub") as client:
client: SecurityHubClient # Type checker now understands client methods
Requires Python 3.9 or later; aiobotocore 3.9.0 must be installed separately to use the annotated client.
Verify before relying
- Whether PyCharm performance issues with Literal overloads mentioned in the docs have been resolved in recent PyCharm versions.
- Whether the lite variant (types-aiobotocore-lite) is recommended over the full version for new projects.
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 | 142,120/month — #11,224 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_securityhub-3.9.0-py3-none-any.whl
Keywords: aiobotocore, securityhub, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-securityhubProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-cloudformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-sesProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-connectProvides type stubs and annotations for the…
permissive · top 15,000 on PyPI
types-aiobotocore-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-translateProvides type stubs and IDE autocomplete…
permissive · top 15,000 on PyPI