Skip to content

Literals

Index > QuickSight > Literals

Auto-generated documentation for QuickSight type annotations stubs module mypy-boto3-quicksight.

AnalysisErrorTypeType

Usage Example
from mypy_boto3_quicksight.literals import AnalysisErrorTypeType

def get_value() -> AnalysisErrorTypeType:
    return "ACCESS_DENIED"
Definition
AnalysisErrorTypeType = Literal[
    "ACCESS_DENIED",
    "COLUMN_GEOGRAPHIC_ROLE_MISMATCH",
    "COLUMN_REPLACEMENT_MISSING",
    "COLUMN_TYPE_MISMATCH",
    "DATA_SET_NOT_FOUND",
    "INTERNAL_FAILURE",
    "PARAMETER_NOT_FOUND",
    "PARAMETER_TYPE_INVALID",
    "PARAMETER_VALUE_INCOMPATIBLE",
    "SOURCE_NOT_FOUND",
]

AnalysisFilterAttributeType

Usage Example
from mypy_boto3_quicksight.literals import AnalysisFilterAttributeType

def get_value() -> AnalysisFilterAttributeType:
    return "ANALYSIS_NAME"
Definition
AnalysisFilterAttributeType = Literal[
    "ANALYSIS_NAME",
    "DIRECT_QUICKSIGHT_OWNER",
    "DIRECT_QUICKSIGHT_SOLE_OWNER",
    "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
    "QUICKSIGHT_OWNER",
    "QUICKSIGHT_USER",
    "QUICKSIGHT_VIEWER_OR_OWNER",
]

AnchorOptionType

Usage Example
from mypy_boto3_quicksight.literals import AnchorOptionType

def get_value() -> AnchorOptionType:
    return "NOW"
Definition
AnchorOptionType = Literal[
    "NOW",
]

ArcThicknessOptionsType

Usage Example
from mypy_boto3_quicksight.literals import ArcThicknessOptionsType

def get_value() -> ArcThicknessOptionsType:
    return "LARGE"
Definition
ArcThicknessOptionsType = Literal[
    "LARGE",
    "MEDIUM",
    "SMALL",
]

ArcThicknessType

Usage Example
from mypy_boto3_quicksight.literals import ArcThicknessType

def get_value() -> ArcThicknessType:
    return "LARGE"
Definition
ArcThicknessType = Literal[
    "LARGE",
    "MEDIUM",
    "SMALL",
    "WHOLE",
]

AssignmentStatusType

Usage Example
from mypy_boto3_quicksight.literals import AssignmentStatusType

def get_value() -> AssignmentStatusType:
    return "DISABLED"
Definition
AssignmentStatusType = Literal[
    "DISABLED",
    "DRAFT",
    "ENABLED",
]

AuthenticationMethodOptionType

Usage Example
from mypy_boto3_quicksight.literals import AuthenticationMethodOptionType

def get_value() -> AuthenticationMethodOptionType:
    return "ACTIVE_DIRECTORY"
Definition
AuthenticationMethodOptionType = Literal[
    "ACTIVE_DIRECTORY",
    "IAM_AND_QUICKSIGHT",
    "IAM_ONLY",
]

AxisBindingType

Usage Example
from mypy_boto3_quicksight.literals import AxisBindingType

def get_value() -> AxisBindingType:
    return "PRIMARY_YAXIS"
Definition
AxisBindingType = Literal[
    "PRIMARY_YAXIS",
    "SECONDARY_YAXIS",
]

BarChartOrientationType

Usage Example
from mypy_boto3_quicksight.literals import BarChartOrientationType

def get_value() -> BarChartOrientationType:
    return "HORIZONTAL"
Definition
BarChartOrientationType = Literal[
    "HORIZONTAL",
    "VERTICAL",
]

BarsArrangementType

Usage Example
from mypy_boto3_quicksight.literals import BarsArrangementType

def get_value() -> BarsArrangementType:
    return "CLUSTERED"
Definition
BarsArrangementType = Literal[
    "CLUSTERED",
    "STACKED",
    "STACKED_PERCENT",
]

BaseMapStyleTypeType

Usage Example
from mypy_boto3_quicksight.literals import BaseMapStyleTypeType

def get_value() -> BaseMapStyleTypeType:
    return "DARK_GRAY"
Definition
BaseMapStyleTypeType = Literal[
    "DARK_GRAY",
    "IMAGERY",
    "LIGHT_GRAY",
    "STREET",
]

BoxPlotFillStyleType

Usage Example
from mypy_boto3_quicksight.literals import BoxPlotFillStyleType

def get_value() -> BoxPlotFillStyleType:
    return "SOLID"
Definition
BoxPlotFillStyleType = Literal[
    "SOLID",
    "TRANSPARENT",
]

CategoricalAggregationFunctionType

Usage Example
from mypy_boto3_quicksight.literals import CategoricalAggregationFunctionType

def get_value() -> CategoricalAggregationFunctionType:
    return "COUNT"
Definition
CategoricalAggregationFunctionType = Literal[
    "COUNT",
    "DISTINCT_COUNT",
]

CategoryFilterMatchOperatorType

Usage Example
from mypy_boto3_quicksight.literals import CategoryFilterMatchOperatorType

def get_value() -> CategoryFilterMatchOperatorType:
    return "CONTAINS"
Definition
CategoryFilterMatchOperatorType = Literal[
    "CONTAINS",
    "DOES_NOT_CONTAIN",
    "DOES_NOT_EQUAL",
    "ENDS_WITH",
    "EQUALS",
    "STARTS_WITH",
]

CategoryFilterSelectAllOptionsType

Usage Example
from mypy_boto3_quicksight.literals import CategoryFilterSelectAllOptionsType

def get_value() -> CategoryFilterSelectAllOptionsType:
    return "FILTER_ALL_VALUES"
Definition
CategoryFilterSelectAllOptionsType = Literal[
    "FILTER_ALL_VALUES",
]

ColorFillTypeType

Usage Example
from mypy_boto3_quicksight.literals import ColorFillTypeType

def get_value() -> ColorFillTypeType:
    return "DISCRETE"
Definition
ColorFillTypeType = Literal[
    "DISCRETE",
    "GRADIENT",
]

ColumnDataTypeType

Usage Example
from mypy_boto3_quicksight.literals import ColumnDataTypeType

def get_value() -> ColumnDataTypeType:
    return "DATETIME"
Definition
ColumnDataTypeType = Literal[
    "DATETIME",
    "DECIMAL",
    "INTEGER",
    "STRING",
]

ColumnRoleType

Usage Example
from mypy_boto3_quicksight.literals import ColumnRoleType

def get_value() -> ColumnRoleType:
    return "DIMENSION"
Definition
ColumnRoleType = Literal[
    "DIMENSION",
    "MEASURE",
]

ColumnTagNameType

Usage Example
from mypy_boto3_quicksight.literals import ColumnTagNameType

def get_value() -> ColumnTagNameType:
    return "COLUMN_DESCRIPTION"
Definition
ColumnTagNameType = Literal[
    "COLUMN_DESCRIPTION",
    "COLUMN_GEOGRAPHIC_ROLE",
]

ComparisonMethodType

Usage Example
from mypy_boto3_quicksight.literals import ComparisonMethodType

def get_value() -> ComparisonMethodType:
    return "DIFFERENCE"
Definition
ComparisonMethodType = Literal[
    "DIFFERENCE",
    "PERCENT",
    "PERCENT_DIFFERENCE",
]

ConditionalFormattingIconDisplayOptionType

Usage Example
from mypy_boto3_quicksight.literals import ConditionalFormattingIconDisplayOptionType

def get_value() -> ConditionalFormattingIconDisplayOptionType:
    return "ICON_ONLY"
Definition
ConditionalFormattingIconDisplayOptionType = Literal[
    "ICON_ONLY",
]

ConditionalFormattingIconSetTypeType

Usage Example
from mypy_boto3_quicksight.literals import ConditionalFormattingIconSetTypeType

def get_value() -> ConditionalFormattingIconSetTypeType:
    return "BARS"
Definition
ConditionalFormattingIconSetTypeType = Literal[
    "BARS",
    "CARET_UP_MINUS_DOWN",
    "CHECK_X",
    "FLAGS",
    "FOUR_COLOR_ARROW",
    "FOUR_GRAY_ARROW",
    "PLUS_MINUS",
    "THREE_CIRCLE",
    "THREE_COLOR_ARROW",
    "THREE_GRAY_ARROW",
    "THREE_SHAPE",
]

CrossDatasetTypesType

Usage Example
from mypy_boto3_quicksight.literals import CrossDatasetTypesType

def get_value() -> CrossDatasetTypesType:
    return "ALL_DATASETS"
Definition
CrossDatasetTypesType = Literal[
    "ALL_DATASETS",
    "SINGLE_DATASET",
]

CustomContentImageScalingConfigurationType

Usage Example
from mypy_boto3_quicksight.literals import CustomContentImageScalingConfigurationType

def get_value() -> CustomContentImageScalingConfigurationType:
    return "DO_NOT_SCALE"
Definition
CustomContentImageScalingConfigurationType = Literal[
    "DO_NOT_SCALE",
    "FIT_TO_HEIGHT",
    "FIT_TO_WIDTH",
    "SCALE_TO_VISUAL",
]

CustomContentTypeType

Usage Example
from mypy_boto3_quicksight.literals import CustomContentTypeType

def get_value() -> CustomContentTypeType:
    return "IMAGE"
Definition
CustomContentTypeType = Literal[
    "IMAGE",
    "OTHER_EMBEDDED_CONTENT",
]

DashboardBehaviorType

Usage Example
from mypy_boto3_quicksight.literals import DashboardBehaviorType

def get_value() -> DashboardBehaviorType:
    return "DISABLED"
Definition
DashboardBehaviorType = Literal[
    "DISABLED",
    "ENABLED",
]

DashboardErrorTypeType

Usage Example
from mypy_boto3_quicksight.literals import DashboardErrorTypeType

def get_value() -> DashboardErrorTypeType:
    return "ACCESS_DENIED"
Definition
DashboardErrorTypeType = Literal[
    "ACCESS_DENIED",
    "COLUMN_GEOGRAPHIC_ROLE_MISMATCH",
    "COLUMN_REPLACEMENT_MISSING",
    "COLUMN_TYPE_MISMATCH",
    "DATA_SET_NOT_FOUND",
    "INTERNAL_FAILURE",
    "PARAMETER_NOT_FOUND",
    "PARAMETER_TYPE_INVALID",
    "PARAMETER_VALUE_INCOMPATIBLE",
    "SOURCE_NOT_FOUND",
]

DashboardFilterAttributeType

Usage Example
from mypy_boto3_quicksight.literals import DashboardFilterAttributeType

def get_value() -> DashboardFilterAttributeType:
    return "DASHBOARD_NAME"
Definition
DashboardFilterAttributeType = Literal[
    "DASHBOARD_NAME",
    "DIRECT_QUICKSIGHT_OWNER",
    "DIRECT_QUICKSIGHT_SOLE_OWNER",
    "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
    "QUICKSIGHT_OWNER",
    "QUICKSIGHT_USER",
    "QUICKSIGHT_VIEWER_OR_OWNER",
]

DashboardUIStateType

Usage Example
from mypy_boto3_quicksight.literals import DashboardUIStateType

def get_value() -> DashboardUIStateType:
    return "COLLAPSED"
Definition
DashboardUIStateType = Literal[
    "COLLAPSED",
    "EXPANDED",
]

DataLabelContentType

Usage Example
from mypy_boto3_quicksight.literals import DataLabelContentType

def get_value() -> DataLabelContentType:
    return "PERCENT"
Definition
DataLabelContentType = Literal[
    "PERCENT",
    "VALUE",
    "VALUE_AND_PERCENT",
]

DataLabelOverlapType

Usage Example
from mypy_boto3_quicksight.literals import DataLabelOverlapType

def get_value() -> DataLabelOverlapType:
    return "DISABLE_OVERLAP"
Definition
DataLabelOverlapType = Literal[
    "DISABLE_OVERLAP",
    "ENABLE_OVERLAP",
]

DataLabelPositionType

Usage Example
from mypy_boto3_quicksight.literals import DataLabelPositionType

def get_value() -> DataLabelPositionType:
    return "BOTTOM"
Definition
DataLabelPositionType = Literal[
    "BOTTOM",
    "INSIDE",
    "LEFT",
    "OUTSIDE",
    "RIGHT",
    "TOP",
]

DataSetFilterAttributeType

Usage Example
from mypy_boto3_quicksight.literals import DataSetFilterAttributeType

def get_value() -> DataSetFilterAttributeType:
    return "DATASET_NAME"
Definition
DataSetFilterAttributeType = Literal[
    "DATASET_NAME",
    "DIRECT_QUICKSIGHT_OWNER",
    "DIRECT_QUICKSIGHT_SOLE_OWNER",
    "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
    "QUICKSIGHT_OWNER",
    "QUICKSIGHT_VIEWER_OR_OWNER",
]

DataSetImportModeType

Usage Example
from mypy_boto3_quicksight.literals import DataSetImportModeType

def get_value() -> DataSetImportModeType:
    return "DIRECT_QUERY"
Definition
DataSetImportModeType = Literal[
    "DIRECT_QUERY",
    "SPICE",
]

DataSourceErrorInfoTypeType

Usage Example
from mypy_boto3_quicksight.literals import DataSourceErrorInfoTypeType

def get_value() -> DataSourceErrorInfoTypeType:
    return "ACCESS_DENIED"
Definition
DataSourceErrorInfoTypeType = Literal[
    "ACCESS_DENIED",
    "CONFLICT",
    "COPY_SOURCE_NOT_FOUND",
    "ENGINE_VERSION_NOT_SUPPORTED",
    "GENERIC_SQL_FAILURE",
    "TIMEOUT",
    "UNKNOWN",
    "UNKNOWN_HOST",
]

DataSourceFilterAttributeType

Usage Example
from mypy_boto3_quicksight.literals import DataSourceFilterAttributeType

def get_value() -> DataSourceFilterAttributeType:
    return "DATASOURCE_NAME"
Definition
DataSourceFilterAttributeType = Literal[
    "DATASOURCE_NAME",
    "DIRECT_QUICKSIGHT_OWNER",
    "DIRECT_QUICKSIGHT_SOLE_OWNER",
    "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
]

DataSourceTypeType

Usage Example
from mypy_boto3_quicksight.literals import DataSourceTypeType

def get_value() -> DataSourceTypeType:
    return "ADOBE_ANALYTICS"
Definition
DataSourceTypeType = Literal[
    "ADOBE_ANALYTICS",
    "AMAZON_ELASTICSEARCH",
    "AMAZON_OPENSEARCH",
    "ATHENA",
    "AURORA",
    "AURORA_POSTGRESQL",
    "AWS_IOT_ANALYTICS",
    "DATABRICKS",
    "EXASOL",
    "GITHUB",
    "JIRA",
    "MARIADB",
    "MYSQL",
    "ORACLE",
    "POSTGRESQL",
    "PRESTO",
    "REDSHIFT",
    "S3",
    "SALESFORCE",
    "SERVICENOW",
    "SNOWFLAKE",
    "SPARK",
    "SQLSERVER",
    "TERADATA",
    "TIMESTREAM",
    "TWITTER",
]

DateAggregationFunctionType

Usage Example
from mypy_boto3_quicksight.literals import DateAggregationFunctionType

def get_value() -> DateAggregationFunctionType:
    return "COUNT"
Definition
DateAggregationFunctionType = Literal[
    "COUNT",
    "DISTINCT_COUNT",
    "MAX",
    "MIN",
]

EditionType

Usage Example
from mypy_boto3_quicksight.literals import EditionType

def get_value() -> EditionType:
    return "ENTERPRISE"
Definition
EditionType = Literal[
    "ENTERPRISE",
    "ENTERPRISE_AND_Q",
    "STANDARD",
]

EmbeddingIdentityTypeType

Usage Example
from mypy_boto3_quicksight.literals import EmbeddingIdentityTypeType

def get_value() -> EmbeddingIdentityTypeType:
    return "ANONYMOUS"
Definition
EmbeddingIdentityTypeType = Literal[
    "ANONYMOUS",
    "IAM",
    "QUICKSIGHT",
]

FileFormatType

Usage Example
from mypy_boto3_quicksight.literals import FileFormatType

def get_value() -> FileFormatType:
    return "CLF"
Definition
FileFormatType = Literal[
    "CLF",
    "CSV",
    "ELF",
    "JSON",
    "TSV",
    "XLSX",
]

FilterNullOptionType

Usage Example
from mypy_boto3_quicksight.literals import FilterNullOptionType

def get_value() -> FilterNullOptionType:
    return "ALL_VALUES"
Definition
FilterNullOptionType = Literal[
    "ALL_VALUES",
    "NON_NULLS_ONLY",
    "NULLS_ONLY",
]

FilterOperatorType

Usage Example
from mypy_boto3_quicksight.literals import FilterOperatorType

def get_value() -> FilterOperatorType:
    return "StringEquals"
Definition
FilterOperatorType = Literal[
    "StringEquals",
    "StringLike",
]

FilterVisualScopeType

Usage Example
from mypy_boto3_quicksight.literals import FilterVisualScopeType

def get_value() -> FilterVisualScopeType:
    return "ALL_VISUALS"
Definition
FilterVisualScopeType = Literal[
    "ALL_VISUALS",
    "SELECTED_VISUALS",
]

FolderFilterAttributeType

Usage Example
from mypy_boto3_quicksight.literals import FolderFilterAttributeType

def get_value() -> FolderFilterAttributeType:
    return "DIRECT_QUICKSIGHT_OWNER"
Definition
FolderFilterAttributeType = Literal[
    "DIRECT_QUICKSIGHT_OWNER",
    "DIRECT_QUICKSIGHT_SOLE_OWNER",
    "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
    "FOLDER_NAME",
    "PARENT_FOLDER_ARN",
    "QUICKSIGHT_OWNER",
    "QUICKSIGHT_VIEWER_OR_OWNER",
]

FolderTypeType

Usage Example
from mypy_boto3_quicksight.literals import FolderTypeType

def get_value() -> FolderTypeType:
    return "SHARED"
Definition
FolderTypeType = Literal[
    "SHARED",
]

FontDecorationType

Usage Example
from mypy_boto3_quicksight.literals import FontDecorationType

def get_value() -> FontDecorationType:
    return "NONE"
Definition
FontDecorationType = Literal[
    "NONE",
    "UNDERLINE",
]

FontStyleType

Usage Example
from mypy_boto3_quicksight.literals import FontStyleType

def get_value() -> FontStyleType:
    return "ITALIC"
Definition
FontStyleType = Literal[
    "ITALIC",
    "NORMAL",
]

FontWeightNameType

Usage Example
from mypy_boto3_quicksight.literals import FontWeightNameType

def get_value() -> FontWeightNameType:
    return "BOLD"
Definition
FontWeightNameType = Literal[
    "BOLD",
    "NORMAL",
]

ForecastComputationSeasonalityType

Usage Example
from mypy_boto3_quicksight.literals import ForecastComputationSeasonalityType

def get_value() -> ForecastComputationSeasonalityType:
    return "AUTOMATIC"
Definition
ForecastComputationSeasonalityType = Literal[
    "AUTOMATIC",
    "CUSTOM",
]

FunnelChartMeasureDataLabelStyleType

Usage Example
from mypy_boto3_quicksight.literals import FunnelChartMeasureDataLabelStyleType

def get_value() -> FunnelChartMeasureDataLabelStyleType:
    return "PERCENTAGE_BY_FIRST_STAGE"
Definition
FunnelChartMeasureDataLabelStyleType = Literal[
    "PERCENTAGE_BY_FIRST_STAGE",
    "PERCENTAGE_BY_PREVIOUS_STAGE",
    "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE",
    "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
    "VALUE_ONLY",
]

GeoSpatialCountryCodeType

Usage Example
from mypy_boto3_quicksight.literals import GeoSpatialCountryCodeType

def get_value() -> GeoSpatialCountryCodeType:
    return "US"
Definition
GeoSpatialCountryCodeType = Literal[
    "US",
]

GeoSpatialDataRoleType

Usage Example
from mypy_boto3_quicksight.literals import GeoSpatialDataRoleType

def get_value() -> GeoSpatialDataRoleType:
    return "CITY"
Definition
GeoSpatialDataRoleType = Literal[
    "CITY",
    "COUNTRY",
    "COUNTY",
    "LATITUDE",
    "LONGITUDE",
    "POSTCODE",
    "STATE",
]

GeospatialSelectedPointStyleType

Usage Example
from mypy_boto3_quicksight.literals import GeospatialSelectedPointStyleType

def get_value() -> GeospatialSelectedPointStyleType:
    return "CLUSTER"
Definition
GeospatialSelectedPointStyleType = Literal[
    "CLUSTER",
    "POINT",
]

GroupFilterAttributeType

Usage Example
from mypy_boto3_quicksight.literals import GroupFilterAttributeType

def get_value() -> GroupFilterAttributeType:
    return "GROUP_NAME"
Definition
GroupFilterAttributeType = Literal[
    "GROUP_NAME",
]

GroupFilterOperatorType

Usage Example
from mypy_boto3_quicksight.literals import GroupFilterOperatorType

def get_value() -> GroupFilterOperatorType:
    return "StartsWith"
Definition
GroupFilterOperatorType = Literal[
    "StartsWith",
]

HistogramBinTypeType

Usage Example
from mypy_boto3_quicksight.literals import HistogramBinTypeType

def get_value() -> HistogramBinTypeType:
    return "BIN_COUNT"
Definition
HistogramBinTypeType = Literal[
    "BIN_COUNT",
    "BIN_WIDTH",
]

HorizontalTextAlignmentType

Usage Example
from mypy_boto3_quicksight.literals import HorizontalTextAlignmentType

def get_value() -> HorizontalTextAlignmentType:
    return "AUTO"
Definition
HorizontalTextAlignmentType = Literal[
    "AUTO",
    "CENTER",
    "LEFT",
    "RIGHT",
]

IconType

Usage Example
from mypy_boto3_quicksight.literals import IconType

def get_value() -> IconType:
    return "ARROW_DOWN"
Definition
IconType = Literal[
    "ARROW_DOWN",
    "ARROW_DOWN_LEFT",
    "ARROW_DOWN_RIGHT",
    "ARROW_LEFT",
    "ARROW_RIGHT",
    "ARROW_UP",
    "ARROW_UP_LEFT",
    "ARROW_UP_RIGHT",
    "CARET_DOWN",
    "CARET_UP",
    "CHECKMARK",
    "CIRCLE",
    "FACE_DOWN",
    "FACE_FLAT",
    "FACE_UP",
    "FLAG",
    "MINUS",
    "ONE_BAR",
    "PLUS",
    "SQUARE",
    "THREE_BAR",
    "THUMBS_DOWN",
    "THUMBS_UP",
    "TRIANGLE",
    "TWO_BAR",
    "X",
]

IdentityStoreType

Usage Example
from mypy_boto3_quicksight.literals import IdentityStoreType

def get_value() -> IdentityStoreType:
    return "QUICKSIGHT"
Definition
IdentityStoreType = Literal[
    "QUICKSIGHT",
]

IdentityTypeType

Usage Example
from mypy_boto3_quicksight.literals import IdentityTypeType

def get_value() -> IdentityTypeType:
    return "IAM"
Definition
IdentityTypeType = Literal[
    "IAM",
    "QUICKSIGHT",
]

IngestionErrorTypeType

Usage Example
from mypy_boto3_quicksight.literals import IngestionErrorTypeType

def get_value() -> IngestionErrorTypeType:
    return "ACCOUNT_CAPACITY_LIMIT_EXCEEDED"
Definition
IngestionErrorTypeType = Literal[
    "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
    "CONNECTION_FAILURE",
    "CURSOR_NOT_ENABLED",
    "CUSTOMER_ERROR",
    "DATA_SET_DELETED",
    "DATA_SET_NOT_SPICE",
    "DATA_SET_SIZE_LIMIT_EXCEEDED",
    "DATA_SOURCE_AUTH_FAILED",
    "DATA_SOURCE_CONNECTION_FAILED",
    "DATA_SOURCE_NOT_FOUND",
    "DATA_TOLERANCE_EXCEPTION",
    "ELASTICSEARCH_CURSOR_NOT_ENABLED",
    "FAILURE_TO_ASSUME_ROLE",
    "FAILURE_TO_PROCESS_JSON_FILE",
    "IAM_ROLE_NOT_AVAILABLE",
    "INGESTION_CANCELED",
    "INGESTION_SUPERSEDED",
    "INTERNAL_SERVICE_ERROR",
    "INVALID_DATA_SOURCE_CONFIG",
    "INVALID_DATAPREP_SYNTAX",
    "INVALID_DATE_FORMAT",
    "IOT_DATA_SET_FILE_EMPTY",
    "IOT_FILE_NOT_FOUND",
    "OAUTH_TOKEN_FAILURE",
    "PASSWORD_AUTHENTICATION_FAILURE",
    "PERMISSION_DENIED",
    "PERMISSION_NOT_FOUND",
    "QUERY_TIMEOUT",
    "REFRESH_SUPPRESSED_BY_EDIT",
    "ROW_SIZE_LIMIT_EXCEEDED",
    "S3_FILE_INACCESSIBLE",
    "S3_MANIFEST_ERROR",
    "S3_UPLOADED_FILE_DELETED",
    "SOURCE_API_LIMIT_EXCEEDED_FAILURE",
    "SOURCE_RESOURCE_LIMIT_EXCEEDED",
    "SPICE_TABLE_NOT_FOUND",
    "SQL_EXCEPTION",
    "SQL_INVALID_PARAMETER_VALUE",
    "SQL_NUMERIC_OVERFLOW",
    "SQL_SCHEMA_MISMATCH_ERROR",
    "SQL_TABLE_NOT_FOUND",
    "SSL_CERTIFICATE_VALIDATION_FAILURE",
    "UNRESOLVABLE_HOST",
    "UNROUTABLE_HOST",
]

IngestionRequestSourceType

Usage Example
from mypy_boto3_quicksight.literals import IngestionRequestSourceType

def get_value() -> IngestionRequestSourceType:
    return "MANUAL"
Definition
IngestionRequestSourceType = Literal[
    "MANUAL",
    "SCHEDULED",
]

IngestionRequestTypeType

Usage Example
from mypy_boto3_quicksight.literals import IngestionRequestTypeType

def get_value() -> IngestionRequestTypeType:
    return "EDIT"
Definition
IngestionRequestTypeType = Literal[
    "EDIT",
    "FULL_REFRESH",
    "INCREMENTAL_REFRESH",
    "INITIAL_INGESTION",
]

IngestionStatusType

Usage Example
from mypy_boto3_quicksight.literals import IngestionStatusType

def get_value() -> IngestionStatusType:
    return "CANCELLED"
Definition
IngestionStatusType = Literal[
    "CANCELLED",
    "COMPLETED",
    "FAILED",
    "INITIALIZED",
    "QUEUED",
    "RUNNING",
]

IngestionTypeType

Usage Example
from mypy_boto3_quicksight.literals import IngestionTypeType

def get_value() -> IngestionTypeType:
    return "FULL_REFRESH"
Definition
IngestionTypeType = Literal[
    "FULL_REFRESH",
    "INCREMENTAL_REFRESH",
]

InputColumnDataTypeType

Usage Example
from mypy_boto3_quicksight.literals import InputColumnDataTypeType

def get_value() -> InputColumnDataTypeType:
    return "BIT"
Definition
InputColumnDataTypeType = Literal[
    "BIT",
    "BOOLEAN",
    "DATETIME",
    "DECIMAL",
    "INTEGER",
    "JSON",
    "STRING",
]

JoinTypeType

Usage Example
from mypy_boto3_quicksight.literals import JoinTypeType

def get_value() -> JoinTypeType:
    return "INNER"
Definition
JoinTypeType = Literal[
    "INNER",
    "LEFT",
    "OUTER",
    "RIGHT",
]

LayoutElementTypeType

Usage Example
from mypy_boto3_quicksight.literals import LayoutElementTypeType

def get_value() -> LayoutElementTypeType:
    return "FILTER_CONTROL"
Definition
LayoutElementTypeType = Literal[
    "FILTER_CONTROL",
    "PARAMETER_CONTROL",
    "TEXT_BOX",
    "VISUAL",
]

LegendPositionType

Usage Example
from mypy_boto3_quicksight.literals import LegendPositionType

def get_value() -> LegendPositionType:
    return "AUTO"
Definition
LegendPositionType = Literal[
    "AUTO",
    "BOTTOM",
    "RIGHT",
    "TOP",
]

LineChartLineStyleType

Usage Example
from mypy_boto3_quicksight.literals import LineChartLineStyleType

def get_value() -> LineChartLineStyleType:
    return "DASHED"
Definition
LineChartLineStyleType = Literal[
    "DASHED",
    "DOTTED",
    "SOLID",
]

LineChartMarkerShapeType

Usage Example
from mypy_boto3_quicksight.literals import LineChartMarkerShapeType

def get_value() -> LineChartMarkerShapeType:
    return "CIRCLE"
Definition
LineChartMarkerShapeType = Literal[
    "CIRCLE",
    "DIAMOND",
    "ROUNDED_SQUARE",
    "SQUARE",
    "TRIANGLE",
]

LineChartTypeType

Usage Example
from mypy_boto3_quicksight.literals import LineChartTypeType

def get_value() -> LineChartTypeType:
    return "AREA"
Definition
LineChartTypeType = Literal[
    "AREA",
    "LINE",
    "STACKED_AREA",
]

LineInterpolationType

Usage Example
from mypy_boto3_quicksight.literals import LineInterpolationType

def get_value() -> LineInterpolationType:
    return "LINEAR"
Definition
LineInterpolationType = Literal[
    "LINEAR",
    "SMOOTH",
    "STEPPED",
]

ListAnalysesPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import ListAnalysesPaginatorName

def get_value() -> ListAnalysesPaginatorName:
    return "list_analyses"
Definition
ListAnalysesPaginatorName = Literal[
    "list_analyses",
]

ListDashboardVersionsPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import ListDashboardVersionsPaginatorName

def get_value() -> ListDashboardVersionsPaginatorName:
    return "list_dashboard_versions"
Definition
ListDashboardVersionsPaginatorName = Literal[
    "list_dashboard_versions",
]

ListDashboardsPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import ListDashboardsPaginatorName

def get_value() -> ListDashboardsPaginatorName:
    return "list_dashboards"
Definition
ListDashboardsPaginatorName = Literal[
    "list_dashboards",
]

ListDataSetsPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import ListDataSetsPaginatorName

def get_value() -> ListDataSetsPaginatorName:
    return "list_data_sets"
Definition
ListDataSetsPaginatorName = Literal[
    "list_data_sets",
]

ListDataSourcesPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import ListDataSourcesPaginatorName

def get_value() -> ListDataSourcesPaginatorName:
    return "list_data_sources"
Definition
ListDataSourcesPaginatorName = Literal[
    "list_data_sources",
]

ListIngestionsPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import ListIngestionsPaginatorName

def get_value() -> ListIngestionsPaginatorName:
    return "list_ingestions"
Definition
ListIngestionsPaginatorName = Literal[
    "list_ingestions",
]

ListNamespacesPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import ListNamespacesPaginatorName

def get_value() -> ListNamespacesPaginatorName:
    return "list_namespaces"
Definition
ListNamespacesPaginatorName = Literal[
    "list_namespaces",
]

ListTemplateAliasesPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import ListTemplateAliasesPaginatorName

def get_value() -> ListTemplateAliasesPaginatorName:
    return "list_template_aliases"
Definition
ListTemplateAliasesPaginatorName = Literal[
    "list_template_aliases",
]

ListTemplateVersionsPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import ListTemplateVersionsPaginatorName

def get_value() -> ListTemplateVersionsPaginatorName:
    return "list_template_versions"
Definition
ListTemplateVersionsPaginatorName = Literal[
    "list_template_versions",
]

ListTemplatesPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import ListTemplatesPaginatorName

def get_value() -> ListTemplatesPaginatorName:
    return "list_templates"
Definition
ListTemplatesPaginatorName = Literal[
    "list_templates",
]

ListThemeVersionsPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import ListThemeVersionsPaginatorName

def get_value() -> ListThemeVersionsPaginatorName:
    return "list_theme_versions"
Definition
ListThemeVersionsPaginatorName = Literal[
    "list_theme_versions",
]

ListThemesPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import ListThemesPaginatorName

def get_value() -> ListThemesPaginatorName:
    return "list_themes"
Definition
ListThemesPaginatorName = Literal[
    "list_themes",
]

MapZoomModeType

Usage Example
from mypy_boto3_quicksight.literals import MapZoomModeType

def get_value() -> MapZoomModeType:
    return "AUTO"
Definition
MapZoomModeType = Literal[
    "AUTO",
    "MANUAL",
]

MaximumMinimumComputationTypeType

Usage Example
from mypy_boto3_quicksight.literals import MaximumMinimumComputationTypeType

def get_value() -> MaximumMinimumComputationTypeType:
    return "MAXIMUM"
Definition
MaximumMinimumComputationTypeType = Literal[
    "MAXIMUM",
    "MINIMUM",
]

MemberTypeType

Usage Example
from mypy_boto3_quicksight.literals import MemberTypeType

def get_value() -> MemberTypeType:
    return "ANALYSIS"
Definition
MemberTypeType = Literal[
    "ANALYSIS",
    "DASHBOARD",
    "DATASET",
]

MissingDataTreatmentOptionType

Usage Example
from mypy_boto3_quicksight.literals import MissingDataTreatmentOptionType

def get_value() -> MissingDataTreatmentOptionType:
    return "INTERPOLATE"
Definition
MissingDataTreatmentOptionType = Literal[
    "INTERPOLATE",
    "SHOW_AS_BLANK",
    "SHOW_AS_ZERO",
]

NamespaceErrorTypeType

Usage Example
from mypy_boto3_quicksight.literals import NamespaceErrorTypeType

def get_value() -> NamespaceErrorTypeType:
    return "INTERNAL_SERVICE_ERROR"
Definition
NamespaceErrorTypeType = Literal[
    "INTERNAL_SERVICE_ERROR",
    "PERMISSION_DENIED",
]

NamespaceStatusType

Usage Example
from mypy_boto3_quicksight.literals import NamespaceStatusType

def get_value() -> NamespaceStatusType:
    return "CREATED"
Definition
NamespaceStatusType = Literal[
    "CREATED",
    "CREATING",
    "DELETING",
    "NON_RETRYABLE_FAILURE",
    "RETRYABLE_FAILURE",
]

NegativeValueDisplayModeType

Usage Example
from mypy_boto3_quicksight.literals import NegativeValueDisplayModeType

def get_value() -> NegativeValueDisplayModeType:
    return "NEGATIVE"
Definition
NegativeValueDisplayModeType = Literal[
    "NEGATIVE",
    "POSITIVE",
]

NumberScaleType

Usage Example
from mypy_boto3_quicksight.literals import NumberScaleType

def get_value() -> NumberScaleType:
    return "AUTO"
Definition
NumberScaleType = Literal[
    "AUTO",
    "BILLIONS",
    "MILLIONS",
    "NONE",
    "THOUSANDS",
    "TRILLIONS",
]

NumericEqualityMatchOperatorType

Usage Example
from mypy_boto3_quicksight.literals import NumericEqualityMatchOperatorType

def get_value() -> NumericEqualityMatchOperatorType:
    return "DOES_NOT_EQUAL"
Definition
NumericEqualityMatchOperatorType = Literal[
    "DOES_NOT_EQUAL",
    "EQUALS",
]

NumericFilterSelectAllOptionsType

Usage Example
from mypy_boto3_quicksight.literals import NumericFilterSelectAllOptionsType

def get_value() -> NumericFilterSelectAllOptionsType:
    return "FILTER_ALL_VALUES"
Definition
NumericFilterSelectAllOptionsType = Literal[
    "FILTER_ALL_VALUES",
]

NumericSeparatorSymbolType

Usage Example
from mypy_boto3_quicksight.literals import NumericSeparatorSymbolType

def get_value() -> NumericSeparatorSymbolType:
    return "COMMA"
Definition
NumericSeparatorSymbolType = Literal[
    "COMMA",
    "DOT",
    "SPACE",
]

OtherCategoriesType

Usage Example
from mypy_boto3_quicksight.literals import OtherCategoriesType

def get_value() -> OtherCategoriesType:
    return "EXCLUDE"
Definition
OtherCategoriesType = Literal[
    "EXCLUDE",
    "INCLUDE",
]

PanelBorderStyleType

Usage Example
from mypy_boto3_quicksight.literals import PanelBorderStyleType

def get_value() -> PanelBorderStyleType:
    return "DASHED"
Definition
PanelBorderStyleType = Literal[
    "DASHED",
    "DOTTED",
    "SOLID",
]

PaperOrientationType

Usage Example
from mypy_boto3_quicksight.literals import PaperOrientationType

def get_value() -> PaperOrientationType:
    return "LANDSCAPE"
Definition
PaperOrientationType = Literal[
    "LANDSCAPE",
    "PORTRAIT",
]

PaperSizeType

Usage Example
from mypy_boto3_quicksight.literals import PaperSizeType

def get_value() -> PaperSizeType:
    return "A0"
Definition
PaperSizeType = Literal[
    "A0",
    "A1",
    "A2",
    "A3",
    "A4",
    "A5",
    "JIS_B4",
    "JIS_B5",
    "US_LEGAL",
    "US_LETTER",
    "US_TABLOID_LEDGER",
]

ParameterValueTypeType

Usage Example
from mypy_boto3_quicksight.literals import ParameterValueTypeType

def get_value() -> ParameterValueTypeType:
    return "MULTI_VALUED"
Definition
ParameterValueTypeType = Literal[
    "MULTI_VALUED",
    "SINGLE_VALUED",
]

PivotTableConditionalFormattingScopeRoleType

Usage Example
from mypy_boto3_quicksight.literals import PivotTableConditionalFormattingScopeRoleType

def get_value() -> PivotTableConditionalFormattingScopeRoleType:
    return "FIELD"
Definition
PivotTableConditionalFormattingScopeRoleType = Literal[
    "FIELD",
    "FIELD_TOTAL",
    "GRAND_TOTAL",
]

PivotTableMetricPlacementType

Usage Example
from mypy_boto3_quicksight.literals import PivotTableMetricPlacementType

def get_value() -> PivotTableMetricPlacementType:
    return "COLUMN"
Definition
PivotTableMetricPlacementType = Literal[
    "COLUMN",
    "ROW",
]

PivotTableSubtotalLevelType

Usage Example
from mypy_boto3_quicksight.literals import PivotTableSubtotalLevelType

def get_value() -> PivotTableSubtotalLevelType:
    return "ALL"
Definition
PivotTableSubtotalLevelType = Literal[
    "ALL",
    "CUSTOM",
    "LAST",
]

PrimaryValueDisplayTypeType

Usage Example
from mypy_boto3_quicksight.literals import PrimaryValueDisplayTypeType

def get_value() -> PrimaryValueDisplayTypeType:
    return "ACTUAL"
Definition
PrimaryValueDisplayTypeType = Literal[
    "ACTUAL",
    "COMPARISON",
    "HIDDEN",
]

RadarChartShapeType

Usage Example
from mypy_boto3_quicksight.literals import RadarChartShapeType

def get_value() -> RadarChartShapeType:
    return "CIRCLE"
Definition
RadarChartShapeType = Literal[
    "CIRCLE",
    "POLYGON",
]

ReferenceLineLabelHorizontalPositionType

Usage Example
from mypy_boto3_quicksight.literals import ReferenceLineLabelHorizontalPositionType

def get_value() -> ReferenceLineLabelHorizontalPositionType:
    return "CENTER"
Definition
ReferenceLineLabelHorizontalPositionType = Literal[
    "CENTER",
    "LEFT",
    "RIGHT",
]

ReferenceLineLabelVerticalPositionType

Usage Example
from mypy_boto3_quicksight.literals import ReferenceLineLabelVerticalPositionType

def get_value() -> ReferenceLineLabelVerticalPositionType:
    return "ABOVE"
Definition
ReferenceLineLabelVerticalPositionType = Literal[
    "ABOVE",
    "BELOW",
]

ReferenceLinePatternTypeType

Usage Example
from mypy_boto3_quicksight.literals import ReferenceLinePatternTypeType

def get_value() -> ReferenceLinePatternTypeType:
    return "DASHED"
Definition
ReferenceLinePatternTypeType = Literal[
    "DASHED",
    "DOTTED",
    "SOLID",
]

ReferenceLineValueLabelRelativePositionType

Usage Example
from mypy_boto3_quicksight.literals import ReferenceLineValueLabelRelativePositionType

def get_value() -> ReferenceLineValueLabelRelativePositionType:
    return "AFTER_CUSTOM_LABEL"
Definition
ReferenceLineValueLabelRelativePositionType = Literal[
    "AFTER_CUSTOM_LABEL",
    "BEFORE_CUSTOM_LABEL",
]

RelativeDateTypeType

Usage Example
from mypy_boto3_quicksight.literals import RelativeDateTypeType

def get_value() -> RelativeDateTypeType:
    return "LAST"
Definition
RelativeDateTypeType = Literal[
    "LAST",
    "NEXT",
    "NOW",
    "PREVIOUS",
    "THIS",
]

RelativeFontSizeType

Usage Example
from mypy_boto3_quicksight.literals import RelativeFontSizeType

def get_value() -> RelativeFontSizeType:
    return "EXTRA_LARGE"
Definition
RelativeFontSizeType = Literal[
    "EXTRA_LARGE",
    "EXTRA_SMALL",
    "LARGE",
    "MEDIUM",
    "SMALL",
]

ResizeOptionType

Usage Example
from mypy_boto3_quicksight.literals import ResizeOptionType

def get_value() -> ResizeOptionType:
    return "FIXED"
Definition
ResizeOptionType = Literal[
    "FIXED",
    "RESPONSIVE",
]

ResourceStatusType

Usage Example
from mypy_boto3_quicksight.literals import ResourceStatusType

def get_value() -> ResourceStatusType:
    return "CREATION_FAILED"
Definition
ResourceStatusType = Literal[
    "CREATION_FAILED",
    "CREATION_IN_PROGRESS",
    "CREATION_SUCCESSFUL",
    "DELETED",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_SUCCESSFUL",
]

RowLevelPermissionFormatVersionType

Usage Example
from mypy_boto3_quicksight.literals import RowLevelPermissionFormatVersionType

def get_value() -> RowLevelPermissionFormatVersionType:
    return "VERSION_1"
Definition
RowLevelPermissionFormatVersionType = Literal[
    "VERSION_1",
    "VERSION_2",
]

RowLevelPermissionPolicyType

Usage Example
from mypy_boto3_quicksight.literals import RowLevelPermissionPolicyType

def get_value() -> RowLevelPermissionPolicyType:
    return "DENY_ACCESS"
Definition
RowLevelPermissionPolicyType = Literal[
    "DENY_ACCESS",
    "GRANT_ACCESS",
]

SearchAnalysesPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import SearchAnalysesPaginatorName

def get_value() -> SearchAnalysesPaginatorName:
    return "search_analyses"
Definition
SearchAnalysesPaginatorName = Literal[
    "search_analyses",
]

SearchDashboardsPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import SearchDashboardsPaginatorName

def get_value() -> SearchDashboardsPaginatorName:
    return "search_dashboards"
Definition
SearchDashboardsPaginatorName = Literal[
    "search_dashboards",
]

SearchDataSetsPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import SearchDataSetsPaginatorName

def get_value() -> SearchDataSetsPaginatorName:
    return "search_data_sets"
Definition
SearchDataSetsPaginatorName = Literal[
    "search_data_sets",
]

SearchDataSourcesPaginatorName

Usage Example
from mypy_boto3_quicksight.literals import SearchDataSourcesPaginatorName

def get_value() -> SearchDataSourcesPaginatorName:
    return "search_data_sources"
Definition
SearchDataSourcesPaginatorName = Literal[
    "search_data_sources",
]

SectionPageBreakStatusType

Usage Example
from mypy_boto3_quicksight.literals import SectionPageBreakStatusType

def get_value() -> SectionPageBreakStatusType:
    return "DISABLED"
Definition
SectionPageBreakStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

SelectAllValueOptionsType

Usage Example
from mypy_boto3_quicksight.literals import SelectAllValueOptionsType

def get_value() -> SelectAllValueOptionsType:
    return "ALL_VALUES"
Definition
SelectAllValueOptionsType = Literal[
    "ALL_VALUES",
]

SelectedFieldOptionsType

Usage Example
from mypy_boto3_quicksight.literals import SelectedFieldOptionsType

def get_value() -> SelectedFieldOptionsType:
    return "ALL_FIELDS"
Definition
SelectedFieldOptionsType = Literal[
    "ALL_FIELDS",
]

SelectedTooltipTypeType

Usage Example
from mypy_boto3_quicksight.literals import SelectedTooltipTypeType

def get_value() -> SelectedTooltipTypeType:
    return "BASIC"
Definition
SelectedTooltipTypeType = Literal[
    "BASIC",
    "DETAILED",
]

SheetContentTypeType

Usage Example
from mypy_boto3_quicksight.literals import SheetContentTypeType

def get_value() -> SheetContentTypeType:
    return "INTERACTIVE"
Definition
SheetContentTypeType = Literal[
    "INTERACTIVE",
    "PAGINATED",
]

SheetControlDateTimePickerTypeType

Usage Example
from mypy_boto3_quicksight.literals import SheetControlDateTimePickerTypeType

def get_value() -> SheetControlDateTimePickerTypeType:
    return "DATE_RANGE"
Definition
SheetControlDateTimePickerTypeType = Literal[
    "DATE_RANGE",
    "SINGLE_VALUED",
]

SheetControlListTypeType

Usage Example
from mypy_boto3_quicksight.literals import SheetControlListTypeType

def get_value() -> SheetControlListTypeType:
    return "MULTI_SELECT"
Definition
SheetControlListTypeType = Literal[
    "MULTI_SELECT",
    "SINGLE_SELECT",
]

SheetControlSliderTypeType

Usage Example
from mypy_boto3_quicksight.literals import SheetControlSliderTypeType

def get_value() -> SheetControlSliderTypeType:
    return "RANGE"
Definition
SheetControlSliderTypeType = Literal[
    "RANGE",
    "SINGLE_POINT",
]

SimpleNumericalAggregationFunctionType

Usage Example
from mypy_boto3_quicksight.literals import SimpleNumericalAggregationFunctionType

def get_value() -> SimpleNumericalAggregationFunctionType:
    return "AVERAGE"
Definition
SimpleNumericalAggregationFunctionType = Literal[
    "AVERAGE",
    "COUNT",
    "DISTINCT_COUNT",
    "MAX",
    "MEDIAN",
    "MIN",
    "STDEV",
    "STDEVP",
    "SUM",
    "VAR",
    "VARP",
]

SortDirectionType

Usage Example
from mypy_boto3_quicksight.literals import SortDirectionType

def get_value() -> SortDirectionType:
    return "ASC"
Definition
SortDirectionType = Literal[
    "ASC",
    "DESC",
]

StatusType

Usage Example
from mypy_boto3_quicksight.literals import StatusType

def get_value() -> StatusType:
    return "DISABLED"
Definition
StatusType = Literal[
    "DISABLED",
    "ENABLED",
]

TableBorderStyleType

Usage Example
from mypy_boto3_quicksight.literals import TableBorderStyleType

def get_value() -> TableBorderStyleType:
    return "NONE"
Definition
TableBorderStyleType = Literal[
    "NONE",
    "SOLID",
]

TableCellImageScalingConfigurationType

Usage Example
from mypy_boto3_quicksight.literals import TableCellImageScalingConfigurationType

def get_value() -> TableCellImageScalingConfigurationType:
    return "DO_NOT_SCALE"
Definition
TableCellImageScalingConfigurationType = Literal[
    "DO_NOT_SCALE",
    "FIT_TO_CELL_HEIGHT",
    "FIT_TO_CELL_WIDTH",
]

TableFieldIconSetTypeType

Usage Example
from mypy_boto3_quicksight.literals import TableFieldIconSetTypeType

def get_value() -> TableFieldIconSetTypeType:
    return "LINK"
Definition
TableFieldIconSetTypeType = Literal[
    "LINK",
]

TableOrientationType

Usage Example
from mypy_boto3_quicksight.literals import TableOrientationType

def get_value() -> TableOrientationType:
    return "HORIZONTAL"
Definition
TableOrientationType = Literal[
    "HORIZONTAL",
    "VERTICAL",
]

TableTotalsPlacementType

Usage Example
from mypy_boto3_quicksight.literals import TableTotalsPlacementType

def get_value() -> TableTotalsPlacementType:
    return "END"
Definition
TableTotalsPlacementType = Literal[
    "END",
    "START",
]

TableTotalsScrollStatusType

Usage Example
from mypy_boto3_quicksight.literals import TableTotalsScrollStatusType

def get_value() -> TableTotalsScrollStatusType:
    return "PINNED"
Definition
TableTotalsScrollStatusType = Literal[
    "PINNED",
    "SCROLLED",
]

TargetVisualOptionsType

Usage Example
from mypy_boto3_quicksight.literals import TargetVisualOptionsType

def get_value() -> TargetVisualOptionsType:
    return "ALL_VISUALS"
Definition
TargetVisualOptionsType = Literal[
    "ALL_VISUALS",
]

TemplateErrorTypeType

Usage Example
from mypy_boto3_quicksight.literals import TemplateErrorTypeType

def get_value() -> TemplateErrorTypeType:
    return "ACCESS_DENIED"
Definition
TemplateErrorTypeType = Literal[
    "ACCESS_DENIED",
    "DATA_SET_NOT_FOUND",
    "INTERNAL_FAILURE",
    "SOURCE_NOT_FOUND",
]

TextQualifierType

Usage Example
from mypy_boto3_quicksight.literals import TextQualifierType

def get_value() -> TextQualifierType:
    return "DOUBLE_QUOTE"
Definition
TextQualifierType = Literal[
    "DOUBLE_QUOTE",
    "SINGLE_QUOTE",
]

TextWrapType

Usage Example
from mypy_boto3_quicksight.literals import TextWrapType

def get_value() -> TextWrapType:
    return "NONE"
Definition
TextWrapType = Literal[
    "NONE",
    "WRAP",
]

ThemeErrorTypeType

Usage Example
from mypy_boto3_quicksight.literals import ThemeErrorTypeType

def get_value() -> ThemeErrorTypeType:
    return "INTERNAL_FAILURE"
Definition
ThemeErrorTypeType = Literal[
    "INTERNAL_FAILURE",
]

ThemeTypeType

Usage Example
from mypy_boto3_quicksight.literals import ThemeTypeType

def get_value() -> ThemeTypeType:
    return "ALL"
Definition
ThemeTypeType = Literal[
    "ALL",
    "CUSTOM",
    "QUICKSIGHT",
]

TimeGranularityType

Usage Example
from mypy_boto3_quicksight.literals import TimeGranularityType

def get_value() -> TimeGranularityType:
    return "DAY"
Definition
TimeGranularityType = Literal[
    "DAY",
    "HOUR",
    "MILLISECOND",
    "MINUTE",
    "MONTH",
    "QUARTER",
    "SECOND",
    "WEEK",
    "YEAR",
]

TooltipTitleTypeType

Usage Example
from mypy_boto3_quicksight.literals import TooltipTitleTypeType

def get_value() -> TooltipTitleTypeType:
    return "NONE"
Definition
TooltipTitleTypeType = Literal[
    "NONE",
    "PRIMARY_VALUE",
]

TopBottomComputationTypeType

Usage Example
from mypy_boto3_quicksight.literals import TopBottomComputationTypeType

def get_value() -> TopBottomComputationTypeType:
    return "BOTTOM"
Definition
TopBottomComputationTypeType = Literal[
    "BOTTOM",
    "TOP",
]

TopBottomSortOrderType

Usage Example
from mypy_boto3_quicksight.literals import TopBottomSortOrderType

def get_value() -> TopBottomSortOrderType:
    return "ABSOLUTE_DIFFERENCE"
Definition
TopBottomSortOrderType = Literal[
    "ABSOLUTE_DIFFERENCE",
    "PERCENT_DIFFERENCE",
]

URLTargetConfigurationType

Usage Example
from mypy_boto3_quicksight.literals import URLTargetConfigurationType

def get_value() -> URLTargetConfigurationType:
    return "NEW_TAB"
Definition
URLTargetConfigurationType = Literal[
    "NEW_TAB",
    "NEW_WINDOW",
    "SAME_TAB",
]

UserRoleType

Usage Example
from mypy_boto3_quicksight.literals import UserRoleType

def get_value() -> UserRoleType:
    return "ADMIN"
Definition
UserRoleType = Literal[
    "ADMIN",
    "AUTHOR",
    "READER",
    "RESTRICTED_AUTHOR",
    "RESTRICTED_READER",
]

ValueWhenUnsetOptionType

Usage Example
from mypy_boto3_quicksight.literals import ValueWhenUnsetOptionType

def get_value() -> ValueWhenUnsetOptionType:
    return "NULL"
Definition
ValueWhenUnsetOptionType = Literal[
    "NULL",
    "RECOMMENDED_VALUE",
]

VerticalTextAlignmentType

Usage Example
from mypy_boto3_quicksight.literals import VerticalTextAlignmentType

def get_value() -> VerticalTextAlignmentType:
    return "BOTTOM"
Definition
VerticalTextAlignmentType = Literal[
    "BOTTOM",
    "MIDDLE",
    "TOP",
]

VisibilityType

Usage Example
from mypy_boto3_quicksight.literals import VisibilityType

def get_value() -> VisibilityType:
    return "HIDDEN"
Definition
VisibilityType = Literal[
    "HIDDEN",
    "VISIBLE",
]

VisualCustomActionTriggerType

Usage Example
from mypy_boto3_quicksight.literals import VisualCustomActionTriggerType

def get_value() -> VisualCustomActionTriggerType:
    return "DATA_POINT_CLICK"
Definition
VisualCustomActionTriggerType = Literal[
    "DATA_POINT_CLICK",
    "DATA_POINT_MENU",
]

WidgetStatusType

Usage Example
from mypy_boto3_quicksight.literals import WidgetStatusType

def get_value() -> WidgetStatusType:
    return "DISABLED"
Definition
WidgetStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

WordCloudCloudLayoutType

Usage Example
from mypy_boto3_quicksight.literals import WordCloudCloudLayoutType

def get_value() -> WordCloudCloudLayoutType:
    return "FLUID"
Definition
WordCloudCloudLayoutType = Literal[
    "FLUID",
    "NORMAL",
]

WordCloudWordCasingType

Usage Example
from mypy_boto3_quicksight.literals import WordCloudWordCasingType

def get_value() -> WordCloudWordCasingType:
    return "EXISTING_CASE"
Definition
WordCloudWordCasingType = Literal[
    "EXISTING_CASE",
    "LOWER_CASE",
]

WordCloudWordOrientationType

Usage Example
from mypy_boto3_quicksight.literals import WordCloudWordOrientationType

def get_value() -> WordCloudWordOrientationType:
    return "HORIZONTAL"
Definition
WordCloudWordOrientationType = Literal[
    "HORIZONTAL",
    "HORIZONTAL_AND_VERTICAL",
]

WordCloudWordPaddingType

Usage Example
from mypy_boto3_quicksight.literals import WordCloudWordPaddingType

def get_value() -> WordCloudWordPaddingType:
    return "LARGE"
Definition
WordCloudWordPaddingType = Literal[
    "LARGE",
    "MEDIUM",
    "NONE",
    "SMALL",
]

WordCloudWordScalingType

Usage Example
from mypy_boto3_quicksight.literals import WordCloudWordScalingType

def get_value() -> WordCloudWordScalingType:
    return "EMPHASIZE"
Definition
WordCloudWordScalingType = Literal[
    "EMPHASIZE",
    "NORMAL",
]

QuickSightServiceName

Usage Example
from mypy_boto3_quicksight.literals import QuickSightServiceName

def get_value() -> QuickSightServiceName:
    return "quicksight"
Definition
QuickSightServiceName = Literal[
    "quicksight",
]

ServiceName

Usage Example
from mypy_boto3_quicksight.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "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",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "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",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "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",
    "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",
    "macie",
    "macie2",
    "managedblockchain",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "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",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from mypy_boto3_quicksight.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName

Usage Example
from mypy_boto3_quicksight.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_analyses"
Definition
PaginatorName = Literal[
    "list_analyses",
    "list_dashboard_versions",
    "list_dashboards",
    "list_data_sets",
    "list_data_sources",
    "list_ingestions",
    "list_namespaces",
    "list_template_aliases",
    "list_template_versions",
    "list_templates",
    "list_theme_versions",
    "list_themes",
    "search_analyses",
    "search_dashboards",
    "search_data_sets",
    "search_data_sources",
]

RegionName

Usage Example
from mypy_boto3_quicksight.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
Definition
RegionName = Literal[
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]