Literals#
Auto-generated documentation for QBusiness type annotations stubs module types-boto3-qbusiness.
APISchemaTypeType#
# APISchemaTypeType usage example
from types_boto3_qbusiness.literals import APISchemaTypeType
def get_value() -> APISchemaTypeType:
    return "OPEN_API_V3"# APISchemaTypeType definition
APISchemaTypeType = Literal[
    "OPEN_API_V3",
]ActionPayloadFieldTypeType#
# ActionPayloadFieldTypeType usage example
from types_boto3_qbusiness.literals import ActionPayloadFieldTypeType
def get_value() -> ActionPayloadFieldTypeType:
    return "ARRAY"# ActionPayloadFieldTypeType definition
ActionPayloadFieldTypeType = Literal[
    "ARRAY",
    "BOOLEAN",
    "NUMBER",
    "STRING",
]ApplicationStatusType#
# ApplicationStatusType usage example
from types_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 types_boto3_qbusiness.literals import AttachmentStatusType
def get_value() -> AttachmentStatusType:
    return "FAILED"# AttachmentStatusType definition
AttachmentStatusType = Literal[
    "FAILED",
    "SUCCESS",
]AttachmentsControlModeType#
# AttachmentsControlModeType usage example
from types_boto3_qbusiness.literals import AttachmentsControlModeType
def get_value() -> AttachmentsControlModeType:
    return "DISABLED"# AttachmentsControlModeType definition
AttachmentsControlModeType = Literal[
    "DISABLED",
    "ENABLED",
]AttributeTypeType#
# AttributeTypeType usage example
from types_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 types_boto3_qbusiness.literals import AttributeValueOperatorType
def get_value() -> AttributeValueOperatorType:
    return "DELETE"# AttributeValueOperatorType definition
AttributeValueOperatorType = Literal[
    "DELETE",
]AudioExtractionStatusType#
# AudioExtractionStatusType usage example
from types_boto3_qbusiness.literals import AudioExtractionStatusType
def get_value() -> AudioExtractionStatusType:
    return "DISABLED"# AudioExtractionStatusType definition
AudioExtractionStatusType = Literal[
    "DISABLED",
    "ENABLED",
]AudioExtractionTypeType#
# AudioExtractionTypeType usage example
from types_boto3_qbusiness.literals import AudioExtractionTypeType
def get_value() -> AudioExtractionTypeType:
    return "SUMMARY"# AudioExtractionTypeType definition
AudioExtractionTypeType = Literal[
    "SUMMARY",
    "TRANSCRIPT",
]AutoSubscriptionStatusType#
# AutoSubscriptionStatusType usage example
from types_boto3_qbusiness.literals import AutoSubscriptionStatusType
def get_value() -> AutoSubscriptionStatusType:
    return "DISABLED"# AutoSubscriptionStatusType definition
AutoSubscriptionStatusType = Literal[
    "DISABLED",
    "ENABLED",
]BrowserExtensionType#
# BrowserExtensionType usage example
from types_boto3_qbusiness.literals import BrowserExtensionType
def get_value() -> BrowserExtensionType:
    return "CHROME"# BrowserExtensionType definition
BrowserExtensionType = Literal[
    "CHROME",
    "FIREFOX",
]ChatModeType#
# ChatModeType usage example
from types_boto3_qbusiness.literals import ChatModeType
def get_value() -> ChatModeType:
    return "CREATOR_MODE"# ChatModeType definition
ChatModeType = Literal[
    "CREATOR_MODE",
    "PLUGIN_MODE",
    "RETRIEVAL_MODE",
]ChatResponseConfigurationStatusType#
# ChatResponseConfigurationStatusType usage example
from types_boto3_qbusiness.literals import ChatResponseConfigurationStatusType
def get_value() -> ChatResponseConfigurationStatusType:
    return "ACTIVE"# ChatResponseConfigurationStatusType definition
ChatResponseConfigurationStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "FAILED",
    "UPDATING",
]ContentTypeType#
# ContentTypeType usage example
from types_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 types_boto3_qbusiness.literals import CreatorModeControlType
def get_value() -> CreatorModeControlType:
    return "DISABLED"# CreatorModeControlType definition
CreatorModeControlType = Literal[
    "DISABLED",
    "ENABLED",
]DataAccessorAuthenticationTypeType#
# DataAccessorAuthenticationTypeType usage example
from types_boto3_qbusiness.literals import DataAccessorAuthenticationTypeType
def get_value() -> DataAccessorAuthenticationTypeType:
    return "AWS_IAM_IDC_AUTH_CODE"# DataAccessorAuthenticationTypeType definition
DataAccessorAuthenticationTypeType = Literal[
    "AWS_IAM_IDC_AUTH_CODE",
    "AWS_IAM_IDC_TTI",
]DataSourceStatusType#
# DataSourceStatusType usage example
from types_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 types_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 types_boto3_qbusiness.literals import DocumentAttributeBoostingLevelType
def get_value() -> DocumentAttributeBoostingLevelType:
    return "HIGH"# DocumentAttributeBoostingLevelType definition
DocumentAttributeBoostingLevelType = Literal[
    "HIGH",
    "LOW",
    "MEDIUM",
    "NONE",
    "ONE",
    "TWO",
    "VERY_HIGH",
]DocumentContentOperatorType#
# DocumentContentOperatorType usage example
from types_boto3_qbusiness.literals import DocumentContentOperatorType
def get_value() -> DocumentContentOperatorType:
    return "DELETE"# DocumentContentOperatorType definition
DocumentContentOperatorType = Literal[
    "DELETE",
]DocumentEnrichmentConditionOperatorType#
# DocumentEnrichmentConditionOperatorType usage example
from types_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 types_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 types_boto3_qbusiness.literals import ErrorCodeType
def get_value() -> ErrorCodeType:
    return "InternalError"# ErrorCodeType definition
ErrorCodeType = Literal[
    "InternalError",
    "InvalidRequest",
    "ResourceInactive",
    "ResourceNotFound",
]GetChatControlsConfigurationPaginatorName#
# GetChatControlsConfigurationPaginatorName usage example
from types_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 types_boto3_qbusiness.literals import GroupStatusType
def get_value() -> GroupStatusType:
    return "DELETED"# GroupStatusType definition
GroupStatusType = Literal[
    "DELETED",
    "DELETING",
    "FAILED",
    "PROCESSING",
    "SUCCEEDED",
]HallucinationReductionControlType#
# HallucinationReductionControlType usage example
from types_boto3_qbusiness.literals import HallucinationReductionControlType
def get_value() -> HallucinationReductionControlType:
    return "DISABLED"# HallucinationReductionControlType definition
HallucinationReductionControlType = Literal[
    "DISABLED",
    "ENABLED",
]IdentityTypeType#
# IdentityTypeType usage example
from types_boto3_qbusiness.literals import IdentityTypeType
def get_value() -> IdentityTypeType:
    return "ANONYMOUS"# IdentityTypeType definition
IdentityTypeType = Literal[
    "ANONYMOUS",
    "AWS_IAM_IDC",
    "AWS_IAM_IDP_OIDC",
    "AWS_IAM_IDP_SAML",
    "AWS_QUICKSIGHT_IDP",
]ImageExtractionStatusType#
# ImageExtractionStatusType usage example
from types_boto3_qbusiness.literals import ImageExtractionStatusType
def get_value() -> ImageExtractionStatusType:
    return "DISABLED"# ImageExtractionStatusType definition
ImageExtractionStatusType = Literal[
    "DISABLED",
    "ENABLED",
]IndexStatusType#
# IndexStatusType usage example
from types_boto3_qbusiness.literals import IndexStatusType
def get_value() -> IndexStatusType:
    return "ACTIVE"# IndexStatusType definition
IndexStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "UPDATING",
]IndexTypeType#
# IndexTypeType usage example
from types_boto3_qbusiness.literals import IndexTypeType
def get_value() -> IndexTypeType:
    return "ENTERPRISE"# IndexTypeType definition
IndexTypeType = Literal[
    "ENTERPRISE",
    "STARTER",
]ListApplicationsPaginatorName#
# ListApplicationsPaginatorName usage example
from types_boto3_qbusiness.literals import ListApplicationsPaginatorName
def get_value() -> ListApplicationsPaginatorName:
    return "list_applications"# ListApplicationsPaginatorName definition
ListApplicationsPaginatorName = Literal[
    "list_applications",
]ListAttachmentsPaginatorName#
# ListAttachmentsPaginatorName usage example
from types_boto3_qbusiness.literals import ListAttachmentsPaginatorName
def get_value() -> ListAttachmentsPaginatorName:
    return "list_attachments"# ListAttachmentsPaginatorName definition
ListAttachmentsPaginatorName = Literal[
    "list_attachments",
]ListChatResponseConfigurationsPaginatorName#
# ListChatResponseConfigurationsPaginatorName usage example
from types_boto3_qbusiness.literals import ListChatResponseConfigurationsPaginatorName
def get_value() -> ListChatResponseConfigurationsPaginatorName:
    return "list_chat_response_configurations"# ListChatResponseConfigurationsPaginatorName definition
ListChatResponseConfigurationsPaginatorName = Literal[
    "list_chat_response_configurations",
]ListConversationsPaginatorName#
# ListConversationsPaginatorName usage example
from types_boto3_qbusiness.literals import ListConversationsPaginatorName
def get_value() -> ListConversationsPaginatorName:
    return "list_conversations"# ListConversationsPaginatorName definition
ListConversationsPaginatorName = Literal[
    "list_conversations",
]ListDataAccessorsPaginatorName#
# ListDataAccessorsPaginatorName usage example
from types_boto3_qbusiness.literals import ListDataAccessorsPaginatorName
def get_value() -> ListDataAccessorsPaginatorName:
    return "list_data_accessors"# ListDataAccessorsPaginatorName definition
ListDataAccessorsPaginatorName = Literal[
    "list_data_accessors",
]ListDataSourceSyncJobsPaginatorName#
# ListDataSourceSyncJobsPaginatorName usage example
from types_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 types_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 types_boto3_qbusiness.literals import ListDocumentsPaginatorName
def get_value() -> ListDocumentsPaginatorName:
    return "list_documents"# ListDocumentsPaginatorName definition
ListDocumentsPaginatorName = Literal[
    "list_documents",
]ListGroupsPaginatorName#
# ListGroupsPaginatorName usage example
from types_boto3_qbusiness.literals import ListGroupsPaginatorName
def get_value() -> ListGroupsPaginatorName:
    return "list_groups"# ListGroupsPaginatorName definition
ListGroupsPaginatorName = Literal[
    "list_groups",
]ListIndicesPaginatorName#
# ListIndicesPaginatorName usage example
from types_boto3_qbusiness.literals import ListIndicesPaginatorName
def get_value() -> ListIndicesPaginatorName:
    return "list_indices"# ListIndicesPaginatorName definition
ListIndicesPaginatorName = Literal[
    "list_indices",
]ListMessagesPaginatorName#
# ListMessagesPaginatorName usage example
from types_boto3_qbusiness.literals import ListMessagesPaginatorName
def get_value() -> ListMessagesPaginatorName:
    return "list_messages"# ListMessagesPaginatorName definition
ListMessagesPaginatorName = Literal[
    "list_messages",
]ListPluginActionsPaginatorName#
# ListPluginActionsPaginatorName usage example
from types_boto3_qbusiness.literals import ListPluginActionsPaginatorName
def get_value() -> ListPluginActionsPaginatorName:
    return "list_plugin_actions"# ListPluginActionsPaginatorName definition
ListPluginActionsPaginatorName = Literal[
    "list_plugin_actions",
]ListPluginTypeActionsPaginatorName#
# ListPluginTypeActionsPaginatorName usage example
from types_boto3_qbusiness.literals import ListPluginTypeActionsPaginatorName
def get_value() -> ListPluginTypeActionsPaginatorName:
    return "list_plugin_type_actions"# ListPluginTypeActionsPaginatorName definition
ListPluginTypeActionsPaginatorName = Literal[
    "list_plugin_type_actions",
]ListPluginTypeMetadataPaginatorName#
# ListPluginTypeMetadataPaginatorName usage example
from types_boto3_qbusiness.literals import ListPluginTypeMetadataPaginatorName
def get_value() -> ListPluginTypeMetadataPaginatorName:
    return "list_plugin_type_metadata"# ListPluginTypeMetadataPaginatorName definition
ListPluginTypeMetadataPaginatorName = Literal[
    "list_plugin_type_metadata",
]ListPluginsPaginatorName#
# ListPluginsPaginatorName usage example
from types_boto3_qbusiness.literals import ListPluginsPaginatorName
def get_value() -> ListPluginsPaginatorName:
    return "list_plugins"# ListPluginsPaginatorName definition
ListPluginsPaginatorName = Literal[
    "list_plugins",
]ListRetrieversPaginatorName#
# ListRetrieversPaginatorName usage example
from types_boto3_qbusiness.literals import ListRetrieversPaginatorName
def get_value() -> ListRetrieversPaginatorName:
    return "list_retrievers"# ListRetrieversPaginatorName definition
ListRetrieversPaginatorName = Literal[
    "list_retrievers",
]ListSubscriptionsPaginatorName#
# ListSubscriptionsPaginatorName usage example
from types_boto3_qbusiness.literals import ListSubscriptionsPaginatorName
def get_value() -> ListSubscriptionsPaginatorName:
    return "list_subscriptions"# ListSubscriptionsPaginatorName definition
ListSubscriptionsPaginatorName = Literal[
    "list_subscriptions",
]ListWebExperiencesPaginatorName#
# ListWebExperiencesPaginatorName usage example
from types_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 types_boto3_qbusiness.literals import MemberRelationType
def get_value() -> MemberRelationType:
    return "AND"# MemberRelationType definition
MemberRelationType = Literal[
    "AND",
    "OR",
]MembershipTypeType#
# MembershipTypeType usage example
from types_boto3_qbusiness.literals import MembershipTypeType
def get_value() -> MembershipTypeType:
    return "DATASOURCE"# MembershipTypeType definition
MembershipTypeType = Literal[
    "DATASOURCE",
    "INDEX",
]MessageTypeType#
# MessageTypeType usage example
from types_boto3_qbusiness.literals import MessageTypeType
def get_value() -> MessageTypeType:
    return "SYSTEM"# MessageTypeType definition
MessageTypeType = Literal[
    "SYSTEM",
    "USER",
]MessageUsefulnessReasonType#
# MessageUsefulnessReasonType usage example
from types_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 types_boto3_qbusiness.literals import MessageUsefulnessType
def get_value() -> MessageUsefulnessType:
    return "NOT_USEFUL"# MessageUsefulnessType definition
MessageUsefulnessType = Literal[
    "NOT_USEFUL",
    "USEFUL",
]NumberAttributeBoostingTypeType#
# NumberAttributeBoostingTypeType usage example
from types_boto3_qbusiness.literals import NumberAttributeBoostingTypeType
def get_value() -> NumberAttributeBoostingTypeType:
    return "PRIORITIZE_LARGER_VALUES"# NumberAttributeBoostingTypeType definition
NumberAttributeBoostingTypeType = Literal[
    "PRIORITIZE_LARGER_VALUES",
    "PRIORITIZE_SMALLER_VALUES",
]OrchestrationControlType#
# OrchestrationControlType usage example
from types_boto3_qbusiness.literals import OrchestrationControlType
def get_value() -> OrchestrationControlType:
    return "DISABLED"# OrchestrationControlType definition
OrchestrationControlType = Literal[
    "DISABLED",
    "ENABLED",
]OutputFormatType#
# OutputFormatType usage example
from types_boto3_qbusiness.literals import OutputFormatType
def get_value() -> OutputFormatType:
    return "EXTRACTED"# OutputFormatType definition
OutputFormatType = Literal[
    "EXTRACTED",
    "RAW",
]PermissionConditionOperatorType#
# PermissionConditionOperatorType usage example
from types_boto3_qbusiness.literals import PermissionConditionOperatorType
def get_value() -> PermissionConditionOperatorType:
    return "StringEquals"# PermissionConditionOperatorType definition
PermissionConditionOperatorType = Literal[
    "StringEquals",
]PersonalizationControlModeType#
# PersonalizationControlModeType usage example
from types_boto3_qbusiness.literals import PersonalizationControlModeType
def get_value() -> PersonalizationControlModeType:
    return "DISABLED"# PersonalizationControlModeType definition
PersonalizationControlModeType = Literal[
    "DISABLED",
    "ENABLED",
]PluginBuildStatusType#
# PluginBuildStatusType usage example
from types_boto3_qbusiness.literals import PluginBuildStatusType
def get_value() -> PluginBuildStatusType:
    return "CREATE_FAILED"# PluginBuildStatusType definition
PluginBuildStatusType = Literal[
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "READY",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
]PluginStateType#
# PluginStateType usage example
from types_boto3_qbusiness.literals import PluginStateType
def get_value() -> PluginStateType:
    return "DISABLED"# PluginStateType definition
PluginStateType = Literal[
    "DISABLED",
    "ENABLED",
]PluginTypeCategoryType#
# PluginTypeCategoryType usage example
from types_boto3_qbusiness.literals import PluginTypeCategoryType
def get_value() -> PluginTypeCategoryType:
    return "Communication"# PluginTypeCategoryType definition
PluginTypeCategoryType = Literal[
    "Communication",
    "Customer relationship management (CRM)",
    "Productivity",
    "Project management",
    "Ticketing and incident management",
]PluginTypeType#
# PluginTypeType usage example
from types_boto3_qbusiness.literals import PluginTypeType
def get_value() -> PluginTypeType:
    return "ASANA"# PluginTypeType definition
PluginTypeType = Literal[
    "ASANA",
    "ATLASSIAN_CONFLUENCE",
    "CUSTOM",
    "GOOGLE_CALENDAR",
    "JIRA",
    "JIRA_CLOUD",
    "MICROSOFT_EXCHANGE",
    "MICROSOFT_TEAMS",
    "PAGERDUTY_ADVANCE",
    "QUICKSIGHT",
    "SALESFORCE",
    "SALESFORCE_CRM",
    "SERVICE_NOW",
    "SERVICENOW_NOW_PLATFORM",
    "SMARTSHEET",
    "ZENDESK",
    "ZENDESK_SUITE",
]QAppsControlModeType#
# QAppsControlModeType usage example
from types_boto3_qbusiness.literals import QAppsControlModeType
def get_value() -> QAppsControlModeType:
    return "DISABLED"# QAppsControlModeType definition
QAppsControlModeType = Literal[
    "DISABLED",
    "ENABLED",
]ReadAccessTypeType#
# ReadAccessTypeType usage example
from types_boto3_qbusiness.literals import ReadAccessTypeType
def get_value() -> ReadAccessTypeType:
    return "ALLOW"# ReadAccessTypeType definition
ReadAccessTypeType = Literal[
    "ALLOW",
    "DENY",
]ResponseConfigurationTypeType#
# ResponseConfigurationTypeType usage example
from types_boto3_qbusiness.literals import ResponseConfigurationTypeType
def get_value() -> ResponseConfigurationTypeType:
    return "ALL"# ResponseConfigurationTypeType definition
ResponseConfigurationTypeType = Literal[
    "ALL",
]ResponseScopeType#
# ResponseScopeType usage example
from types_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 types_boto3_qbusiness.literals import RetrieverStatusType
def get_value() -> RetrieverStatusType:
    return "ACTIVE"# RetrieverStatusType definition
RetrieverStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "FAILED",
]RetrieverTypeType#
# RetrieverTypeType usage example
from types_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 types_boto3_qbusiness.literals import RuleTypeType
def get_value() -> RuleTypeType:
    return "CONTENT_BLOCKER_RULE"# RuleTypeType definition
RuleTypeType = Literal[
    "CONTENT_BLOCKER_RULE",
    "CONTENT_RETRIEVAL_RULE",
]ScoreConfidenceType#
# ScoreConfidenceType usage example
from types_boto3_qbusiness.literals import ScoreConfidenceType
def get_value() -> ScoreConfidenceType:
    return "HIGH"# ScoreConfidenceType definition
ScoreConfidenceType = Literal[
    "HIGH",
    "LOW",
    "MEDIUM",
    "NOT_AVAILABLE",
    "VERY_HIGH",
]SearchRelevantContentPaginatorName#
# SearchRelevantContentPaginatorName usage example
from types_boto3_qbusiness.literals import SearchRelevantContentPaginatorName
def get_value() -> SearchRelevantContentPaginatorName:
    return "search_relevant_content"# SearchRelevantContentPaginatorName definition
SearchRelevantContentPaginatorName = Literal[
    "search_relevant_content",
]StatusType#
# StatusType usage example
from types_boto3_qbusiness.literals import StatusType
def get_value() -> StatusType:
    return "DISABLED"# StatusType definition
StatusType = Literal[
    "DISABLED",
    "ENABLED",
]StringAttributeValueBoostingLevelType#
# StringAttributeValueBoostingLevelType usage example
from types_boto3_qbusiness.literals import StringAttributeValueBoostingLevelType
def get_value() -> StringAttributeValueBoostingLevelType:
    return "FIVE"# StringAttributeValueBoostingLevelType definition
StringAttributeValueBoostingLevelType = Literal[
    "FIVE",
    "FOUR",
    "HIGH",
    "LOW",
    "MEDIUM",
    "ONE",
    "THREE",
    "TWO",
    "VERY_HIGH",
]SubscriptionTypeType#
# SubscriptionTypeType usage example
from types_boto3_qbusiness.literals import SubscriptionTypeType
def get_value() -> SubscriptionTypeType:
    return "Q_BUSINESS"# SubscriptionTypeType definition
SubscriptionTypeType = Literal[
    "Q_BUSINESS",
    "Q_LITE",
]SystemMessageTypeType#
# SystemMessageTypeType usage example
from types_boto3_qbusiness.literals import SystemMessageTypeType
def get_value() -> SystemMessageTypeType:
    return "GROUNDED_RESPONSE"# SystemMessageTypeType definition
SystemMessageTypeType = Literal[
    "GROUNDED_RESPONSE",
    "RESPONSE",
]VideoExtractionStatusType#
# VideoExtractionStatusType usage example
from types_boto3_qbusiness.literals import VideoExtractionStatusType
def get_value() -> VideoExtractionStatusType:
    return "DISABLED"# VideoExtractionStatusType definition
VideoExtractionStatusType = Literal[
    "DISABLED",
    "ENABLED",
]VideoExtractionTypeType#
# VideoExtractionTypeType usage example
from types_boto3_qbusiness.literals import VideoExtractionTypeType
def get_value() -> VideoExtractionTypeType:
    return "SUMMARY"# VideoExtractionTypeType definition
VideoExtractionTypeType = Literal[
    "SUMMARY",
    "TRANSCRIPT",
]WebExperienceSamplePromptsControlModeType#
# WebExperienceSamplePromptsControlModeType usage example
from types_boto3_qbusiness.literals import WebExperienceSamplePromptsControlModeType
def get_value() -> WebExperienceSamplePromptsControlModeType:
    return "DISABLED"# WebExperienceSamplePromptsControlModeType definition
WebExperienceSamplePromptsControlModeType = Literal[
    "DISABLED",
    "ENABLED",
]WebExperienceStatusType#
# WebExperienceStatusType usage example
from types_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 types_boto3_qbusiness.literals import QBusinessServiceName
def get_value() -> QBusinessServiceName:
    return "qbusiness"# QBusinessServiceName definition
QBusinessServiceName = Literal[
    "qbusiness",
]ServiceName#
# ServiceName usage example
from types_boto3_qbusiness.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "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-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "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",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "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",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "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",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_qbusiness.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_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_attachments",
    "list_chat_response_configurations",
    "list_conversations",
    "list_data_accessors",
    "list_data_source_sync_jobs",
    "list_data_sources",
    "list_documents",
    "list_groups",
    "list_indices",
    "list_messages",
    "list_plugin_actions",
    "list_plugin_type_actions",
    "list_plugin_type_metadata",
    "list_plugins",
    "list_retrievers",
    "list_subscriptions",
    "list_web_experiences",
    "search_relevant_content",
]RegionName#
# RegionName usage example
from types_boto3_qbusiness.literals import RegionName
def get_value() -> RegionName:
    return "af-south-1"# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-east-2",
    "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",
    "ap-southeast-5",
    "ap-southeast-6",
    "ap-southeast-7",
    "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",
    "mx-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]