Skip to content

CodeStarNotifications module#

Index > CodeStarNotifications

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

How to install#

From PyPI with pip#

Install types-aiobotocore for CodeStarNotifications service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

CodeStarNotificationsClient#

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

# CodeStarNotificationsClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_codestar_notifications.client import CodeStarNotificationsClient


session = get_session()
async with session.create_client("codestar-notifications") as client:
    client: CodeStarNotificationsClient

Paginators#

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

# ListEventTypesPaginator usage example

from types_aiobotocore_codestar_notifications.paginator import ListEventTypesPaginator

def get_list_event_types_paginator() -> ListEventTypesPaginator:
    return client.get_paginator("list_event_types"))

Literals#

Type annotations for literals used in methods and schema.

# DetailTypeType usage example

from types_aiobotocore_codestar_notifications.literals import DetailTypeType

def get_value() -> DetailTypeType:
    return "BASIC"

Type definitions#

Type annotations for type definitions used in methods and schema.