skillfed

mypy-boto3-guardduty

Type annotations for boto3 GuardDuty 1.43.54 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-guardduty v1.43.54 288.7K downloads/30d#8,015 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package provides type stubs for boto3's GuardDuty service, generated by mypy-boto3-builder. It enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to understand and validate GuardDuty client calls, offering autocomplete and catching type errors at development time rather than runtime.

The package is purely a type-annotation layer—it has no runtime behavior and depends only on typing-extensions. It's designed to be installed alongside boto3 and works by providing type information for GuardDuty's client, paginators, waiters, and service models. Installation is straightforward via pip, and it integrates transparently with most Python development environments.

Use it for:

  • Enable IDE autocompletion and type checking when writing boto3 GuardDuty code in VSCode or PyCharm.
  • Catch GuardDuty API call errors (wrong parameters, missing arguments) before runtime using mypy or pyright.
  • Document GuardDuty client method signatures and return types for team members reading the code.
  • Validate paginator and waiter usage with full type hints for GuardDuty operations.
  • Integrate GuardDuty type checking into CI/CD pipelines using mypy or pyright without runtime overhead.

Worth the install?

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

Provides type annotations and IDE autocompletion for boto3's GuardDuty service, enabling static type checking with mypy, pyright, and editor support.

Yes, if you use boto3 GuardDuty in a typed Python project. The package is actively maintained, has no security vulnerabilities, carries a permissive MIT license, and adds negligible install friction. It's particularly valuable in codebases using mypy or pyright, or in IDEs like VSCode with Pylance. The only caveat: PyCharm users may experience performance issues with the full type stubs and should consider boto3-stubs-lite instead.

Install

mypy-boto3-guardduty on PyPI

pip

pip install mypy-boto3-guardduty

uv

uv add mypy-boto3-guardduty

poetry

poetry add mypy-boto3-guardduty

Installing mypy-boto3-guardduty

Before you install

Low friction: single runtime dependency (typing-extensions), wheel-only distribution, and actively maintained with recent releases. Designed as a lightweight type-stub package with no complex build requirements.

License in practice

MIT license permits unrestricted use, modification, and distribution. Safe to include in commercial or proprietary projects without licensing obligations.

Quickstart

pip install mypy-boto3-guardduty

from boto3.session import Session
from mypy_boto3_guardduty import GuardDutyClient

client: GuardDutyClient = Session().client("guardduty")
# Type checking and IDE autocompletion now work on client methods

Requires Python 3.9 or later; boto3 itself must be installed separately for runtime use.

Verify before relying

  • Whether the package works with all boto3 versions or only 1.43.54 and nearby releases.
  • Performance impact on PyCharm (documentation mentions potential slowness with Literal overloads).
  • Whether paginators and waiters are fully typed or only partially covered.

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

Evidence: mypy_boto3_guardduty-1.43.54-py3-none-any.whl

Keywords: boto3, guardduty, 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 guarddutyaws guardduty type annotationsboto3 guardduty mypy supportguardduty client type hintsboto3 stubs ide autocompleteaws type checking guarddutyboto3 guardduty pyright
type-stubsaws-guarddutyboto3

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-evidently

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-neptune

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-codeartifact

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-config

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-inspector

Provides type annotations for boto3's Inspector…

permissive · top 15,000 on PyPI

mypy-boto3-cloudwatch

Provides type annotations for boto3's…

permissive · top 5,000 on PyPI

mypy-boto3-codeguru-security

Provides type stubs and IDE autocomplete for…

permissive · top 15,000 on PyPI

mypy-boto3-chatbot

Provides type annotations for boto3's AWS…

permissive · top 15,000 on PyPI