--- id: mypy-boto3-iotfleetwise version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-iotfleetwise — Type annotations for boto3 IoTFleetWise 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.4K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's IoTFleetWise client. It is generated automatically from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDE language servers to provide inline type hints and autocomplete for IoTFleetWise API calls. The package itself contains no runtime logic—it is purely type definitions. When installed alongside boto3, it enables your editor and type checker to understand the shape of IoTFleetWise client methods, paginators, and data types without requiring explicit manual annotations. It depends only on typing-extensions. Use it for: - Enable IDE autocomplete and inline documentation for IoTFleetWise API calls in VSCode or PyCharm. - Catch type errors in boto3 IoTFleetWise code during development with mypy or pyright before runtime. - Provide explicit type hints for IoTFleetWiseClient and paginator objects in codebases using TYPE_CHECKING guards. - Support linting and type checking in CI/CD pipelines without modifying application code. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's IoTFleetWise service, enabling static type checking with mypy, pyright, and compatible editors. Yes, if you use boto3 with IoTFleetWise and want static type safety. Install friction is negligible, maintenance is active, and the MIT license has no restrictions. The only caveat is potential PyCharm performance issues; documentation suggests alternatives for that case. ## Install pip install mypy-boto3-iotfleetwise uv add mypy-boto3-iotfleetwise poetry add mypy-boto3-iotfleetwise ## Installing mypy-boto3-iotfleetwise Before you install: Installs with minimal friction—a single pure-Python wheel with only typing-extensions as a runtime dependency. Actively maintained as of 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: pip install mypy-boto3-iotfleetwise from boto3.session import Session from mypy_boto3_iotfleetwise import IoTFleetWiseClient client: IoTFleetWiseClient = Session().client("iotfleetwise") Requires Python 3.9 or later; boto3 must be installed separately. Verify before relying: - Performance impact in PyCharm when using full stubs vs. lite variant. - Whether type coverage extends to all IoTFleetWise operations or has known gaps. - Compatibility with boto3 versions other than 1.43.0. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 243.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs iotfleetwise, type annotations aws iotfleetwise, mypy boto3 iotfleetwise, boto3 iotfleetwise autocomplete, pyright aws iotfleetwise types, ide type hints boto3 iotfleetwise, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-iotfleetwise) · [View on PyPI](https://pypi.org/project/mypy-boto3-iotfleetwise/)