types-boto3-cognito-idp
Type annotations for boto3 CognitoIdentityProvider 1.43.56 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
types-boto3-cognito-idp on PyPI
pip
pip install types-boto3-cognito-idpuv
uv add types-boto3-cognito-idppoetry
poetry add types-boto3-cognito-idpInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 21 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 234,595/month — #9,020 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_boto3_cognito_idp-1.43.56-py3-none-any.whl
Keywords: boto3, cognito-idp, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-cognito-idpProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-cognito-idpProvides type stubs and IDE autocomplete…
permissive · top 15,000 on PyPI
types-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-boto3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-cognito-identityProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-boto3-stsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-boto3-iamProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-s3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-comprehendProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
types-boto3-lambdaProvides type annotations and IDE…
permissive · top 5,000 on PyPI