--- id: types-boto3-cognito-idp version: "1.43.56" license: MIT license_treatment: permissive maintenance: active --- # types-boto3-cognito-idp — Type annotations for boto3 CognitoIdentityProvider 1.43.56 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 234.6K/mo ## What it is and what it does This package is a type-stub library that adds static type information for boto3's CognitoIdentityProvider service. It enables IDEs and type checkers to understand the shape and behavior of Cognito API calls, providing autocomplete suggestions and catching type errors before runtime. The stubs are generated from boto3 1.43.56 using mypy-boto3-builder and support modern Python versions from 3.9 onward. When installed, it works transparently with your existing boto3 code—no explicit type annotations required. Your IDE will offer code completion for Cognito client methods, paginators, and type definitions, while mypy and pyright can validate your usage. The package is designed as a development dependency and can be safely imported only during type-checking phases to avoid production bloat. Use it for: - Enable IDE autocomplete and inline documentation for boto3 Cognito API calls in VSCode or PyCharm. - Validate Cognito client code with mypy or pyright before deployment. - Catch parameter type mismatches and invalid method calls during development rather than at runtime. - Support paginator type hints when iterating over large Cognito result sets. - Use TYPE_CHECKING guards to keep type stubs out of production dependencies. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's CognitoIdentityProvider service, compatible with mypy, pyright, VSCode, PyCharm, and other type-checking tools. Yes, if you use boto3's CognitoIdentityProvider service and want type safety and IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. PyCharm users should be aware of potential performance issues with Literal overloads and may prefer the lite variant. No known security vulnerabilities. ## Install pip install types-boto3-cognito-idp uv add types-boto3-cognito-idp poetry add types-boto3-cognito-idp ## Installing types-boto3-cognito-idp Before you install: Low install friction with a single runtime dependency on typing-extensions. Package is actively maintained with a recent release; last commit was 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal restrictions. Quickstart: python -m pip install types-boto3-cognito-idp from boto3.session import Session from types_boto3_cognito_idp import CognitoIdentityProviderClient client: CognitoIdentityProviderClient = Session().client("cognito-idp") Requires Python 3.9 or later; boto3 must be installed separately in your environment for the client to function. Verify before relying: - Whether the package works correctly with all listed Python versions (3.9–3.14) in practice. - Performance impact when used with PyCharm (documentation warns of potential slowness with Literal overloads). ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 234.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 cognito type stubs, cognito-idp type annotations, boto3 type checking, mypy boto3 stubs, cognito identity provider types, pyright boto3 support, aws cognito type hints, type-stubs, aws-sdk, cognito [View on SkillFed](https://skillfed.io/packages/types-boto3-cognito-idp) · [View on PyPI](https://pypi.org/project/types-boto3-cognito-idp/)