Skip to content

CodeStarconnections module#

Index > CodeStarconnections

Auto-generated documentation for CodeStarconnections type annotations stubs module types-aiobotocore-codestar-connections.

How to install#

From PyPI with pip#

Install types-aiobotocore for CodeStarconnections service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[codestar-connections]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aiobotocore-lite[codestar-connections]'


# standalone installation
python -m pip install types-aiobotocore-codestar-connections

How to uninstall#

python -m pip uninstall -y types-aiobotocore-codestar-connections

Usage#

Code samples can be found in Examples.

CodeStarconnectionsClient#

Type annotations and code completion for session.create_client("codestar-connections") as CodeStarconnectionsClient boto3 documentation

# CodeStarconnectionsClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_codestar_connections.client import CodeStarconnectionsClient


session = get_session()
async with session.create_client("codestar-connections") as client:
    client: CodeStarconnectionsClient

Literals#

Type annotations for literals used in methods and schema.

# ConnectionStatusType usage example

from types_aiobotocore_codestar_connections.literals import ConnectionStatusType

def get_value() -> ConnectionStatusType:
    return "AVAILABLE"

Type definitions#

Type annotations for type definitions used in methods and schema.