Skip to content

Literals#

Index > UserNotificationsContacts > Literals

Auto-generated documentation for UserNotificationsContacts type annotations stubs module mypy-boto3-notificationscontacts.

EmailContactStatusType#

# EmailContactStatusType usage example

from mypy_boto3_notificationscontacts.literals import EmailContactStatusType

def get_value() -> EmailContactStatusType:
    return "active"
# EmailContactStatusType definition

EmailContactStatusType = Literal[
    "active",
    "inactive",
]

ListEmailContactsPaginatorName#

# ListEmailContactsPaginatorName usage example

from mypy_boto3_notificationscontacts.literals import ListEmailContactsPaginatorName

def get_value() -> ListEmailContactsPaginatorName:
    return "list_email_contacts"
# ListEmailContactsPaginatorName definition

ListEmailContactsPaginatorName = Literal[
    "list_email_contacts",
]

UserNotificationsContactsServiceName#

# UserNotificationsContactsServiceName usage example

from mypy_boto3_notificationscontacts.literals import UserNotificationsContactsServiceName

def get_value() -> UserNotificationsContactsServiceName:
    return "notificationscontacts"
# UserNotificationsContactsServiceName definition

UserNotificationsContactsServiceName = Literal[
    "notificationscontacts",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_notificationscontacts.literals import