Skip to content

Literals#

Index > Athena > Literals

Auto-generated documentation for Athena type annotations stubs module mypy-boto3-athena.

AuthenticationTypeType#

# AuthenticationTypeType usage example

from mypy_boto3_athena.literals import AuthenticationTypeType

def get_value() -> AuthenticationTypeType:
    return "DIRECTORY_IDENTITY"
# AuthenticationTypeType definition

AuthenticationTypeType = Literal[
    "DIRECTORY_IDENTITY",
]

CalculationExecutionStateType#

# CalculationExecutionStateType usage example

from mypy_boto3_athena.literals import CalculationExecutionStateType

def get_value() -> CalculationExecutionStateType:
    return "CANCELED"
# CalculationExecutionStateType definition

CalculationExecutionStateType = Literal[
    "CANCELED",
    "CANCELING",
    "COMPLETED",
    "CREATED",
    "CREATING",
    "FAILED",
    "QUEUED",
    "RUNNING",
]

CapacityAllocationStatusType#

# CapacityAllocationStatusType usage example

from mypy_boto3_athena.literals import CapacityAllocationStatusType

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

CapacityAllocationStatusType = Literal[
    "FAILED",
    "PENDING",
    "SUCCEEDED",
]

CapacityReservationStatusType#

# CapacityReservationStatusType usage example

from mypy_boto3_athena.literals import CapacityReservationStatusType

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

CapacityReservationStatusType = Literal[
    "ACTIVE",
    "CANCELLED",
    "CANCELLING",
    "FAILED",
    "PENDING",
    "UPDATE_PENDING",
]

ColumnNullableType#

# ColumnNullableType usage example

from mypy_boto3_athena.literals import ColumnNullableType

def get_value() -> ColumnNullableType:
    return "NOT_NULL"
# ColumnNullableType definition

ColumnNullableType = Literal[
    "NOT_NULL",
    "NULLABLE",
    "UNKNOWN",
]

DataCatalogTypeType#

# DataCatalogTypeType usage example

from mypy_boto3_athena.literals import DataCatalogTypeType

def get_value() -> DataCatalogTypeType:
    return "GLUE"
# DataCatalogTypeType definition

DataCatalogTypeType = Literal[
    "GLUE",
    "HIVE",
    "LAMBDA",
]

EncryptionOptionType#

# EncryptionOptionType usage example

from mypy_boto3_athena.literals import EncryptionOptionType

def get_value() -> EncryptionOptionType:
    return "CSE_KMS"
# EncryptionOptionType definition

EncryptionOptionType = Literal[
    "CSE_KMS",
    "SSE_KMS",
    "SSE_S3",
]

ExecutorStateType#

# ExecutorStateType usage example

from mypy_boto3_athena.literals import ExecutorStateType

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

ExecutorStateType = Literal[
    "CREATED",
    "CREATING",
    "FAILED",
    "REGISTERED",
    "TERMINATED",
    "TERMINATING",
]

ExecutorTypeType#

# ExecutorTypeType usage example

from mypy_boto3_athena.literals import ExecutorTypeType

def get_value() -> ExecutorTypeType:
    return "COORDINATOR"
# ExecutorTypeType definition

ExecutorTypeType = Literal[
    "COORDINATOR",
    "GATEWAY",
    "WORKER",
]

GetQueryResultsPaginatorName#

# GetQueryResultsPaginatorName usage example

from mypy_boto3_athena.literals import GetQueryResultsPaginatorName

def get_value() -> GetQueryResultsPaginatorName:
    return "get_query_results"
# GetQueryResultsPaginatorName definition

GetQueryResultsPaginatorName = Literal[
    "get_query_results",
]

ListDataCatalogsPaginatorName#

# ListDataCatalogsPaginatorName usage example

from mypy_boto3_athena.literals import ListDataCatalogsPaginatorName

def get_value() -> ListDataCatalogsPaginatorName:
    return "list_data_catalogs"
# ListDataCatalogsPaginatorName definition

ListDataCatalogsPaginatorName = Literal[
    "list_data_catalogs",
]

ListDatabasesPaginatorName#

# ListDatabasesPaginatorName usage example

from mypy_boto3_athena.literals import ListDatabasesPaginatorName

def get_value() -> ListDatabasesPaginatorName:
    return "list_databases"
# ListDatabasesPaginatorName definition

ListDatabasesPaginatorName = Literal[
    "list_databases",
]

ListNamedQueriesPaginatorName#

# ListNamedQueriesPaginatorName usage example

from mypy_boto3_athena.literals import ListNamedQueriesPaginatorName

def get_value() -> ListNamedQueriesPaginatorName:
    return "list_named_queries"
# ListNamedQueriesPaginatorName definition

ListNamedQueriesPaginatorName = Literal[
    "list_named_queries",
]

ListQueryExecutionsPaginatorName#

# ListQueryExecutionsPaginatorName usage example

from mypy_boto3_athena.literals import ListQueryExecutionsPaginatorName

def get_value() -> ListQueryExecutionsPaginatorName:
    return "list_query_executions"
# ListQueryExecutionsPaginatorName definition

ListQueryExecutionsPaginatorName = Literal[
    "list_query_executions",
]

ListTableMetadataPaginatorName#

# ListTableMetadataPaginatorName usage example

from mypy_boto3_athena.literals import ListTableMetadataPaginatorName

def get_value() -> ListTableMetadataPaginatorName:
    return "list_table_metadata"
# ListTableMetadataPaginatorName definition

ListTableMetadataPaginatorName = Literal[
    "list_table_metadata",
]

ListTagsForResourcePaginatorName#

# ListTagsForResourcePaginatorName usage example

from mypy_boto3_athena.literals import ListTagsForResourcePaginatorName

def get_value() -> ListTagsForResourcePaginatorName:
    return "list_tags_for_resource"
# ListTagsForResourcePaginatorName definition

ListTagsForResourcePaginatorName = Literal[
    "list_tags_for_resource",
]

NotebookTypeType#

# NotebookTypeType usage example

from mypy_boto3_athena.literals import NotebookTypeType

def get_value() -> NotebookTypeType:
    return "IPYNB"
# NotebookTypeType definition

NotebookTypeType = Literal[
    "IPYNB",
]

QueryExecutionStateType#

# QueryExecutionStateType usage example

from mypy_boto3_athena.literals import QueryExecutionStateType

def get_value() -> QueryExecutionStateType:
    return "CANCELLED"
# QueryExecutionStateType definition

QueryExecutionStateType = Literal[
    "CANCELLED",
    "FAILED",
    "QUEUED",
    "RUNNING",
    "SUCCEEDED",
]

S3AclOptionType#

# S3AclOptionType usage example

from mypy_boto3_athena.literals import S3AclOptionType

def get_value() -> S3AclOptionType:
    return "BUCKET_OWNER_FULL_CONTROL"
# S3AclOptionType definition

S3AclOptionType = Literal[
    "BUCKET_OWNER_FULL_CONTROL",
]

SessionStateType#

# SessionStateType usage example

from mypy_boto3_athena.literals import SessionStateType

def get_value() -> SessionStateType:
    return "BUSY"
# SessionStateType definition

SessionStateType = Literal[
    "BUSY",
    "CREATED",
    "CREATING",
    "DEGRADED",
    "FAILED",
    "IDLE",
    "TERMINATED",
    "TERMINATING",
]

StatementTypeType#

# StatementTypeType usage example

from mypy_boto3_athena.literals import StatementTypeType

def get_value() -> StatementTypeType:
    return "DDL"
# StatementTypeType definition

StatementTypeType = Literal[
    "DDL",
    "DML",
    "UTILITY",
]

WorkGroupStateType#

# WorkGroupStateType usage example

from mypy_boto3_athena.literals import WorkGroupStateType

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

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

AthenaServiceName#

# AthenaServiceName usage example

from mypy_boto3_athena.literals import AthenaServiceName

def get_value() -> AthenaServiceName:
    return "athena"
# AthenaServiceName definition

AthenaServiceName = Literal[
    "athena",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_athena.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_athena.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_athena.literals import PaginatorName

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

PaginatorName = Literal[
    "get_query_results",
    "list_data_catalogs",
    "list_databases",
    "list_named_queries",
    "list_query_executions",
    "list_table_metadata",
    "list_tags_for_resource",
]

RegionName#

# RegionName usage example

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