skillfed

mypy-boto3-workspaces-instances

Type annotations for boto3 WorkspacesInstances 1.43.55 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-workspaces-instances v1.43.55 236.3K downloads/30d#8,987 on PyPI670
Permissive license MIT Active released

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 on this page — 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

mypy-boto3-workspaces-instances on PyPI

pip

pip install mypy-boto3-workspaces-instances

uv

uv add mypy-boto3-workspaces-instances

poetry

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 the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 22 days since the last release
Last repo commit
First released
Downloads 236,279/month — #8,987 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_workspaces_instances-1.43.55-py3-none-any.whl

Keywords: boto3, workspaces-instances, boto3-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubsworkspaces instances typingmypy boto3 annotationsaws sdk type hintsboto3 ide autocompletepyright aws stubsworkspaces-instances types
type-stubsaws-sdkstatic-typing

More Software Development packages