mypy-boto3-frauddetector
Type annotations for boto3 FraudDetector 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type stub library that adds static type information to boto3's FraudDetector service. It's generated automatically from boto3's service definitions and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other type-aware tools. When installed, it enables IDE autocomplete for FraudDetector client methods and parameters, and allows static type checkers to catch type errors before runtime.
The package is designed as a development-only dependency—you can use TYPE_CHECKING guards to exclude it from production builds. It has minimal runtime overhead (just typing-extensions as a dependency) and supports Python 3.9 through 3.14. The stubs are regenerated whenever boto3 releases a new version, so the version number (1.43.0) matches the boto3 release it targets.
Use it for:
- Add IDE autocomplete and type hints when writing boto3 FraudDetector client code in VSCode or PyCharm.
- Run mypy or pyright to catch type errors in boto3 FraudDetector calls before deployment.
- Use Literal types from mypy_boto3_frauddetector.literals to enforce valid parameter values at type-check time.
- Enable code completion in Emacs or Sublime Text via LSP and pyright integration.
- Wrap FraudDetector client usage in TYPE_CHECKING blocks to keep type stubs out of production dependencies.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for boto3's FraudDetector service, enabling static type checking with mypy, pyright, and IDE tools.
Yes. Install this if you use boto3's FraudDetector service and want static type checking and IDE support. The package is lightweight, actively maintained, has no known vulnerabilities, and uses a permissive MIT license. The only caveat is PyCharm's known performance issue with Literal overloads (documented in the package)—if you use PyCharm, consider the lite variant or use mypy/pyright instead.
Install
mypy-boto3-frauddetector on PyPI
pip
pip install mypy-boto3-frauddetectoruv
uv add mypy-boto3-frauddetectorpoetry
poetry add mypy-boto3-frauddetectorInstalling mypy-boto3-frauddetector
Before you install
Low install friction with a single lightweight dependency (typing-extensions). Actively maintained with recent commits and stable production status.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.
Quickstart
pip install mypy-boto3-frauddetector
from boto3.session import Session
from mypy_boto3_frauddetector import FraudDetectorClient
client: FraudDetectorClient = Session().client("frauddetector")
# IDE now provides code completion and mypy type checks client calls
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether performance impact on PyCharm is acceptable for your codebase size (documentation notes potential slowness with Literal overloads).
- Whether the lite variant (boto3-stubs-lite) would be more suitable for your IDE or memory constraints.
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 | 250,685/month — #8,620 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_frauddetector-1.43.0-py3-none-any.whl
Keywords: boto3, frauddetector, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-inspector-scanProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-support-appProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-auditmanagerProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-panoramaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iotsecuretunnelingProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
mypy-boto3-pinpointProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iottwinmakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-aiopsProvides type annotations and IDE…
permissive · top 15,000 on PyPI