skillfed

types-aiobotocore-securityhub

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

types-aiobotocore-securityhub v3.9.0 142.1K downloads/30d#11,224 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 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-securityhub

uv

uv add types-aiobotocore-securityhub

poetry

poetry add types-aiobotocore-securityhub

Installing 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

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 stubssecurityhub type annotationsboto3 type hintsmypy aiobotocorepython aws type checkingide autocomplete awspyright boto3 stubs
type-stubsaws-sdkasync

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

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

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-cloudformation

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-ses

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-connect

Provides type stubs and annotations for the…

permissive · top 15,000 on PyPI

types-aiobotocore-kms

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI