skillfed

mypy-boto3-aiops

Type annotations for boto3 AIOps 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-aiops v1.43.0 235.1K downloads/30d#9,010 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package provides type stubs for the AWS AIOps service within boto3, enabling static type checking and IDE autocompletion. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. The stubs include type annotations for the AIOpsClient, paginators, waiters, and service-specific literals and type definitions, allowing developers to catch type errors before runtime and get accurate code completion suggestions.

The package is designed as a stub-only library (no runtime code) with minimal dependencies—just typing-extensions. It supports Python 3.9 through 3.14 and is actively maintained. Developers can install it standalone or as part of boto3-stubs with the [aiops] extra. The description notes that PyCharm may experience performance issues with the full stubs due to Literal overloads, and recommends boto3-stubs-lite as a lighter alternative in that case.

Use it for:

  • Enable IDE autocompletion and type hints when writing boto3 AIOps client code in VSCode or other editors.
  • Catch type errors in boto3 AIOps calls during static analysis with mypy or pyright before deployment.
  • Provide explicit type annotations for AIOpsClient, paginators, and service-specific types in production code.
  • Improve code maintainability by documenting expected argument and return types for AIOps API operations.
  • Use in CI/CD pipelines to enforce type safety on boto3 AIOps usage across a team's codebase.

Worth the install?

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

Provides type annotations and IDE autocompletion support for AWS boto3 AIOps service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3 AIOps and want static type checking and IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The only caveat: PyCharm users may experience performance issues with the full stubs and should consider boto3-stubs-lite instead. For VSCode, mypy, pyright, and other tools, this is a straightforward win for code quality.

Install

mypy-boto3-aiops on PyPI

pip

pip install mypy-boto3-aiops

uv

uv add mypy-boto3-aiops

poetry

poetry add mypy-boto3-aiops

Installing mypy-boto3-aiops

Before you install

Low install friction with a single runtime dependency (typing-extensions). Active maintenance with recent releases; repository shows 670 stars and last commit on 2026-06-22.

License in practice

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

Quickstart

pip install mypy-boto3-aiops

from boto3.session import Session
from mypy_boto3_aiops import AIOpsClient

client: AIOpsClient = Session().client("aiops")
# Type checking and IDE autocompletion now work

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 description (issue PY-40997) remain unresolved or have been addressed.
  • Specific performance characteristics when used with boto3-stubs-lite versus the full boto3-stubs package.

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

Evidence: mypy_boto3_aiops-1.43.0-py3-none-any.whl

Keywords: boto3, aiops, 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 aiopsaws aiops type annotationsboto3 aiops mypy supporttype hints for boto3 aiopsboto3 aiops ide autocompleteaiops client type checkingboto3 stubs aiops service
type-stubsaws-sdkstatic-analysis

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-pinpoint

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-detective

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-panorama

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-iottwinmaker

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-connect

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-support-app

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-ebs

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-sagemaker

Provides type annotations and IDE…

permissive · top 5,000 on PyPI