Skip to content

Literals#

Index > ConnectWisdomService > Literals

Auto-generated documentation for ConnectWisdomService type annotations stubs module mypy-boto3-wisdom.

AssistantStatusType#

# AssistantStatusType usage example

from mypy_boto3_wisdom.literals import AssistantStatusType

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

AssistantStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETED",
]

AssistantTypeType#

# AssistantTypeType usage example

from mypy_boto3_wisdom.literals import AssistantTypeType

def get_value() -> AssistantTypeType:
    return "AGENT"
# AssistantTypeType definition

AssistantTypeType = Literal[
    "AGENT",
]

AssociationTypeType#

# AssociationTypeType usage example

from mypy_boto3_wisdom.literals import AssociationTypeType

def get_value() -> AssociationTypeType:
    return "KNOWLEDGE_BASE"
# AssociationTypeType definition

AssociationTypeType = Literal[
    "KNOWLEDGE_BASE",
]

ContentStatusType#

# ContentStatusType usage example

from mypy_boto3_wisdom.literals import ContentStatusType

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

ContentStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETED",
    "UPDATE_FAILED",
]

ExternalSourceType#

# ExternalSourceType usage example

from mypy_boto3_wisdom.literals import ExternalSourceType

def get_value() -> ExternalSourceType:
    return "AMAZON_CONNECT"
# ExternalSourceType definition

ExternalSourceType = Literal[
    "AMAZON_CONNECT",
]

FilterFieldType#

# FilterFieldType usage example

from mypy_boto3_wisdom.literals import FilterFieldType

def get_value() -> FilterFieldType:
    return "NAME"
# FilterFieldType definition

FilterFieldType = Literal[
    "NAME",
]

FilterOperatorType#

# FilterOperatorType usage example

from mypy_boto3_wisdom.literals import FilterOperatorType

def get_value() -> FilterOperatorType:
    return "EQUALS"
# FilterOperatorType definition

FilterOperatorType = Literal[
    "EQUALS",
]

ImportJobStatusType#

# ImportJobStatusType usage example

from mypy_boto3_wisdom.literals import ImportJobStatusType

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

ImportJobStatusType = Literal[
    "COMPLETE",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETED",
    "FAILED",
    "START_IN_PROGRESS",
]

ImportJobTypeType#

# ImportJobTypeType usage example

from mypy_boto3_wisdom.literals import ImportJobTypeType

def get_value() -> ImportJobTypeType:
    return "QUICK_RESPONSES"
# ImportJobTypeType definition

ImportJobTypeType = Literal[
    "QUICK_RESPONSES",
]

KnowledgeBaseStatusType#

# KnowledgeBaseStatusType usage example

from mypy_boto3_wisdom.literals import KnowledgeBaseStatusType

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

KnowledgeBaseStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETED",
]

KnowledgeBaseTypeType#

# KnowledgeBaseTypeType usage example

from mypy_boto3_wisdom.literals import KnowledgeBaseTypeType

def get_value() -> KnowledgeBaseTypeType:
    return "CUSTOM"
# KnowledgeBaseTypeType definition

KnowledgeBaseTypeType = Literal[
    "CUSTOM",
    "EXTERNAL",
    "QUICK_RESPONSES",
]

ListAssistantAssociationsPaginatorName#

# ListAssistantAssociationsPaginatorName usage example

from mypy_boto3_wisdom.literals import ListAssistantAssociationsPaginatorName

def get_value() -> ListAssistantAssociationsPaginatorName:
    return "list_assistant_associations"
# ListAssistantAssociationsPaginatorName definition

ListAssistantAssociationsPaginatorName = Literal[
    "list_assistant_associations",
]

ListAssistantsPaginatorName#

# ListAssistantsPaginatorName usage example

from mypy_boto3_wisdom.literals import ListAssistantsPaginatorName

def get_value() -> ListAssistantsPaginatorName:
    return "list_assistants"
# ListAssistantsPaginatorName definition

ListAssistantsPaginatorName = Literal[
    "list_assistants",
]

ListContentsPaginatorName#

# ListContentsPaginatorName usage example

from mypy_boto3_wisdom.literals import ListContentsPaginatorName

def get_value() -> ListContentsPaginatorName:
    return "list_contents"
# ListContentsPaginatorName definition

ListContentsPaginatorName = Literal[
    "list_contents",
]

ListImportJobsPaginatorName#

# ListImportJobsPaginatorName usage example

from mypy_boto3_wisdom.literals import ListImportJobsPaginatorName

def get_value() -> ListImportJobsPaginatorName:
    return "list_import_jobs"
# ListImportJobsPaginatorName definition

ListImportJobsPaginatorName = Literal[
    "list_import_jobs",
]

ListKnowledgeBasesPaginatorName#

# ListKnowledgeBasesPaginatorName usage example

from mypy_boto3_wisdom.literals import ListKnowledgeBasesPaginatorName

def get_value() -> ListKnowledgeBasesPaginatorName:
    return "list_knowledge_bases"
# ListKnowledgeBasesPaginatorName definition

ListKnowledgeBasesPaginatorName = Literal[
    "list_knowledge_bases",
]

ListQuickResponsesPaginatorName#

# ListQuickResponsesPaginatorName usage example

from mypy_boto3_wisdom.literals import ListQuickResponsesPaginatorName

def get_value() -> ListQuickResponsesPaginatorName:
    return "list_quick_responses"
# ListQuickResponsesPaginatorName definition

ListQuickResponsesPaginatorName = Literal[
    "list_quick_responses",
]

OrderType#

# OrderType usage example

from mypy_boto3_wisdom.literals import OrderType

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

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

PriorityType#

# PriorityType usage example

from mypy_boto3_wisdom.literals import PriorityType

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

PriorityType = Literal[
    "HIGH",
    "LOW",
    "MEDIUM",
]

QueryAssistantPaginatorName#

# QueryAssistantPaginatorName usage example

from mypy_boto3_wisdom.literals import QueryAssistantPaginatorName

def get_value() -> QueryAssistantPaginatorName:
    return "query_assistant"
# QueryAssistantPaginatorName definition

QueryAssistantPaginatorName = Literal[
    "query_assistant",
]

QuickResponseFilterOperatorType#

# QuickResponseFilterOperatorType usage example

from mypy_boto3_wisdom.literals import QuickResponseFilterOperatorType

def get_value() -> QuickResponseFilterOperatorType:
    return "EQUALS"
# QuickResponseFilterOperatorType definition

QuickResponseFilterOperatorType = Literal[
    "EQUALS",
    "PREFIX",
]

QuickResponseQueryOperatorType#

# QuickResponseQueryOperatorType usage example

from mypy_boto3_wisdom.literals import QuickResponseQueryOperatorType

def get_value() -> QuickResponseQueryOperatorType:
    return "CONTAINS"
# QuickResponseQueryOperatorType definition

QuickResponseQueryOperatorType = Literal[
    "CONTAINS",
    "CONTAINS_AND_PREFIX",
]

QuickResponseStatusType#

# QuickResponseStatusType usage example

from mypy_boto3_wisdom.literals import QuickResponseStatusType

def get_value() -> QuickResponseStatusType:
    return "CREATED"
# QuickResponseStatusType definition

QuickResponseStatusType = Literal[
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "CREATED",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETED",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
]

RecommendationSourceTypeType#

# RecommendationSourceTypeType usage example

from mypy_boto3_wisdom.literals import RecommendationSourceTypeType

def get_value() -> RecommendationSourceTypeType:
    return "ISSUE_DETECTION"
# RecommendationSourceTypeType definition

RecommendationSourceTypeType = Literal[
    "ISSUE_DETECTION",
    "OTHER",
    "RULE_EVALUATION",
]

RecommendationTriggerTypeType#

# RecommendationTriggerTypeType usage example

from mypy_boto3_wisdom.literals import RecommendationTriggerTypeType

def get_value() -> RecommendationTriggerTypeType:
    return "QUERY"
# RecommendationTriggerTypeType definition

RecommendationTriggerTypeType = Literal[
    "QUERY",
]

RecommendationTypeType#

# RecommendationTypeType usage example

from mypy_boto3_wisdom.literals import RecommendationTypeType

def get_value() -> RecommendationTypeType:
    return "KNOWLEDGE_CONTENT"
# RecommendationTypeType definition

RecommendationTypeType = Literal[
    "KNOWLEDGE_CONTENT",
]

RelevanceLevelType#

# RelevanceLevelType usage example

from mypy_boto3_wisdom.literals import RelevanceLevelType

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

RelevanceLevelType = Literal[
    "HIGH",
    "LOW",
    "MEDIUM",
]

SearchContentPaginatorName#

# SearchContentPaginatorName usage example

from mypy_boto3_wisdom.literals import SearchContentPaginatorName

def get_value() -> SearchContentPaginatorName:
    return "search_content"
# SearchContentPaginatorName definition

SearchContentPaginatorName = Literal[
    "search_content",
]

SearchQuickResponsesPaginatorName#

# SearchQuickResponsesPaginatorName usage example

from mypy_boto3_wisdom.literals import SearchQuickResponsesPaginatorName

def get_value() -> SearchQuickResponsesPaginatorName:
    return "search_quick_responses"
# SearchQuickResponsesPaginatorName definition

SearchQuickResponsesPaginatorName = Literal[
    "search_quick_responses",
]

SearchSessionsPaginatorName#

# SearchSessionsPaginatorName usage example

from mypy_boto3_wisdom.literals import SearchSessionsPaginatorName

def get_value() -> SearchSessionsPaginatorName:
    return "search_sessions"
# SearchSessionsPaginatorName definition

SearchSessionsPaginatorName = Literal[
    "search_sessions",
]

ConnectWisdomServiceServiceName#

# ConnectWisdomServiceServiceName usage example

from mypy_boto3_wisdom.literals import ConnectWisdomServiceServiceName

def get_value() -> ConnectWisdomServiceServiceName:
    return "wisdom"
# ConnectWisdomServiceServiceName definition

ConnectWisdomServiceServiceName = Literal[
    "wisdom",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_wisdom.literals import ServiceName

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

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

ResourceServiceName#

# ResourceServiceName usage example

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

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

PaginatorName = Literal[
    "list_assistant_associations",
    "list_assistants",
    "list_contents",
    "list_import_jobs",
    "list_knowledge_bases",
    "list_quick_responses",
    "query_assistant",
    "search_content",
    "search_quick_responses",
    "search_sessions",
]

RegionName#

# RegionName usage example

from mypy_boto3_wisdom.literals import RegionName

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

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