skillfed

types-boto3-cognito-idp

Type annotations for boto3 CognitoIdentityProvider 1.43.56 service generated with mypy-boto3-builder 8.12.0

types-boto3-cognito-idp v1.43.56 234.6K downloads/30d#9,020 on PyPI670
Permissive license MIT Active released

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-idp

uv

uv add types-boto3-cognito-idp

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 cognito type stubscognito-idp type annotationsboto3 type checkingmypy boto3 stubscognito identity provider typespyright boto3 supportaws cognito type hints
type-stubsaws-sdkcognito

More Software Development packages