Registry / type-stubs / types-aiobotocore-servicediscovery

types-aiobotocore-servicediscovery

JSON →
library3.7.0pypypiunverified

Type annotations for aiobotocore ServiceDiscovery 3.5.0 service generated with mypy-boto3-builder 8.12.0. Provides static type checking support for AWS Cloud Map (ServiceDiscovery) client operations, paginators, and waiters. Requires Python 3.9+ and is released alongside aiobotocore stubs.

pip install types-aiobotocore-servicediscovery
INSTALL
IMPORT
SIG · TYPES-AIOBOTOCORE-
T
types-aiobotocore-servicediscovery
type-stubspythonv3.7.0
Install
1.6s avg
Import
Disk
16MB
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 · 18.3MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.6s · import 0.000s · 19MB
16MB installed
● package 16MB
Code
Verified usage

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

ServiceDiscoveryClient
from types_aiobotocore_servicediscovery import ServiceDiscoveryClient
from aiobotocore.client import ServiceDiscoveryClient

Basic usage of aiobotocore ServiceDiscovery client with stubs for type-checking. Ensure you install aiobotocore separately: pip install aiobotocore

import asyncio from aiobotocore.session import get_session async def main(): session = get_session() async with session.create_client('servicediscovery', region_name='us-east-1') as client: # Example: list namespaces response = await client.list_namespaces() print(response) if __name__ == '__main__': asyncio.run(main())
Debug
Known issues
gotchaThis package provides type annotations only; you still need to install aiobotocore and botocore at runtime.
fix
Install aiobotocore: pip install aiobotocore
affects: all
breakingVersion 8.12.0 removed Python 3.8 support (requires >=3.9).
fix
Upgrade to Python 3.9 or later.
affects: >=3.5.0 (generator 8.12.0+)
deprecatedTypeDefs with 'Request' suffix were shortened (breaking change in generator 8.9.0). For example, ListNamespacesRequestRequestTypeDef became ListNamespacesRequestTypeDef.
fix
Check the updated type names in your stubs; use shorter names like ListNamespacesRequestTypeDef.
affects: generated with builder >=8.9.0 (version <3.5.0 affected)
gotchaThe stubs are generated for a specific aiobotocore version (3.5.0). Mismatched versions may cause type errors.
fix
Ensure types-aiobotocore-servicediscovery version matches aiobotocore major.minor version.
affects: all
Upgrade
Version history
3.7.0latest on PyPI · released May 10, 2026
Audit
Dependencies
typing-extensionsoptionalRequired for Python <3.11 typing features
Agent activity
47 hits · last 30 days
node
41
OpenAI (training)
1
Resources
types-aiobotocore-servicediscovery — pip install types-aiobotocore-servicediscovery · libregistry