Skip to content

Literals

Index > PinpointSMSVoiceV2 > Literals

Auto-generated documentation for PinpointSMSVoiceV2 type annotations stubs module mypy-boto3-pinpoint-sms-voice-v2.

AccountAttributeNameType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import AccountAttributeNameType

def get_value() -> AccountAttributeNameType:
    return "ACCOUNT_TIER"
Definition
AccountAttributeNameType = Literal[
    "ACCOUNT_TIER",
]

AccountLimitNameType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import AccountLimitNameType

def get_value() -> AccountLimitNameType:
    return "CONFIGURATION_SETS"
Definition
AccountLimitNameType = Literal[
    "CONFIGURATION_SETS",
    "OPT_OUT_LISTS",
    "PHONE_NUMBERS",
    "POOLS",
]

ConfigurationSetFilterNameType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import ConfigurationSetFilterNameType

def get_value() -> ConfigurationSetFilterNameType:
    return "default-message-type"
Definition
ConfigurationSetFilterNameType = Literal[
    "default-message-type",
    "default-sender-id",
    "event-destination-name",
    "matching-event-types",
]

DescribeAccountAttributesPaginatorName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import DescribeAccountAttributesPaginatorName

def get_value() -> DescribeAccountAttributesPaginatorName:
    return "describe_account_attributes"
Definition
DescribeAccountAttributesPaginatorName = Literal[
    "describe_account_attributes",
]

DescribeAccountLimitsPaginatorName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import DescribeAccountLimitsPaginatorName

def get_value() -> DescribeAccountLimitsPaginatorName:
    return "describe_account_limits"
Definition
DescribeAccountLimitsPaginatorName = Literal[
    "describe_account_limits",
]

DescribeConfigurationSetsPaginatorName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import DescribeConfigurationSetsPaginatorName

def get_value() -> DescribeConfigurationSetsPaginatorName:
    return "describe_configuration_sets"
Definition
DescribeConfigurationSetsPaginatorName = Literal[
    "describe_configuration_sets",
]

DescribeKeywordsPaginatorName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import DescribeKeywordsPaginatorName

def get_value() -> DescribeKeywordsPaginatorName:
    return "describe_keywords"
Definition
DescribeKeywordsPaginatorName = Literal[
    "describe_keywords",
]

DescribeOptOutListsPaginatorName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import DescribeOptOutListsPaginatorName

def get_value() -> DescribeOptOutListsPaginatorName:
    return "describe_opt_out_lists"
Definition
DescribeOptOutListsPaginatorName = Literal[
    "describe_opt_out_lists",
]

DescribeOptedOutNumbersPaginatorName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import DescribeOptedOutNumbersPaginatorName

def get_value() -> DescribeOptedOutNumbersPaginatorName:
    return "describe_opted_out_numbers"
Definition
DescribeOptedOutNumbersPaginatorName = Literal[
    "describe_opted_out_numbers",
]

DescribePhoneNumbersPaginatorName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import DescribePhoneNumbersPaginatorName

def get_value() -> DescribePhoneNumbersPaginatorName:
    return "describe_phone_numbers"
Definition
DescribePhoneNumbersPaginatorName = Literal[
    "describe_phone_numbers",
]

DescribePoolsPaginatorName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import DescribePoolsPaginatorName

def get_value() -> DescribePoolsPaginatorName:
    return "describe_pools"
Definition
DescribePoolsPaginatorName = Literal[
    "describe_pools",
]

DescribeSenderIdsPaginatorName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import DescribeSenderIdsPaginatorName

def get_value() -> DescribeSenderIdsPaginatorName:
    return "describe_sender_ids"
Definition
DescribeSenderIdsPaginatorName = Literal[
    "describe_sender_ids",
]

DescribeSpendLimitsPaginatorName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import DescribeSpendLimitsPaginatorName

def get_value() -> DescribeSpendLimitsPaginatorName:
    return "describe_spend_limits"
Definition
DescribeSpendLimitsPaginatorName = Literal[
    "describe_spend_limits",
]

DestinationCountryParameterKeyType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import DestinationCountryParameterKeyType

def get_value() -> DestinationCountryParameterKeyType:
    return "IN_ENTITY_ID"
Definition
DestinationCountryParameterKeyType = Literal[
    "IN_ENTITY_ID",
    "IN_TEMPLATE_ID",
]

EventTypeType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import EventTypeType

def get_value() -> EventTypeType:
    return "ALL"
Definition
EventTypeType = Literal[
    "ALL",
    "TEXT_ALL",
    "TEXT_BLOCKED",
    "TEXT_CARRIER_BLOCKED",
    "TEXT_CARRIER_UNREACHABLE",
    "TEXT_DELIVERED",
    "TEXT_INVALID",
    "TEXT_INVALID_MESSAGE",
    "TEXT_PENDING",
    "TEXT_QUEUED",
    "TEXT_SENT",
    "TEXT_SPAM",
    "TEXT_SUCCESSFUL",
    "TEXT_TTL_EXPIRED",
    "TEXT_UNKNOWN",
    "TEXT_UNREACHABLE",
    "VOICE_ALL",
    "VOICE_ANSWERED",
    "VOICE_BUSY",
    "VOICE_COMPLETED",
    "VOICE_FAILED",
    "VOICE_INITIATED",
    "VOICE_NO_ANSWER",
    "VOICE_RINGING",
    "VOICE_TTL_EXPIRED",
]

KeywordActionType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import KeywordActionType

def get_value() -> KeywordActionType:
    return "AUTOMATIC_RESPONSE"
Definition
KeywordActionType = Literal[
    "AUTOMATIC_RESPONSE",
    "OPT_IN",
    "OPT_OUT",
]

KeywordFilterNameType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import KeywordFilterNameType

def get_value() -> KeywordFilterNameType:
    return "keyword-action"
Definition
KeywordFilterNameType = Literal[
    "keyword-action",
]

ListPoolOriginationIdentitiesPaginatorName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import ListPoolOriginationIdentitiesPaginatorName

def get_value() -> ListPoolOriginationIdentitiesPaginatorName:
    return "list_pool_origination_identities"
Definition
ListPoolOriginationIdentitiesPaginatorName = Literal[
    "list_pool_origination_identities",
]

MessageTypeType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import MessageTypeType

def get_value() -> MessageTypeType:
    return "PROMOTIONAL"
Definition
MessageTypeType = Literal[
    "PROMOTIONAL",
    "TRANSACTIONAL",
]

NumberCapabilityType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import NumberCapabilityType

def get_value() -> NumberCapabilityType:
    return "SMS"
Definition
NumberCapabilityType = Literal[
    "SMS",
    "VOICE",
]

NumberStatusType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import NumberStatusType

def get_value() -> NumberStatusType:
    return "ACTIVE"
Definition
NumberStatusType = Literal[
    "ACTIVE",
    "ASSOCIATING",
    "DELETED",
    "DISASSOCIATING",
    "PENDING",
]

NumberTypeType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import NumberTypeType

def get_value() -> NumberTypeType:
    return "LONG_CODE"
Definition
NumberTypeType = Literal[
    "LONG_CODE",
    "SHORT_CODE",
    "TEN_DLC",
    "TOLL_FREE",
]

OptedOutFilterNameType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import OptedOutFilterNameType

def get_value() -> OptedOutFilterNameType:
    return "end-user-opted-out"
Definition
OptedOutFilterNameType = Literal[
    "end-user-opted-out",
]

PhoneNumberFilterNameType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import PhoneNumberFilterNameType

def get_value() -> PhoneNumberFilterNameType:
    return "deletion-protection-enabled"
Definition
PhoneNumberFilterNameType = Literal[
    "deletion-protection-enabled",
    "iso-country-code",
    "message-type",
    "number-capability",
    "number-type",
    "opt-out-list-name",
    "self-managed-opt-outs-enabled",
    "status",
    "two-way-enabled",
]

PoolFilterNameType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import PoolFilterNameType

def get_value() -> PoolFilterNameType:
    return "deletion-protection-enabled"
Definition
PoolFilterNameType = Literal[
    "deletion-protection-enabled",
    "message-type",
    "opt-out-list-name",
    "self-managed-opt-outs-enabled",
    "shared-routes-enabled",
    "status",
    "two-way-enabled",
]

PoolOriginationIdentitiesFilterNameType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import PoolOriginationIdentitiesFilterNameType

def get_value() -> PoolOriginationIdentitiesFilterNameType:
    return "iso-country-code"
Definition
PoolOriginationIdentitiesFilterNameType = Literal[
    "iso-country-code",
    "number-capability",
]

PoolStatusType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import PoolStatusType

def get_value() -> PoolStatusType:
    return "ACTIVE"
Definition
PoolStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
]

RequestableNumberTypeType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import RequestableNumberTypeType

def get_value() -> RequestableNumberTypeType:
    return "LONG_CODE"
Definition
RequestableNumberTypeType = Literal[
    "LONG_CODE",
    "TEN_DLC",
    "TOLL_FREE",
]

SenderIdFilterNameType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import SenderIdFilterNameType

def get_value() -> SenderIdFilterNameType:
    return "iso-country-code"
Definition
SenderIdFilterNameType = Literal[
    "iso-country-code",
    "message-type",
    "sender-id",
]

SpendLimitNameType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import SpendLimitNameType

def get_value() -> SpendLimitNameType:
    return "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT"
Definition
SpendLimitNameType = Literal[
    "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT",
    "VOICE_MESSAGE_MONTHLY_SPEND_LIMIT",
]

VoiceIdType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import VoiceIdType

def get_value() -> VoiceIdType:
    return "AMY"
Definition
VoiceIdType = Literal[
    "AMY",
    "ASTRID",
    "BIANCA",
    "BRIAN",
    "CAMILA",
    "CARLA",
    "CARMEN",
    "CELINE",
    "CHANTAL",
    "CONCHITA",
    "CRISTIANO",
    "DORA",
    "EMMA",
    "ENRIQUE",
    "EWA",
    "FILIZ",
    "GERAINT",
    "GIORGIO",
    "GWYNETH",
    "HANS",
    "INES",
    "IVY",
    "JACEK",
    "JAN",
    "JOANNA",
    "JOEY",
    "JUSTIN",
    "KARL",
    "KENDRA",
    "KIMBERLY",
    "LEA",
    "LIV",
    "LOTTE",
    "LUCIA",
    "LUPE",
    "MADS",
    "MAJA",
    "MARLENE",
    "MATHIEU",
    "MATTHEW",
    "MAXIM",
    "MIA",
    "MIGUEL",
    "MIZUKI",
    "NAJA",
    "NICOLE",
    "PENELOPE",
    "RAVEENA",
    "RICARDO",
    "RUBEN",
    "RUSSELL",
    "SALLI",
    "SEOYEON",
    "TAKUMI",
    "TATYANA",
    "VICKI",
    "VITORIA",
    "ZEINA",
    "ZHIYU",
]

VoiceMessageBodyTextTypeType

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import VoiceMessageBodyTextTypeType

def get_value() -> VoiceMessageBodyTextTypeType:
    return "SSML"
Definition
VoiceMessageBodyTextTypeType = Literal[
    "SSML",
    "TEXT",
]

PinpointSMSVoiceV2ServiceName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import PinpointSMSVoiceV2ServiceName

def get_value() -> PinpointSMSVoiceV2ServiceName:
    return "pinpoint-sms-voice-v2"
Definition
PinpointSMSVoiceV2ServiceName = Literal[
    "pinpoint-sms-voice-v2",
]

ServiceName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "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",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "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",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "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",
    "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",
    "macie",
    "macie2",
    "managedblockchain",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "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",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import PaginatorName

def get_value() -> PaginatorName:
    return "describe_account_attributes"
Definition
PaginatorName = Literal[
    "describe_account_attributes",
    "describe_account_limits",
    "describe_configuration_sets",
    "describe_keywords",
    "describe_opt_out_lists",
    "describe_opted_out_numbers",
    "describe_phone_numbers",
    "describe_pools",
    "describe_sender_ids",
    "describe_spend_limits",
    "list_pool_origination_identities",
]

RegionName

Usage Example
from mypy_boto3_pinpoint_sms_voice_v2.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
Definition
RegionName = Literal[
    "ap-northeast-1",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ca-central-1",
    "eu-central-1",
    "eu-west-1",
    "eu-west-2",
    "us-east-1",
    "us-west-2",
]