Skip to content

CodeStar module#

Index > CodeStar

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

How to install#

From PyPI with pip#

Install types-aiobotocore for CodeStar service.

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


# 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]'


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

CodeStarClient#

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

# CodeStarClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_codestar.client import CodeStarClient


session = get_session()
async with session.create_client("codestar") as client:
    client: CodeStarClient

Paginators#

Type annotations and code completion for paginators from session.create_client("codestar").get_paginator("...").

# ListProjectsPaginator usage example

from types_aiobotocore_codestar.paginator import ListProjectsPaginator

def get_list_projects_paginator() -> ListProjectsPaginator:
    return client.get_paginator("list_projects"))

Literals#

Type annotations for literals used in methods and schema.

# ListProjectsPaginatorName usage example

from types_aiobotocore_codestar.literals import ListProjectsPaginatorName

def get_value() -> ListProjectsPaginatorName:
    return "list_projects"

Type definitions#

Type annotations for type definitions used in methods and schema.