Skip to content

Literals#

Index > QBusiness > Literals

Auto-generated documentation for QBusiness type annotations stubs module mypy-boto3-qbusiness.

ActionPayloadFieldTypeType#

# ActionPayloadFieldTypeType usage example

from mypy_boto3_qbusiness.literals import ActionPayloadFieldTypeType

def get_value() -> ActionPayloadFieldTypeType:
    return "ARRAY"
# ActionPayloadFieldTypeType definition

ActionPayloadFieldTypeType = Literal[
    "ARRAY",
    "BOOLEAN",
    "NUMBER",
    "STRING",
]

ApplicationStatusType#

# ApplicationStatusType usage example

from mypy_boto3_qbusiness.literals import ApplicationStatusType

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

ApplicationStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "UPDATING",
]

AttachmentStatusType#

# AttachmentStatusType usage example

from mypy_boto3_qbusiness.literals import AttachmentStatusType

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

AttachmentStatusType = Literal[
    "FAILED",
    "SUCCEEDED",
]

AttachmentsControlModeType#

# AttachmentsControlModeType usage example

from mypy_boto3_qbusiness.literals import AttachmentsControlModeType

def get_value() -> AttachmentsControlModeType:
    return "DISABLED"
# AttachmentsControlModeType definition

AttachmentsControlModeType = Literal[
    "DISABLED",
    "ENABLED",
]

AttributeTypeType#

# AttributeTypeType usage example

from mypy_boto3_qbusiness.literals import AttributeTypeType

def get_value() -> AttributeTypeType:
    return "DATE"
# AttributeTypeType definition

AttributeTypeType = Literal[
    "DATE",
    "NUMBER",
    "STRING",
    "STRING_LIST",
]

AttributeValueOperatorType#

# AttributeValueOperatorType usage example

from mypy_boto3_qbusiness.literals import AttributeValueOperatorType

def get_value() -> AttributeValueOperatorType:
    return "DELETE"
# AttributeValueOperatorType definition

AttributeValueOperatorType = Literal[
    "DELETE",
]

ChatModeType#

# ChatModeType usage example

from mypy_boto3_qbusiness.literals import ChatModeType

def get_value() -> ChatModeType:
    return "CREATOR_MODE"
# ChatModeType definition

ChatModeType = Literal[
    "CREATOR_MODE",
    "PLUGIN_MODE",
    "RETRIEVAL_MODE",
]

ContentTypeType#

# ContentTypeType usage example

from mypy_boto3_qbusiness.literals import ContentTypeType

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

ContentTypeType = Literal[
    "CSV",
    "HTML",
    "JSON",
    "MD",
    "MS_EXCEL",
    "MS_WORD",
    "PDF",
    "PLAIN_TEXT",
    "PPT",
    "RTF",
    "XML",
    "XSLT",
]

CreatorModeControlType#

# CreatorModeControlType usage example

from mypy_boto3_qbusiness.literals import CreatorModeControlType

def get_value() -> CreatorModeControlType:
    return "DISABLED"
# CreatorModeControlType definition

CreatorModeControlType = Literal[
    "DISABLED",
    "ENABLED",
]

DataSourceStatusType#

# DataSourceStatusType usage example

from mypy_boto3_qbusiness.literals import DataSourceStatusType

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

DataSourceStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "PENDING_CREATION",
    "UPDATING",
]

DataSourceSyncJobStatusType#

# DataSourceSyncJobStatusType usage example

from mypy_boto3_qbusiness.literals import DataSourceSyncJobStatusType

def get_value() -> DataSourceSyncJobStatusType:
    return "ABORTED"
# DataSourceSyncJobStatusType definition

DataSourceSyncJobStatusType = Literal[
    "ABORTED",
    "FAILED",
    "INCOMPLETE",
    "STOPPING",
    "SUCCEEDED",
    "SYNCING",
    "SYNCING_INDEXING",
]

DocumentAttributeBoostingLevelType#

# DocumentAttributeBoostingLevelType usage example

from mypy_boto3_qbusiness.literals import DocumentAttributeBoostingLevelType

def get_value() -> DocumentAttributeBoostingLevelType:
    return "HIGH"
# DocumentAttributeBoostingLevelType definition

DocumentAttributeBoostingLevelType = Literal[
    "HIGH",
    "LOW",
    "MEDIUM",
    "NONE",
    "VERY_HIGH",
]

DocumentContentOperatorType#

# DocumentContentOperatorType usage example

from mypy_boto3_qbusiness.literals import DocumentContentOperatorType

def get_value() -> DocumentContentOperatorType:
    return "DELETE"
# DocumentContentOperatorType definition

DocumentContentOperatorType = Literal[
    "DELETE",
]

DocumentEnrichmentConditionOperatorType#

# DocumentEnrichmentConditionOperatorType usage example

from mypy_boto3_qbusiness.literals import DocumentEnrichmentConditionOperatorType

def get_value() -> DocumentEnrichmentConditionOperatorType:
    return "BEGINS_WITH"
# DocumentEnrichmentConditionOperatorType definition

DocumentEnrichmentConditionOperatorType = Literal[
    "BEGINS_WITH",
    "CONTAINS",
    "EQUALS",
    "EXISTS",
    "GREATER_THAN",
    "GREATER_THAN_OR_EQUALS",
    "LESS_THAN",
    "LESS_THAN_OR_EQUALS",
    "NOT_CONTAINS",
    "NOT_EQUALS",
    "NOT_EXISTS",
]

DocumentStatusType#

# DocumentStatusType usage example

from mypy_boto3_qbusiness.literals import DocumentStatusType

def get_value() -> DocumentStatusType:
    return "DELETED"
# DocumentStatusType definition

DocumentStatusType = Literal[
    "DELETED",
    "DELETING",
    "DOCUMENT_FAILED_TO_INDEX",
    "FAILED",
    "INDEXED",
    "PROCESSING",
    "RECEIVED",
    "UPDATED",
]

ErrorCodeType#

# ErrorCodeType usage example

from mypy_boto3_qbusiness.literals import ErrorCodeType

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

ErrorCodeType = Literal[
    "InternalError",
    "InvalidRequest",
    "ResourceInactive",
    "ResourceNotFound",
]

GetChatControlsConfigurationPaginatorName#

# GetChatControlsConfigurationPaginatorName usage example

from mypy_boto3_qbusiness.literals import GetChatControlsConfigurationPaginatorName

def get_value() -> GetChatControlsConfigurationPaginatorName:
    return "get_chat_controls_configuration"
# GetChatControlsConfigurationPaginatorName definition

GetChatControlsConfigurationPaginatorName = Literal[
    "get_chat_controls_configuration",
]

GroupStatusType#

# GroupStatusType usage example

from mypy_boto3_qbusiness.literals import GroupStatusType

def get_value() -> GroupStatusType:
    return "DELETED"
# GroupStatusType definition

GroupStatusType = Literal[
    "DELETED",
    "DELETING",
    "FAILED",
    "PROCESSING",
    "SUCCEEDED",
]

IndexStatusType#

# IndexStatusType usage example

from mypy_boto3_qbusiness.literals import IndexStatusType

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

IndexStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "UPDATING",
]

ListApplicationsPaginatorName#

# ListApplicationsPaginatorName usage example

from mypy_boto3_qbusiness.literals import ListApplicationsPaginatorName

def get_value() -> ListApplicationsPaginatorName:
    return "list_applications"
# ListApplicationsPaginatorName definition

ListApplicationsPaginatorName = Literal[
    "list_applications",
]

ListConversationsPaginatorName#

# ListConversationsPaginatorName usage example

from mypy_boto3_qbusiness.literals import ListConversationsPaginatorName

def get_value() -> ListConversationsPaginatorName:
    return "list_conversations"
# ListConversationsPaginatorName definition

ListConversationsPaginatorName = Literal[
    "list_conversations",
]

ListDataSourceSyncJobsPaginatorName#

# ListDataSourceSyncJobsPaginatorName usage example

from mypy_boto3_qbusiness.literals import ListDataSourceSyncJobsPaginatorName

def get_value() -> ListDataSourceSyncJobsPaginatorName:
    return "list_data_source_sync_jobs"
# ListDataSourceSyncJobsPaginatorName definition

ListDataSourceSyncJobsPaginatorName = Literal[
    "list_data_source_sync_jobs",
]

ListDataSourcesPaginatorName#

# ListDataSourcesPaginatorName usage example

from mypy_boto3_qbusiness.literals import ListDataSourcesPaginatorName

def get_value() -> ListDataSourcesPaginatorName:
    return "list_data_sources"
# ListDataSourcesPaginatorName definition

ListDataSourcesPaginatorName = Literal[
    "list_data_sources",
]

ListDocumentsPaginatorName#

# ListDocumentsPaginatorName usage example

from mypy_boto3_qbusiness.literals import ListDocumentsPaginatorName

def get_value() -> ListDocumentsPaginatorName:
    return "list_documents"
# ListDocumentsPaginatorName definition

ListDocumentsPaginatorName = Literal[
    "list_documents",
]

ListGroupsPaginatorName#

# ListGroupsPaginatorName usage example

from mypy_boto3_qbusiness.literals import ListGroupsPaginatorName

def get_value() -> ListGroupsPaginatorName:
    return "list_groups"
# ListGroupsPaginatorName definition

ListGroupsPaginatorName = Literal[
    "list_groups",
]

ListIndicesPaginatorName#

# ListIndicesPaginatorName usage example

from mypy_boto3_qbusiness.literals import ListIndicesPaginatorName

def get_value() -> ListIndicesPaginatorName:
    return "list_indices"
# ListIndicesPaginatorName definition

ListIndicesPaginatorName = Literal[
    "list_indices",
]

ListMessagesPaginatorName#

# ListMessagesPaginatorName usage example

from mypy_boto3_qbusiness.literals import ListMessagesPaginatorName

def get_value() -> ListMessagesPaginatorName:
    return "list_messages"
# ListMessagesPaginatorName definition

ListMessagesPaginatorName = Literal[
    "list_messages",
]

ListPluginsPaginatorName#

# ListPluginsPaginatorName usage example

from mypy_boto3_qbusiness.literals import ListPluginsPaginatorName

def get_value() -> ListPluginsPaginatorName:
    return "list_plugins"
# ListPluginsPaginatorName definition

ListPluginsPaginatorName = Literal[
    "list_plugins",
]

ListRetrieversPaginatorName#

# ListRetrieversPaginatorName usage example

from mypy_boto3_qbusiness.literals import ListRetrieversPaginatorName

def get_value() -> ListRetrieversPaginatorName:
    return "list_retrievers"
# ListRetrieversPaginatorName definition

ListRetrieversPaginatorName = Literal[
    "list_retrievers",
]

ListWebExperiencesPaginatorName#

# ListWebExperiencesPaginatorName usage example

from mypy_boto3_qbusiness.literals import ListWebExperiencesPaginatorName

def get_value() -> ListWebExperiencesPaginatorName:
    return "list_web_experiences"
# ListWebExperiencesPaginatorName definition

ListWebExperiencesPaginatorName = Literal[
    "list_web_experiences",
]

MemberRelationType#

# MemberRelationType usage example

from mypy_boto3_qbusiness.literals import MemberRelationType

def get_value() -> MemberRelationType:
    return "AND"
# MemberRelationType definition

MemberRelationType = Literal[
    "AND",
    "OR",
]

MembershipTypeType#

# MembershipTypeType usage example

from mypy_boto3_qbusiness.literals import MembershipTypeType

def get_value() -> MembershipTypeType:
    return "DATASOURCE"
# MembershipTypeType definition

MembershipTypeType = Literal[
    "DATASOURCE",
    "INDEX",
]

MessageTypeType#

# MessageTypeType usage example

from mypy_boto3_qbusiness.literals import MessageTypeType

def get_value() -> MessageTypeType:
    return "SYSTEM"
# MessageTypeType definition

MessageTypeType = Literal[
    "SYSTEM",
    "USER",
]

MessageUsefulnessReasonType#

# MessageUsefulnessReasonType usage example

from mypy_boto3_qbusiness.literals import MessageUsefulnessReasonType

def get_value() -> MessageUsefulnessReasonType:
    return "COMPLETE"
# MessageUsefulnessReasonType definition

MessageUsefulnessReasonType = Literal[
    "COMPLETE",
    "FACTUALLY_CORRECT",
    "HARMFUL_OR_UNSAFE",
    "HELPFUL",
    "INCORRECT_OR_MISSING_SOURCES",
    "NOT_BASED_ON_DOCUMENTS",
    "NOT_COMPLETE",
    "NOT_CONCISE",
    "NOT_FACTUALLY_CORRECT",
    "NOT_HELPFUL",
    "OTHER",
    "RELEVANT_SOURCES",
]

MessageUsefulnessType#

# MessageUsefulnessType usage example

from mypy_boto3_qbusiness.literals import MessageUsefulnessType

def get_value() -> MessageUsefulnessType:
    return "NOT_USEFUL"
# MessageUsefulnessType definition

MessageUsefulnessType = Literal[
    "NOT_USEFUL",
    "USEFUL",
]

NumberAttributeBoostingTypeType#

# NumberAttributeBoostingTypeType usage example

from mypy_boto3_qbusiness.literals import NumberAttributeBoostingTypeType

def get_value() -> NumberAttributeBoostingTypeType:
    return "PRIORITIZE_LARGER_VALUES"
# NumberAttributeBoostingTypeType definition

NumberAttributeBoostingTypeType = Literal[
    "PRIORITIZE_LARGER_VALUES",
    "PRIORITIZE_SMALLER_VALUES",
]

PluginStateType#

# PluginStateType usage example

from mypy_boto3_qbusiness.literals import PluginStateType

def get_value() -> PluginStateType:
    return "DISABLED"
# PluginStateType definition

PluginStateType = Literal[
    "DISABLED",
    "ENABLED",
]

PluginTypeType#

# PluginTypeType usage example

from mypy_boto3_qbusiness.literals import PluginTypeType

def get_value() -> PluginTypeType:
    return "JIRA"
# PluginTypeType definition

PluginTypeType = Literal[
    "JIRA",
    "SALESFORCE",
    "SERVICE_NOW",
    "ZENDESK",
]

ReadAccessTypeType#

# ReadAccessTypeType usage example

from mypy_boto3_qbusiness.literals import ReadAccessTypeType

def get_value() -> ReadAccessTypeType:
    return "ALLOW"
# ReadAccessTypeType definition

ReadAccessTypeType = Literal[
    "ALLOW",
    "DENY",
]

ResponseScopeType#

# ResponseScopeType usage example

from mypy_boto3_qbusiness.literals import ResponseScopeType

def get_value() -> ResponseScopeType:
    return "ENTERPRISE_CONTENT_ONLY"
# ResponseScopeType definition

ResponseScopeType = Literal[
    "ENTERPRISE_CONTENT_ONLY",
    "EXTENDED_KNOWLEDGE_ENABLED",
]

RetrieverStatusType#

# RetrieverStatusType usage example

from mypy_boto3_qbusiness.literals import RetrieverStatusType

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

RetrieverStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "FAILED",
]

RetrieverTypeType#

# RetrieverTypeType usage example

from mypy_boto3_qbusiness.literals import RetrieverTypeType

def get_value() -> RetrieverTypeType:
    return "KENDRA_INDEX"
# RetrieverTypeType definition

RetrieverTypeType = Literal[
    "KENDRA_INDEX",
    "NATIVE_INDEX",
]

RuleTypeType#

# RuleTypeType usage example

from mypy_boto3_qbusiness.literals import RuleTypeType

def get_value() -> RuleTypeType:
    return "CONTENT_BLOCKER_RULE"
# RuleTypeType definition

RuleTypeType = Literal[
    "CONTENT_BLOCKER_RULE",
    "CONTENT_RETRIEVAL_RULE",
]

StatusType#

# StatusType usage example

from mypy_boto3_qbusiness.literals import StatusType

def get_value() -> StatusType:
    return "DISABLED"
# StatusType definition

StatusType = Literal[
    "DISABLED",
    "ENABLED",
]

StringAttributeValueBoostingLevelType#

# StringAttributeValueBoostingLevelType usage example

from mypy_boto3_qbusiness.literals import StringAttributeValueBoostingLevelType

def get_value() -> StringAttributeValueBoostingLevelType:
    return "HIGH"
# StringAttributeValueBoostingLevelType definition

StringAttributeValueBoostingLevelType = Literal[
    "HIGH",
    "LOW",
    "MEDIUM",
    "VERY_HIGH",
]

WebExperienceSamplePromptsControlModeType#

# WebExperienceSamplePromptsControlModeType usage example

from mypy_boto3_qbusiness.literals import WebExperienceSamplePromptsControlModeType

def get_value() -> WebExperienceSamplePromptsControlModeType:
    return "DISABLED"
# WebExperienceSamplePromptsControlModeType definition

WebExperienceSamplePromptsControlModeType = Literal[
    "DISABLED",
    "ENABLED",
]

WebExperienceStatusType#

# WebExperienceStatusType usage example

from mypy_boto3_qbusiness.literals import WebExperienceStatusType

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

WebExperienceStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "PENDING_AUTH_CONFIG",
]

QBusinessServiceName#

# QBusinessServiceName usage example

from mypy_boto3_qbusiness.literals import QBusinessServiceName

def get_value() -> QBusinessServiceName:
    return "qbusiness"
# QBusinessServiceName definition

QBusinessServiceName = Literal[
    "qbusiness",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_qbusiness.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",
    "codeconnections",
    "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",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "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",
    "route53profiles",
    "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_qbusiness.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_qbusiness.literals import PaginatorName

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

PaginatorName = Literal[
    "get_chat_controls_configuration",
    "list_applications",
    "list_conversations",
    "list_data_source_sync_jobs",
    "list_data_sources",
    "list_documents",
    "list_groups",
    "list_indices",
    "list_messages",
    "list_plugins",
    "list_retrievers",
    "list_web_experiences",
]

RegionName#

# RegionName usage example

from mypy_boto3_qbusiness.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
# RegionName definition

RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ca-central-1",
    "ca-west-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]