--- id: mypy-boto3-ssm-guiconnect version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-ssm-guiconnect — Type annotations for boto3 SSMGUIConnect 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 234.8K/mo ## What it is and what it does This package provides type stub annotations for the boto3 SSMGUIConnect service, generated by mypy-boto3-builder 8.12.0. It enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to understand boto3 SSMGUIConnect client calls, offering code completion and catching type errors at development time rather than runtime. The package is a pure-Python stub-only distribution with minimal dependencies, designed to be installed alongside boto3. It supports explicit type annotations for SSMGUIConnectClient, provides Literal types for service-specific values, and works with both full and lite variants of boto3-stubs. No explicit type annotations are required in user code when the stubs are installed; type checkers automatically infer types from boto3 calls. Use it for: - Enable IDE autocomplete and type hints when writing boto3 SSMGUIConnect client code in VSCode or PyCharm. - Catch type errors in boto3 SSMGUIConnect calls during static analysis with mypy or pyright before deployment. - Provide explicit SSMGUIConnectClient type annotations in codebases that require strict type safety. - Use Literal types from the stubs module to validate service-specific parameter values at type-check time. - Integrate with CI/CD pipelines running mypy or pyright to enforce type correctness on AWS SDK usage. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the boto3 SSMGUIConnect service, enabling static type checking with mypy, pyright, and other tools. Yes. This is a low-friction, actively maintained stub package with no known vulnerabilities and a permissive MIT license. Install it if you use boto3 SSMGUIConnect and want IDE support or static type checking; it adds minimal overhead and integrates transparently with standard Python tooling. Avoid only if your project explicitly forbids type stubs or you are using PyCharm and experience performance issues, in which case the lite variant may help. ## Install pip install mypy-boto3-ssm-guiconnect uv add mypy-boto3-ssm-guiconnect poetry add mypy-boto3-ssm-guiconnect ## Installing mypy-boto3-ssm-guiconnect Before you install: Low friction: a pure-Python wheel with only typing-extensions as a runtime dependency. Last release 107 days ago; repository is active with recent commits and a maintained upstream builder. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it safe for both open-source and commercial projects. Quickstart: pip install mypy-boto3-ssm-guiconnect from boto3.session import Session from mypy_boto3_ssm_guiconnect import SSMGUIConnectClient client: SSMGUIConnectClient = Session().client("ssm-guiconnect") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether the package works correctly with all supported Python versions (3.9–3.14) in practice. - Performance impact when used with PyCharm (documentation notes potential slowness with Literal overloads). ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 234.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws ssm-guiconnect typing, mypy boto3 annotations, ide autocomplete aws sdk, python type hints boto3, static type checking aws, boto3 ssm-guiconnect stubs, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-ssm-guiconnect) · [View on PyPI](https://pypi.org/project/mypy-boto3-ssm-guiconnect/)