--- id: mypy-boto3-gameliftstreams version: "1.43.59" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-gameliftstreams — Type annotations for boto3 GameLiftStreams 1.43.59 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 239.2K/mo ## What it is and what it does This package is a type-stub library generated from boto3 1.43.59 that adds static type information to the GameLiftStreams AWS service. It works alongside boto3 itself to enable IDEs, mypy, and pyright to understand the types of client objects, paginators, and waiters, providing code completion and catching type errors before runtime. It is installed as a development dependency and does not affect production code. The package supports multiple Python versions (3.9 through 3.14) and integrates with VSCode, PyCharm, Emacs, Sublime Text, mypy, and pyright. It can be installed standalone or as part of the boto3-stubs family, and offers a lite variant for environments where full type overloads cause performance issues. Use it for: - Enable IDE autocompletion and inline documentation when writing boto3 GameLiftStreams client code in VSCode or PyCharm. - Catch type mismatches in GameLiftStreams API calls during development with mypy or pyright before deployment. - Provide explicit type annotations for GameLiftStreamsClient, paginators, and waiters in type-checked projects. - Use with TYPE_CHECKING guards to add type safety without adding a runtime dependency to production builds. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's GameLiftStreams service, enabling static type checking with mypy, pyright, and compatible editors. Yes. The package has low install friction, active maintenance, no known vulnerabilities, and a permissive MIT license. Install it if you use boto3's GameLiftStreams service and want IDE autocompletion or static type checking—it is a development-only dependency with no production impact. ## Install pip install mypy-boto3-gameliftstreams uv add mypy-boto3-gameliftstreams poetry add mypy-boto3-gameliftstreams ## Installing mypy-boto3-gameliftstreams Before you install: Low friction: single runtime dependency (typing-extensions), wheel-only distribution, and active maintenance with a recent release (16 days old). Designed as a type-stub-only package with no compiled dependencies. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: # Install python -m pip install 'boto3-stubs[gameliftstreams]' # Use in code from boto3.session import Session from mypy_boto3_gameliftstreams import GameLiftStreamsClient client: GameLiftStreamsClient = Session().client("gameliftstreams") # IDE now provides autocompletion and type checking Requires Python 3.9 or later; boto3 must be installed separately as a runtime dependency (not included in this package). Verify before relying: - Whether the package works correctly with all supported Python versions (3.9–3.14) in practice. - Performance impact of using full boto3-stubs versus the lite variant in different IDE environments. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 239.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws gameliftstreams type hints, mypy boto3 annotations, ide autocomplete boto3, static type checking aws sdk, pyright boto3 stubs, boto3 type checking, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-gameliftstreams) · [View on PyPI](https://pypi.org/project/mypy-boto3-gameliftstreams/)