--- id: mypy-boto3-workspaces-instances version: "1.43.55" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-workspaces-instances — Type annotations for boto3 WorkspacesInstances 1.43.55 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 236.3K/mo ## What it is and what it does This package is a type-stub library generated with mypy-boto3-builder 8.12.0 that adds complete type annotations for boto3's WorkspacesInstances 1.43.55 service. It enables IDEs, type checkers, and linters to understand the shape and behavior of WorkspacesInstances API calls, providing code completion and catching type errors before runtime. The package works by installing alongside boto3 and providing type information that tools like mypy, pyright, VSCode Pylance, PyCharm, and Emacs can read. It includes annotations for client methods, paginators, and type definitions specific to the WorkspacesInstances service. The library is a stub-only package with a single dependency on typing-extensions, making it lightweight to add to a project. Use it for: - Enable IDE autocomplete and inline documentation for WorkspacesInstances API calls in VSCode or PyCharm. - Run mypy or pyright type checking on code that uses boto3 WorkspacesInstances without manual type annotations. - Catch WorkspacesInstances API misuse during development rather than at runtime. - Generate accurate type hints for paginator objects returned by WorkspacesInstances list operations. - Use with TYPE_CHECKING guards to add type safety without adding a runtime dependency to production code. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's WorkspacesInstances service, enabling static type checking with mypy, pyright, and other tools. Yes—if you use boto3's WorkspacesInstances service and want IDE support or static type checking. Install friction is minimal, maintenance is active, and the MIT license carries no restrictions. You must already have boto3 installed, and Python 3.9 or later is required. ## Install pip install mypy-boto3-workspaces-instances uv add mypy-boto3-workspaces-instances poetry add mypy-boto3-workspaces-instances ## Installing mypy-boto3-workspaces-instances Before you install: Low friction install with a single runtime dependency (typing-extensions). Active maintenance with a recent release 22 days ago. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—safe for both open-source and commercial projects. Quickstart: pip install mypy-boto3-workspaces-instances from boto3.session import Session from mypy_boto3_workspaces_instances import WorkspacesInstancesClient client: WorkspacesInstancesClient = Session().client("workspaces-instances") Requires Python 3.9 or later; boto3 must be installed separately. Verify before relying: - Whether PyCharm performance issues mentioned in the description (issue PY-40997) have been resolved in recent versions. - Whether a lite variant is recommended over the full version for typical WorkspacesInstances use. - Performance characteristics when used with large codebases or many type-checked files. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 236.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, workspaces instances typing, mypy boto3 annotations, aws sdk type hints, boto3 ide autocomplete, pyright aws stubs, workspaces-instances types, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-workspaces-instances) · [View on PyPI](https://pypi.org/project/mypy-boto3-workspaces-instances/)