Skip to content

Literals#

Index > AlexaForBusiness > Literals

Auto-generated documentation for AlexaForBusiness type annotations stubs module types-aiobotocore-alexaforbusiness.

BusinessReportFailureCodeType#

# BusinessReportFailureCodeType usage example

from types_aiobotocore_alexaforbusiness.literals import BusinessReportFailureCodeType

def get_value() -> BusinessReportFailureCodeType:
    return "ACCESS_DENIED"
# BusinessReportFailureCodeType definition

BusinessReportFailureCodeType = Literal[
    "ACCESS_DENIED",
    "INTERNAL_FAILURE",
    "NO_SUCH_BUCKET",
]

BusinessReportFormatType#

# BusinessReportFormatType usage example

from types_aiobotocore_alexaforbusiness.literals import BusinessReportFormatType

def get_value() -> BusinessReportFormatType:
    return "CSV"
# BusinessReportFormatType definition

BusinessReportFormatType = Literal[
    "CSV",
    "CSV_ZIP",
]

BusinessReportIntervalType#

# BusinessReportIntervalType usage example

from types_aiobotocore_alexaforbusiness.literals import BusinessReportIntervalType

def get_value() -> BusinessReportIntervalType:
    return "ONE_DAY"
# BusinessReportIntervalType definition

BusinessReportIntervalType = Literal[
    "ONE_DAY",
    "ONE_WEEK",
    "THIRTY_DAYS",
]

BusinessReportStatusType#

# BusinessReportStatusType usage example

from types_aiobotocore_alexaforbusiness.literals import BusinessReportStatusType

def get_value() -> BusinessReportStatusType:
    return "FAILED"
# BusinessReportStatusType definition

BusinessReportStatusType = Literal[
    "FAILED",
    "RUNNING",
    "SUCCEEDED",
]

CommsProtocolType#

# CommsProtocolType usage example

from types_aiobotocore_alexaforbusiness.literals import CommsProtocolType

def get_value() -> CommsProtocolType:
    return "H323"
# CommsProtocolType definition

CommsProtocolType = Literal[
    "H323",
    "SIP",
    "SIPS",
]

ConferenceProviderTypeType#

# ConferenceProviderTypeType usage example

from types_aiobotocore_alexaforbusiness.literals import ConferenceProviderTypeType

def get_value() -> ConferenceProviderTypeType:
    return "BLUEJEANS"
# ConferenceProviderTypeType definition

ConferenceProviderTypeType = Literal[
    "BLUEJEANS",
    "CHIME",
    "CUSTOM",
    "FUZE",
    "GOOGLE_HANGOUTS",
    "POLYCOM",
    "RINGCENTRAL",
    "SKYPE_FOR_BUSINESS",
    "WEBEX",
    "ZOOM",
]

ConnectionStatusType#

# ConnectionStatusType usage example

from types_aiobotocore_alexaforbusiness.literals import ConnectionStatusType

def get_value() -> ConnectionStatusType:
    return "OFFLINE"
# ConnectionStatusType definition

ConnectionStatusType = Literal[
    "OFFLINE",
    "ONLINE",
]

DeviceEventTypeType#

# DeviceEventTypeType usage example

from types_aiobotocore_alexaforbusiness.literals import DeviceEventTypeType

def get_value() -> DeviceEventTypeType:
    return "CONNECTION_STATUS"
# DeviceEventTypeType definition

DeviceEventTypeType = Literal[
    "CONNECTION_STATUS",
    "DEVICE_STATUS",
]

DeviceStatusDetailCodeType#

# DeviceStatusDetailCodeType usage example

from types_aiobotocore_alexaforbusiness.literals import DeviceStatusDetailCodeType

def get_value() -> DeviceStatusDetailCodeType:
    return "ASSOCIATION_REJECTION"
# DeviceStatusDetailCodeType definition

DeviceStatusDetailCodeType = Literal[
    "ASSOCIATION_REJECTION",
    "AUTHENTICATION_FAILURE",
    "CERTIFICATE_AUTHORITY_ACCESS_DENIED",
    "CERTIFICATE_ISSUING_LIMIT_EXCEEDED",
    "CREDENTIALS_ACCESS_FAILURE",
    "DEVICE_SOFTWARE_UPDATE_NEEDED",
    "DEVICE_WAS_OFFLINE",
    "DHCP_FAILURE",
    "DNS_FAILURE",
    "INTERNET_UNAVAILABLE",
    "INVALID_CERTIFICATE_AUTHORITY",
    "INVALID_PASSWORD_STATE",
    "NETWORK_PROFILE_NOT_FOUND",
    "PASSWORD_MANAGER_ACCESS_DENIED",
    "PASSWORD_NOT_FOUND",
    "TLS_VERSION_MISMATCH",
    "UNKNOWN_FAILURE",
]

DeviceStatusType#

# DeviceStatusType usage example

from types_aiobotocore_alexaforbusiness.literals import DeviceStatusType

def get_value() -> DeviceStatusType:
    return "DEREGISTERED"
# DeviceStatusType definition

DeviceStatusType = Literal[
    "DEREGISTERED",
    "FAILED",
    "PENDING",
    "READY",
    "WAS_OFFLINE",
]

DeviceUsageTypeType#

# DeviceUsageTypeType usage example

from types_aiobotocore_alexaforbusiness.literals import DeviceUsageTypeType

def get_value() -> DeviceUsageTypeType:
    return "VOICE"
# DeviceUsageTypeType definition

DeviceUsageTypeType = Literal[
    "VOICE",
]

DistanceUnitType#

# DistanceUnitType usage example

from types_aiobotocore_alexaforbusiness.literals import DistanceUnitType

def get_value() -> DistanceUnitType:
    return "IMPERIAL"
# DistanceUnitType definition

DistanceUnitType = Literal[
    "IMPERIAL",
    "METRIC",
]

EnablementTypeFilterType#

# EnablementTypeFilterType usage example

from types_aiobotocore_alexaforbusiness.literals import EnablementTypeFilterType

def get_value() -> EnablementTypeFilterType:
    return "ENABLED"
# EnablementTypeFilterType definition

EnablementTypeFilterType = Literal[
    "ENABLED",
    "PENDING",
]

EnablementTypeType#

# EnablementTypeType usage example

from types_aiobotocore_alexaforbusiness.literals import EnablementTypeType

def get_value() -> EnablementTypeType:
    return "ENABLED"
# EnablementTypeType definition

EnablementTypeType = Literal[
    "ENABLED",
    "PENDING",
]

EndOfMeetingReminderTypeType#

# EndOfMeetingReminderTypeType usage example

from types_aiobotocore_alexaforbusiness.literals import EndOfMeetingReminderTypeType

def get_value() -> EndOfMeetingReminderTypeType:
    return "ANNOUNCEMENT_TIME_CHECK"
# EndOfMeetingReminderTypeType definition

EndOfMeetingReminderTypeType = Literal[
    "ANNOUNCEMENT_TIME_CHECK",
    "ANNOUNCEMENT_VARIABLE_TIME_LEFT",
    "CHIME",
    "KNOCK",
]

EnrollmentStatusType#

# EnrollmentStatusType usage example

from types_aiobotocore_alexaforbusiness.literals import EnrollmentStatusType

def get_value() -> EnrollmentStatusType:
    return "DEREGISTERING"
# EnrollmentStatusType definition

EnrollmentStatusType = Literal[
    "DEREGISTERING",
    "DISASSOCIATING",
    "INITIALIZED",
    "PENDING",
    "REGISTERED",
]

FeatureType#

# FeatureType usage example

from types_aiobotocore_alexaforbusiness.literals import FeatureType

def get_value() -> FeatureType:
    return "ALL"
# FeatureType definition

FeatureType = Literal[
    "ALL",
    "BLUETOOTH",
    "LISTS",
    "NETWORK_PROFILE",
    "NOTIFICATIONS",
    "SETTINGS",
    "SKILLS",
    "VOLUME",
]

ListBusinessReportSchedulesPaginatorName#

# ListBusinessReportSchedulesPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import ListBusinessReportSchedulesPaginatorName

def get_value() -> ListBusinessReportSchedulesPaginatorName:
    return "list_business_report_schedules"
# ListBusinessReportSchedulesPaginatorName definition

ListBusinessReportSchedulesPaginatorName = Literal[
    "list_business_report_schedules",
]

ListConferenceProvidersPaginatorName#

# ListConferenceProvidersPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import ListConferenceProvidersPaginatorName

def get_value() -> ListConferenceProvidersPaginatorName:
    return "list_conference_providers"
# ListConferenceProvidersPaginatorName definition

ListConferenceProvidersPaginatorName = Literal[
    "list_conference_providers",
]

ListDeviceEventsPaginatorName#

# ListDeviceEventsPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import ListDeviceEventsPaginatorName

def get_value() -> ListDeviceEventsPaginatorName:
    return "list_device_events"
# ListDeviceEventsPaginatorName definition

ListDeviceEventsPaginatorName = Literal[
    "list_device_events",
]

ListSkillsPaginatorName#

# ListSkillsPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import ListSkillsPaginatorName

def get_value() -> ListSkillsPaginatorName:
    return "list_skills"
# ListSkillsPaginatorName definition

ListSkillsPaginatorName = Literal[
    "list_skills",
]

ListSkillsStoreCategoriesPaginatorName#

# ListSkillsStoreCategoriesPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import ListSkillsStoreCategoriesPaginatorName

def get_value() -> ListSkillsStoreCategoriesPaginatorName:
    return "list_skills_store_categories"
# ListSkillsStoreCategoriesPaginatorName definition

ListSkillsStoreCategoriesPaginatorName = Literal[
    "list_skills_store_categories",
]

ListSkillsStoreSkillsByCategoryPaginatorName#

# ListSkillsStoreSkillsByCategoryPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import ListSkillsStoreSkillsByCategoryPaginatorName

def get_value() -> ListSkillsStoreSkillsByCategoryPaginatorName:
    return "list_skills_store_skills_by_category"
# ListSkillsStoreSkillsByCategoryPaginatorName definition

ListSkillsStoreSkillsByCategoryPaginatorName = Literal[
    "list_skills_store_skills_by_category",
]

ListSmartHomeAppliancesPaginatorName#

# ListSmartHomeAppliancesPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import ListSmartHomeAppliancesPaginatorName

def get_value() -> ListSmartHomeAppliancesPaginatorName:
    return "list_smart_home_appliances"
# ListSmartHomeAppliancesPaginatorName definition

ListSmartHomeAppliancesPaginatorName = Literal[
    "list_smart_home_appliances",
]

ListTagsPaginatorName#

# ListTagsPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import ListTagsPaginatorName

def get_value() -> ListTagsPaginatorName:
    return "list_tags"
# ListTagsPaginatorName definition

ListTagsPaginatorName = Literal[
    "list_tags",
]

LocaleType#

# LocaleType usage example

from types_aiobotocore_alexaforbusiness.literals import LocaleType

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

LocaleType = Literal[
    "en-US",
]

NetworkEapMethodType#

# NetworkEapMethodType usage example

from types_aiobotocore_alexaforbusiness.literals import NetworkEapMethodType

def get_value() -> NetworkEapMethodType:
    return "EAP_TLS"
# NetworkEapMethodType definition

NetworkEapMethodType = Literal[
    "EAP_TLS",
]

NetworkSecurityTypeType#

# NetworkSecurityTypeType usage example

from types_aiobotocore_alexaforbusiness.literals import NetworkSecurityTypeType

def get_value() -> NetworkSecurityTypeType:
    return "OPEN"
# NetworkSecurityTypeType definition

NetworkSecurityTypeType = Literal[
    "OPEN",
    "WEP",
    "WPA2_ENTERPRISE",
    "WPA2_PSK",
    "WPA_PSK",
]

PhoneNumberTypeType#

# PhoneNumberTypeType usage example

from types_aiobotocore_alexaforbusiness.literals import PhoneNumberTypeType

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

PhoneNumberTypeType = Literal[
    "HOME",
    "MOBILE",
    "WORK",
]

RequirePinType#

# RequirePinType usage example

from types_aiobotocore_alexaforbusiness.literals import RequirePinType

def get_value() -> RequirePinType:
    return "NO"
# RequirePinType definition

RequirePinType = Literal[
    "NO",
    "OPTIONAL",
    "YES",
]

SearchDevicesPaginatorName#

# SearchDevicesPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import SearchDevicesPaginatorName

def get_value() -> SearchDevicesPaginatorName:
    return "search_devices"
# SearchDevicesPaginatorName definition

SearchDevicesPaginatorName = Literal[
    "search_devices",
]

SearchProfilesPaginatorName#

# SearchProfilesPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import SearchProfilesPaginatorName

def get_value() -> SearchProfilesPaginatorName:
    return "search_profiles"
# SearchProfilesPaginatorName definition

SearchProfilesPaginatorName = Literal[
    "search_profiles",
]

SearchRoomsPaginatorName#

# SearchRoomsPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import SearchRoomsPaginatorName

def get_value() -> SearchRoomsPaginatorName:
    return "search_rooms"
# SearchRoomsPaginatorName definition

SearchRoomsPaginatorName = Literal[
    "search_rooms",
]

SearchSkillGroupsPaginatorName#

# SearchSkillGroupsPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import SearchSkillGroupsPaginatorName

def get_value() -> SearchSkillGroupsPaginatorName:
    return "search_skill_groups"
# SearchSkillGroupsPaginatorName definition

SearchSkillGroupsPaginatorName = Literal[
    "search_skill_groups",
]

SearchUsersPaginatorName#

# SearchUsersPaginatorName usage example

from types_aiobotocore_alexaforbusiness.literals import SearchUsersPaginatorName

def get_value() -> SearchUsersPaginatorName:
    return "search_users"
# SearchUsersPaginatorName definition

SearchUsersPaginatorName = Literal[
    "search_users",
]

SipTypeType#

# SipTypeType usage example

from types_aiobotocore_alexaforbusiness.literals import SipTypeType

def get_value() -> SipTypeType:
    return "WORK"
# SipTypeType definition

SipTypeType = Literal[
    "WORK",
]

SkillTypeFilterType#

# SkillTypeFilterType usage example

from types_aiobotocore_alexaforbusiness.literals import SkillTypeFilterType

def get_value() -> SkillTypeFilterType:
    return "ALL"
# SkillTypeFilterType definition

SkillTypeFilterType = Literal[
    "ALL",
    "PRIVATE",
    "PUBLIC",
]

SkillTypeType#

# SkillTypeType usage example

from types_aiobotocore_alexaforbusiness.literals import SkillTypeType

def get_value() -> SkillTypeType:
    return "PRIVATE"
# SkillTypeType definition

SkillTypeType = Literal[
    "PRIVATE",
    "PUBLIC",
]

SortValueType#

# SortValueType usage example

from types_aiobotocore_alexaforbusiness.literals import SortValueType

def get_value() -> SortValueType:
    return "ASC"
# SortValueType definition

SortValueType = Literal[
    "ASC",
    "DESC",
]

TemperatureUnitType#

# TemperatureUnitType usage example

from types_aiobotocore_alexaforbusiness.literals import TemperatureUnitType

def get_value() -> TemperatureUnitType:
    return "CELSIUS"
# TemperatureUnitType definition

TemperatureUnitType = Literal[
    "CELSIUS",
    "FAHRENHEIT",
]

WakeWordType#

# WakeWordType usage example

from types_aiobotocore_alexaforbusiness.literals import WakeWordType

def get_value() -> WakeWordType:
    return "ALEXA"
# WakeWordType definition

WakeWordType = Literal[
    "ALEXA",
    "AMAZON",
    "COMPUTER",
    "ECHO",
]

AlexaForBusinessServiceName#

# AlexaForBusinessServiceName usage example

from types_aiobotocore_alexaforbusiness.literals import AlexaForBusinessServiceName

def get_value() -> AlexaForBusinessServiceName:
    return "alexaforbusiness"
# AlexaForBusinessServiceName definition

AlexaForBusinessServiceName = Literal[
    "alexaforbusiness",
]

ServiceName#

# ServiceName usage example

from types_aiobotocore_alexaforbusiness.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",
    "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",
    "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",
    "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",
    "entityresolution",
    "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",
    "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",
    "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",
    "managedblockchain-query",
    "marketplace-catalog",
    "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",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "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",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from types_aiobotocore_alexaforbusiness.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 types_aiobotocore_alexaforbusiness.literals import PaginatorName

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

PaginatorName = Literal[
    "list_business_report_schedules",
    "list_conference_providers",
    "list_device_events",
    "list_skills",
    "list_skills_store_categories",
    "list_skills_store_skills_by_category",
    "list_smart_home_appliances",
    "list_tags",
    "search_devices",
    "search_profiles",
    "search_rooms",
    "search_skill_groups",
    "search_users",
]

RegionName#

# RegionName usage example

from types_aiobotocore_alexaforbusiness.literals import RegionName

def get_value() -> RegionName:
    return "us-east-1"
# RegionName definition

RegionName = Literal[
    "us-east-1",
]