--- id: types-aiobotocore-appconfigdata version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-appconfigdata — Type annotations for aiobotocore AppConfigData 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 74.7K/mo ## What it is and what it does This package is a type stub library that adds complete type annotations for the AppConfigData service. It was generated with mypy-boto3-builder 8.12.0 and works with IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to provide static type checking and autocomplete for AppConfigData client calls. When installed, it enables your editor and type checker to understand the shape of AppConfigData API calls without requiring explicit type annotations in your code. It depends only on typing-extensions and is designed as a development-time dependency—you can use TYPE_CHECKING guards to exclude it from production environments. The package is actively maintained and supports Python 3.9 through 3.14. Use it for: - Enable IDE autocomplete and type checking when using AppConfigData client in async applications. - Catch type errors at development time for AppConfigData API calls before runtime. - Use with mypy or pyright in CI/CD pipelines to enforce type safety on service interactions. - Provide explicit type hints for AppConfigDataClient in team codebases using TYPE_CHECKING guards. - Improve code documentation by exposing AppConfigData service types to your editor. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for AppConfigData service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use AppConfigData service and want static type checking or IDE support. The package is lightweight, actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install it as a development dependency, optionally guarded by TYPE_CHECKING to avoid production bloat. ## Install pip install types-aiobotocore-appconfigdata uv add types-aiobotocore-appconfigdata poetry add types-aiobotocore-appconfigdata ## Installing types-aiobotocore-appconfigdata Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with a recent release 12 days old and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects without attribution requirements. Quickstart: pip install 'types-aiobotocore[appconfigdata]' from aiobotocore.session import get_session from types_aiobotocore_appconfigdata import AppConfigDataClient session = get_session() async with session.create_client("appconfigdata") as client: client: AppConfigDataClient Requires Python 3.9 or later; type checking requires a compatible tool like mypy, pyright, or an IDE with type support. Verify before relying: - Whether PyCharm performance issues mentioned in the description still affect current versions. - Whether the lite variant is recommended over the full version for your specific IDE. - Performance implications when used with large codebases or complex type hierarchies. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 74.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags appconfigdata type stubs, aws appconfigdata type hints, type annotations aws service, mypy aws service types, pyright type support, ide autocomplete aws, static type checking stubs, type-stubs, aws-sdk, async-io [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-appconfigdata) · [View on PyPI](https://pypi.org/project/types-aiobotocore-appconfigdata/)