--- id: mypy-boto3-workspaces-thin-client version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-workspaces-thin-client — Type annotations for boto3 WorkSpacesThinClient 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.2K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's WorkSpacesThinClient service. It was generated using mypy-boto3-builder 8.12.0 and provides complete type annotations for client methods, paginators, and type definitions, enabling IDEs and type checkers to offer code completion and catch type errors at development time. The stubs work with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type hints. It has a single runtime dependency on typing-extensions and supports Python 3.9 through 3.14. The package is designed to be used alongside boto3 itself—either installed as part of boto3-stubs with service extras, or standalone for projects that already have boto3-stubs installed. Use it for: - Enable IDE autocomplete and inline documentation for WorkSpacesThinClient API calls in VSCode or PyCharm. - Catch type mismatches in boto3 WorkSpacesThinClient code during static analysis with mypy or pyright before runtime. - Provide explicit type annotations for function parameters and return values when working with WorkSpacesThinClient in a typed codebase. - Support code navigation and refactoring tools in IDEs by giving them full type information about boto3 service objects. - Validate boto3 WorkSpacesThinClient usage in CI/CD pipelines using mypy or pyright type checkers. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's WorkSpacesThinClient service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's WorkSpacesThinClient service and want static type checking and IDE support. It has minimal dependencies, active maintenance, no known vulnerabilities, and a permissive MIT license. The only caveat is PyCharm users may experience performance issues with the full stubs due to an unresolved JetBrains issue; boto3-stubs-lite is available as a lighter alternative. ## Install pip install mypy-boto3-workspaces-thin-client uv add mypy-boto3-workspaces-thin-client poetry add mypy-boto3-workspaces-thin-client ## Installing mypy-boto3-workspaces-thin-client Before you install: Low friction: single runtime dependency (typing-extensions) and pure Python wheel distribution. Active maintenance with recent release and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: # Install with pip python -m pip install 'boto3-stubs[workspaces-thin-client]' # Use in code from boto3.session import Session from mypy_boto3_workspaces_thin_client import WorkSpacesThinClientClient client: WorkSpacesThinClientClient = Session().client("workspaces-thin-client") Requires boto3 to be installed separately; type checking requires a compatible tool like mypy, pyright, or IDE language server support. Verify before relying: - Whether PyCharm performance issues mentioned in the description (PY-40997) remain unresolved or have been addressed. - Specific performance characteristics when used with boto3-stubs-lite variant versus full stubs. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 243.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs workspaces, mypy boto3 annotations, type hints aws sdk, boto3 ide autocomplete, static type checking aws, pyright boto3 stubs, workspaces thin client types, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-workspaces-thin-client) · [View on PyPI](https://pypi.org/project/mypy-boto3-workspaces-thin-client/)