--- id: types-aiobotocore-dataexchange version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-dataexchange — Type annotations for aiobotocore DataExchange 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 948.5K/mo ## What it is and what it does This package provides type annotations for the DataExchange service, generated with mypy-boto3-builder 8.12.0. It enables static type checking and IDE autocomplete for async DataExchange API calls, working with mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text. The package is a pure type stub that adds complete type information to service operations, clients, paginators, and waiters. When installed, developers gain IDE support for method signatures, parameter types, and return types without writing explicit annotations. The package is designed as a development-time dependency and can be used with TYPE_CHECKING guards to avoid runtime overhead. It supports Python 3.9 through 3.14 and requires only typing-extensions as a runtime dependency. Use it for: - Enable IDE autocomplete and type checking when writing async code against DataExchange. - Catch type errors in DataExchange API calls during development with mypy or pyright. - Document expected parameter and return types for DataExchange operations in team codebases. - Support paginator and waiter type annotations for complex DataExchange workflows. - Use with TYPE_CHECKING guards to provide types for development while 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 the DataExchange service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use the DataExchange service. The low install friction, active maintenance, MIT license, and zero security vulnerabilities make it a straightforward addition. Install it in your development environment to gain IDE support and type checking; use TYPE_CHECKING guards if you want to avoid a production dependency. ## Install pip install types-aiobotocore-dataexchange uv add types-aiobotocore-dataexchange poetry add types-aiobotocore-dataexchange ## Installing types-aiobotocore-dataexchange Before you install: Low friction install with a single runtime dependency (typing-extensions). Actively maintained with a recent release; the package is a pure type stub with no compiled dependencies. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install types-aiobotocore-dataexchange from aiobotocore.session import get_session from types_aiobotocore_dataexchange import DataExchangeClient session = get_session() async with session.create_client("dataexchange") as client: client: DataExchangeClient Requires Python 3.9 or later; type checking requires a compatible tool such as mypy or pyright. Verify before relying: - Whether PyCharm performance issues with Literal overloads have been resolved in recent versions. - Specific performance impact of the full package versus the lite variant in production environments. - Whether the documented TYPE_CHECKING pattern is necessary or recommended for production use. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 948.5K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags type stubs for dataexchange, dataexchange type annotations, aws sdk type checking, mypy type hints, pyright boto3 support, ide autocomplete aws, async aws client types, type-stubs, aws-sdk, async [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-dataexchange) · [View on PyPI](https://pypi.org/project/types-aiobotocore-dataexchange/)