skillfed

mypy-boto3-iotsecuretunneling

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

mypy-boto3-iotsecuretunneling v1.43.0 253.8K downloads/30d#8,508 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type stub library for boto3's IoTSecureTunneling service, generated by mypy-boto3-builder 8.12.0. It provides complete type annotations for the IoTSecureTunneling client, enabling static type checkers (mypy, pyright) and IDEs (VSCode with Pylance, PyCharm, Emacs, Sublime Text) to offer accurate autocomplete and catch type errors at development time rather than runtime.

The package contains no runtime code—it is purely type information. It works by being installed alongside boto3, allowing type checkers to understand the shape and behavior of IoTSecureTunneling API calls. Developers can use it standalone or as part of boto3-stubs, which bundles type stubs for multiple AWS services. The package supports Python 3.9 through 3.14 and has been actively maintained since 2019.

Use it for:

  • Enable IDE autocomplete and type hints when writing boto3 IoTSecureTunneling client code in VSCode or PyCharm
  • Catch type errors in IoTSecureTunneling API calls during development using mypy or pyright without running code
  • Provide explicit type annotations for IoTSecureTunnelingClient, literals, and service-specific type definitions in production code
  • Improve code documentation and maintainability by making boto3 IoTSecureTunneling API contracts visible to static analysis tools

Worth the install?

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

Provides type annotations for boto3's IoTSecureTunneling service, enabling IDE autocomplete, type checking in mypy and pyright, and static analysis without runtime overhead.

Yes, if you use boto3's IoTSecureTunneling service and want IDE autocomplete or static type checking. Install friction is negligible, maintenance is active, and the MIT license carries no restrictions. The package is stable (Production/Stable status) and has no known vulnerabilities. Consider boto3-stubs-lite if PyCharm performance becomes an issue.

Install

mypy-boto3-iotsecuretunneling on PyPI

pip

pip install mypy-boto3-iotsecuretunneling

uv

uv add mypy-boto3-iotsecuretunneling

poetry

poetry add mypy-boto3-iotsecuretunneling

Installing mypy-boto3-iotsecuretunneling

Before you install

Low friction: pure Python wheel with only typing-extensions as a runtime dependency. Actively maintained with recent commits and stable production status.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal obligations.

Quickstart

# Install
python -m pip install mypy-boto3-iotsecuretunneling

# Use in code
from boto3.session import Session
from mypy_boto3_iotsecuretunneling import IoTSecureTunnelingClient

client: IoTSecureTunnelingClient = Session().client("iotsecuretunneling")

Verify before relying

  • Whether PyCharm performance issue PY-40997 affects this package's Literal overloads in practice
  • Whether the lite variant (boto3-stubs-lite) provides sufficient type coverage for typical IoTSecureTunneling workflows

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 253,786/month — #8,508 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

Keywords: boto3, iotsecuretunneling, 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 iotsecuretunnelingmypy boto3 type annotationsaws iot secure tunneling typesboto3 type checking ide supportpython aws sdk type hintsmypy-boto3 stubs generatorboto3 autocomplete pyright
type-stubsaws-sdkstatic-analysis

More Software Development packages