--- id: mypy-boto3-redshift-serverless version: "1.43.72" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-redshift-serverless — Type annotations for boto3 RedshiftServerless 1.43.72 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 249.3K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's RedshiftServerless client. It is generated automatically from boto3 1.43.72 using mypy-boto3-builder 8.12.0 and provides type hints for client methods, paginators, and service resources. When installed, it enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to provide code completion and catch type errors in RedshiftServerless API calls without requiring explicit type annotations in your code. It has a single runtime dependency on typing-extensions and is marked as a stub-only package, meaning it does not execute code at runtime. Use it for: - Enable IDE autocomplete and type checking for RedshiftServerless API calls in VSCode with Pylance. - Catch boto3 RedshiftServerless type errors during development with mypy or pyright before runtime. - Use in PyCharm with the lite variant (boto3-stubs-lite) to avoid performance issues with Literal overloads. - Provide type hints for RedshiftServerless paginators and service resources in larger AWS projects. - Maintain type safety in production code using TYPE_CHECKING guards to avoid runtime dependencies. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's RedshiftServerless service, enabling static type checking with mypy, pyright, and compatible editors. Yes, if you use boto3's RedshiftServerless service and want IDE autocompletion and static type checking. Install as a development dependency (or behind TYPE_CHECKING guards for production). Low friction, actively maintained, MIT-licensed, and zero known vulnerabilities. PyCharm users should consider the lite variant due to documented performance concerns with Literal overloads. ## Install pip install mypy-boto3-redshift-serverless uv add mypy-boto3-redshift-serverless poetry add mypy-boto3-redshift-serverless ## Installing mypy-boto3-redshift-serverless Before you install: Low friction installation with a single runtime dependency (typing-extensions). Active maintenance with recent release; generated automatically from boto3 1.43.72 using mypy-boto3-builder 8.12.0. License in practice: MIT license permits use in commercial and open-source projects with minimal restrictions; suitable for production environments. Quickstart: pip install mypy-boto3-redshift-serverless from boto3.session import Session from mypy_boto3_redshift_serverless import RedshiftServerlessClient client: RedshiftServerlessClient = Session().client("redshift-serverless") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether the generated stubs remain synchronized with boto3 updates after initial release. - Performance impact in PyCharm (documentation mentions potential slowness with Literal overloads). ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 249.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs redshift serverless, mypy boto3 type annotations, aws redshift serverless typing, boto3 ide autocomplete, python aws type hints, redshift serverless client types, boto3 static type checking, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-redshift-serverless) · [View on PyPI](https://pypi.org/project/mypy-boto3-redshift-serverless/)