--- id: mypy-boto3-rolesanywhere version: "1.43.58" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-rolesanywhere — Type annotations for boto3 IAMRolesAnywhere 1.43.58 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 258.9K/mo ## What it is and what it does This package is a type-stub library that adds static type checking and IDE code completion for boto3's IAM Roles Anywhere service. It is generated from boto3 1.43.58 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other tools that support Python type hints. The package provides explicit type annotations for IAMRolesAnywhereClient, paginators, and service-specific type definitions. It is designed as a development-time dependency—you install it in your environment to get IDE support and static analysis, but do not need to ship it with production code. The documentation notes that PyCharm may experience performance issues with the full package and recommends the lite variant in that case. Use it for: - Enable IDE autocomplete and type checking when writing boto3 IAM Roles Anywhere client code in VSCode, PyCharm, or other editors. - Catch type errors early with mypy or pyright before running code that uses the IAM Roles Anywhere service. - Generate paginator type hints for ListCrls, ListProfiles, ListSubjects and other IAM Roles Anywhere list operations. - Use TYPE_CHECKING guards to import type annotations without adding a production runtime dependency. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's IAM Roles Anywhere service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's IAM Roles Anywhere service and want static type checking and IDE autocomplete. The package is actively maintained, has no known vulnerabilities, installs with minimal friction, and is MIT-licensed. Note: PyCharm users may experience performance issues and should consider the boto3-stubs-lite variant instead. ## Install pip install mypy-boto3-rolesanywhere uv add mypy-boto3-rolesanywhere poetry add mypy-boto3-rolesanywhere ## Installing mypy-boto3-rolesanywhere Before you install: Low friction install with a single runtime dependency (typing-extensions). Active maintenance with a recent release (17 days ago) and established project history since 2022. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-rolesanywhere from boto3.session import Session from mypy_boto3_rolesanywhere import IAMRolesAnywhereClient client: IAMRolesAnywhereClient = Session().client("rolesanywhere") Requires Python 3.9 or later; boto3 must be installed separately for runtime use. Verify before relying: - Performance impact on PyCharm reported in documentation but not quantified in this fact sheet. - Whether the lite version (boto3-stubs-lite) offers meaningful performance benefits over the full package. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 258.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, IAM Roles Anywhere type annotations, boto3 IDE autocomplete, mypy boto3 stubs, static type checking AWS, boto3 type hints, pyright boto3 support, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-rolesanywhere) · [View on PyPI](https://pypi.org/project/mypy-boto3-rolesanywhere/)