Skip to content

Literals#

Index > ChimeSDKVoice > Literals

Auto-generated documentation for ChimeSDKVoice type annotations stubs module mypy-boto3-chime-sdk-voice.

AlexaSkillStatusType#

# AlexaSkillStatusType usage example

from mypy_boto3_chime_sdk_voice.literals import AlexaSkillStatusType

def get_value() -> AlexaSkillStatusType:
    return "ACTIVE"
# AlexaSkillStatusType definition

AlexaSkillStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
]

CallLegTypeType#

# CallLegTypeType usage example

from mypy_boto3_chime_sdk_voice.literals import CallLegTypeType

def get_value() -> CallLegTypeType:
    return "Callee"
# CallLegTypeType definition

CallLegTypeType = Literal[
    "Callee",
    "Caller",
]

CallingNameStatusType#

# CallingNameStatusType usage example

from mypy_boto3_chime_sdk_voice.literals import CallingNameStatusType

def get_value() -> CallingNameStatusType:
    return "Unassigned"
# CallingNameStatusType definition

CallingNameStatusType = Literal[
    "Unassigned",
    "UpdateFailed",
    "UpdateInProgress",
    "UpdateSucceeded",
]

CapabilityType#

# CapabilityType usage example

from mypy_boto3_chime_sdk_voice.literals import CapabilityType

def get_value() -> CapabilityType:
    return "SMS"
# CapabilityType definition

CapabilityType = Literal[
    "SMS",
    "Voice",
]

ErrorCodeType#

# ErrorCodeType usage example

from mypy_boto3_chime_sdk_voice.literals import ErrorCodeType

def get_value() -> ErrorCodeType:
    return "AccessDenied"
# ErrorCodeType definition

ErrorCodeType = Literal[
    "AccessDenied",
    "BadRequest",
    "Conflict",
    "Forbidden",
    "Gone",
    "NotFound",
    "PhoneNumberAssociationsExist",
    "PreconditionFailed",
    "ResourceLimitExceeded",
    "ServiceFailure",
    "ServiceUnavailable",
    "Throttled",
    "Throttling",
    "Unauthorized",
    "Unprocessable",
    "VoiceConnectorGroupAssociationsExist",
]

GeoMatchLevelType#

# GeoMatchLevelType usage example

from mypy_boto3_chime_sdk_voice.literals import GeoMatchLevelType

def get_value() -> GeoMatchLevelType:
    return "AreaCode"
# GeoMatchLevelType definition

GeoMatchLevelType = Literal[
    "AreaCode",
    "Country",
]

LanguageCodeType#

# LanguageCodeType usage example

from mypy_boto3_chime_sdk_voice.literals import LanguageCodeType

def get_value() -> LanguageCodeType:
    return "en-US"
# LanguageCodeType definition

LanguageCodeType = Literal[
    "en-US",
]

ListSipMediaApplicationsPaginatorName#

# ListSipMediaApplicationsPaginatorName usage example

from mypy_boto3_chime_sdk_voice.literals import ListSipMediaApplicationsPaginatorName

def get_value() -> ListSipMediaApplicationsPaginatorName:
    return "list_sip_media_applications"
# ListSipMediaApplicationsPaginatorName definition

ListSipMediaApplicationsPaginatorName = Literal[
    "list_sip_media_applications",
]

ListSipRulesPaginatorName#

# ListSipRulesPaginatorName usage example

from mypy_boto3_chime_sdk_voice.literals import ListSipRulesPaginatorName

def get_value() -> ListSipRulesPaginatorName:
    return "list_sip_rules"
# ListSipRulesPaginatorName definition

ListSipRulesPaginatorName = Literal[
    "list_sip_rules",
]

NotificationTargetType#

# NotificationTargetType usage example

from mypy_boto3_chime_sdk_voice.literals import NotificationTargetType

def get_value() -> NotificationTargetType:
    return "EventBridge"
# NotificationTargetType definition

NotificationTargetType = Literal[
    "EventBridge",
    "SNS",
    "SQS",
]

NumberSelectionBehaviorType#

# NumberSelectionBehaviorType usage example

from mypy_boto3_chime_sdk_voice.literals import NumberSelectionBehaviorType

def get_value() -> NumberSelectionBehaviorType:
    return "AvoidSticky"
# NumberSelectionBehaviorType definition

NumberSelectionBehaviorType = Literal[
    "AvoidSticky",
    "PreferSticky",
]

OrderedPhoneNumberStatusType#

# OrderedPhoneNumberStatusType usage example

from mypy_boto3_chime_sdk_voice.literals import OrderedPhoneNumberStatusType

def get_value() -> OrderedPhoneNumberStatusType:
    return "Acquired"
# OrderedPhoneNumberStatusType definition

OrderedPhoneNumberStatusType = Literal[
    "Acquired",
    "Failed",
    "Processing",
]

OriginationRouteProtocolType#

# OriginationRouteProtocolType usage example

from mypy_boto3_chime_sdk_voice.literals import OriginationRouteProtocolType

def get_value() -> OriginationRouteProtocolType:
    return "TCP"
# OriginationRouteProtocolType definition

OriginationRouteProtocolType = Literal[
    "TCP",
    "UDP",
]

PhoneNumberAssociationNameType#

# PhoneNumberAssociationNameType usage example

from mypy_boto3_chime_sdk_voice.literals import PhoneNumberAssociationNameType

def get_value() -> PhoneNumberAssociationNameType:
    return "SipRuleId"
# PhoneNumberAssociationNameType definition

PhoneNumberAssociationNameType = Literal[
    "SipRuleId",
    "VoiceConnectorGroupId",
    "VoiceConnectorId",
]

PhoneNumberOrderStatusType#

# PhoneNumberOrderStatusType usage example

from mypy_boto3_chime_sdk_voice.literals import PhoneNumberOrderStatusType

def get_value() -> PhoneNumberOrderStatusType:
    return "CancelRequested"
# PhoneNumberOrderStatusType definition

PhoneNumberOrderStatusType = Literal[
    "Cancelled",
    "CancelRequested",
    "ChangeRequested",
    "Exception",
    "Failed",
    "FOC",
    "Partial",
    "PendingDocuments",
    "Processing",
    "Submitted",
    "Successful",
]

PhoneNumberOrderTypeType#

# PhoneNumberOrderTypeType usage example

from mypy_boto3_chime_sdk_voice.literals import PhoneNumberOrderTypeType

def get_value() -> PhoneNumberOrderTypeType:
    return "New"
# PhoneNumberOrderTypeType definition

PhoneNumberOrderTypeType = Literal[
    "New",
    "Porting",
]

PhoneNumberProductTypeType#

# PhoneNumberProductTypeType usage example

from mypy_boto3_chime_sdk_voice.literals import PhoneNumberProductTypeType

def get_value() -> PhoneNumberProductTypeType:
    return "SipMediaApplicationDialIn"
# PhoneNumberProductTypeType definition

PhoneNumberProductTypeType = Literal[
    "SipMediaApplicationDialIn",
    "VoiceConnector",
]

PhoneNumberStatusType#

# PhoneNumberStatusType usage example

from mypy_boto3_chime_sdk_voice.literals import PhoneNumberStatusType

def get_value() -> PhoneNumberStatusType:
    return "AcquireFailed"
# PhoneNumberStatusType definition

PhoneNumberStatusType = Literal[
    "AcquireFailed",
    "AcquireInProgress",
    "Assigned",
    "Cancelled",
    "DeleteFailed",
    "DeleteInProgress",
    "PortinCancelRequested",
    "PortinInProgress",
    "ReleaseFailed",
    "ReleaseInProgress",
    "Unassigned",
]

PhoneNumberTypeType#

# PhoneNumberTypeType usage example

from mypy_boto3_chime_sdk_voice.literals import PhoneNumberTypeType

def get_value() -> PhoneNumberTypeType:
    return "Local"
# PhoneNumberTypeType definition

PhoneNumberTypeType = Literal[
    "Local",
    "TollFree",
]

ProxySessionStatusType#

# ProxySessionStatusType usage example

from mypy_boto3_chime_sdk_voice.literals import ProxySessionStatusType

def get_value() -> ProxySessionStatusType:
    return "Closed"
# ProxySessionStatusType definition

ProxySessionStatusType = Literal[
    "Closed",
    "InProgress",
    "Open",
]

SipRuleTriggerTypeType#

# SipRuleTriggerTypeType usage example

from mypy_boto3_chime_sdk_voice.literals import SipRuleTriggerTypeType

def get_value() -> SipRuleTriggerTypeType:
    return "RequestUriHostname"
# SipRuleTriggerTypeType definition

SipRuleTriggerTypeType = Literal[
    "RequestUriHostname",
    "ToPhoneNumber",
]

VoiceConnectorAwsRegionType#

# VoiceConnectorAwsRegionType usage example

from mypy_boto3_chime_sdk_voice.literals import VoiceConnectorAwsRegionType

def get_value() -> VoiceConnectorAwsRegionType:
    return "ap-northeast-1"
# VoiceConnectorAwsRegionType definition

VoiceConnectorAwsRegionType = Literal[
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ca-central-1",
    "eu-central-1",
    "eu-west-1",
    "eu-west-2",
    "us-east-1",
    "us-west-2",
]

ChimeSDKVoiceServiceName#

# ChimeSDKVoiceServiceName usage example

from mypy_boto3_chime_sdk_voice.literals import ChimeSDKVoiceServiceName

def get_value() -> ChimeSDKVoiceServiceName:
    return "chime-sdk-voice"
# ChimeSDKVoiceServiceName definition

ChimeSDKVoiceServiceName = Literal[
    "chime-sdk-voice",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_chime_sdk_voice.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-runtime",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie2",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qbusiness",
    "qconnect",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from mypy_boto3_chime_sdk_voice.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition

ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName#

# PaginatorName usage example

from mypy_boto3_chime_sdk_voice.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_sip_media_applications"
# PaginatorName definition

PaginatorName = Literal[
    "list_sip_media_applications",
    "list_sip_rules",
]

RegionName#

# RegionName usage example

from mypy_boto3_chime_sdk_voice.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
# RegionName definition

RegionName = Literal[
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ca-central-1",
    "eu-central-1",
    "eu-west-1",
    "eu-west-2",
    "us-east-1",
    "us-west-2",
]