Skip to content

Literals#

Index > FinSpaceData > Literals

Auto-generated documentation for FinSpaceData type annotations stubs module mypy-boto3-finspace-data.

ApiAccessType#

# ApiAccessType usage example

from mypy_boto3_finspace_data.literals import ApiAccessType

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

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

ApplicationPermissionType#

# ApplicationPermissionType usage example

from mypy_boto3_finspace_data.literals import ApplicationPermissionType

def get_value() -> ApplicationPermissionType:
    return "AccessNotebooks"
# ApplicationPermissionType definition

ApplicationPermissionType = Literal[
    "AccessNotebooks",
    "CreateDataset",
    "GetTemporaryCredentials",
    "ManageAttributeSets",
    "ManageClusters",
    "ManageUsersAndGroups",
    "ViewAuditData",
]

ChangeTypeType#

# ChangeTypeType usage example

from mypy_boto3_finspace_data.literals import ChangeTypeType

def get_value() -> ChangeTypeType:
    return "APPEND"
# ChangeTypeType definition

ChangeTypeType = Literal[
    "APPEND",
    "MODIFY",
    "REPLACE",
]

ColumnDataTypeType#

# ColumnDataTypeType usage example

from mypy_boto3_finspace_data.literals import ColumnDataTypeType

def get_value() -> ColumnDataTypeType:
    return "BIGINT"
# ColumnDataTypeType definition

ColumnDataTypeType = Literal[
    "BIGINT",
    "BINARY",
    "BOOLEAN",
    "CHAR",
    "DATE",
    "DATETIME",
    "DOUBLE",
    "FLOAT",
    "INTEGER",
    "SMALLINT",
    "STRING",
    "TINYINT",
]

DataViewStatusType#

# DataViewStatusType usage example

from mypy_boto3_finspace_data.literals import DataViewStatusType

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

DataViewStatusType = Literal[
    "CANCELLED",
    "FAILED",
    "FAILED_CLEANUP_FAILED",
    "PENDING",
    "RUNNING",
    "STARTING",
    "SUCCESS",
    "TIMEOUT",
]

DatasetKindType#

# DatasetKindType usage example

from mypy_boto3_finspace_data.literals import DatasetKindType

def get_value() -> DatasetKindType:
    return "NON_TABULAR"
# DatasetKindType definition

DatasetKindType = Literal[
    "NON_TABULAR",
    "TABULAR",
]

DatasetStatusType#

# DatasetStatusType usage example

from mypy_boto3_finspace_data.literals import DatasetStatusType

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

DatasetStatusType = Literal[
    "FAILED",
    "PENDING",
    "RUNNING",
    "SUCCESS",
]

ErrorCategoryType#

# ErrorCategoryType usage example

from mypy_boto3_finspace_data.literals import ErrorCategoryType

def get_value() -> ErrorCategoryType:
    return "ACCESS_DENIED"
# ErrorCategoryType definition

ErrorCategoryType = Literal[
    "ACCESS_DENIED",
    "CANCELLED",
    "INTERNAL_SERVICE_EXCEPTION",
    "RESOURCE_NOT_FOUND",
    "SERVICE_QUOTA_EXCEEDED",
    "THROTTLING",
    "USER_RECOVERABLE",
    "VALIDATION",
]

ExportFileFormatType#

# ExportFileFormatType usage example

from mypy_boto3_finspace_data.literals import ExportFileFormatType

def get_value() -> ExportFileFormatType:
    return "DELIMITED_TEXT"
# ExportFileFormatType definition

ExportFileFormatType = Literal[
    "DELIMITED_TEXT",
    "PARQUET",
]

IngestionStatusType#

# IngestionStatusType usage example

from mypy_boto3_finspace_data.literals import IngestionStatusType

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

IngestionStatusType = Literal[
    "FAILED",
    "PENDING",
    "RUNNING",
    "STOP_REQUESTED",
    "SUCCESS",
]

ListChangesetsPaginatorName#

# ListChangesetsPaginatorName usage example

from mypy_boto3_finspace_data.literals import ListChangesetsPaginatorName

def get_value() -> ListChangesetsPaginatorName:
    return "list_changesets"
# ListChangesetsPaginatorName definition

ListChangesetsPaginatorName = Literal[
    "list_changesets",
]

ListDataViewsPaginatorName#

# ListDataViewsPaginatorName usage example

from mypy_boto3_finspace_data.literals import ListDataViewsPaginatorName

def get_value() -> ListDataViewsPaginatorName:
    return "list_data_views"
# ListDataViewsPaginatorName definition

ListDataViewsPaginatorName = Literal[
    "list_data_views",
]

ListDatasetsPaginatorName#

# ListDatasetsPaginatorName usage example

from mypy_boto3_finspace_data.literals import ListDatasetsPaginatorName

def get_value() -> ListDatasetsPaginatorName:
    return "list_datasets"
# ListDatasetsPaginatorName definition

ListDatasetsPaginatorName = Literal[
    "list_datasets",
]

ListPermissionGroupsPaginatorName#

# ListPermissionGroupsPaginatorName usage example

from mypy_boto3_finspace_data.literals import ListPermissionGroupsPaginatorName

def get_value() -> ListPermissionGroupsPaginatorName:
    return "list_permission_groups"
# ListPermissionGroupsPaginatorName definition

ListPermissionGroupsPaginatorName = Literal[
    "list_permission_groups",
]

ListUsersPaginatorName#

# ListUsersPaginatorName usage example

from mypy_boto3_finspace_data.literals import ListUsersPaginatorName

def get_value() -> ListUsersPaginatorName:
    return "list_users"
# ListUsersPaginatorName definition

ListUsersPaginatorName = Literal[
    "list_users",
]

PermissionGroupMembershipStatusType#

# PermissionGroupMembershipStatusType usage example

from mypy_boto3_finspace_data.literals import PermissionGroupMembershipStatusType

def get_value() -> PermissionGroupMembershipStatusType:
    return "ADDITION_IN_PROGRESS"
# PermissionGroupMembershipStatusType definition

PermissionGroupMembershipStatusType = Literal[
    "ADDITION_IN_PROGRESS",
    "ADDITION_SUCCESS",
    "REMOVAL_IN_PROGRESS",
]

UserStatusType#

# UserStatusType usage example

from mypy_boto3_finspace_data.literals import UserStatusType

def get_value() -> UserStatusType:
    return "CREATING"
# UserStatusType definition

UserStatusType = Literal[
    "CREATING",
    "DISABLED",
    "ENABLED",
]

UserTypeType#

# UserTypeType usage example

from mypy_boto3_finspace_data.literals import UserTypeType

def get_value() -> UserTypeType:
    return "APP_USER"
# UserTypeType definition

UserTypeType = Literal[
    "APP_USER",
    "SUPER_USER",
]

locationTypeType#

# locationTypeType usage example

from mypy_boto3_finspace_data.literals import locationTypeType

def get_value() -> locationTypeType:
    return "INGESTION"
# locationTypeType definition

locationTypeType = Literal[
    "INGESTION",
    "SAGEMAKER",
]

FinSpaceDataServiceName#

# FinSpaceDataServiceName usage example

from mypy_boto3_finspace_data.literals import FinSpaceDataServiceName

def get_value() -> FinSpaceDataServiceName:
    return "finspace-data"
# FinSpaceDataServiceName definition

FinSpaceDataServiceName = Literal[
    "finspace-data",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_finspace_data.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_finspace_data.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_finspace_data.literals import PaginatorName

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

PaginatorName = Literal[
    "list_changesets",
    "list_data_views",
    "list_datasets",
    "list_permission_groups",
    "list_users",
]

RegionName#

# RegionName usage example

from mypy_boto3_finspace_data.literals import RegionName

def get_value() -> RegionName:
    return "ca-central-1"
# RegionName definition

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