skillfed

mypy-boto3-cognito-sync

Type annotations for boto3 CognitoSync 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-cognito-sync v1.43.0 252.3K downloads/30d#8,546 on PyPI670
Permissive license MIT Active released

What it is and what it does

This is a type-stub package that adds static type information to boto3's CognitoSync client. It is generated from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other type-aware tools. The package provides type hints for CognitoSync API calls, enabling IDE code completion and catching type errors before runtime without requiring explicit type annotations in your code.

The package is designed to be installed alongside boto3 or as part of the boto3-stubs bundle. It depends only on typing-extensions and supports Python 3.9 through 3.14. The stubs include client type annotations, literal types for API parameters, and type definitions for service responses, allowing developers to write type-safe AWS SDK code.

Use it for:

  • Enable IDE autocomplete and type checking for boto3 CognitoSync calls in VSCode with Pylance or PyCharm.
  • Catch type errors in CognitoSync API usage during development with mypy or pyright before deploying.
  • Provide explicit type annotations for CognitoSyncClient and related types in codebases that enforce strict typing.
  • Use CognitoSync Literal types to validate API parameter values at type-check time.
  • Support type-safe boto3 code in Emacs or Sublime Text via LSP and pyright integration.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for boto3's CognitoSync service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3's CognitoSync service and want type checking or IDE support. Install friction is minimal, maintenance is active, and the MIT license is permissive. The only caveat is that PyCharm users may experience performance issues with the full stubs; documentation recommends the lite variant as an alternative.

Install

mypy-boto3-cognito-sync on PyPI

pip

pip install mypy-boto3-cognito-sync

uv

uv add mypy-boto3-cognito-sync

poetry

poetry add mypy-boto3-cognito-sync

Installing mypy-boto3-cognito-sync

Before you install

Low friction: a pure-Python stub package with only typing-extensions as a runtime dependency. Actively maintained with recent releases; the repository shows ongoing development and is not archived.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open and closed projects with minimal obligations.

Quickstart

python -m pip install mypy-boto3-cognito-sync

from boto3.session import Session
from mypy_boto3_cognito_sync import CognitoSyncClient

client: CognitoSyncClient = Session().client("cognito-sync")

Requires Python 3.9 or later; boto3 must be installed separately.

Verify before relying

  • Whether this package works with boto3 versions other than 1.43.0, or if version pinning is required.
  • Performance impact on PyCharm when used with the full boto3-stubs (documentation mentions slowness).

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 — 107 days since the last release
Last repo commit
First released
Downloads 252,310/month — #8,546 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_cognito_sync-1.43.0-py3-none-any.whl

Keywords: boto3, cognito-sync, 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 type stubscognito sync type annotationsmypy boto3 stubsaws sdk type hintsboto3 ide autocompletepython aws typingcognito-sync client types
type-stubsaws-sdkide-support

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-cognito-identity

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-panorama

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-connect

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-ebs

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-detective

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-iottwinmaker

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-evidently

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

boto3-stubs-full

Provides type annotations for boto3 1.43.71 to…

permissive · top 5,000 on PyPI