skillfed

mypy-boto3-amp

Type annotations for boto3 PrometheusService 1.43.62 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-amp v1.43.62 253.2K downloads/30d#8,523 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library generated by mypy-boto3-builder 8.12.0 that provides complete type annotations for the AWS PrometheusService (AMP) API as exposed through boto3 1.43.62. It enables static type checkers like mypy and pyright, as well as IDEs like VSCode, PyCharm, and Emacs, to understand and validate boto3 AMP client calls at development time, offering autocomplete and catching type mismatches before runtime.

The package is a stub-only library—it contains no runtime code, only type information. It works alongside boto3 to enhance the developer experience when working with AWS Prometheus monitoring. Installation is straightforward via pip, and it integrates transparently with type checkers and language servers without requiring explicit type annotations in your code.

Use it for:

  • Enable IDE autocomplete and type checking when writing AWS Prometheus monitoring code with boto3.
  • Catch type errors in AMP API calls during static analysis with mypy or pyright before deployment.
  • Use boto3 AMP operations with full type safety in VSCode with Pylance or PyCharm.
  • Generate type-aware documentation and reduce runtime errors in production boto3 code.
  • Support explicit type annotations for AMP paginators, waiters, and service resources.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type stubs and IDE autocomplete for AWS PrometheusService (AMP) operations via boto3, enabling type checking in mypy, pyright, and code editors.

Yes. Install this if you use boto3 to interact with AWS PrometheusService and want type safety and IDE support. The package is actively maintained, has no dependencies beyond typing-extensions, carries no known vulnerabilities, and is licensed permissively. It integrates seamlessly with modern Python tooling and requires only Python 3.9+.

Install

mypy-boto3-amp on PyPI

pip

pip install mypy-boto3-amp

uv

uv add mypy-boto3-amp

poetry

poetry add mypy-boto3-amp

Installing mypy-boto3-amp

Before you install

Low install friction; depends only on typing-extensions. Actively maintained with a release 14 days ago and no known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions—safe for both open-source and commercial projects.

Quickstart

pip install mypy-boto3-amp

from boto3.session import Session
from mypy_boto3_amp import PrometheusServiceClient

client: PrometheusServiceClient = Session().client("amp")
# Type checking and IDE autocomplete now work for AMP operations

Requires Python 3.9 or later; boto3 must be installed separately to use the client.

Verify before relying

  • Whether PyCharm performance issue PY-40997 affects this package's usability in that IDE.
  • Whether the lite variant (boto3-stubs-lite) is recommended for production to reduce memory overhead.

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 — 14 days since the last release
Last repo commit
First released
Downloads 253,233/month — #8,523 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_amp-1.43.62-py3-none-any.whl

Keywords: boto3, amp, 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 annotationsaws prometheus type stubsmypy boto3 ampide autocomplete boto3type checking aws sdkboto3 prometheus service typespyright boto3 stubs
type-stubsaws-sdkboto3

More Software Development packages