Registry / type-stubs / types-aiobotocore-securityhub

types-aiobotocore-securityhub

JSON →
library3.7.0pypypiunverified

Type annotations for aiobotocore SecurityHub 3.5.0 service, generated with mypy-boto3-builder 8.12.0. Provides static typing support for aiobotocore's SecurityHub client, paginators, and waiters. Current version: 3.5.0. Released as part of the mypy-boto3-builder ecosystem, updates follow aiobotocore releases.

pip install types-aiobotocore-securityhub
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-securityhub
type-stubspythonv3.7.0
Install
1.7s avg
Import
Disk
18MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v3.7.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 19.8MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.7s · import 0.000s · 20MB
18MB installed
● package 18MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SecurityHubClient
from types_aiobotocore_securityhub import SecurityHubClient
from types_aiobotocore_securityhub import SecurityHubClient

Basic usage: import the typed client and use it with aiobotocore session.

import asyncio from types_aiobotocore_securityhub import SecurityHubClient async def main(): session = ... # your aiobotocore session async with session.create_client('securityhub', region_name='us-east-1') as client: # client is type-annotated as SecurityHubClient response = await client.get_findings() print(response) asyncio.run(main())
Debug
Known issues
deprecatedPython 3.8 support removed in version 8.12.0 of the builder (which generates this package).
fix
Upgrade to Python 3.9+.
affects: >=3.5.0 (or builder 8.12.0+)
breakingIn builder version 8.9.0, TypeDef names for packed method arguments were shortened, potentially breaking imports of specific type definitions.
fix
Update your type imports to use shorter names (e.g., 'CreateDistributionRequestTypeDef' instead of 'CreateDistributionRequestRequestTypeDef').
affects: >=8.9.0 of the builder (package versions based on builder)
gotchaThis package only provides type annotations; you must still install aiobotocore and botocore at runtime.
fix
Install aiobotocore (e.g., 'pip install aiobotocore').
affects: all
Upgrade
Version history
3.7.0latest on PyPI · released May 10, 2026
Audit
Dependencies
types-aiobotocorerequiredCore types for aiobotocore; required for the base client.
typing-extensionsrequiredUsed for type annotations, especially for Python <3.11.
Agent activity
43 hits · last 30 days
node
38
OpenAI (training)
1
Resources
types-aiobotocore-securityhub — pip install types-aiobotocore-securityhub · libregistry