--- id: types-aiobotocore-securityhub version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-securityhub — Type annotations for aiobotocore SecurityHub 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 142.1K/mo ## 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 above — 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 pip install types-aiobotocore-securityhub uv add types-aiobotocore-securityhub 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_current - Install friction: low - Maintenance: active - Downloads: 142.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore type stubs, securityhub type annotations, boto3 type hints, mypy aiobotocore, python aws type checking, ide autocomplete aws, pyright boto3 stubs, type-stubs, aws-sdk, async [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-securityhub) · [View on PyPI](https://pypi.org/project/types-aiobotocore-securityhub/)