UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

1,033 lines (1,032 loc) • 140 kB
export declare const ActionConnectorAuthorizationCodeGrantCredentialsSource: { readonly PlainCredentials: "PLAIN_CREDENTIALS"; }; export type ActionConnectorAuthorizationCodeGrantCredentialsSource = (typeof ActionConnectorAuthorizationCodeGrantCredentialsSource)[keyof typeof ActionConnectorAuthorizationCodeGrantCredentialsSource]; export declare const ActionConnectorClientCredentialsSource: { readonly PlainCredentials: "PLAIN_CREDENTIALS"; }; export type ActionConnectorClientCredentialsSource = (typeof ActionConnectorClientCredentialsSource)[keyof typeof ActionConnectorClientCredentialsSource]; export declare const ActionConnectorConnectionAuthType: { readonly Basic: "BASIC"; readonly ApiKey: "API_KEY"; readonly Oauth2ClientCredentials: "OAUTH2_CLIENT_CREDENTIALS"; readonly None: "NONE"; readonly Iam: "IAM"; readonly Oauth2AuthorizationCode: "OAUTH2_AUTHORIZATION_CODE"; }; export type ActionConnectorConnectionAuthType = (typeof ActionConnectorConnectionAuthType)[keyof typeof ActionConnectorConnectionAuthType]; export declare const ActionConnectorResourceStatus: { readonly CreationInProgress: "CREATION_IN_PROGRESS"; readonly CreationSuccessful: "CREATION_SUCCESSFUL"; readonly CreationFailed: "CREATION_FAILED"; readonly UpdateInProgress: "UPDATE_IN_PROGRESS"; readonly UpdateSuccessful: "UPDATE_SUCCESSFUL"; readonly UpdateFailed: "UPDATE_FAILED"; readonly PendingUpdate: "PENDING_UPDATE"; readonly Deleted: "DELETED"; }; export type ActionConnectorResourceStatus = (typeof ActionConnectorResourceStatus)[keyof typeof ActionConnectorResourceStatus]; export declare const ActionConnectorType: { readonly GenericHttp: "GENERIC_HTTP"; readonly ServicenowNowPlatform: "SERVICENOW_NOW_PLATFORM"; readonly SalesforceCrm: "SALESFORCE_CRM"; readonly MicrosoftOutlook: "MICROSOFT_OUTLOOK"; readonly PagerdutyAdvance: "PAGERDUTY_ADVANCE"; readonly JiraCloud: "JIRA_CLOUD"; readonly AtlassianConfluence: "ATLASSIAN_CONFLUENCE"; readonly AmazonS3: "AMAZON_S3"; readonly AmazonBedrockAgentRuntime: "AMAZON_BEDROCK_AGENT_RUNTIME"; readonly AmazonBedrockRuntime: "AMAZON_BEDROCK_RUNTIME"; readonly AmazonBedrockDataAutomationRuntime: "AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME"; readonly AmazonTextract: "AMAZON_TEXTRACT"; readonly AmazonComprehend: "AMAZON_COMPREHEND"; readonly AmazonComprehendMedical: "AMAZON_COMPREHEND_MEDICAL"; readonly MicrosoftOnedrive: "MICROSOFT_ONEDRIVE"; readonly MicrosoftSharepoint: "MICROSOFT_SHAREPOINT"; readonly MicrosoftTeams: "MICROSOFT_TEAMS"; readonly SapBusinesspartner: "SAP_BUSINESSPARTNER"; readonly SapProductmasterdata: "SAP_PRODUCTMASTERDATA"; readonly SapPhysicalinventory: "SAP_PHYSICALINVENTORY"; readonly SapBillofmaterials: "SAP_BILLOFMATERIALS"; readonly SapMaterialstock: "SAP_MATERIALSTOCK"; readonly ZendeskSuite: "ZENDESK_SUITE"; readonly Smartsheet: "SMARTSHEET"; readonly Slack: "SLACK"; readonly Asana: "ASANA"; readonly BambooHr: "BAMBOO_HR"; }; export type ActionConnectorType = (typeof ActionConnectorType)[keyof typeof ActionConnectorType]; export declare const AnalysisAnchorOption: { readonly Now: "NOW"; }; export type AnalysisAnchorOption = (typeof AnalysisAnchorOption)[keyof typeof AnalysisAnchorOption]; export declare const AnalysisArcThickness: { readonly Small: "SMALL"; readonly Medium: "MEDIUM"; readonly Large: "LARGE"; readonly Whole: "WHOLE"; }; export type AnalysisArcThickness = (typeof AnalysisArcThickness)[keyof typeof AnalysisArcThickness]; export declare const AnalysisArcThicknessOptions: { readonly Small: "SMALL"; readonly Medium: "MEDIUM"; readonly Large: "LARGE"; }; export type AnalysisArcThicknessOptions = (typeof AnalysisArcThicknessOptions)[keyof typeof AnalysisArcThicknessOptions]; export declare const AnalysisAxisBinding: { readonly PrimaryYaxis: "PRIMARY_YAXIS"; readonly SecondaryYaxis: "SECONDARY_YAXIS"; }; export type AnalysisAxisBinding = (typeof AnalysisAxisBinding)[keyof typeof AnalysisAxisBinding]; export declare const AnalysisBarChartOrientation: { readonly Horizontal: "HORIZONTAL"; readonly Vertical: "VERTICAL"; }; export type AnalysisBarChartOrientation = (typeof AnalysisBarChartOrientation)[keyof typeof AnalysisBarChartOrientation]; export declare const AnalysisBarsArrangement: { readonly Clustered: "CLUSTERED"; readonly Stacked: "STACKED"; readonly StackedPercent: "STACKED_PERCENT"; }; export type AnalysisBarsArrangement = (typeof AnalysisBarsArrangement)[keyof typeof AnalysisBarsArrangement]; export declare const AnalysisBaseMapStyleType: { readonly LightGray: "LIGHT_GRAY"; readonly DarkGray: "DARK_GRAY"; readonly Street: "STREET"; readonly Imagery: "IMAGERY"; }; export type AnalysisBaseMapStyleType = (typeof AnalysisBaseMapStyleType)[keyof typeof AnalysisBaseMapStyleType]; export declare const AnalysisBoxPlotFillStyle: { readonly Solid: "SOLID"; readonly Transparent: "TRANSPARENT"; }; export type AnalysisBoxPlotFillStyle = (typeof AnalysisBoxPlotFillStyle)[keyof typeof AnalysisBoxPlotFillStyle]; export declare const AnalysisCategoricalAggregationFunction: { readonly Count: "COUNT"; readonly DistinctCount: "DISTINCT_COUNT"; }; export type AnalysisCategoricalAggregationFunction = (typeof AnalysisCategoricalAggregationFunction)[keyof typeof AnalysisCategoricalAggregationFunction]; export declare const AnalysisCategoryFilterMatchOperator: { readonly Equals: "EQUALS"; readonly DoesNotEqual: "DOES_NOT_EQUAL"; readonly Contains: "CONTAINS"; readonly DoesNotContain: "DOES_NOT_CONTAIN"; readonly StartsWith: "STARTS_WITH"; readonly EndsWith: "ENDS_WITH"; }; export type AnalysisCategoryFilterMatchOperator = (typeof AnalysisCategoryFilterMatchOperator)[keyof typeof AnalysisCategoryFilterMatchOperator]; export declare const AnalysisCategoryFilterSelectAllOptions: { readonly FilterAllValues: "FILTER_ALL_VALUES"; }; export type AnalysisCategoryFilterSelectAllOptions = (typeof AnalysisCategoryFilterSelectAllOptions)[keyof typeof AnalysisCategoryFilterSelectAllOptions]; export declare const AnalysisColorFillType: { readonly Discrete: "DISCRETE"; readonly Gradient: "GRADIENT"; }; export type AnalysisColorFillType = (typeof AnalysisColorFillType)[keyof typeof AnalysisColorFillType]; export declare const AnalysisColumnRole: { readonly Dimension: "DIMENSION"; readonly Measure: "MEASURE"; }; export type AnalysisColumnRole = (typeof AnalysisColumnRole)[keyof typeof AnalysisColumnRole]; export declare const AnalysisCommitMode: { readonly Auto: "AUTO"; readonly Manual: "MANUAL"; }; export type AnalysisCommitMode = (typeof AnalysisCommitMode)[keyof typeof AnalysisCommitMode]; export declare const AnalysisComparisonMethod: { readonly Difference: "DIFFERENCE"; readonly PercentDifference: "PERCENT_DIFFERENCE"; readonly Percent: "PERCENT"; }; export type AnalysisComparisonMethod = (typeof AnalysisComparisonMethod)[keyof typeof AnalysisComparisonMethod]; export declare const AnalysisConditionalFormattingIconDisplayOption: { readonly IconOnly: "ICON_ONLY"; }; export type AnalysisConditionalFormattingIconDisplayOption = (typeof AnalysisConditionalFormattingIconDisplayOption)[keyof typeof AnalysisConditionalFormattingIconDisplayOption]; export declare const AnalysisConditionalFormattingIconSetType: { readonly PlusMinus: "PLUS_MINUS"; readonly CheckX: "CHECK_X"; readonly ThreeColorArrow: "THREE_COLOR_ARROW"; readonly ThreeGrayArrow: "THREE_GRAY_ARROW"; readonly CaretUpMinusDown: "CARET_UP_MINUS_DOWN"; readonly ThreeShape: "THREE_SHAPE"; readonly ThreeCircle: "THREE_CIRCLE"; readonly Flags: "FLAGS"; readonly Bars: "BARS"; readonly FourColorArrow: "FOUR_COLOR_ARROW"; readonly FourGrayArrow: "FOUR_GRAY_ARROW"; }; export type AnalysisConditionalFormattingIconSetType = (typeof AnalysisConditionalFormattingIconSetType)[keyof typeof AnalysisConditionalFormattingIconSetType]; export declare const AnalysisCrossDatasetTypes: { readonly AllDatasets: "ALL_DATASETS"; readonly SingleDataset: "SINGLE_DATASET"; }; export type AnalysisCrossDatasetTypes = (typeof AnalysisCrossDatasetTypes)[keyof typeof AnalysisCrossDatasetTypes]; export declare const AnalysisCustomContentImageScalingConfiguration: { readonly FitToHeight: "FIT_TO_HEIGHT"; readonly FitToWidth: "FIT_TO_WIDTH"; readonly DoNotScale: "DO_NOT_SCALE"; readonly ScaleToVisual: "SCALE_TO_VISUAL"; }; export type AnalysisCustomContentImageScalingConfiguration = (typeof AnalysisCustomContentImageScalingConfiguration)[keyof typeof AnalysisCustomContentImageScalingConfiguration]; export declare const AnalysisCustomContentType: { readonly Image: "IMAGE"; readonly OtherEmbeddedContent: "OTHER_EMBEDDED_CONTENT"; }; export type AnalysisCustomContentType = (typeof AnalysisCustomContentType)[keyof typeof AnalysisCustomContentType]; export declare const AnalysisDashboardBehavior: { readonly Enabled: "ENABLED"; readonly Disabled: "DISABLED"; }; export type AnalysisDashboardBehavior = (typeof AnalysisDashboardBehavior)[keyof typeof AnalysisDashboardBehavior]; export declare const AnalysisDataLabelContent: { readonly Value: "VALUE"; readonly Percent: "PERCENT"; readonly ValueAndPercent: "VALUE_AND_PERCENT"; }; export type AnalysisDataLabelContent = (typeof AnalysisDataLabelContent)[keyof typeof AnalysisDataLabelContent]; export declare const AnalysisDataLabelOverlap: { readonly DisableOverlap: "DISABLE_OVERLAP"; readonly EnableOverlap: "ENABLE_OVERLAP"; }; export type AnalysisDataLabelOverlap = (typeof AnalysisDataLabelOverlap)[keyof typeof AnalysisDataLabelOverlap]; export declare const AnalysisDataLabelPosition: { readonly Inside: "INSIDE"; readonly Outside: "OUTSIDE"; readonly Left: "LEFT"; readonly Top: "TOP"; readonly Bottom: "BOTTOM"; readonly Right: "RIGHT"; }; export type AnalysisDataLabelPosition = (typeof AnalysisDataLabelPosition)[keyof typeof AnalysisDataLabelPosition]; export declare const AnalysisDateAggregationFunction: { readonly Count: "COUNT"; readonly DistinctCount: "DISTINCT_COUNT"; readonly Min: "MIN"; readonly Max: "MAX"; }; export type AnalysisDateAggregationFunction = (typeof AnalysisDateAggregationFunction)[keyof typeof AnalysisDateAggregationFunction]; export declare const AnalysisDayOfTheWeek: { readonly Sunday: "SUNDAY"; readonly Monday: "MONDAY"; readonly Tuesday: "TUESDAY"; readonly Wednesday: "WEDNESDAY"; readonly Thursday: "THURSDAY"; readonly Friday: "FRIDAY"; readonly Saturday: "SATURDAY"; }; export type AnalysisDayOfTheWeek = (typeof AnalysisDayOfTheWeek)[keyof typeof AnalysisDayOfTheWeek]; export declare const AnalysisDigitGroupingStyle: { readonly Default: "DEFAULT"; readonly Lakhs: "LAKHS"; }; export type AnalysisDigitGroupingStyle = (typeof AnalysisDigitGroupingStyle)[keyof typeof AnalysisDigitGroupingStyle]; export declare const AnalysisErrorType: { readonly AccessDenied: "ACCESS_DENIED"; readonly SourceNotFound: "SOURCE_NOT_FOUND"; readonly DataSetNotFound: "DATA_SET_NOT_FOUND"; readonly InternalFailure: "INTERNAL_FAILURE"; readonly ParameterValueIncompatible: "PARAMETER_VALUE_INCOMPATIBLE"; readonly ParameterTypeInvalid: "PARAMETER_TYPE_INVALID"; readonly ParameterNotFound: "PARAMETER_NOT_FOUND"; readonly ColumnTypeMismatch: "COLUMN_TYPE_MISMATCH"; readonly ColumnGeographicRoleMismatch: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH"; readonly ColumnReplacementMissing: "COLUMN_REPLACEMENT_MISSING"; }; export type AnalysisErrorType = (typeof AnalysisErrorType)[keyof typeof AnalysisErrorType]; export declare const AnalysisFilterNullOption: { readonly AllValues: "ALL_VALUES"; readonly NullsOnly: "NULLS_ONLY"; readonly NonNullsOnly: "NON_NULLS_ONLY"; }; export type AnalysisFilterNullOption = (typeof AnalysisFilterNullOption)[keyof typeof AnalysisFilterNullOption]; export declare const AnalysisFilterVisualScope: { readonly AllVisuals: "ALL_VISUALS"; readonly SelectedVisuals: "SELECTED_VISUALS"; }; export type AnalysisFilterVisualScope = (typeof AnalysisFilterVisualScope)[keyof typeof AnalysisFilterVisualScope]; export declare const AnalysisFontDecoration: { readonly Underline: "UNDERLINE"; readonly None: "NONE"; }; export type AnalysisFontDecoration = (typeof AnalysisFontDecoration)[keyof typeof AnalysisFontDecoration]; export declare const AnalysisFontStyle: { readonly Normal: "NORMAL"; readonly Italic: "ITALIC"; }; export type AnalysisFontStyle = (typeof AnalysisFontStyle)[keyof typeof AnalysisFontStyle]; export declare const AnalysisFontWeightName: { readonly Normal: "NORMAL"; readonly Bold: "BOLD"; }; export type AnalysisFontWeightName = (typeof AnalysisFontWeightName)[keyof typeof AnalysisFontWeightName]; export declare const AnalysisForecastComputationSeasonality: { readonly Automatic: "AUTOMATIC"; readonly Custom: "CUSTOM"; }; export type AnalysisForecastComputationSeasonality = (typeof AnalysisForecastComputationSeasonality)[keyof typeof AnalysisForecastComputationSeasonality]; export declare const AnalysisFunnelChartMeasureDataLabelStyle: { readonly ValueOnly: "VALUE_ONLY"; readonly PercentageByFirstStage: "PERCENTAGE_BY_FIRST_STAGE"; readonly PercentageByPreviousStage: "PERCENTAGE_BY_PREVIOUS_STAGE"; readonly ValueAndPercentageByFirstStage: "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE"; readonly ValueAndPercentageByPreviousStage: "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE"; }; export type AnalysisFunnelChartMeasureDataLabelStyle = (typeof AnalysisFunnelChartMeasureDataLabelStyle)[keyof typeof AnalysisFunnelChartMeasureDataLabelStyle]; export declare const AnalysisGeospatialColorState: { readonly Enabled: "ENABLED"; readonly Disabled: "DISABLED"; }; /** * Defines view state of the color */ export type AnalysisGeospatialColorState = (typeof AnalysisGeospatialColorState)[keyof typeof AnalysisGeospatialColorState]; export declare const AnalysisGeospatialLayerType: { readonly Point: "POINT"; readonly Line: "LINE"; readonly Polygon: "POLYGON"; }; export type AnalysisGeospatialLayerType = (typeof AnalysisGeospatialLayerType)[keyof typeof AnalysisGeospatialLayerType]; export declare const AnalysisGeospatialMapNavigation: { readonly Enabled: "ENABLED"; readonly Disabled: "DISABLED"; }; export type AnalysisGeospatialMapNavigation = (typeof AnalysisGeospatialMapNavigation)[keyof typeof AnalysisGeospatialMapNavigation]; export declare const AnalysisGeospatialSelectedPointStyle: { readonly Point: "POINT"; readonly Cluster: "CLUSTER"; readonly Heatmap: "HEATMAP"; }; export type AnalysisGeospatialSelectedPointStyle = (typeof AnalysisGeospatialSelectedPointStyle)[keyof typeof AnalysisGeospatialSelectedPointStyle]; export declare const AnalysisHistogramBinType: { readonly BinCount: "BIN_COUNT"; readonly BinWidth: "BIN_WIDTH"; }; export type AnalysisHistogramBinType = (typeof AnalysisHistogramBinType)[keyof typeof AnalysisHistogramBinType]; export declare const AnalysisHorizontalTextAlignment: { readonly Left: "LEFT"; readonly Center: "CENTER"; readonly Right: "RIGHT"; readonly Auto: "AUTO"; }; export type AnalysisHorizontalTextAlignment = (typeof AnalysisHorizontalTextAlignment)[keyof typeof AnalysisHorizontalTextAlignment]; export declare const AnalysisIcon: { readonly CaretUp: "CARET_UP"; readonly CaretDown: "CARET_DOWN"; readonly Plus: "PLUS"; readonly Minus: "MINUS"; readonly ArrowUp: "ARROW_UP"; readonly ArrowDown: "ARROW_DOWN"; readonly ArrowLeft: "ARROW_LEFT"; readonly ArrowUpLeft: "ARROW_UP_LEFT"; readonly ArrowDownLeft: "ARROW_DOWN_LEFT"; readonly ArrowRight: "ARROW_RIGHT"; readonly ArrowUpRight: "ARROW_UP_RIGHT"; readonly ArrowDownRight: "ARROW_DOWN_RIGHT"; readonly FaceUp: "FACE_UP"; readonly FaceDown: "FACE_DOWN"; readonly FaceFlat: "FACE_FLAT"; readonly OneBar: "ONE_BAR"; readonly TwoBar: "TWO_BAR"; readonly ThreeBar: "THREE_BAR"; readonly Circle: "CIRCLE"; readonly Triangle: "TRIANGLE"; readonly Square: "SQUARE"; readonly Flag: "FLAG"; readonly ThumbsUp: "THUMBS_UP"; readonly ThumbsDown: "THUMBS_DOWN"; readonly Checkmark: "CHECKMARK"; readonly X: "X"; }; export type AnalysisIcon = (typeof AnalysisIcon)[keyof typeof AnalysisIcon]; export declare const AnalysisImageCustomActionTrigger: { readonly Click: "CLICK"; readonly Menu: "MENU"; }; export type AnalysisImageCustomActionTrigger = (typeof AnalysisImageCustomActionTrigger)[keyof typeof AnalysisImageCustomActionTrigger]; export declare const AnalysisKpiSparklineType: { readonly Line: "LINE"; readonly Area: "AREA"; }; export type AnalysisKpiSparklineType = (typeof AnalysisKpiSparklineType)[keyof typeof AnalysisKpiSparklineType]; export declare const AnalysisKpiVisualStandardLayoutType: { readonly Classic: "CLASSIC"; readonly Vertical: "VERTICAL"; }; export type AnalysisKpiVisualStandardLayoutType = (typeof AnalysisKpiVisualStandardLayoutType)[keyof typeof AnalysisKpiVisualStandardLayoutType]; export declare const AnalysisLayerCustomActionTrigger: { readonly DataPointClick: "DATA_POINT_CLICK"; readonly DataPointMenu: "DATA_POINT_MENU"; }; export type AnalysisLayerCustomActionTrigger = (typeof AnalysisLayerCustomActionTrigger)[keyof typeof AnalysisLayerCustomActionTrigger]; export declare const AnalysisLayoutElementType: { readonly Visual: "VISUAL"; readonly FilterControl: "FILTER_CONTROL"; readonly ParameterControl: "PARAMETER_CONTROL"; readonly TextBox: "TEXT_BOX"; readonly Image: "IMAGE"; }; export type AnalysisLayoutElementType = (typeof AnalysisLayoutElementType)[keyof typeof AnalysisLayoutElementType]; export declare const AnalysisLegendPosition: { readonly Auto: "AUTO"; readonly Right: "RIGHT"; readonly Bottom: "BOTTOM"; readonly Top: "TOP"; }; export type AnalysisLegendPosition = (typeof AnalysisLegendPosition)[keyof typeof AnalysisLegendPosition]; export declare const AnalysisLineChartLineStyle: { readonly Solid: "SOLID"; readonly Dotted: "DOTTED"; readonly Dashed: "DASHED"; }; export type AnalysisLineChartLineStyle = (typeof AnalysisLineChartLineStyle)[keyof typeof AnalysisLineChartLineStyle]; export declare const AnalysisLineChartMarkerShape: { readonly Circle: "CIRCLE"; readonly Triangle: "TRIANGLE"; readonly Square: "SQUARE"; readonly Diamond: "DIAMOND"; readonly RoundedSquare: "ROUNDED_SQUARE"; }; export type AnalysisLineChartMarkerShape = (typeof AnalysisLineChartMarkerShape)[keyof typeof AnalysisLineChartMarkerShape]; export declare const AnalysisLineChartType: { readonly Line: "LINE"; readonly Area: "AREA"; readonly StackedArea: "STACKED_AREA"; }; export type AnalysisLineChartType = (typeof AnalysisLineChartType)[keyof typeof AnalysisLineChartType]; export declare const AnalysisLineInterpolation: { readonly Linear: "LINEAR"; readonly Smooth: "SMOOTH"; readonly Stepped: "STEPPED"; }; export type AnalysisLineInterpolation = (typeof AnalysisLineInterpolation)[keyof typeof AnalysisLineInterpolation]; export declare const AnalysisMapZoomMode: { readonly Auto: "AUTO"; readonly Manual: "MANUAL"; }; export type AnalysisMapZoomMode = (typeof AnalysisMapZoomMode)[keyof typeof AnalysisMapZoomMode]; export declare const AnalysisMaximumMinimumComputationType: { readonly Maximum: "MAXIMUM"; readonly Minimum: "MINIMUM"; }; export type AnalysisMaximumMinimumComputationType = (typeof AnalysisMaximumMinimumComputationType)[keyof typeof AnalysisMaximumMinimumComputationType]; export declare const AnalysisMissingDataTreatmentOption: { readonly Interpolate: "INTERPOLATE"; readonly ShowAsZero: "SHOW_AS_ZERO"; readonly ShowAsBlank: "SHOW_AS_BLANK"; }; export type AnalysisMissingDataTreatmentOption = (typeof AnalysisMissingDataTreatmentOption)[keyof typeof AnalysisMissingDataTreatmentOption]; export declare const AnalysisNegativeValueDisplayMode: { readonly Positive: "POSITIVE"; readonly Negative: "NEGATIVE"; }; export type AnalysisNegativeValueDisplayMode = (typeof AnalysisNegativeValueDisplayMode)[keyof typeof AnalysisNegativeValueDisplayMode]; export declare const AnalysisNumberScale: { readonly None: "NONE"; readonly Auto: "AUTO"; readonly Thousands: "THOUSANDS"; readonly Millions: "MILLIONS"; readonly Billions: "BILLIONS"; readonly Trillions: "TRILLIONS"; readonly Lakhs: "LAKHS"; readonly Crores: "CRORES"; }; export type AnalysisNumberScale = (typeof AnalysisNumberScale)[keyof typeof AnalysisNumberScale]; export declare const AnalysisNumericEqualityMatchOperator: { readonly Equals: "EQUALS"; readonly DoesNotEqual: "DOES_NOT_EQUAL"; }; export type AnalysisNumericEqualityMatchOperator = (typeof AnalysisNumericEqualityMatchOperator)[keyof typeof AnalysisNumericEqualityMatchOperator]; export declare const AnalysisNumericFilterSelectAllOptions: { readonly FilterAllValues: "FILTER_ALL_VALUES"; }; export type AnalysisNumericFilterSelectAllOptions = (typeof AnalysisNumericFilterSelectAllOptions)[keyof typeof AnalysisNumericFilterSelectAllOptions]; export declare const AnalysisNumericSeparatorSymbol: { readonly Comma: "COMMA"; readonly Dot: "DOT"; readonly Space: "SPACE"; }; export type AnalysisNumericSeparatorSymbol = (typeof AnalysisNumericSeparatorSymbol)[keyof typeof AnalysisNumericSeparatorSymbol]; export declare const AnalysisOtherCategories: { readonly Include: "INCLUDE"; readonly Exclude: "EXCLUDE"; }; export type AnalysisOtherCategories = (typeof AnalysisOtherCategories)[keyof typeof AnalysisOtherCategories]; export declare const AnalysisPanelBorderStyle: { readonly Solid: "SOLID"; readonly Dashed: "DASHED"; readonly Dotted: "DOTTED"; }; export type AnalysisPanelBorderStyle = (typeof AnalysisPanelBorderStyle)[keyof typeof AnalysisPanelBorderStyle]; export declare const AnalysisPaperOrientation: { readonly Portrait: "PORTRAIT"; readonly Landscape: "LANDSCAPE"; }; export type AnalysisPaperOrientation = (typeof AnalysisPaperOrientation)[keyof typeof AnalysisPaperOrientation]; export declare const AnalysisPaperSize: { readonly UsLetter: "US_LETTER"; readonly UsLegal: "US_LEGAL"; readonly UsTabloidLedger: "US_TABLOID_LEDGER"; readonly A0: "A0"; readonly A1: "A1"; readonly A2: "A2"; readonly A3: "A3"; readonly A4: "A4"; readonly A5: "A5"; readonly JisB4: "JIS_B4"; readonly JisB5: "JIS_B5"; }; export type AnalysisPaperSize = (typeof AnalysisPaperSize)[keyof typeof AnalysisPaperSize]; export declare const AnalysisParameterValueType: { readonly MultiValued: "MULTI_VALUED"; readonly SingleValued: "SINGLE_VALUED"; }; export type AnalysisParameterValueType = (typeof AnalysisParameterValueType)[keyof typeof AnalysisParameterValueType]; export declare const AnalysisPivotTableConditionalFormattingScopeRole: { readonly Field: "FIELD"; readonly FieldTotal: "FIELD_TOTAL"; readonly GrandTotal: "GRAND_TOTAL"; }; export type AnalysisPivotTableConditionalFormattingScopeRole = (typeof AnalysisPivotTableConditionalFormattingScopeRole)[keyof typeof AnalysisPivotTableConditionalFormattingScopeRole]; export declare const AnalysisPivotTableDataPathType: { readonly HierarchyRowsLayoutColumn: "HIERARCHY_ROWS_LAYOUT_COLUMN"; readonly MultipleRowMetricsColumn: "MULTIPLE_ROW_METRICS_COLUMN"; readonly EmptyColumnHeader: "EMPTY_COLUMN_HEADER"; readonly CountMetricColumn: "COUNT_METRIC_COLUMN"; }; export type AnalysisPivotTableDataPathType = (typeof AnalysisPivotTableDataPathType)[keyof typeof AnalysisPivotTableDataPathType]; export declare const AnalysisPivotTableFieldCollapseState: { readonly Collapsed: "COLLAPSED"; readonly Expanded: "EXPANDED"; }; export type AnalysisPivotTableFieldCollapseState = (typeof AnalysisPivotTableFieldCollapseState)[keyof typeof AnalysisPivotTableFieldCollapseState]; export declare const AnalysisPivotTableMetricPlacement: { readonly Row: "ROW"; readonly Column: "COLUMN"; }; export type AnalysisPivotTableMetricPlacement = (typeof AnalysisPivotTableMetricPlacement)[keyof typeof AnalysisPivotTableMetricPlacement]; export declare const AnalysisPivotTableRowsLayout: { readonly Tabular: "TABULAR"; readonly Hierarchy: "HIERARCHY"; }; export type AnalysisPivotTableRowsLayout = (typeof AnalysisPivotTableRowsLayout)[keyof typeof AnalysisPivotTableRowsLayout]; export declare const AnalysisPivotTableSubtotalLevel: { readonly All: "ALL"; readonly Custom: "CUSTOM"; readonly Last: "LAST"; }; export type AnalysisPivotTableSubtotalLevel = (typeof AnalysisPivotTableSubtotalLevel)[keyof typeof AnalysisPivotTableSubtotalLevel]; export declare const AnalysisPluginVisualAxisName: { readonly GroupBy: "GROUP_BY"; readonly Value: "VALUE"; }; export type AnalysisPluginVisualAxisName = (typeof AnalysisPluginVisualAxisName)[keyof typeof AnalysisPluginVisualAxisName]; export declare const AnalysisPrimaryValueDisplayType: { readonly Hidden: "HIDDEN"; readonly Comparison: "COMPARISON"; readonly Actual: "ACTUAL"; }; export type AnalysisPrimaryValueDisplayType = (typeof AnalysisPrimaryValueDisplayType)[keyof typeof AnalysisPrimaryValueDisplayType]; export declare const AnalysisQueryExecutionMode: { readonly Auto: "AUTO"; readonly Manual: "MANUAL"; }; export type AnalysisQueryExecutionMode = (typeof AnalysisQueryExecutionMode)[keyof typeof AnalysisQueryExecutionMode]; export declare const AnalysisRadarChartAxesRangeScale: { readonly Auto: "AUTO"; readonly Independent: "INDEPENDENT"; readonly Shared: "SHARED"; }; export type AnalysisRadarChartAxesRangeScale = (typeof AnalysisRadarChartAxesRangeScale)[keyof typeof AnalysisRadarChartAxesRangeScale]; export declare const AnalysisRadarChartShape: { readonly Circle: "CIRCLE"; readonly Polygon: "POLYGON"; }; export type AnalysisRadarChartShape = (typeof AnalysisRadarChartShape)[keyof typeof AnalysisRadarChartShape]; export declare const AnalysisReferenceLineLabelHorizontalPosition: { readonly Left: "LEFT"; readonly Center: "CENTER"; readonly Right: "RIGHT"; }; export type AnalysisReferenceLineLabelHorizontalPosition = (typeof AnalysisReferenceLineLabelHorizontalPosition)[keyof typeof AnalysisReferenceLineLabelHorizontalPosition]; export declare const AnalysisReferenceLineLabelVerticalPosition: { readonly Above: "ABOVE"; readonly Below: "BELOW"; }; export type AnalysisReferenceLineLabelVerticalPosition = (typeof AnalysisReferenceLineLabelVerticalPosition)[keyof typeof AnalysisReferenceLineLabelVerticalPosition]; export declare const AnalysisReferenceLinePatternType: { readonly Solid: "SOLID"; readonly Dashed: "DASHED"; readonly Dotted: "DOTTED"; }; export type AnalysisReferenceLinePatternType = (typeof AnalysisReferenceLinePatternType)[keyof typeof AnalysisReferenceLinePatternType]; export declare const AnalysisReferenceLineSeriesType: { readonly Bar: "BAR"; readonly Line: "LINE"; }; export type AnalysisReferenceLineSeriesType = (typeof AnalysisReferenceLineSeriesType)[keyof typeof AnalysisReferenceLineSeriesType]; export declare const AnalysisReferenceLineValueLabelRelativePosition: { readonly BeforeCustomLabel: "BEFORE_CUSTOM_LABEL"; readonly AfterCustomLabel: "AFTER_CUSTOM_LABEL"; }; export type AnalysisReferenceLineValueLabelRelativePosition = (typeof AnalysisReferenceLineValueLabelRelativePosition)[keyof typeof AnalysisReferenceLineValueLabelRelativePosition]; export declare const AnalysisRelativeDateType: { readonly Previous: "PREVIOUS"; readonly This: "THIS"; readonly Last: "LAST"; readonly Now: "NOW"; readonly Next: "NEXT"; }; export type AnalysisRelativeDateType = (typeof AnalysisRelativeDateType)[keyof typeof AnalysisRelativeDateType]; export declare const AnalysisRelativeFontSize: { readonly ExtraSmall: "EXTRA_SMALL"; readonly Small: "SMALL"; readonly Medium: "MEDIUM"; readonly Large: "LARGE"; readonly ExtraLarge: "EXTRA_LARGE"; }; export type AnalysisRelativeFontSize = (typeof AnalysisRelativeFontSize)[keyof typeof AnalysisRelativeFontSize]; export declare const AnalysisResizeOption: { readonly Fixed: "FIXED"; readonly Responsive: "RESPONSIVE"; }; export type AnalysisResizeOption = (typeof AnalysisResizeOption)[keyof typeof AnalysisResizeOption]; export declare const AnalysisResourceStatus: { readonly CreationInProgress: "CREATION_IN_PROGRESS"; readonly CreationSuccessful: "CREATION_SUCCESSFUL"; readonly CreationFailed: "CREATION_FAILED"; readonly UpdateInProgress: "UPDATE_IN_PROGRESS"; readonly UpdateSuccessful: "UPDATE_SUCCESSFUL"; readonly UpdateFailed: "UPDATE_FAILED"; readonly PendingUpdate: "PENDING_UPDATE"; readonly Deleted: "DELETED"; }; export type AnalysisResourceStatus = (typeof AnalysisResourceStatus)[keyof typeof AnalysisResourceStatus]; export declare const AnalysisSectionPageBreakStatus: { readonly Enabled: "ENABLED"; readonly Disabled: "DISABLED"; }; export type AnalysisSectionPageBreakStatus = (typeof AnalysisSectionPageBreakStatus)[keyof typeof AnalysisSectionPageBreakStatus]; export declare const AnalysisSelectAllValueOptions: { readonly AllValues: "ALL_VALUES"; }; export type AnalysisSelectAllValueOptions = (typeof AnalysisSelectAllValueOptions)[keyof typeof AnalysisSelectAllValueOptions]; export declare const AnalysisSelectedFieldOptions: { readonly AllFields: "ALL_FIELDS"; }; export type AnalysisSelectedFieldOptions = (typeof AnalysisSelectedFieldOptions)[keyof typeof AnalysisSelectedFieldOptions]; export declare const AnalysisSelectedTooltipType: { readonly Basic: "BASIC"; readonly Detailed: "DETAILED"; }; export type AnalysisSelectedTooltipType = (typeof AnalysisSelectedTooltipType)[keyof typeof AnalysisSelectedTooltipType]; export declare const AnalysisSheetContentType: { readonly Paginated: "PAGINATED"; readonly Interactive: "INTERACTIVE"; }; export type AnalysisSheetContentType = (typeof AnalysisSheetContentType)[keyof typeof AnalysisSheetContentType]; export declare const AnalysisSheetControlDateTimePickerType: { readonly SingleValued: "SINGLE_VALUED"; readonly DateRange: "DATE_RANGE"; }; export type AnalysisSheetControlDateTimePickerType = (typeof AnalysisSheetControlDateTimePickerType)[keyof typeof AnalysisSheetControlDateTimePickerType]; export declare const AnalysisSheetControlListType: { readonly MultiSelect: "MULTI_SELECT"; readonly SingleSelect: "SINGLE_SELECT"; }; export type AnalysisSheetControlListType = (typeof AnalysisSheetControlListType)[keyof typeof AnalysisSheetControlListType]; export declare const AnalysisSheetControlSliderType: { readonly SinglePoint: "SINGLE_POINT"; readonly Range: "RANGE"; }; export type AnalysisSheetControlSliderType = (typeof AnalysisSheetControlSliderType)[keyof typeof AnalysisSheetControlSliderType]; export declare const AnalysisSheetImageScalingType: { readonly ScaleToWidth: "SCALE_TO_WIDTH"; readonly ScaleToHeight: "SCALE_TO_HEIGHT"; readonly ScaleToContainer: "SCALE_TO_CONTAINER"; readonly ScaleNone: "SCALE_NONE"; }; export type AnalysisSheetImageScalingType = (typeof AnalysisSheetImageScalingType)[keyof typeof AnalysisSheetImageScalingType]; export declare const AnalysisSimpleAttributeAggregationFunction: { readonly UniqueValue: "UNIQUE_VALUE"; }; export type AnalysisSimpleAttributeAggregationFunction = (typeof AnalysisSimpleAttributeAggregationFunction)[keyof typeof AnalysisSimpleAttributeAggregationFunction]; export declare const AnalysisSimpleNumericalAggregationFunction: { readonly Sum: "SUM"; readonly Average: "AVERAGE"; readonly Min: "MIN"; readonly Max: "MAX"; readonly Count: "COUNT"; readonly DistinctCount: "DISTINCT_COUNT"; readonly Var: "VAR"; readonly Varp: "VARP"; readonly Stdev: "STDEV"; readonly Stdevp: "STDEVP"; readonly Median: "MEDIAN"; }; export type AnalysisSimpleNumericalAggregationFunction = (typeof AnalysisSimpleNumericalAggregationFunction)[keyof typeof AnalysisSimpleNumericalAggregationFunction]; export declare const AnalysisSimpleTotalAggregationFunction: { readonly Default: "DEFAULT"; readonly Sum: "SUM"; readonly Average: "AVERAGE"; readonly Min: "MIN"; readonly Max: "MAX"; readonly None: "NONE"; }; export type AnalysisSimpleTotalAggregationFunction = (typeof AnalysisSimpleTotalAggregationFunction)[keyof typeof AnalysisSimpleTotalAggregationFunction]; export declare const AnalysisSingleYAxisOption: { readonly PrimaryYAxis: "PRIMARY_Y_AXIS"; }; export type AnalysisSingleYAxisOption = (typeof AnalysisSingleYAxisOption)[keyof typeof AnalysisSingleYAxisOption]; export declare const AnalysisSmallMultiplesAxisPlacement: { readonly Outside: "OUTSIDE"; readonly Inside: "INSIDE"; }; export type AnalysisSmallMultiplesAxisPlacement = (typeof AnalysisSmallMultiplesAxisPlacement)[keyof typeof AnalysisSmallMultiplesAxisPlacement]; export declare const AnalysisSmallMultiplesAxisScale: { readonly Shared: "SHARED"; readonly Independent: "INDEPENDENT"; }; export type AnalysisSmallMultiplesAxisScale = (typeof AnalysisSmallMultiplesAxisScale)[keyof typeof AnalysisSmallMultiplesAxisScale]; export declare const AnalysisSortDirection: { readonly Asc: "ASC"; readonly Desc: "DESC"; }; export type AnalysisSortDirection = (typeof AnalysisSortDirection)[keyof typeof AnalysisSortDirection]; export declare const AnalysisSpecialValue: { readonly Empty: "EMPTY"; readonly Null: "NULL"; readonly Other: "OTHER"; }; export type AnalysisSpecialValue = (typeof AnalysisSpecialValue)[keyof typeof AnalysisSpecialValue]; export declare const AnalysisStyledCellType: { readonly Total: "TOTAL"; readonly MetricHeader: "METRIC_HEADER"; readonly Value: "VALUE"; }; export type AnalysisStyledCellType = (typeof AnalysisStyledCellType)[keyof typeof AnalysisStyledCellType]; export declare const AnalysisTableBorderStyle: { readonly None: "NONE"; readonly Solid: "SOLID"; }; export type AnalysisTableBorderStyle = (typeof AnalysisTableBorderStyle)[keyof typeof AnalysisTableBorderStyle]; export declare const AnalysisTableCellImageScalingConfiguration: { readonly FitToCellHeight: "FIT_TO_CELL_HEIGHT"; readonly FitToCellWidth: "FIT_TO_CELL_WIDTH"; readonly DoNotScale: "DO_NOT_SCALE"; }; export type AnalysisTableCellImageScalingConfiguration = (typeof AnalysisTableCellImageScalingConfiguration)[keyof typeof AnalysisTableCellImageScalingConfiguration]; export declare const AnalysisTableFieldIconSetType: { readonly Link: "LINK"; }; export type AnalysisTableFieldIconSetType = (typeof AnalysisTableFieldIconSetType)[keyof typeof AnalysisTableFieldIconSetType]; export declare const AnalysisTableOrientation: { readonly Vertical: "VERTICAL"; readonly Horizontal: "HORIZONTAL"; }; export type AnalysisTableOrientation = (typeof AnalysisTableOrientation)[keyof typeof AnalysisTableOrientation]; export declare const AnalysisTableTotalsPlacement: { readonly Start: "START"; readonly End: "END"; readonly Auto: "AUTO"; }; export type AnalysisTableTotalsPlacement = (typeof AnalysisTableTotalsPlacement)[keyof typeof AnalysisTableTotalsPlacement]; export declare const AnalysisTableTotalsScrollStatus: { readonly Pinned: "PINNED"; readonly Scrolled: "SCROLLED"; }; export type AnalysisTableTotalsScrollStatus = (typeof AnalysisTableTotalsScrollStatus)[keyof typeof AnalysisTableTotalsScrollStatus]; export declare const AnalysisTargetVisualOptions: { readonly AllVisuals: "ALL_VISUALS"; }; export type AnalysisTargetVisualOptions = (typeof AnalysisTargetVisualOptions)[keyof typeof AnalysisTargetVisualOptions]; export declare const AnalysisTextWrap: { readonly None: "NONE"; readonly Wrap: "WRAP"; }; export type AnalysisTextWrap = (typeof AnalysisTextWrap)[keyof typeof AnalysisTextWrap]; export declare const AnalysisTimeGranularity: { readonly Year: "YEAR"; readonly Quarter: "QUARTER"; readonly Month: "MONTH"; readonly Week: "WEEK"; readonly Day: "DAY"; readonly Hour: "HOUR"; readonly Minute: "MINUTE"; readonly Second: "SECOND"; readonly Millisecond: "MILLISECOND"; }; export type AnalysisTimeGranularity = (typeof AnalysisTimeGranularity)[keyof typeof AnalysisTimeGranularity]; export declare const AnalysisTooltipTarget: { readonly Both: "BOTH"; readonly Bar: "BAR"; readonly Line: "LINE"; }; export type AnalysisTooltipTarget = (typeof AnalysisTooltipTarget)[keyof typeof AnalysisTooltipTarget]; export declare const AnalysisTooltipTitleType: { readonly None: "NONE"; readonly PrimaryValue: "PRIMARY_VALUE"; }; export type AnalysisTooltipTitleType = (typeof AnalysisTooltipTitleType)[keyof typeof AnalysisTooltipTitleType]; export declare const AnalysisTopBottomComputationType: { readonly Top: "TOP"; readonly Bottom: "BOTTOM"; }; export type AnalysisTopBottomComputationType = (typeof AnalysisTopBottomComputationType)[keyof typeof AnalysisTopBottomComputationType]; export declare const AnalysisTopBottomSortOrder: { readonly PercentDifference: "PERCENT_DIFFERENCE"; readonly AbsoluteDifference: "ABSOLUTE_DIFFERENCE"; }; export type AnalysisTopBottomSortOrder = (typeof AnalysisTopBottomSortOrder)[keyof typeof AnalysisTopBottomSortOrder]; export declare const AnalysisTransposedColumnType: { readonly RowHeaderColumn: "ROW_HEADER_COLUMN"; readonly ValueColumn: "VALUE_COLUMN"; }; export type AnalysisTransposedColumnType = (typeof AnalysisTransposedColumnType)[keyof typeof AnalysisTransposedColumnType]; export declare const AnalysisUrlTargetConfiguration: { readonly NewTab: "NEW_TAB"; readonly NewWindow: "NEW_WINDOW"; readonly SameTab: "SAME_TAB"; }; export type AnalysisUrlTargetConfiguration = (typeof AnalysisUrlTargetConfiguration)[keyof typeof AnalysisUrlTargetConfiguration]; export declare const AnalysisValidationStrategyMode: { readonly Strict: "STRICT"; readonly Lenient: "LENIENT"; }; export type AnalysisValidationStrategyMode = (typeof AnalysisValidationStrategyMode)[keyof typeof AnalysisValidationStrategyMode]; export declare const AnalysisValueWhenUnsetOption: { readonly RecommendedValue: "RECOMMENDED_VALUE"; readonly Null: "NULL"; }; export type AnalysisValueWhenUnsetOption = (typeof AnalysisValueWhenUnsetOption)[keyof typeof AnalysisValueWhenUnsetOption]; export declare const AnalysisVerticalTextAlignment: { readonly Top: "TOP"; readonly Middle: "MIDDLE"; readonly Bottom: "BOTTOM"; readonly Auto: "AUTO"; }; export type AnalysisVerticalTextAlignment = (typeof AnalysisVerticalTextAlignment)[keyof typeof AnalysisVerticalTextAlignment]; export declare const AnalysisVisibility: { readonly Hidden: "HIDDEN"; readonly Visible: "VISIBLE"; }; export type AnalysisVisibility = (typeof AnalysisVisibility)[keyof typeof AnalysisVisibility]; export declare const AnalysisVisualCustomActionTrigger: { readonly DataPointClick: "DATA_POINT_CLICK"; readonly DataPointMenu: "DATA_POINT_MENU"; }; export type AnalysisVisualCustomActionTrigger = (typeof AnalysisVisualCustomActionTrigger)[keyof typeof AnalysisVisualCustomActionTrigger]; export declare const AnalysisWidgetStatus: { readonly Enabled: "ENABLED"; readonly Disabled: "DISABLED"; }; export type AnalysisWidgetStatus = (typeof AnalysisWidgetStatus)[keyof typeof AnalysisWidgetStatus]; export declare const AnalysisWordCloudCloudLayout: { readonly Fluid: "FLUID"; readonly Normal: "NORMAL"; }; export type AnalysisWordCloudCloudLayout = (typeof AnalysisWordCloudCloudLayout)[keyof typeof AnalysisWordCloudCloudLayout]; export declare const AnalysisWordCloudWordCasing: { readonly LowerCase: "LOWER_CASE"; readonly ExistingCase: "EXISTING_CASE"; }; export type AnalysisWordCloudWordCasing = (typeof AnalysisWordCloudWordCasing)[keyof typeof AnalysisWordCloudWordCasing]; export declare const AnalysisWordCloudWordOrientation: { readonly Horizontal: "HORIZONTAL"; readonly HorizontalAndVertical: "HORIZONTAL_AND_VERTICAL"; }; export type AnalysisWordCloudWordOrientation = (typeof AnalysisWordCloudWordOrientation)[keyof typeof AnalysisWordCloudWordOrientation]; export declare const AnalysisWordCloudWordPadding: { readonly None: "NONE"; readonly Small: "SMALL"; readonly Medium: "MEDIUM"; readonly Large: "LARGE"; }; export type AnalysisWordCloudWordPadding = (typeof AnalysisWordCloudWordPadding)[keyof typeof AnalysisWordCloudWordPadding]; export declare const AnalysisWordCloudWordScaling: { readonly Emphasize: "EMPHASIZE"; readonly Normal: "NORMAL"; }; export type AnalysisWordCloudWordScaling = (typeof AnalysisWordCloudWordScaling)[keyof typeof AnalysisWordCloudWordScaling]; export declare const CustomPermissionsCapabilityState: { readonly Deny: "DENY"; }; export type CustomPermissionsCapabilityState = (typeof CustomPermissionsCapabilityState)[keyof typeof CustomPermissionsCapabilityState]; export declare const DashboardAnchorOption: { readonly Now: "NOW"; }; export type DashboardAnchorOption = (typeof DashboardAnchorOption)[keyof typeof DashboardAnchorOption]; export declare const DashboardArcThickness: { readonly Small: "SMALL"; readonly Medium: "MEDIUM"; readonly Large: "LARGE"; readonly Whole: "WHOLE"; }; export type DashboardArcThickness = (typeof DashboardArcThickness)[keyof typeof DashboardArcThickness]; export declare const DashboardArcThicknessOptions: { readonly Small: "SMALL"; readonly Medium: "MEDIUM"; readonly Large: "LARGE"; }; export type DashboardArcThicknessOptions = (typeof DashboardArcThicknessOptions)[keyof typeof DashboardArcThicknessOptions]; export declare const DashboardAxisBinding: { readonly PrimaryYaxis: "PRIMARY_YAXIS"; readonly SecondaryYaxis: "SECONDARY_YAXIS"; }; export type DashboardAxisBinding = (typeof DashboardAxisBinding)[keyof typeof DashboardAxisBinding]; export declare const DashboardBarChartOrientation: { readonly Horizontal: "HORIZONTAL"; readonly Vertical: "VERTICAL"; }; export type DashboardBarChartOrientation = (typeof DashboardBarChartOrientation)[keyof typeof DashboardBarChartOrientation]; export declare const DashboardBarsArrangement: { readonly Clustered: "CLUSTERED"; readonly Stacked: "STACKED"; readonly StackedPercent: "STACKED_PERCENT"; }; export type DashboardBarsArrangement = (typeof DashboardBarsArrangement)[keyof typeof DashboardBarsArrangement]; export declare const DashboardBaseMapStyleType: { readonly LightGray: "LIGHT_GRAY"; readonly DarkGray: "DARK_GRAY"; readonly Street: "STREET"; readonly Imagery: "IMAGERY"; }; export type DashboardBaseMapStyleType = (typeof DashboardBaseMapStyleType)[keyof typeof DashboardBaseMapStyleType]; export declare const DashboardBehavior: { readonly Enabled: "ENABLED"; readonly Disabled: "DISABLED"; }; export type DashboardBehavior = (typeof DashboardBehavior)[keyof typeof DashboardBehavior]; export declare const DashboardBoxPlotFillStyle: { readonly Solid: "SOLID"; readonly Transparent: "TRANSPARENT"; }; export type DashboardBoxPlotFillStyle = (typeof DashboardBoxPlotFillStyle)[keyof typeof DashboardBoxPlotFillStyle]; export declare const DashboardCategoricalAggregationFunction: { readonly Count: "COUNT"; readonly DistinctCount: "DISTINCT_COUNT"; }; export type DashboardCategoricalAggregationFunction = (typeof DashboardCategoricalAggregationFunction)[keyof typeof DashboardCategoricalAggregationFunction]; export declare const DashboardCategoryFilterMatchOperator: { readonly Equals: "EQUALS"; readonly DoesNotEqual: "DOES_NOT_EQUAL"; readonly Contains: "CONTAINS"; readonly DoesNotContain: "DOES_NOT_CONTAIN"; readonly StartsWith: "STARTS_WITH"; readonly EndsWith: "ENDS_WITH"; }; export type DashboardCategoryFilterMatchOperator = (typeof DashboardCategoryFilterMatchOperator)[keyof typeof DashboardCategoryFilterMatchOperator]; export declare const DashboardCategoryFilterSelectAllOptions: { readonly FilterAllValues: "FILTER_ALL_VALUES"; }; export type DashboardCategoryFilterSelectAllOptions = (typeof DashboardCategoryFilterSelectAllOptions)[keyof typeof DashboardCategoryFilterSelectAllOptions]; export declare const DashboardColorFillType: { readonly Discrete: "DISCRETE"; readonly Gradient: "GRADIENT"; }; export type DashboardColorFillType = (typeof DashboardColorFillType)[keyof typeof DashboardColorFillType]; export declare const DashboardColumnRole: { readonly Dimension: "DIMENSION"; readonly Measure: "MEASURE"; }; export type DashboardColumnRole = (typeof DashboardColumnRole)[keyof typeof DashboardColumnRole]; export declare const DashboardCommitMode: { readonly Auto: "AUTO"; readonly Manual: "MANUAL"; }; export type DashboardCommitMode = (typeof DashboardCommitMode)[keyof typeof DashboardCommitMode]; export declare const DashboardComparisonMethod: { readonly Difference: "DIFFERENCE"; readonly PercentDifference: "PERCENT_DIFFERENCE"; readonly Percent: "PERCENT"; }; export type DashboardComparisonMethod = (typeof DashboardComparisonMethod)[keyof typeof DashboardComparisonMethod]; export declare const DashboardConditionalFormattingIconDisplayOption: { readonly IconOnly: "ICON_ONLY"; }; export type DashboardConditionalFormattingIconDisplayOption = (typeof DashboardConditionalFormattingIconDisplayOption)[keyof typeof DashboardConditionalFormattingIconDisplayOption]; export declare const DashboardConditionalFormattingIconSetType: { readonly PlusMinus: "PLUS_MINUS"; readonly CheckX: "CHECK_X"; readonly ThreeColorArrow: "THREE_COLOR_ARROW"; readonly ThreeGrayArrow: "THREE_GRAY_ARROW"; readonly CaretUpMinusDown: "CARET_UP_MINUS_DOWN"; readonly ThreeShape: "THREE_SHAPE"; readonly ThreeCircle: "THREE_CIRCLE"; readonly Flags: "FLAGS"; readonly Bars: "BARS"; readonly FourColorArrow: "FOUR_COLOR_ARROW"; readonly FourGrayArrow: "FOUR_GRAY_ARROW"; }; export type DashboardConditionalFormattingIconSetType = (typeof DashboardConditionalFormattingIconSetType)[keyof typeof DashboardConditionalFormattingIconSetType]; export declare const DashboardCrossDatasetTypes: { readonly AllDatasets: "ALL_DATASETS"; readonly SingleDataset: "SINGLE_DATASET"; }; export type DashboardCrossDatasetTypes = (typeof DashboardCrossDatasetTypes)[keyof typeof DashboardCrossDatasetTypes]; export declare const DashboardCustomContentImageScalingConfiguration: { readonly FitToHeight: "FIT_TO_HEIGHT"; readonly FitToWidth: "FIT_TO_WIDTH"; readonly DoNotScale: "DO_NOT_SCALE"; readonly ScaleToVisual: "SCALE_TO_VISUAL"; }; export type DashboardCustomContentImageScalingConfiguration = (typeof DashboardCustomContentImageScalingConfiguration)[keyof typeof DashboardCustomContentImageScalingConfiguration]; export declare const DashboardCustomContentType: { readonly Image: "IMAGE"; readonly OtherEmbeddedContent: "OTHER_EMBEDDED_CONTENT"; }; export type DashboardCustomContentType = (typeof DashboardCustomContentType)[keyof typeof DashboardCustomContentType]; export declare const DashboardDataLabelContent: { readonly Value: "VALUE"; readonly Percent: "PERCENT"; readonly ValueAndPercent: "VALUE_AND_PERCENT"; }; export type DashboardDataLabelContent = (typeof DashboardDataLabelContent)[keyof typeof DashboardDataLabelContent]; export declare const DashboardDataLabelOverlap: { readonly DisableOverlap: "DISABLE_OVERLAP"; readonly EnableOverlap: "ENABLE_OVERLAP"; }; export type DashboardDataLabelOverlap = (typeof DashboardDataLabelOverlap)[keyof typeof DashboardDataLabelOverlap]; export declare const DashboardDataLabelPosition: { readonly Inside: "INSIDE"; readonly Outside: "OUTSIDE"; readonly Left: "LEFT"; readonly Top: "TOP"; readonly Bottom: "BOTTOM"; readonly Right: "RIGHT"; }; export type DashboardDataLabelPosition = (typeof DashboardDataLabelPosition)[keyof typeof DashboardDataLabelPosition]; export declare const DashboardDateAggregationFunction: { readonly Count: "COUNT"; readonly DistinctCount: "DISTINCT_COUNT"; readonly Min: "MIN"; readonly Max: "MAX"; }; export type DashboardDateAggregationFunction = (typeof DashboardDateAggregationFunction)[keyof typeof DashboardDateAggregationFunction]; export declare const DashboardDayOfTheWeek: { readonly Sunday: "SUNDAY"; readonly Monday: "MONDAY"; readonly Tuesday: "TUESDAY"; readonly Wednesday: "WEDNESDAY"; readonly Thursday: "THURSDAY"; readonly Friday: "FRIDAY"; readonly Saturday: "SATURDAY"; }; export type DashboardDayOfTheWeek = (typeof DashboardDayOfTheWeek)[keyof typeof DashboardDayOfTheWeek]; export declare const DashboardDigitGroupingStyle: { readonly Default: "DEFAULT"; readonly Lakhs: "LAKHS"; }; export type DashboardDigitGroupingStyle = (typeof DashboardDigitGroupingStyle)[keyof typeof DashboardDigitGroupingStyle]; export declare const DashboardErrorType: { readonly AccessDenied: "ACCESS_DENIED"; readonly SourceNotFound: "SOURCE_NOT_FOUND"; readonly DataSetNotFound: "DATA_SET_NOT_FOUND"; readonly InternalFailure: "INTERNAL_FAILURE"; readonly ParameterValueIncompatible: "PARAMETER_VALUE_INCOMPATIBLE"; readonly ParameterTypeInvalid: "PARAMETER_TYPE_INVALID"; readonly ParameterNotFound: "PARAMETER_NOT_FOUND"; readonly ColumnTypeMismatch: "COLUMN_TYPE_MISMATCH"; readonly ColumnGeographicRoleMismatch: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH"; readonly ColumnReplacementMissing: "COLUMN_REPLACEMENT_MISSING";