Literals#
Auto-generated documentation for Kendra type annotations stubs module mypy-boto3-kendra.
AdditionalResultAttributeValueTypeType#
# AdditionalResultAttributeValueTypeType usage example
from mypy_boto3_kendra.literals import AdditionalResultAttributeValueTypeType
def get_value() -> AdditionalResultAttributeValueTypeType:
return "TEXT_WITH_HIGHLIGHTS_VALUE"
# AdditionalResultAttributeValueTypeType definition
AdditionalResultAttributeValueTypeType = Literal[
"TEXT_WITH_HIGHLIGHTS_VALUE",
]
AlfrescoEntityType#
# AlfrescoEntityType usage example
from mypy_boto3_kendra.literals import AlfrescoEntityType
def get_value() -> AlfrescoEntityType:
return "blog"
# AlfrescoEntityType definition
AlfrescoEntityType = Literal[
"blog",
"documentLibrary",
"wiki",
]
AttributeSuggestionsModeType#
# AttributeSuggestionsModeType usage example
from mypy_boto3_kendra.literals import AttributeSuggestionsModeType
def get_value() -> AttributeSuggestionsModeType:
return "ACTIVE"
# AttributeSuggestionsModeType definition
AttributeSuggestionsModeType = Literal[
"ACTIVE",
"INACTIVE",
]
ConditionOperatorType#
# ConditionOperatorType usage example
from mypy_boto3_kendra.literals import ConditionOperatorType
def get_value() -> ConditionOperatorType:
return "BeginsWith"
# ConditionOperatorType definition
ConditionOperatorType = Literal[
"BeginsWith",
"Contains",
"Equals",
"Exists",
"GreaterThan",
"GreaterThanOrEquals",
"LessThan",
"LessThanOrEquals",
"NotContains",
"NotEquals",
"NotExists",
]
ConfluenceAttachmentFieldNameType#
# ConfluenceAttachmentFieldNameType usage example
from mypy_boto3_kendra.literals import ConfluenceAttachmentFieldNameType
def get_value() -> ConfluenceAttachmentFieldNameType:
return "AUTHOR"
# ConfluenceAttachmentFieldNameType definition
ConfluenceAttachmentFieldNameType = Literal[
"AUTHOR",
"CONTENT_TYPE",
"CREATED_DATE",
"DISPLAY_URL",
"FILE_SIZE",
"ITEM_TYPE",
"PARENT_ID",
"SPACE_KEY",
"SPACE_NAME",
"URL",
"VERSION",
]
ConfluenceAuthenticationTypeType#
# ConfluenceAuthenticationTypeType usage example
from mypy_boto3_kendra.literals import ConfluenceAuthenticationTypeType
def get_value() -> ConfluenceAuthenticationTypeType:
return "HTTP_BASIC"
# ConfluenceAuthenticationTypeType definition
ConfluenceAuthenticationTypeType = Literal[
"HTTP_BASIC",
"PAT",
]
ConfluenceBlogFieldNameType#
# ConfluenceBlogFieldNameType usage example
from mypy_boto3_kendra.literals import ConfluenceBlogFieldNameType
def get_value() -> ConfluenceBlogFieldNameType:
return "AUTHOR"
# ConfluenceBlogFieldNameType definition
ConfluenceBlogFieldNameType = Literal[
"AUTHOR",
"DISPLAY_URL",
"ITEM_TYPE",
"LABELS",
"PUBLISH_DATE",
"SPACE_KEY",
"SPACE_NAME",
"URL",
"VERSION",
]
ConfluencePageFieldNameType#
# ConfluencePageFieldNameType usage example
from mypy_boto3_kendra.literals import ConfluencePageFieldNameType
def get_value() -> ConfluencePageFieldNameType:
return "AUTHOR"
# ConfluencePageFieldNameType definition
ConfluencePageFieldNameType = Literal[
"AUTHOR",
"CONTENT_STATUS",
"CREATED_DATE",
"DISPLAY_URL",
"ITEM_TYPE",
"LABELS",
"MODIFIED_DATE",
"PARENT_ID",
"SPACE_KEY",
"SPACE_NAME",
"URL",
"VERSION",
]
ConfluenceSpaceFieldNameType#
# ConfluenceSpaceFieldNameType usage example
from mypy_boto3_kendra.literals import ConfluenceSpaceFieldNameType
def get_value() -> ConfluenceSpaceFieldNameType:
return "DISPLAY_URL"
# ConfluenceSpaceFieldNameType definition
ConfluenceSpaceFieldNameType = Literal[
"DISPLAY_URL",
"ITEM_TYPE",
"SPACE_KEY",
"URL",
]
ConfluenceVersionType#
# ConfluenceVersionType usage example
from mypy_boto3_kendra.literals import ConfluenceVersionType
def get_value() -> ConfluenceVersionType:
return "CLOUD"
# ConfluenceVersionType definition
ConfluenceVersionType = Literal[
"CLOUD",
"SERVER",
]
ContentTypeType#
# ContentTypeType usage example
from mypy_boto3_kendra.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",
]
DataSourceStatusType#
# DataSourceStatusType usage example
from mypy_boto3_kendra.literals import DataSourceStatusType
def get_value() -> DataSourceStatusType:
return "ACTIVE"
# DataSourceStatusType definition
DataSourceStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"FAILED",
"UPDATING",
]
DataSourceSyncJobStatusType#
# DataSourceSyncJobStatusType usage example
from mypy_boto3_kendra.literals import DataSourceSyncJobStatusType
def get_value() -> DataSourceSyncJobStatusType:
return "ABORTED"
# DataSourceSyncJobStatusType definition
DataSourceSyncJobStatusType = Literal[
"ABORTED",
"FAILED",
"INCOMPLETE",
"STOPPING",
"SUCCEEDED",
"SYNCING",
"SYNCING_INDEXING",
]
DataSourceTypeType#
# DataSourceTypeType usage example
from mypy_boto3_kendra.literals import DataSourceTypeType
def get_value() -> DataSourceTypeType:
return "ALFRESCO"
# DataSourceTypeType definition
DataSourceTypeType = Literal[
"ALFRESCO",
"BOX",
"CONFLUENCE",
"CUSTOM",
"DATABASE",
"FSX",
"GITHUB",
"GOOGLEDRIVE",
"JIRA",
"ONEDRIVE",
"QUIP",
"S3",
"SALESFORCE",
"SERVICENOW",
"SHAREPOINT",
"SLACK",
"TEMPLATE",
"WEBCRAWLER",
"WORKDOCS",
]
DatabaseEngineTypeType#
# DatabaseEngineTypeType usage example
from mypy_boto3_kendra.literals import DatabaseEngineTypeType
def get_value() -> DatabaseEngineTypeType:
return "RDS_AURORA_MYSQL"
# DatabaseEngineTypeType definition
DatabaseEngineTypeType = Literal[
"RDS_AURORA_MYSQL",
"RDS_AURORA_POSTGRESQL",
"RDS_MYSQL",
"RDS_POSTGRESQL",
]
DocumentAttributeValueTypeType#
# DocumentAttributeValueTypeType usage example
from mypy_boto3_kendra.literals import DocumentAttributeValueTypeType
def get_value() -> DocumentAttributeValueTypeType:
return "DATE_VALUE"
# DocumentAttributeValueTypeType definition
DocumentAttributeValueTypeType = Literal[
"DATE_VALUE",
"LONG_VALUE",
"STRING_LIST_VALUE",
"STRING_VALUE",
]
DocumentStatusType#
# DocumentStatusType usage example
from mypy_boto3_kendra.literals import DocumentStatusType
def get_value() -> DocumentStatusType:
return "FAILED"
# DocumentStatusType definition
DocumentStatusType = Literal[
"FAILED",
"INDEXED",
"NOT_FOUND",
"PROCESSING",
"UPDATE_FAILED",
"UPDATED",
]
EndpointTypeType#
# EndpointTypeType usage example
from mypy_boto3_kendra.literals import EndpointTypeType
def get_value() -> EndpointTypeType:
return "HOME"
# EndpointTypeType definition
EndpointTypeType = Literal[
"HOME",
]
EntityTypeType#
# EntityTypeType usage example
from mypy_boto3_kendra.literals import EntityTypeType
def get_value() -> EntityTypeType:
return "GROUP"
# EntityTypeType definition
EntityTypeType = Literal[
"GROUP",
"USER",
]
ErrorCodeType#
# ErrorCodeType usage example
from mypy_boto3_kendra.literals import ErrorCodeType
def get_value() -> ErrorCodeType:
return "InternalError"
# ErrorCodeType definition
ErrorCodeType = Literal[
"InternalError",
"InvalidRequest",
]
ExperienceStatusType#
# ExperienceStatusType usage example
from mypy_boto3_kendra.literals import ExperienceStatusType
def get_value() -> ExperienceStatusType:
return "ACTIVE"
# ExperienceStatusType definition
ExperienceStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"FAILED",
]
FaqFileFormatType#
# FaqFileFormatType usage example
from mypy_boto3_kendra.literals import FaqFileFormatType
def get_value() -> FaqFileFormatType:
return "CSV"
# FaqFileFormatType definition
FaqFileFormatType = Literal[
"CSV",
"CSV_WITH_HEADER",
"JSON",
]
FaqStatusType#
# FaqStatusType usage example
from mypy_boto3_kendra.literals import FaqStatusType
def get_value() -> FaqStatusType:
return "ACTIVE"
# FaqStatusType definition
FaqStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"FAILED",
"UPDATING",
]
FeaturedResultsSetStatusType#
# FeaturedResultsSetStatusType usage example
from mypy_boto3_kendra.literals import FeaturedResultsSetStatusType
def get_value() -> FeaturedResultsSetStatusType:
return "ACTIVE"
# FeaturedResultsSetStatusType definition
FeaturedResultsSetStatusType = Literal[
"ACTIVE",
"INACTIVE",
]
FsxFileSystemTypeType#
# FsxFileSystemTypeType usage example
from mypy_boto3_kendra.literals import FsxFileSystemTypeType
def get_value() -> FsxFileSystemTypeType:
return "WINDOWS"
# FsxFileSystemTypeType definition
FsxFileSystemTypeType = Literal[
"WINDOWS",
]
HighlightTypeType#
# HighlightTypeType usage example
from mypy_boto3_kendra.literals import HighlightTypeType
def get_value() -> HighlightTypeType:
return "STANDARD"
# HighlightTypeType definition
HighlightTypeType = Literal[
"STANDARD",
"THESAURUS_SYNONYM",
]
IndexEditionType#
# IndexEditionType usage example
from mypy_boto3_kendra.literals import IndexEditionType
def get_value() -> IndexEditionType:
return "DEVELOPER_EDITION"
# IndexEditionType definition
IndexEditionType = Literal[
"DEVELOPER_EDITION",
"ENTERPRISE_EDITION",
]
IndexStatusType#
# IndexStatusType usage example
from mypy_boto3_kendra.literals import IndexStatusType
def get_value() -> IndexStatusType:
return "ACTIVE"
# IndexStatusType definition
IndexStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"FAILED",
"SYSTEM_UPDATING",
"UPDATING",
]
IntervalType#
# IntervalType usage example
from mypy_boto3_kendra.literals import IntervalType
def get_value() -> IntervalType:
return "ONE_MONTH_AGO"
# IntervalType definition
IntervalType = Literal[
"ONE_MONTH_AGO",
"ONE_WEEK_AGO",
"THIS_MONTH",
"THIS_WEEK",
"TWO_MONTHS_AGO",
"TWO_WEEKS_AGO",
]
IssueSubEntityType#
# IssueSubEntityType usage example
from mypy_boto3_kendra.literals import IssueSubEntityType
def get_value() -> IssueSubEntityType:
return "ATTACHMENTS"
# IssueSubEntityType definition
IssueSubEntityType = Literal[
"ATTACHMENTS",
"COMMENTS",
"WORKLOGS",
]
KeyLocationType#
# KeyLocationType usage example
from mypy_boto3_kendra.literals import KeyLocationType
def get_value() -> KeyLocationType:
return "SECRET_MANAGER"
# KeyLocationType definition
KeyLocationType = Literal[
"SECRET_MANAGER",
"URL",
]
MetricTypeType#
# MetricTypeType usage example
from mypy_boto3_kendra.literals import MetricTypeType
def get_value() -> MetricTypeType:
return "AGG_QUERY_DOC_METRICS"
# MetricTypeType definition
MetricTypeType = Literal[
"AGG_QUERY_DOC_METRICS",
"DOCS_BY_CLICK_COUNT",
"QUERIES_BY_COUNT",
"QUERIES_BY_ZERO_CLICK_RATE",
"QUERIES_BY_ZERO_RESULT_RATE",
"TREND_QUERY_DOC_METRICS",
]
MissingAttributeKeyStrategyType#
# MissingAttributeKeyStrategyType usage example
from mypy_boto3_kendra.literals import MissingAttributeKeyStrategyType
def get_value() -> MissingAttributeKeyStrategyType:
return "COLLAPSE"
# MissingAttributeKeyStrategyType definition
MissingAttributeKeyStrategyType = Literal[
"COLLAPSE",
"EXPAND",
"IGNORE",
]
ModeType#
# ModeType usage example
from mypy_boto3_kendra.literals import ModeType
def get_value() -> ModeType:
return "ENABLED"
# ModeType definition
ModeType = Literal[
"ENABLED",
"LEARN_ONLY",
]
OrderType#
# OrderType usage example
from mypy_boto3_kendra.literals import OrderType
def get_value() -> OrderType:
return "ASCENDING"
# OrderType definition
OrderType = Literal[
"ASCENDING",
"DESCENDING",
]
PersonaType#
# PersonaType usage example
from mypy_boto3_kendra.literals import PersonaType
def get_value() -> PersonaType:
return "OWNER"
# PersonaType definition
PersonaType = Literal[
"OWNER",
"VIEWER",
]
PrincipalMappingStatusType#
# PrincipalMappingStatusType usage example
from mypy_boto3_kendra.literals import PrincipalMappingStatusType
def get_value() -> PrincipalMappingStatusType:
return "DELETED"
# PrincipalMappingStatusType definition
PrincipalMappingStatusType = Literal[
"DELETED",
"DELETING",
"FAILED",
"PROCESSING",
"SUCCEEDED",
]
PrincipalTypeType#
# PrincipalTypeType usage example
from mypy_boto3_kendra.literals import PrincipalTypeType
def get_value() -> PrincipalTypeType:
return "GROUP"
# PrincipalTypeType definition
PrincipalTypeType = Literal[
"GROUP",
"USER",
]
QueryIdentifiersEnclosingOptionType#
# QueryIdentifiersEnclosingOptionType usage example
from mypy_boto3_kendra.literals import QueryIdentifiersEnclosingOptionType
def get_value() -> QueryIdentifiersEnclosingOptionType:
return "DOUBLE_QUOTES"
# QueryIdentifiersEnclosingOptionType definition
QueryIdentifiersEnclosingOptionType = Literal[
"DOUBLE_QUOTES",
"NONE",
]
QueryResultFormatType#
# QueryResultFormatType usage example
from mypy_boto3_kendra.literals import QueryResultFormatType
def get_value() -> QueryResultFormatType:
return "TABLE"
# QueryResultFormatType definition
QueryResultFormatType = Literal[
"TABLE",
"TEXT",
]
QueryResultTypeType#
# QueryResultTypeType usage example
from mypy_boto3_kendra.literals import QueryResultTypeType
def get_value() -> QueryResultTypeType:
return "ANSWER"
# QueryResultTypeType definition
QueryResultTypeType = Literal[
"ANSWER",
"DOCUMENT",
"QUESTION_ANSWER",
]
QuerySuggestionsBlockListStatusType#
# QuerySuggestionsBlockListStatusType usage example
from mypy_boto3_kendra.literals import QuerySuggestionsBlockListStatusType
def get_value() -> QuerySuggestionsBlockListStatusType:
return "ACTIVE"
# QuerySuggestionsBlockListStatusType definition
QuerySuggestionsBlockListStatusType = Literal[
"ACTIVE",
"ACTIVE_BUT_UPDATE_FAILED",
"CREATING",
"DELETING",
"FAILED",
"UPDATING",
]
QuerySuggestionsStatusType#
# QuerySuggestionsStatusType usage example
from mypy_boto3_kendra.literals import QuerySuggestionsStatusType
def get_value() -> QuerySuggestionsStatusType:
return "ACTIVE"
# QuerySuggestionsStatusType definition
QuerySuggestionsStatusType = Literal[
"ACTIVE",
"UPDATING",
]
ReadAccessTypeType#
# ReadAccessTypeType usage example
from mypy_boto3_kendra.literals import ReadAccessTypeType
def get_value() -> ReadAccessTypeType:
return "ALLOW"
# ReadAccessTypeType definition
ReadAccessTypeType = Literal[
"ALLOW",
"DENY",
]
RelevanceTypeType#
# RelevanceTypeType usage example
from mypy_boto3_kendra.literals import RelevanceTypeType
def get_value() -> RelevanceTypeType:
return "NOT_RELEVANT"
# RelevanceTypeType definition
RelevanceTypeType = Literal[
"NOT_RELEVANT",
"RELEVANT",
]
SalesforceChatterFeedIncludeFilterTypeType#
# SalesforceChatterFeedIncludeFilterTypeType usage example
from mypy_boto3_kendra.literals import SalesforceChatterFeedIncludeFilterTypeType
def get_value() -> SalesforceChatterFeedIncludeFilterTypeType:
return "ACTIVE_USER"
# SalesforceChatterFeedIncludeFilterTypeType definition
SalesforceChatterFeedIncludeFilterTypeType = Literal[
"ACTIVE_USER",
"STANDARD_USER",
]
SalesforceKnowledgeArticleStateType#
# SalesforceKnowledgeArticleStateType usage example
from mypy_boto3_kendra.literals import SalesforceKnowledgeArticleStateType
def get_value() -> SalesforceKnowledgeArticleStateType:
return "ARCHIVED"
# SalesforceKnowledgeArticleStateType definition
SalesforceKnowledgeArticleStateType = Literal[
"ARCHIVED",
"DRAFT",
"PUBLISHED",
]
SalesforceStandardObjectNameType#
# SalesforceStandardObjectNameType usage example
from mypy_boto3_kendra.literals import SalesforceStandardObjectNameType
def get_value() -> SalesforceStandardObjectNameType:
return "ACCOUNT"
# SalesforceStandardObjectNameType definition
SalesforceStandardObjectNameType = Literal[
"ACCOUNT",
"CAMPAIGN",
"CASE",
"CONTACT",
"CONTRACT",
"DOCUMENT",
"GROUP",
"IDEA",
"LEAD",
"OPPORTUNITY",
"PARTNER",
"PRICEBOOK",
"PRODUCT",
"PROFILE",
"SOLUTION",
"TASK",
"USER",
]
ScoreConfidenceType#
# ScoreConfidenceType usage example
from mypy_boto3_kendra.literals import ScoreConfidenceType
def get_value() -> ScoreConfidenceType:
return "HIGH"
# ScoreConfidenceType definition
ScoreConfidenceType = Literal[
"HIGH",
"LOW",
"MEDIUM",
"NOT_AVAILABLE",
"VERY_HIGH",
]
ServiceNowAuthenticationTypeType#
# ServiceNowAuthenticationTypeType usage example
from mypy_boto3_kendra.literals import ServiceNowAuthenticationTypeType
def get_value() -> ServiceNowAuthenticationTypeType:
return "HTTP_BASIC"
# ServiceNowAuthenticationTypeType definition
ServiceNowAuthenticationTypeType = Literal[
"HTTP_BASIC",
"OAUTH2",
]
ServiceNowBuildVersionTypeType#
# ServiceNowBuildVersionTypeType usage example
from mypy_boto3_kendra.literals import ServiceNowBuildVersionTypeType
def get_value() -> ServiceNowBuildVersionTypeType:
return "LONDON"
# ServiceNowBuildVersionTypeType definition
ServiceNowBuildVersionTypeType = Literal[
"LONDON",
"OTHERS",
]
SharePointOnlineAuthenticationTypeType#
# SharePointOnlineAuthenticationTypeType usage example
from mypy_boto3_kendra.literals import SharePointOnlineAuthenticationTypeType
def get_value() -> SharePointOnlineAuthenticationTypeType:
return "HTTP_BASIC"
# SharePointOnlineAuthenticationTypeType definition
SharePointOnlineAuthenticationTypeType = Literal[
"HTTP_BASIC",
"OAUTH2",
]
SharePointVersionType#
# SharePointVersionType usage example
from mypy_boto3_kendra.literals import SharePointVersionType
def get_value() -> SharePointVersionType:
return "SHAREPOINT_2013"
# SharePointVersionType definition
SharePointVersionType = Literal[
"SHAREPOINT_2013",
"SHAREPOINT_2016",
"SHAREPOINT_2019",
"SHAREPOINT_ONLINE",
]
SlackEntityType#
# SlackEntityType usage example
from mypy_boto3_kendra.literals import SlackEntityType
def get_value() -> SlackEntityType:
return "DIRECT_MESSAGE"
# SlackEntityType definition
SlackEntityType = Literal[
"DIRECT_MESSAGE",
"GROUP_MESSAGE",
"PRIVATE_CHANNEL",
"PUBLIC_CHANNEL",
]
SortOrderType#
# SortOrderType usage example
from mypy_boto3_kendra.literals import SortOrderType
def get_value() -> SortOrderType:
return "ASC"
# SortOrderType definition
SortOrderType = Literal[
"ASC",
"DESC",
]
SuggestionTypeType#
# SuggestionTypeType usage example
from mypy_boto3_kendra.literals import SuggestionTypeType
def get_value() -> SuggestionTypeType:
return "DOCUMENT_ATTRIBUTES"
# SuggestionTypeType definition
SuggestionTypeType = Literal[
"DOCUMENT_ATTRIBUTES",
"QUERY",
]
ThesaurusStatusType#
# ThesaurusStatusType usage example
from mypy_boto3_kendra.literals import ThesaurusStatusType
def get_value() -> ThesaurusStatusType:
return "ACTIVE"
# ThesaurusStatusType definition
ThesaurusStatusType = Literal[
"ACTIVE",
"ACTIVE_BUT_UPDATE_FAILED",
"CREATING",
"DELETING",
"FAILED",
"UPDATING",
]
TypeType#
# TypeType usage example
from mypy_boto3_kendra.literals import TypeType
def get_value() -> TypeType:
return "ON_PREMISE"
# TypeType definition
TypeType = Literal[
"ON_PREMISE",
"SAAS",
]
UserContextPolicyType#
# UserContextPolicyType usage example
from mypy_boto3_kendra.literals import UserContextPolicyType
def get_value() -> UserContextPolicyType:
return "ATTRIBUTE_FILTER"
# UserContextPolicyType definition
UserContextPolicyType = Literal[
"ATTRIBUTE_FILTER",
"USER_TOKEN",
]
UserGroupResolutionModeType#
# UserGroupResolutionModeType usage example
from mypy_boto3_kendra.literals import UserGroupResolutionModeType
def get_value() -> UserGroupResolutionModeType:
return "AWS_SSO"
# UserGroupResolutionModeType definition
UserGroupResolutionModeType = Literal[
"AWS_SSO",
"NONE",
]
WarningCodeType#
# WarningCodeType usage example
from mypy_boto3_kendra.literals import WarningCodeType
def get_value() -> WarningCodeType:
return "QUERY_LANGUAGE_INVALID_SYNTAX"
# WarningCodeType definition
WarningCodeType = Literal[
"QUERY_LANGUAGE_INVALID_SYNTAX",
]
WebCrawlerModeType#
# WebCrawlerModeType usage example
from mypy_boto3_kendra.literals import WebCrawlerModeType
def get_value() -> WebCrawlerModeType:
return "EVERYTHING"
# WebCrawlerModeType definition
WebCrawlerModeType = Literal[
"EVERYTHING",
"HOST_ONLY",
"SUBDOMAINS",
]
KendraServiceName#
# KendraServiceName usage example
from mypy_boto3_kendra.literals import KendraServiceName
def get_value() -> KendraServiceName:
return "kendra"
# KendraServiceName definition
KendraServiceName = Literal[
"kendra",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_kendra.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-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",
"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",
"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",
"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",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"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",
"privatenetworks",
"proton",
"qapps",
"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",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"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-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_kendra.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
RegionName#
# RegionName usage example
from mypy_boto3_kendra.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName definition
RegionName = Literal[
"ap-northeast-1",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-west-1",
"eu-west-2",
"us-east-1",
"us-east-2",
"us-west-2",
]