skillfed

mypy-boto3-redshift-serverless

Type annotations for boto3 RedshiftServerless 1.43.72 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-redshift-serverless v1.43.72 249.3K downloads/30d#8,653 on PyPI670
Permissive license MIT Active released

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

mypy-boto3-redshift-serverless on PyPI

pip

pip install mypy-boto3-redshift-serverless

uv

uv add mypy-boto3-redshift-serverless

poetry

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

Evidence: mypy_boto3_redshift_serverless-1.43.72-py3-none-any.whl

Keywords: boto3, redshift-serverless, 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 stubs redshift serverlessmypy boto3 type annotationsaws redshift serverless typingboto3 ide autocompletepython aws type hintsredshift serverless client typesboto3 static type checking
type-stubsaws-sdkide-support

More Software Development packages