Skip to content

Literals#

Index > CloudSearchDomain > Literals

Auto-generated documentation for CloudSearchDomain type annotations stubs module mypy-boto3-cloudsearchdomain.

ContentTypeType#

# ContentTypeType usage example

from mypy_boto3_cloudsearchdomain.literals import ContentTypeType

def get_value() -> ContentTypeType:
    return "application/json"
# ContentTypeType definition

ContentTypeType = Literal[
    "application/json",
    "application/xml",
]

QueryParserType#

# QueryParserType usage example

from mypy_boto3_cloudsearchdomain.literals import QueryParserType

def get_value() -> QueryParserType:
    return "dismax"
# QueryParserType definition

QueryParserType = Literal[
    "dismax",
    "lucene",
    "simple",
    "structured",
]

CloudSearchDomainServiceName#

# CloudSearchDomainServiceName usage example

from mypy_boto3_cloudsearchdomain.literals import CloudSearchDomainServiceName

def get_value() -> CloudSearchDomainServiceName:
    return "cloudsearchdomain"
# CloudSearchDomainServiceName definition

CloudSearchDomainServiceName = Literal[
    "cloudsearchdomain",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_cloudsearchdomain.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",