--- id: mypy-boto3-sagemaker-edge version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-sagemaker-edge — Type annotations for boto3 SagemakerEdgeManager 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 249.0K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's SagemakerEdgeManager service. It is generated automatically from boto3's service definitions using mypy-boto3-builder 8.12.0 and works as a drop-in companion to boto3 1.43.0, enabling IDEs and type checkers to understand and validate your AWS API calls at development time. When installed, it provides full autocomplete, parameter validation, and return-type inference for SagemakerEdgeManager operations across VSCode, PyCharm, Emacs, Sublime Text, mypy, and pyright. The stubs include explicit type annotations for client objects, service resources, waiters, paginators, and literal types extracted from AWS shapes, allowing you to catch type mismatches before runtime without writing manual type hints. Use it for: - Enable IDE autocomplete and inline documentation for SagemakerEdgeManager API calls in VSCode or PyCharm. - Run mypy or pyright type checking on boto3 code to catch parameter and return-type errors before deployment. - Use explicit type annotations for SagemakerEdgeManagerClient to document expected AWS client types in function signatures. - Validate literal values for SagemakerEdgeManager operations at type-check time without runtime errors. - Integrate type checking into CI/CD pipelines to enforce type safety on AWS SDK usage across a team. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete for boto3's SagemakerEdgeManager service, enabling static type checking in mypy, pyright, VSCode, PyCharm, and other tools. Yes, if you use boto3 with SagemakerEdgeManager and want static type checking or IDE autocomplete. Install friction is minimal, maintenance is active, the license is permissive, and there are no known vulnerabilities. Install directly or as part of a broader boto3-stubs installation depending on your needs. ## Install pip install mypy-boto3-sagemaker-edge uv add mypy-boto3-sagemaker-edge poetry add mypy-boto3-sagemaker-edge ## Installing mypy-boto3-sagemaker-edge Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit on 2026-06-22 and 670 repository stars indicate ongoing support. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal restrictions. Quickstart: pip install mypy-boto3-sagemaker-edge from boto3.session import Session from mypy_boto3_sagemaker_edge import SagemakerEdgeManagerClient client: SagemakerEdgeManagerClient = Session().client("sagemaker-edge") Requires boto3 1.43.0 to be installed separately; type checking requires mypy, pyright, or a compatible IDE. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (issue PY-40997) remain unresolved or have been addressed. - Performance and RAM trade-offs between full and lite installation variants for production use. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 249.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs sagemaker edge, type annotations aws sagemaker, boto3 mypy stubs, sagemaker edge manager typing, ide autocomplete boto3 aws, pyright boto3 type hints, static type checking aws sdk, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-sagemaker-edge) · [View on PyPI](https://pypi.org/project/mypy-boto3-sagemaker-edge/)