--- id: mypy-boto3-verifiedpermissions version: "1.43.13" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-verifiedpermissions — Type annotations for boto3 VerifiedPermissions 1.43.13 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 279.9K/mo ## What it is and what it does This package generates and distributes type stub annotations for boto3's VerifiedPermissions service, compatible with mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text. It enables IDE autocomplete and static type checking for AWS VerifiedPermissions API calls without requiring explicit type annotations in your code. The stubs are generated from boto3 1.43.13 using mypy-boto3-builder 8.12.0 and cover client methods, paginators, and type definitions. It is designed as a development-only dependency—you can use TYPE_CHECKING guards to avoid including it in production builds. The package supports Python 3.9 through 3.14 and is classified as Production/Stable. Use it for: - Enable IDE autocomplete and inline documentation for boto3 VerifiedPermissions API calls in VSCode or PyCharm. - Run mypy or pyright type checking on code using boto3 VerifiedPermissions without manual type annotations. - Catch type errors in AWS service calls at development time rather than runtime. - Document the expected types and signatures of VerifiedPermissions client methods for team code review. - Use boto3-stubs-lite as a lighter alternative if full stubs cause PyCharm performance degradation. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the boto3 VerifiedPermissions AWS service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 VerifiedPermissions and want IDE autocomplete and static type checking. Install friction is minimal (one wheel, one lightweight dependency), maintenance is active, and the MIT license is permissive. No known vulnerabilities. The only caveat is PyCharm users may experience performance issues with full stubs and should consider boto3-stubs-lite instead. ## Install pip install mypy-boto3-verifiedpermissions uv add mypy-boto3-verifiedpermissions poetry add mypy-boto3-verifiedpermissions ## Installing mypy-boto3-verifiedpermissions Before you install: Low friction: a pure-Python wheel with only typing-extensions as a runtime dependency. Actively maintained as of 2026-06-22 with recent releases. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: # Install with pip python -m pip install 'boto3-stubs[verifiedpermissions]' # Use in code from boto3.session import Session from mypy_boto3_verifiedpermissions import VerifiedPermissionsClient client: VerifiedPermissionsClient = Session().client("verifiedpermissions") Requires boto3 to be installed separately; type checking requires mypy, pyright, or an IDE with type-aware language server support. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (issue PY-40997) remain unresolved or have been addressed. - Specific AWS VerifiedPermissions API operations and parameters covered by the type annotations. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 279.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws verifiedpermissions typing, mypy boto3 annotations, ide autocomplete aws sdk, static type checking boto3, pyright aws service types, boto3-stubs verifiedpermissions, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-verifiedpermissions) · [View on PyPI](https://pypi.org/project/mypy-boto3-verifiedpermissions/)