--- id: types-aiobotocore-cognito-idp version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-cognito-idp — Type annotations for aiobotocore CognitoIdentityProvider 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 340.8K/mo ## What it is and what it does This package provides type stubs for aiobotocore's CognitoIdentityProvider service, enabling static type checkers and IDEs to understand and validate your async AWS Cognito code. It is generated from aiobotocore 3.9.0 using mypy-boto3-builder and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type hints. The package is purely a typing aid—it adds no runtime behavior. Install it in your development environment to get IDE autocomplete, type checking, and inline documentation for CognitoIdentityProvider client methods, paginators, and type definitions. It has a single lightweight dependency (typing-extensions) and is actively maintained, with recent releases and no known vulnerabilities. Use it for: - Enable IDE autocomplete and type checking when writing async Cognito authentication code with aiobotocore. - Catch type errors in user pool operations, identity provider configuration, and token management before runtime. - Generate accurate type hints for CI/CD pipelines running mypy or pyright on AWS infrastructure code. - Provide inline documentation and method signatures for Cognito API calls in VSCode or PyCharm. - Support paginator type annotations for listing users, groups, and other Cognito resources. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type stubs and IDE autocomplete support for aiobotocore's CognitoIdentityProvider service, enabling static type checking with mypy, pyright, and other tools. Yes. This is a lightweight, actively maintained type stub package with no security vulnerabilities, permissive licensing, and minimal install friction. Install it in development environments whenever you use aiobotocore with CognitoIdentityProvider to gain IDE support and static type checking—it costs nothing at runtime and catches real bugs during development. ## Install pip install types-aiobotocore-cognito-idp uv add types-aiobotocore-cognito-idp poetry add types-aiobotocore-cognito-idp ## Installing types-aiobotocore-cognito-idp Before you install: Installs cleanly with minimal friction—a single runtime dependency on typing-extensions. Actively maintained with recent releases; the repository shows steady activity and no archived status. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions, making it safe for both open-source and commercial projects. Quickstart: # Install python -m pip install types-aiobotocore-cognito-idp # Use in code from aiobotocore.session import get_session from types_aiobotocore_cognito_idp import CognitoIdentityProviderClient session = get_session() async with session.create_client("cognito-idp") as client: client: CognitoIdentityProviderClient Requires Python 3.9 or later; aiobotocore 3.9.0 must be installed separately to use the types. Verify before relying: - Whether PyCharm performance issues with Literal overloads mentioned in the description have been resolved since the package's last update. - Compatibility with aiobotocore versions other than 3.9.0 and whether future versions will be supported. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 340.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore type stubs, cognito-idp type annotations, boto3 type hints, mypy aiobotocore support, async aws cognito types, pyright boto3 stubs, ide autocomplete aws sdk, type-stubs, aws-sdk, async [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-cognito-idp) · [View on PyPI](https://pypi.org/project/types-aiobotocore-cognito-idp/)