{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/8"}],"enrichment":{"capability":"Provides type annotations and IDE autocomplete support for boto3 STS (AWS Security Token Service) client operations, compatible with mypy, pyright, VSCode, PyCharm, and other type-aware tools.","skillfed_tags":["type-stubs","aws-sdk","boto3"],"use_cases":["Enable IDE autocomplete and type checking for boto3 STS calls in VSCode, PyCharm, or other type-aware editors.","Catch STS API usage errors (wrong parameter types, missing required fields) during static analysis with mypy or pyright.","Document STS client method signatures and expected types in your codebase without writing manual annotations.","Improve code maintainability by letting type checkers verify that STS operations are called correctly across a large project.","Use STS Literals and TypeDefs to enforce type safety when building IAM assume-role workflows or token operations."],"what_it_does":"types-boto3-sts is a type stub package that adds static type information to boto3's STS (Security Token Service) client. It was generated using mypy-boto3-builder 8.12.0 and is compatible with boto3 1.43.0. When installed, it enables type checkers like mypy and pyright, as well as IDEs like VSCode, PyCharm, and others, to understand and validate STS API calls at development time\u2014providing autocomplete suggestions, catching type errors before runtime, and improving code clarity through explicit type annotations.\n\nThe package is pure Python with minimal dependencies (only typing-extensions), making it lightweight and easy to install. It supports Python 3.9 through 3.14 and is actively maintained. You can use it standalone or as part of the broader types-boto3 ecosystem. The stub provides three main annotation layers: STSClient for type-annotating client objects, Literals for STS-specific enum values, and TypeDefs for structured request and response shapes.","worth_installing":"Yes. This is a low-friction, actively maintained type stub with no security vulnerabilities and permissive licensing. Install it if you use boto3 STS in a project where you want static type checking or IDE autocomplete support. It adds no runtime overhead and requires only typing-extensions as a dependency."},"id":"types-boto3-sts","links":{"html":"https://skillfed.io/packages/types-boto3-sts","md":"https://skillfed.io/packages/types-boto3-sts.md","pypi":"https://pypi.org/project/types-boto3-sts/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":"MIT","license_treatment":"permissive","name":"types-boto3-sts","python_support":"supports_current","summary":"Type annotations for boto3 STS 1.43.0 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":502594,"position":6307,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.43.0"}
