--- id: mypy-boto3-chime-sdk-identity version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-chime-sdk-identity — Type annotations for boto3 ChimeSDKIdentity 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 244.7K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's ChimeSDKIdentity service client. It is generated automatically from boto3's service definitions and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text to enable IDE autocomplete and catch type errors at development time rather than runtime. The package contains no runtime logic—it only provides type hints. You install it alongside boto3 and your type checker or IDE uses it to understand the shape of ChimeSDKIdentity API calls. It supports explicit type annotations for client objects, service resources, waiters, and paginators, and includes Literal types for valid parameter values. Use it for: - Enable IDE autocomplete and parameter hints when writing boto3 ChimeSDKIdentity code in VSCode, PyCharm, or other supported editors. - Catch type errors in ChimeSDKIdentity API calls during development using mypy or pyright before deployment. - Document the expected types for ChimeSDKIdentity client methods in codebases that enforce static typing. - Provide Literal types for valid service parameter values to prevent invalid enum or string arguments at type-check time. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's ChimeSDKIdentity service, enabling static type checking with mypy, pyright, and editor integrations. Yes. If you use boto3's ChimeSDKIdentity service and want IDE autocomplete or static type checking, this is the standard way to get it. Install friction is minimal, maintenance is active, the license is permissive, and there are no known vulnerabilities. The only caveat is PyCharm performance with full stubs; the docs suggest using the lite variant if you experience slowness. ## Install pip install mypy-boto3-chime-sdk-identity uv add mypy-boto3-chime-sdk-identity poetry add mypy-boto3-chime-sdk-identity ## Installing mypy-boto3-chime-sdk-identity Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with a stable release cycle. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: python -m pip install 'boto3-stubs[chime-sdk-identity]' from boto3.session import Session from mypy_boto3_chime_sdk_identity import ChimeSDKIdentityClient client: ChimeSDKIdentityClient = Session().client("chime-sdk-identity") Requires boto3 to be installed separately; type checking requires a compatible tool (mypy, pyright, or IDE with type support). Verify before relying: - Performance impact in PyCharm noted in docs as potentially significant; whether lite variant is necessary for typical projects remains project-dependent. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 244.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws chime sdk identity types, mypy boto3 annotations, python aws type hints, boto3 ide autocomplete, static type checking aws, chime sdk identity stubs, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-chime-sdk-identity) · [View on PyPI](https://pypi.org/project/mypy-boto3-chime-sdk-identity/)