--- id: mypy-boto3-globalaccelerator version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-globalaccelerator — Type annotations for boto3 GlobalAccelerator 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 264.1K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's GlobalAccelerator service client. It is generated from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other type-aware tools. When installed, it enables IDE autocompletion and catches type errors during development without requiring explicit type annotations in your code. The package contains type definitions for the GlobalAccelerator client, paginators, waiters, and service-specific types. It is designed as a stub-only library (no runtime code) and has a single runtime dependency on typing-extensions. Installation is straightforward via pip, and it integrates seamlessly with existing boto3 code. Use it for: - Enable IDE autocomplete and inline documentation for GlobalAccelerator API calls in VSCode or PyCharm. - Catch type mismatches in GlobalAccelerator client usage during static analysis with mypy or pyright. - Provide type hints for paginator and waiter objects when working with GlobalAccelerator operations. - Validate AWS SDK code in CI/CD pipelines using type checkers before deployment. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's GlobalAccelerator service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 with GlobalAccelerator and want static type checking and IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. No known vulnerabilities. Consider the lite variant if PyCharm performance is a concern. ## Install pip install mypy-boto3-globalaccelerator uv add mypy-boto3-globalaccelerator poetry add mypy-boto3-globalaccelerator ## Installing mypy-boto3-globalaccelerator Before you install: Low friction install with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with stable status. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-globalaccelerator from boto3.session import Session from mypy_boto3_globalaccelerator import GlobalAcceleratorClient client: GlobalAcceleratorClient = Session().client("globalaccelerator") Requires Python 3.9 or later; boto3 must be installed separately to use the client. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (issue PY-40997) have been resolved since the package was generated. - Whether the lite variant (boto3-stubs-lite) is recommended for production deployments to reduce memory overhead. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 264.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws globalaccelerator typing, mypy boto3 annotations, ide autocomplete aws, type checking boto3, pyright aws stubs, boto3 type hints, type-stubs, aws-sdk, type-checking [View on SkillFed](https://skillfed.io/packages/mypy-boto3-globalaccelerator) · [View on PyPI](https://pypi.org/project/mypy-boto3-globalaccelerator/)