@aws-sdk/client-quicksight 3.947.0 → 3.950.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +415 -101
  3. package/dist-es/QuickSight.js +2 -0
  4. package/dist-es/commands/GetIdentityContextCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +49 -17
  7. package/dist-es/schemas/schemas_0.js +349 -84
  8. package/dist-types/QuickSight.d.ts +7 -0
  9. package/dist-types/QuickSightClient.d.ts +3 -2
  10. package/dist-types/commands/CreateAnalysisCommand.d.ts +194 -0
  11. package/dist-types/commands/CreateDashboardCommand.d.ts +194 -0
  12. package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateDataSourceCommand.d.ts +5 -0
  14. package/dist-types/commands/CreateTemplateCommand.d.ts +194 -0
  15. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +194 -0
  16. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +194 -0
  17. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +19 -0
  18. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +89 -0
  19. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +194 -0
  20. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  28. package/dist-types/commands/GetIdentityContextCommand.d.ts +143 -0
  29. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +55 -0
  30. package/dist-types/commands/UpdateAnalysisCommand.d.ts +194 -0
  31. package/dist-types/commands/UpdateDashboardCommand.d.ts +194 -0
  32. package/dist-types/commands/UpdateDataSourceCommand.d.ts +5 -0
  33. package/dist-types/commands/UpdateTemplateCommand.d.ts +194 -0
  34. package/dist-types/commands/index.d.ts +1 -0
  35. package/dist-types/models/enums.d.ts +97 -41
  36. package/dist-types/models/models_0.d.ts +265 -162
  37. package/dist-types/models/models_1.d.ts +615 -822
  38. package/dist-types/models/models_2.d.ts +5138 -5090
  39. package/dist-types/models/models_3.d.ts +3935 -3902
  40. package/dist-types/models/models_4.d.ts +727 -7
  41. package/dist-types/schemas/schemas_0.d.ts +33 -0
  42. package/dist-types/ts3.4/QuickSight.d.ts +17 -0
  43. package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
  44. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetIdentityContextCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  55. package/dist-types/ts3.4/models/enums.d.ts +61 -23
  56. package/dist-types/ts3.4/models/models_0.d.ts +41 -38
  57. package/dist-types/ts3.4/models/models_1.d.ts +140 -164
  58. package/dist-types/ts3.4/models/models_2.d.ts +174 -176
  59. package/dist-types/ts3.4/models/models_3.d.ts +183 -147
  60. package/dist-types/ts3.4/models/models_4.d.ts +189 -13
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +33 -0
  62. package/package.json +3 -3
@@ -957,6 +957,14 @@ declare const UpdateTemplateCommand_base: {
957
957
  * },
958
958
  * },
959
959
  * ],
960
+ * DashboardCustomizationVisualOptions: { // DashboardCustomizationVisualOptions
961
+ * FieldsConfiguration: { // VisualCustomizationFieldsConfiguration
962
+ * Status: "ENABLED" || "DISABLED",
963
+ * AdditionalFields: [ // VisualCustomizationAdditionalFieldsList
964
+ * "<ColumnIdentifier>",
965
+ * ],
966
+ * },
967
+ * },
960
968
  * Interactions: { // VisualInteractionOptions
961
969
  * VisualMenuOption: { // VisualMenuOption
962
970
  * AvailabilityStatus: "ENABLED" || "DISABLED",
@@ -1469,6 +1477,14 @@ declare const UpdateTemplateCommand_base: {
1469
1477
  * VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
1470
1478
  * OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
1471
1479
  * },
1480
+ * DashboardCustomizationVisualOptions: {
1481
+ * FieldsConfiguration: {
1482
+ * Status: "ENABLED" || "DISABLED",
1483
+ * AdditionalFields: [
1484
+ * "<ColumnIdentifier>",
1485
+ * ],
1486
+ * },
1487
+ * },
1472
1488
  * Interactions: {
1473
1489
  * VisualMenuOption: {
1474
1490
  * AvailabilityStatus: "ENABLED" || "DISABLED",
@@ -1946,6 +1962,59 @@ declare const UpdateTemplateCommand_base: {
1946
1962
  * },
1947
1963
  * ],
1948
1964
  * },
1965
+ * DefaultSeriesSettings: { // BarChartDefaultSeriesSettings
1966
+ * DecalSettings: { // DecalSettings
1967
+ * ElementValue: "STRING_VALUE",
1968
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
1969
+ * DecalColor: "STRING_VALUE",
1970
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
1971
+ * DecalStyleType: "Manual" || "Auto",
1972
+ * },
1973
+ * BorderSettings: { // BorderSettings
1974
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
1975
+ * BorderWidth: "STRING_VALUE",
1976
+ * BorderColor: "STRING_VALUE",
1977
+ * },
1978
+ * },
1979
+ * Series: [ // BarSeriesItemList
1980
+ * { // BarSeriesItem
1981
+ * FieldBarSeriesItem: { // FieldBarSeriesItem
1982
+ * FieldId: "STRING_VALUE", // required
1983
+ * Settings: { // BarChartSeriesSettings
1984
+ * DecalSettings: {
1985
+ * ElementValue: "STRING_VALUE",
1986
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
1987
+ * DecalColor: "STRING_VALUE",
1988
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
1989
+ * DecalStyleType: "Manual" || "Auto",
1990
+ * },
1991
+ * BorderSettings: {
1992
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
1993
+ * BorderWidth: "STRING_VALUE",
1994
+ * BorderColor: "STRING_VALUE",
1995
+ * },
1996
+ * },
1997
+ * },
1998
+ * DataFieldBarSeriesItem: { // DataFieldBarSeriesItem
1999
+ * FieldId: "STRING_VALUE", // required
2000
+ * FieldValue: "STRING_VALUE",
2001
+ * Settings: {
2002
+ * DecalSettings: {
2003
+ * ElementValue: "STRING_VALUE",
2004
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
2005
+ * DecalColor: "STRING_VALUE",
2006
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
2007
+ * DecalStyleType: "Manual" || "Auto",
2008
+ * },
2009
+ * BorderSettings: {
2010
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
2011
+ * BorderWidth: "STRING_VALUE",
2012
+ * BorderColor: "STRING_VALUE",
2013
+ * },
2014
+ * },
2015
+ * },
2016
+ * },
2017
+ * ],
1949
2018
  * Legend: { // LegendOptions
1950
2019
  * Visibility: "HIDDEN" || "VISIBLE",
1951
2020
  * Title: "<LabelOptions>",
@@ -3182,6 +3251,13 @@ declare const UpdateTemplateCommand_base: {
3182
3251
  * MarkerSize: "STRING_VALUE",
3183
3252
  * MarkerColor: "STRING_VALUE",
3184
3253
  * },
3254
+ * DecalSettings: {
3255
+ * ElementValue: "STRING_VALUE",
3256
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
3257
+ * DecalColor: "STRING_VALUE",
3258
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
3259
+ * DecalStyleType: "Manual" || "Auto",
3260
+ * },
3185
3261
  * },
3186
3262
  * Series: [ // SeriesItemList
3187
3263
  * { // SeriesItem
@@ -3201,6 +3277,13 @@ declare const UpdateTemplateCommand_base: {
3201
3277
  * MarkerSize: "STRING_VALUE",
3202
3278
  * MarkerColor: "STRING_VALUE",
3203
3279
  * },
3280
+ * DecalSettings: {
3281
+ * ElementValue: "STRING_VALUE",
3282
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
3283
+ * DecalColor: "STRING_VALUE",
3284
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
3285
+ * DecalStyleType: "Manual" || "Auto",
3286
+ * },
3204
3287
  * },
3205
3288
  * },
3206
3289
  * DataFieldSeriesItem: { // DataFieldSeriesItem
@@ -3220,6 +3303,7 @@ declare const UpdateTemplateCommand_base: {
3220
3303
  * MarkerSize: "STRING_VALUE",
3221
3304
  * MarkerColor: "STRING_VALUE",
3222
3305
  * },
3306
+ * DecalSettings: "<DecalSettings>",
3223
3307
  * },
3224
3308
  * },
3225
3309
  * },
@@ -3617,6 +3701,30 @@ declare const UpdateTemplateCommand_base: {
3617
3701
  * ColumnHierarchies: "<ColumnHierarchyList>",
3618
3702
  * Actions: "<VisualCustomActionList>",
3619
3703
  * VisualContentAltText: "STRING_VALUE",
3704
+ * GeocodingPreferences: [ // GeocodePreferenceList
3705
+ * { // GeocodePreference
3706
+ * RequestKey: { // GeocoderHierarchy
3707
+ * Country: "STRING_VALUE",
3708
+ * State: "STRING_VALUE",
3709
+ * County: "STRING_VALUE",
3710
+ * City: "STRING_VALUE",
3711
+ * PostCode: "STRING_VALUE",
3712
+ * },
3713
+ * Preference: { // GeocodePreferenceValue Union: only one key present
3714
+ * GeocoderHierarchy: {
3715
+ * Country: "STRING_VALUE",
3716
+ * State: "STRING_VALUE",
3717
+ * County: "STRING_VALUE",
3718
+ * City: "STRING_VALUE",
3719
+ * PostCode: "STRING_VALUE",
3720
+ * },
3721
+ * Coordinate: { // Coordinate
3722
+ * Latitude: Number("double"), // required
3723
+ * Longitude: Number("double"), // required
3724
+ * },
3725
+ * },
3726
+ * },
3727
+ * ],
3620
3728
  * },
3621
3729
  * FilledMapVisual: { // FilledMapVisual
3622
3730
  * VisualId: "STRING_VALUE", // required
@@ -3667,6 +3775,30 @@ declare const UpdateTemplateCommand_base: {
3667
3775
  * ColumnHierarchies: "<ColumnHierarchyList>",
3668
3776
  * Actions: "<VisualCustomActionList>",
3669
3777
  * VisualContentAltText: "STRING_VALUE",
3778
+ * GeocodingPreferences: [
3779
+ * {
3780
+ * RequestKey: {
3781
+ * Country: "STRING_VALUE",
3782
+ * State: "STRING_VALUE",
3783
+ * County: "STRING_VALUE",
3784
+ * City: "STRING_VALUE",
3785
+ * PostCode: "STRING_VALUE",
3786
+ * },
3787
+ * Preference: {// Union: only one key present
3788
+ * GeocoderHierarchy: {
3789
+ * Country: "STRING_VALUE",
3790
+ * State: "STRING_VALUE",
3791
+ * County: "STRING_VALUE",
3792
+ * City: "STRING_VALUE",
3793
+ * PostCode: "STRING_VALUE",
3794
+ * },
3795
+ * Coordinate: {
3796
+ * Latitude: Number("double"), // required
3797
+ * Longitude: Number("double"), // required
3798
+ * },
3799
+ * },
3800
+ * },
3801
+ * ],
3670
3802
  * },
3671
3803
  * LayerMapVisual: { // LayerMapVisual
3672
3804
  * VisualId: "STRING_VALUE", // required
@@ -4053,6 +4185,63 @@ declare const UpdateTemplateCommand_base: {
4053
4185
  * },
4054
4186
  * },
4055
4187
  * ColorLabelOptions: "<ChartAxisLabelOptions>",
4188
+ * DefaultSeriesSettings: { // ComboChartDefaultSeriesSettings
4189
+ * LineStyleSettings: {
4190
+ * LineVisibility: "HIDDEN" || "VISIBLE",
4191
+ * LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
4192
+ * LineStyle: "SOLID" || "DOTTED" || "DASHED",
4193
+ * LineWidth: "STRING_VALUE",
4194
+ * },
4195
+ * MarkerStyleSettings: {
4196
+ * MarkerVisibility: "HIDDEN" || "VISIBLE",
4197
+ * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
4198
+ * MarkerSize: "STRING_VALUE",
4199
+ * MarkerColor: "STRING_VALUE",
4200
+ * },
4201
+ * DecalSettings: "<DecalSettings>",
4202
+ * BorderSettings: {
4203
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
4204
+ * BorderWidth: "STRING_VALUE",
4205
+ * BorderColor: "STRING_VALUE",
4206
+ * },
4207
+ * },
4208
+ * Series: [ // ComboSeriesItemList
4209
+ * { // ComboSeriesItem
4210
+ * FieldComboSeriesItem: { // FieldComboSeriesItem
4211
+ * FieldId: "STRING_VALUE", // required
4212
+ * Settings: { // ComboChartSeriesSettings
4213
+ * LineStyleSettings: {
4214
+ * LineVisibility: "HIDDEN" || "VISIBLE",
4215
+ * LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
4216
+ * LineStyle: "SOLID" || "DOTTED" || "DASHED",
4217
+ * LineWidth: "STRING_VALUE",
4218
+ * },
4219
+ * MarkerStyleSettings: {
4220
+ * MarkerVisibility: "HIDDEN" || "VISIBLE",
4221
+ * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
4222
+ * MarkerSize: "STRING_VALUE",
4223
+ * MarkerColor: "STRING_VALUE",
4224
+ * },
4225
+ * DecalSettings: "<DecalSettings>",
4226
+ * BorderSettings: {
4227
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
4228
+ * BorderWidth: "STRING_VALUE",
4229
+ * BorderColor: "STRING_VALUE",
4230
+ * },
4231
+ * },
4232
+ * },
4233
+ * DataFieldComboSeriesItem: { // DataFieldComboSeriesItem
4234
+ * FieldId: "STRING_VALUE", // required
4235
+ * FieldValue: "STRING_VALUE",
4236
+ * Settings: {
4237
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
4238
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
4239
+ * DecalSettings: "<DecalSettings>",
4240
+ * BorderSettings: "<BorderSettings>",
4241
+ * },
4242
+ * },
4243
+ * },
4244
+ * ],
4056
4245
  * Legend: "<LegendOptions>",
4057
4246
  * BarDataLabels: "<DataLabelOptions>",
4058
4247
  * LineDataLabels: "<DataLabelOptions>",
@@ -5450,6 +5639,11 @@ declare const UpdateTemplateCommand_base: {
5450
5639
  * },
5451
5640
  * ],
5452
5641
  * },
5642
+ * DecalSettingsConfiguration: { // DecalSettingsConfiguration
5643
+ * CustomDecalSettings: [ // DecalSettingsList
5644
+ * "<DecalSettings>",
5645
+ * ],
5646
+ * },
5453
5647
  * },
5454
5648
  * ],
5455
5649
  * AnalysisDefaults: { // AnalysisDefaults
@@ -119,6 +119,7 @@ export * from "./GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
119
119
  export * from "./GetDashboardEmbedUrlCommand";
120
120
  export * from "./GetFlowMetadataCommand";
121
121
  export * from "./GetFlowPermissionsCommand";
122
+ export * from "./GetIdentityContextCommand";
122
123
  export * from "./GetSessionEmbedUrlCommand";
123
124
  export * from "./ListActionConnectorsCommand";
124
125
  export * from "./ListAnalysesCommand";
@@ -472,6 +472,50 @@ export declare const SpecialValue: {
472
472
  * @public
473
473
  */
474
474
  export type SpecialValue = (typeof SpecialValue)[keyof typeof SpecialValue];
475
+ /**
476
+ * @public
477
+ * @enum
478
+ */
479
+ export declare const DecalPatternType: {
480
+ readonly CHECKERBOARD_LARGE: "CHECKERBOARD_LARGE";
481
+ readonly CHECKERBOARD_MEDIUM: "CHECKERBOARD_MEDIUM";
482
+ readonly CHECKERBOARD_SMALL: "CHECKERBOARD_SMALL";
483
+ readonly CIRCLE_LARGE: "CIRCLE_LARGE";
484
+ readonly CIRCLE_MEDIUM: "CIRCLE_MEDIUM";
485
+ readonly CIRCLE_SMALL: "CIRCLE_SMALL";
486
+ readonly DIAGONAL_LARGE: "DIAGONAL_LARGE";
487
+ readonly DIAGONAL_MEDIUM: "DIAGONAL_MEDIUM";
488
+ readonly DIAGONAL_OPPOSITE_LARGE: "DIAGONAL_OPPOSITE_LARGE";
489
+ readonly DIAGONAL_OPPOSITE_MEDIUM: "DIAGONAL_OPPOSITE_MEDIUM";
490
+ readonly DIAGONAL_OPPOSITE_SMALL: "DIAGONAL_OPPOSITE_SMALL";
491
+ readonly DIAGONAL_SMALL: "DIAGONAL_SMALL";
492
+ readonly DIAMOND_GRID_LARGE: "DIAMOND_GRID_LARGE";
493
+ readonly DIAMOND_GRID_MEDIUM: "DIAMOND_GRID_MEDIUM";
494
+ readonly DIAMOND_GRID_SMALL: "DIAMOND_GRID_SMALL";
495
+ readonly DIAMOND_LARGE: "DIAMOND_LARGE";
496
+ readonly DIAMOND_MEDIUM: "DIAMOND_MEDIUM";
497
+ readonly DIAMOND_SMALL: "DIAMOND_SMALL";
498
+ readonly SOLID: "SOLID";
499
+ readonly TRIANGLE_LARGE: "TRIANGLE_LARGE";
500
+ readonly TRIANGLE_MEDIUM: "TRIANGLE_MEDIUM";
501
+ readonly TRIANGLE_SMALL: "TRIANGLE_SMALL";
502
+ };
503
+ /**
504
+ * @public
505
+ */
506
+ export type DecalPatternType = (typeof DecalPatternType)[keyof typeof DecalPatternType];
507
+ /**
508
+ * @public
509
+ * @enum
510
+ */
511
+ export declare const DecalStyleType: {
512
+ readonly Auto: "Auto";
513
+ readonly Manual: "Manual";
514
+ };
515
+ /**
516
+ * @public
517
+ */
518
+ export type DecalStyleType = (typeof DecalStyleType)[keyof typeof DecalStyleType];
475
519
  /**
476
520
  * @public
477
521
  * @enum
@@ -1170,6 +1214,47 @@ export declare const BoxPlotFillStyle: {
1170
1214
  * @public
1171
1215
  */
1172
1216
  export type BoxPlotFillStyle = (typeof BoxPlotFillStyle)[keyof typeof BoxPlotFillStyle];
1217
+ /**
1218
+ * @public
1219
+ * @enum
1220
+ */
1221
+ export declare const LineInterpolation: {
1222
+ readonly LINEAR: "LINEAR";
1223
+ readonly SMOOTH: "SMOOTH";
1224
+ readonly STEPPED: "STEPPED";
1225
+ };
1226
+ /**
1227
+ * @public
1228
+ */
1229
+ export type LineInterpolation = (typeof LineInterpolation)[keyof typeof LineInterpolation];
1230
+ /**
1231
+ * @public
1232
+ * @enum
1233
+ */
1234
+ export declare const LineChartLineStyle: {
1235
+ readonly DASHED: "DASHED";
1236
+ readonly DOTTED: "DOTTED";
1237
+ readonly SOLID: "SOLID";
1238
+ };
1239
+ /**
1240
+ * @public
1241
+ */
1242
+ export type LineChartLineStyle = (typeof LineChartLineStyle)[keyof typeof LineChartLineStyle];
1243
+ /**
1244
+ * @public
1245
+ * @enum
1246
+ */
1247
+ export declare const LineChartMarkerShape: {
1248
+ readonly CIRCLE: "CIRCLE";
1249
+ readonly DIAMOND: "DIAMOND";
1250
+ readonly ROUNDED_SQUARE: "ROUNDED_SQUARE";
1251
+ readonly SQUARE: "SQUARE";
1252
+ readonly TRIANGLE: "TRIANGLE";
1253
+ };
1254
+ /**
1255
+ * @public
1256
+ */
1257
+ export type LineChartMarkerShape = (typeof LineChartMarkerShape)[keyof typeof LineChartMarkerShape];
1173
1258
  /**
1174
1259
  * @public
1175
1260
  * @enum
@@ -1513,47 +1598,6 @@ export declare const GeospatialMapNavigation: {
1513
1598
  * @public
1514
1599
  */
1515
1600
  export type GeospatialMapNavigation = (typeof GeospatialMapNavigation)[keyof typeof GeospatialMapNavigation];
1516
- /**
1517
- * @public
1518
- * @enum
1519
- */
1520
- export declare const LineInterpolation: {
1521
- readonly LINEAR: "LINEAR";
1522
- readonly SMOOTH: "SMOOTH";
1523
- readonly STEPPED: "STEPPED";
1524
- };
1525
- /**
1526
- * @public
1527
- */
1528
- export type LineInterpolation = (typeof LineInterpolation)[keyof typeof LineInterpolation];
1529
- /**
1530
- * @public
1531
- * @enum
1532
- */
1533
- export declare const LineChartLineStyle: {
1534
- readonly DASHED: "DASHED";
1535
- readonly DOTTED: "DOTTED";
1536
- readonly SOLID: "SOLID";
1537
- };
1538
- /**
1539
- * @public
1540
- */
1541
- export type LineChartLineStyle = (typeof LineChartLineStyle)[keyof typeof LineChartLineStyle];
1542
- /**
1543
- * @public
1544
- * @enum
1545
- */
1546
- export declare const LineChartMarkerShape: {
1547
- readonly CIRCLE: "CIRCLE";
1548
- readonly DIAMOND: "DIAMOND";
1549
- readonly ROUNDED_SQUARE: "ROUNDED_SQUARE";
1550
- readonly SQUARE: "SQUARE";
1551
- readonly TRIANGLE: "TRIANGLE";
1552
- };
1553
- /**
1554
- * @public
1555
- */
1556
- export type LineChartMarkerShape = (typeof LineChartMarkerShape)[keyof typeof LineChartMarkerShape];
1557
1601
  /**
1558
1602
  * @public
1559
1603
  * @enum
@@ -1594,6 +1638,18 @@ export declare const ArcThickness: {
1594
1638
  * @public
1595
1639
  */
1596
1640
  export type ArcThickness = (typeof ArcThickness)[keyof typeof ArcThickness];
1641
+ /**
1642
+ * @public
1643
+ * @enum
1644
+ */
1645
+ export declare const DashboardCustomizationStatus: {
1646
+ readonly DISABLED: "DISABLED";
1647
+ readonly ENABLED: "ENABLED";
1648
+ };
1649
+ /**
1650
+ * @public
1651
+ */
1652
+ export type DashboardCustomizationStatus = (typeof DashboardCustomizationStatus)[keyof typeof DashboardCustomizationStatus];
1597
1653
  /**
1598
1654
  * @public
1599
1655
  * @enum