Skip to content

SSMContacts module#

Index > SSMContacts

Auto-generated documentation for SSMContacts type annotations stubs module types-aiobotocore-ssm-contacts.

How to install#

From PyPI with pip#

Install types-aiobotocore for SSMContacts service.

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


# 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[ssm-contacts]'


# standalone installation
python -m pip install types-aiobotocore-ssm-contacts

How to uninstall#

python -m pip uninstall -y types-aiobotocore-ssm-contacts

Usage#

Code samples can be found in Examples.

SSMContactsClient#

Type annotations and code completion for session.create_client("ssm-contacts") as SSMContactsClient boto3 documentation

# SSMContactsClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_ssm_contacts.client import SSMContactsClient


session = get_session()
async with session.create_client("ssm-contacts") as client:
    client: SSMContactsClient

Paginators#

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

# ListContactChannelsPaginator usage example

from types_aiobotocore_ssm_contacts.paginator import ListContactChannelsPaginator

def get_list_contact_channels_paginator() -> ListContactChannelsPaginator:
    return client.get_paginator("list_contact_channels"))

Literals#

Type annotations for literals used in methods and schema.

# AcceptCodeValidationType usage example

from types_aiobotocore_ssm_contacts.literals import AcceptCodeValidationType

def get_value() -> AcceptCodeValidationType:
    return "ENFORCE"

Type definitions#

Type annotations for type definitions used in methods and schema.