UserNotificationsContacts module#
Index > UserNotificationsContacts
Auto-generated documentation for UserNotificationsContacts type annotations stubs module types-aiobotocore-notificationscontacts.
How to install#
Generate locally (recommended)#
You can generate type annotations for aiobotocore
package locally with mypy-boto3-builder
.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'aiobotocore==2.25.0' mypy-boto3-builder
- Select
aiobotocore
AWS SDK. - Add
UserNotificationsContacts
service. - Use provided commands to install generated packages.
From PyPI with pip#
Install types-aiobotocore
for UserNotificationsContacts
service.
# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[notificationscontacts]'
# 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[notificationscontacts]'
# standalone installation
python -m pip install types-aiobotocore-notificationscontacts
How to uninstall#
python -m pip uninstall -y types-aiobotocore-notificationscontacts
Usage#
Code samples can be found in Examples.
UserNotificationsContactsClient#
Type annotations and code completion for session.create_client("notificationscontacts")
as UserNotificationsContactsClient
boto3 documentation
# UserNotificationsContactsClient usage example
from aiobotocore.session import get_session
from types_aiobotocore_notificationscontacts.client import UserNotificationsContactsClient
session = get_session()
async with session.create_client("notificationscontacts") as client:
client: UserNotificationsContactsClient
Paginators#
Type annotations and code completion for
paginators
from session.create_client("notificationscontacts").get_paginator("...")
.
# ListEmailContactsPaginator usage example
from types_aiobotocore_notificationscontacts.paginator import ListEmailContactsPaginator
def get_list_email_contacts_paginator() -> ListEmailContactsPaginator:
return client.get_paginator("list_email_contacts"))
Literals#
Type annotations for literals used in methods and schema.
# EmailContactStatusType usage example
from types_aiobotocore_notificationscontacts.literals import EmailContactStatusType
def get_value() -> EmailContactStatusType:
return "active"
- EmailContactStatusType
- ListEmailContactsPaginatorName
- UserNotificationsContactsServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.
- ActivateEmailContactRequestTypeDef
- CreateEmailContactRequestTypeDef
- ResponseMetadataTypeDef
- DeleteEmailContactRequestTypeDef
- EmailContactTypeDef
- GetEmailContactRequestTypeDef
- PaginatorConfigTypeDef
- ListEmailContactsRequestTypeDef
- ListTagsForResourceRequestTypeDef
- SendActivationCodeRequestTypeDef
- TagResourceRequestTypeDef
- UntagResourceRequestTypeDef
- CreateEmailContactResponseTypeDef
- ListTagsForResourceResponseTypeDef
- GetEmailContactResponseTypeDef
- ListEmailContactsResponseTypeDef
- ListEmailContactsRequestPaginateTypeDef