@aws-sdk/client-quicksight 3.778.0 → 3.787.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 (39) hide show
  1. package/dist-cjs/index.js +109 -102
  2. package/dist-es/commands/StartAssetBundleImportJobCommand.js +1 -1
  3. package/dist-es/models/models_0.js +5 -8
  4. package/dist-es/models/models_1.js +8 -11
  5. package/dist-es/models/models_2.js +12 -5
  6. package/dist-es/models/models_3.js +4 -1
  7. package/dist-es/models/models_4.js +1 -13
  8. package/dist-es/models/models_5.js +14 -1
  9. package/dist-es/protocols/Aws_restJson1.js +2 -0
  10. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  12. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  13. package/dist-types/commands/CreateTemplateCommand.d.ts +10 -0
  14. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteUserCommand.d.ts +1 -2
  16. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
  17. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
  18. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
  19. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
  20. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  21. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
  22. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
  23. package/dist-types/models/models_0.d.ts +40 -45
  24. package/dist-types/models/models_1.d.ts +46 -50
  25. package/dist-types/models/models_2.d.ts +54 -72
  26. package/dist-types/models/models_3.d.ts +71 -70
  27. package/dist-types/models/models_4.d.ts +72 -95
  28. package/dist-types/models/models_5.d.ts +96 -2
  29. package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -2
  32. package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/models/models_0.d.ts +14 -16
  34. package/dist-types/ts3.4/models/models_1.d.ts +17 -21
  35. package/dist-types/ts3.4/models/models_2.d.ts +21 -21
  36. package/dist-types/ts3.4/models/models_3.d.ts +19 -18
  37. package/dist-types/ts3.4/models/models_4.d.ts +17 -28
  38. package/dist-types/ts3.4/models/models_5.d.ts +34 -1
  39. package/package.json +5 -5
@@ -4774,6 +4774,11 @@ declare const DescribeAnalysisDefinitionCommand_base: {
4774
4774
  * // },
4775
4775
  * // ],
4776
4776
  * // ContentType: "PAGINATED" || "INTERACTIVE",
4777
+ * // CustomActionDefaults: { // VisualCustomActionDefaults
4778
+ * // highlightOperation: { // VisualHighlightOperation
4779
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_HOVER" || "NONE", // required
4780
+ * // },
4781
+ * // },
4777
4782
  * // },
4778
4783
  * // ],
4779
4784
  * // CalculatedFields: [ // CalculatedFields
@@ -5424,6 +5429,11 @@ declare const DescribeAnalysisDefinitionCommand_base: {
5424
5429
  * // ExcludedDataSetArns: [ // DataSetArnsList
5425
5430
  * // "STRING_VALUE",
5426
5431
  * // ],
5432
+ * // CustomActionDefaults: {
5433
+ * // highlightOperation: {
5434
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_HOVER" || "NONE", // required
5435
+ * // },
5436
+ * // },
5427
5437
  * // },
5428
5438
  * // QueryExecutionOptions: { // QueryExecutionOptions
5429
5439
  * // QueryExecutionMode: "AUTO" || "MANUAL",
@@ -4776,6 +4776,11 @@ declare const DescribeDashboardDefinitionCommand_base: {
4776
4776
  * // },
4777
4777
  * // ],
4778
4778
  * // ContentType: "PAGINATED" || "INTERACTIVE",
4779
+ * // CustomActionDefaults: { // VisualCustomActionDefaults
4780
+ * // highlightOperation: { // VisualHighlightOperation
4781
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_HOVER" || "NONE", // required
4782
+ * // },
4783
+ * // },
4779
4784
  * // },
4780
4785
  * // ],
4781
4786
  * // CalculatedFields: [ // CalculatedFields
@@ -5426,6 +5431,11 @@ declare const DescribeDashboardDefinitionCommand_base: {
5426
5431
  * // ExcludedDataSetArns: [ // DataSetArnsList
5427
5432
  * // "STRING_VALUE",
5428
5433
  * // ],
5434
+ * // CustomActionDefaults: {
5435
+ * // highlightOperation: {
5436
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_HOVER" || "NONE", // required
5437
+ * // },
5438
+ * // },
5429
5439
  * // },
5430
5440
  * // StaticFiles: [ // StaticFileList
5431
5441
  * // { // StaticFile
@@ -4794,6 +4794,11 @@ declare const DescribeTemplateDefinitionCommand_base: {
4794
4794
  * // },
4795
4795
  * // ],
4796
4796
  * // ContentType: "PAGINATED" || "INTERACTIVE",
4797
+ * // CustomActionDefaults: { // VisualCustomActionDefaults
4798
+ * // highlightOperation: { // VisualHighlightOperation
4799
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_HOVER" || "NONE", // required
4800
+ * // },
4801
+ * // },
4797
4802
  * // },
4798
4803
  * // ],
4799
4804
  * // CalculatedFields: [ // CalculatedFields
@@ -5444,6 +5449,11 @@ declare const DescribeTemplateDefinitionCommand_base: {
5444
5449
  * // ExcludedDataSetArns: [ // DataSetArnsList
5445
5450
  * // "STRING_VALUE",
5446
5451
  * // ],
5452
+ * // CustomActionDefaults: {
5453
+ * // highlightOperation: {
5454
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_HOVER" || "NONE", // required
5455
+ * // },
5456
+ * // },
5447
5457
  * // },
5448
5458
  * // QueryExecutionOptions: { // QueryExecutionOptions
5449
5459
  * // QueryExecutionMode: "AUTO" || "MANUAL",
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { StartAssetBundleImportJobRequest, StartAssetBundleImportJobResponse } from "../models/models_4";
3
+ import { StartAssetBundleImportJobRequest, StartAssetBundleImportJobResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -4794,6 +4794,11 @@ declare const UpdateAnalysisCommand_base: {
4794
4794
  * },
4795
4795
  * ],
4796
4796
  * ContentType: "PAGINATED" || "INTERACTIVE",
4797
+ * CustomActionDefaults: { // VisualCustomActionDefaults
4798
+ * highlightOperation: { // VisualHighlightOperation
4799
+ * Trigger: "DATA_POINT_CLICK" || "DATA_POINT_HOVER" || "NONE", // required
4800
+ * },
4801
+ * },
4797
4802
  * },
4798
4803
  * ],
4799
4804
  * CalculatedFields: [ // CalculatedFields
@@ -5444,6 +5449,11 @@ declare const UpdateAnalysisCommand_base: {
5444
5449
  * ExcludedDataSetArns: [ // DataSetArnsList
5445
5450
  * "STRING_VALUE",
5446
5451
  * ],
5452
+ * CustomActionDefaults: {
5453
+ * highlightOperation: {
5454
+ * Trigger: "DATA_POINT_CLICK" || "DATA_POINT_HOVER" || "NONE", // required
5455
+ * },
5456
+ * },
5447
5457
  * },
5448
5458
  * QueryExecutionOptions: { // QueryExecutionOptions
5449
5459
  * QueryExecutionMode: "AUTO" || "MANUAL",
@@ -4840,6 +4840,11 @@ declare const UpdateDashboardCommand_base: {
4840
4840
  * },
4841
4841
  * ],
4842
4842
  * ContentType: "PAGINATED" || "INTERACTIVE",
4843
+ * CustomActionDefaults: { // VisualCustomActionDefaults
4844
+ * highlightOperation: { // VisualHighlightOperation
4845
+ * Trigger: "DATA_POINT_CLICK" || "DATA_POINT_HOVER" || "NONE", // required
4846
+ * },
4847
+ * },
4843
4848
  * },
4844
4849
  * ],
4845
4850
  * CalculatedFields: [ // CalculatedFields
@@ -5490,6 +5495,11 @@ declare const UpdateDashboardCommand_base: {
5490
5495
  * ExcludedDataSetArns: [ // DataSetArnsList
5491
5496
  * "STRING_VALUE",
5492
5497
  * ],
5498
+ * CustomActionDefaults: {
5499
+ * highlightOperation: {
5500
+ * Trigger: "DATA_POINT_CLICK" || "DATA_POINT_HOVER" || "NONE", // required
5501
+ * },
5502
+ * },
5493
5503
  * },
5494
5504
  * StaticFiles: [ // StaticFileList
5495
5505
  * { // StaticFile
@@ -4781,6 +4781,11 @@ declare const UpdateTemplateCommand_base: {
4781
4781
  * },
4782
4782
  * ],
4783
4783
  * ContentType: "PAGINATED" || "INTERACTIVE",
4784
+ * CustomActionDefaults: { // VisualCustomActionDefaults
4785
+ * highlightOperation: { // VisualHighlightOperation
4786
+ * Trigger: "DATA_POINT_CLICK" || "DATA_POINT_HOVER" || "NONE", // required
4787
+ * },
4788
+ * },
4784
4789
  * },
4785
4790
  * ],
4786
4791
  * CalculatedFields: [ // CalculatedFields
@@ -5431,6 +5436,11 @@ declare const UpdateTemplateCommand_base: {
5431
5436
  * ExcludedDataSetArns: [ // DataSetArnsList
5432
5437
  * "STRING_VALUE",
5433
5438
  * ],
5439
+ * CustomActionDefaults: {
5440
+ * highlightOperation: {
5441
+ * Trigger: "DATA_POINT_CLICK" || "DATA_POINT_HOVER" || "NONE", // required
5442
+ * },
5443
+ * },
5434
5444
  * },
5435
5445
  * QueryExecutionOptions: { // QueryExecutionOptions
5436
5446
  * QueryExecutionMode: "AUTO" || "MANUAL",
@@ -3680,6 +3680,41 @@ export interface FilterGroup {
3680
3680
  */
3681
3681
  CrossDataset: CrossDatasetTypes | undefined;
3682
3682
  }
3683
+ /**
3684
+ * @public
3685
+ * @enum
3686
+ */
3687
+ export declare const VisualHighlightTrigger: {
3688
+ readonly DATA_POINT_CLICK: "DATA_POINT_CLICK";
3689
+ readonly DATA_POINT_HOVER: "DATA_POINT_HOVER";
3690
+ readonly NONE: "NONE";
3691
+ };
3692
+ /**
3693
+ * @public
3694
+ */
3695
+ export type VisualHighlightTrigger = (typeof VisualHighlightTrigger)[keyof typeof VisualHighlightTrigger];
3696
+ /**
3697
+ * <p>Defines what initiates a highlight operation on a visual, such as a click or hover.</p>
3698
+ * @public
3699
+ */
3700
+ export interface VisualHighlightOperation {
3701
+ /**
3702
+ * <p>Specifies whether a highlight operation is initiated by a click or hover, or whether it's disabled.</p>
3703
+ * @public
3704
+ */
3705
+ Trigger: VisualHighlightTrigger | undefined;
3706
+ }
3707
+ /**
3708
+ * <p>A list of custom actions applied to visuals in an analysis or sheet.</p>
3709
+ * @public
3710
+ */
3711
+ export interface VisualCustomActionDefaults {
3712
+ /**
3713
+ * <p>A list of highlight operations available for visuals in an analysis or sheet.</p>
3714
+ * @public
3715
+ */
3716
+ highlightOperation?: VisualHighlightOperation | undefined;
3717
+ }
3683
3718
  /**
3684
3719
  * @public
3685
3720
  * @enum
@@ -3734,6 +3769,11 @@ export interface AssetOptions {
3734
3769
  * @public
3735
3770
  */
3736
3771
  ExcludedDataSetArns?: string[] | undefined;
3772
+ /**
3773
+ * <p>A list of visual custom actions for the analysis.</p>
3774
+ * @public
3775
+ */
3776
+ CustomActionDefaults?: VisualCustomActionDefaults | undefined;
3737
3777
  }
3738
3778
  /**
3739
3779
  * <p>Defines different defaults to the users or groups based on mapping.</p>
@@ -6510,51 +6550,6 @@ export interface LegendOptions {
6510
6550
  */
6511
6551
  ValueFontConfiguration?: FontConfiguration | undefined;
6512
6552
  }
6513
- /**
6514
- * @public
6515
- * @enum
6516
- */
6517
- export declare const BarChartOrientation: {
6518
- readonly HORIZONTAL: "HORIZONTAL";
6519
- readonly VERTICAL: "VERTICAL";
6520
- };
6521
- /**
6522
- * @public
6523
- */
6524
- export type BarChartOrientation = (typeof BarChartOrientation)[keyof typeof BarChartOrientation];
6525
- /**
6526
- * @public
6527
- * @enum
6528
- */
6529
- export declare const AxisBinding: {
6530
- readonly PRIMARY_YAXIS: "PRIMARY_YAXIS";
6531
- readonly SECONDARY_YAXIS: "SECONDARY_YAXIS";
6532
- };
6533
- /**
6534
- * @public
6535
- */
6536
- export type AxisBinding = (typeof AxisBinding)[keyof typeof AxisBinding];
6537
- /**
6538
- * <p>The dynamic configuration of the reference line data configuration.</p>
6539
- * @public
6540
- */
6541
- export interface ReferenceLineDynamicDataConfiguration {
6542
- /**
6543
- * <p>The column that the dynamic data targets.</p>
6544
- * @public
6545
- */
6546
- Column: ColumnIdentifier | undefined;
6547
- /**
6548
- * <p>The aggregation function that is used in the dynamic data.</p>
6549
- * @public
6550
- */
6551
- MeasureAggregationFunction?: AggregationFunction | undefined;
6552
- /**
6553
- * <p>The calculation that is used in the dynamic data.</p>
6554
- * @public
6555
- */
6556
- Calculation: NumericalAggregationFunction | undefined;
6557
- }
6558
6553
  /**
6559
6554
  * @internal
6560
6555
  */
@@ -1,4 +1,49 @@
1
- import { AggregationFunction, AxisBinding, AxisDisplayOptions, BarChartFieldWells, BarChartOrientation, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, CustomActionFilterOperation, CustomActionNavigationOperation, CustomActionSetParametersOperation, CustomActionURLOperation, DataLabelOptions, DataLabelPosition, DimensionField, FontConfiguration, FormatConfiguration, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, NumericFormatConfiguration, PercentageDisplayFormatConfiguration, ReferenceLineDynamicDataConfiguration, SortDirection, TimeGranularity, Visibility, VisualCustomAction, VisualInteractionOptions, WidgetStatus } from "./models_0";
1
+ import { AggregationFunction, AxisDisplayOptions, BarChartFieldWells, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, CustomActionFilterOperation, CustomActionNavigationOperation, CustomActionSetParametersOperation, CustomActionURLOperation, DataLabelOptions, DataLabelPosition, DimensionField, FontConfiguration, FormatConfiguration, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, NumericalAggregationFunction, NumericFormatConfiguration, PercentageDisplayFormatConfiguration, SortDirection, TimeGranularity, Visibility, VisualCustomAction, VisualInteractionOptions, WidgetStatus } from "./models_0";
2
+ /**
3
+ * @public
4
+ * @enum
5
+ */
6
+ export declare const BarChartOrientation: {
7
+ readonly HORIZONTAL: "HORIZONTAL";
8
+ readonly VERTICAL: "VERTICAL";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type BarChartOrientation = (typeof BarChartOrientation)[keyof typeof BarChartOrientation];
14
+ /**
15
+ * @public
16
+ * @enum
17
+ */
18
+ export declare const AxisBinding: {
19
+ readonly PRIMARY_YAXIS: "PRIMARY_YAXIS";
20
+ readonly SECONDARY_YAXIS: "SECONDARY_YAXIS";
21
+ };
22
+ /**
23
+ * @public
24
+ */
25
+ export type AxisBinding = (typeof AxisBinding)[keyof typeof AxisBinding];
26
+ /**
27
+ * <p>The dynamic configuration of the reference line data configuration.</p>
28
+ * @public
29
+ */
30
+ export interface ReferenceLineDynamicDataConfiguration {
31
+ /**
32
+ * <p>The column that the dynamic data targets.</p>
33
+ * @public
34
+ */
35
+ Column: ColumnIdentifier | undefined;
36
+ /**
37
+ * <p>The aggregation function that is used in the dynamic data.</p>
38
+ * @public
39
+ */
40
+ MeasureAggregationFunction?: AggregationFunction | undefined;
41
+ /**
42
+ * <p>The calculation that is used in the dynamic data.</p>
43
+ * @public
44
+ */
45
+ Calculation: NumericalAggregationFunction | undefined;
46
+ }
2
47
  /**
3
48
  * @public
4
49
  * @enum
@@ -6748,51 +6793,6 @@ export interface PivotTableConfiguration {
6748
6793
  */
6749
6794
  Interactions?: VisualInteractionOptions | undefined;
6750
6795
  }
6751
- /**
6752
- * @public
6753
- * @enum
6754
- */
6755
- export declare const PivotTableConditionalFormattingScopeRole: {
6756
- readonly FIELD: "FIELD";
6757
- readonly FIELD_TOTAL: "FIELD_TOTAL";
6758
- readonly GRAND_TOTAL: "GRAND_TOTAL";
6759
- };
6760
- /**
6761
- * @public
6762
- */
6763
- export type PivotTableConditionalFormattingScopeRole = (typeof PivotTableConditionalFormattingScopeRole)[keyof typeof PivotTableConditionalFormattingScopeRole];
6764
- /**
6765
- * <p>The scope of the cell for conditional formatting.</p>
6766
- * @public
6767
- */
6768
- export interface PivotTableConditionalFormattingScope {
6769
- /**
6770
- * <p>The role (field, field total, grand total) of the cell for conditional formatting.</p>
6771
- * @public
6772
- */
6773
- Role?: PivotTableConditionalFormattingScopeRole | undefined;
6774
- }
6775
- /**
6776
- * <p>The conditional formatting for the text.</p>
6777
- * @public
6778
- */
6779
- export interface TextConditionalFormat {
6780
- /**
6781
- * <p>The conditional formatting for the text background color.</p>
6782
- * @public
6783
- */
6784
- BackgroundColor?: ConditionalFormattingColor | undefined;
6785
- /**
6786
- * <p>The conditional formatting for the text color.</p>
6787
- * @public
6788
- */
6789
- TextColor?: ConditionalFormattingColor | undefined;
6790
- /**
6791
- * <p>The conditional formatting for the icon.</p>
6792
- * @public
6793
- */
6794
- Icon?: ConditionalFormattingIcon | undefined;
6795
- }
6796
6796
  /**
6797
6797
  * @internal
6798
6798
  */
@@ -7241,7 +7241,3 @@ export declare const PivotTableSortConfigurationFilterSensitiveLog: (obj: PivotT
7241
7241
  * @internal
7242
7242
  */
7243
7243
  export declare const PivotTableConfigurationFilterSensitiveLog: (obj: PivotTableConfiguration) => any;
7244
- /**
7245
- * @internal
7246
- */
7247
- export declare const TextConditionalFormatFilterSensitiveLog: (obj: TextConditionalFormat) => any;
@@ -1,7 +1,52 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AggFunction, AggregationPartitionBy, AggType, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, AxisDisplayOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, DataLabelOptions, DataSetIdentifierDeclaration, DimensionField, FilterControl, FilterGroup, FontConfiguration, Layout, LegendOptions, MeasureField, NumberScale, ParameterControl, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, SheetContentType, SheetControlLayout, SheetImage, SheetTextBox, TimeGranularity, TopicTimeGranularity, URLTargetConfiguration, Visibility, VisualCustomAction, VisualInteractionOptions } from "./models_0";
3
- import { BarChartVisual, BoxPlotVisual, ColorScale, ColumnHierarchy, ComboChartVisual, ConditionalFormattingColor, CustomContentVisual, EmptyVisual, FieldSortOptions, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, ItemsLimitConfiguration, KPIVisual, LayerMapVisual, LineChartVisual, PaginationConfiguration, PieChartVisual, PivotTableConditionalFormattingScope, PivotTableConfiguration, RowAlternateColorOptions, TableCellStyle, TableTotalsPlacement, TableTotalsScrollStatus, TextConditionalFormat, TooltipOptions, TotalAggregationOption, UnaggregatedField, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions } from "./models_1";
2
+ import { AggFunction, AggregationPartitionBy, AggType, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, AxisDisplayOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, DataLabelOptions, DataSetIdentifierDeclaration, DimensionField, FilterControl, FilterGroup, FontConfiguration, Layout, LegendOptions, MeasureField, NumberScale, ParameterControl, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, SheetContentType, SheetControlLayout, SheetImage, SheetTextBox, TimeGranularity, TopicTimeGranularity, URLTargetConfiguration, Visibility, VisualCustomAction, VisualCustomActionDefaults, VisualInteractionOptions } from "./models_0";
3
+ import { BarChartVisual, BoxPlotVisual, ColorScale, ColumnHierarchy, ComboChartVisual, ConditionalFormattingColor, ConditionalFormattingIcon, CustomContentVisual, EmptyVisual, FieldSortOptions, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, ItemsLimitConfiguration, KPIVisual, LayerMapVisual, LineChartVisual, PaginationConfiguration, PieChartVisual, PivotTableConfiguration, RowAlternateColorOptions, TableCellStyle, TableTotalsPlacement, TableTotalsScrollStatus, TooltipOptions, TotalAggregationOption, UnaggregatedField, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions } from "./models_1";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ /**
6
+ * @public
7
+ * @enum
8
+ */
9
+ export declare const PivotTableConditionalFormattingScopeRole: {
10
+ readonly FIELD: "FIELD";
11
+ readonly FIELD_TOTAL: "FIELD_TOTAL";
12
+ readonly GRAND_TOTAL: "GRAND_TOTAL";
13
+ };
14
+ /**
15
+ * @public
16
+ */
17
+ export type PivotTableConditionalFormattingScopeRole = (typeof PivotTableConditionalFormattingScopeRole)[keyof typeof PivotTableConditionalFormattingScopeRole];
18
+ /**
19
+ * <p>The scope of the cell for conditional formatting.</p>
20
+ * @public
21
+ */
22
+ export interface PivotTableConditionalFormattingScope {
23
+ /**
24
+ * <p>The role (field, field total, grand total) of the cell for conditional formatting.</p>
25
+ * @public
26
+ */
27
+ Role?: PivotTableConditionalFormattingScopeRole | undefined;
28
+ }
29
+ /**
30
+ * <p>The conditional formatting for the text.</p>
31
+ * @public
32
+ */
33
+ export interface TextConditionalFormat {
34
+ /**
35
+ * <p>The conditional formatting for the text background color.</p>
36
+ * @public
37
+ */
38
+ BackgroundColor?: ConditionalFormattingColor | undefined;
39
+ /**
40
+ * <p>The conditional formatting for the text color.</p>
41
+ * @public
42
+ */
43
+ TextColor?: ConditionalFormattingColor | undefined;
44
+ /**
45
+ * <p>The conditional formatting for the icon.</p>
46
+ * @public
47
+ */
48
+ Icon?: ConditionalFormattingIcon | undefined;
49
+ }
5
50
  /**
6
51
  * <p>The cell conditional formatting option for a pivot table.</p>
7
52
  * @public
@@ -2157,6 +2202,11 @@ export interface SheetDefinition {
2157
2202
  * @public
2158
2203
  */
2159
2204
  ContentType?: SheetContentType | undefined;
2205
+ /**
2206
+ * <p>A list of visual custom actions for the sheet.</p>
2207
+ * @public
2208
+ */
2209
+ CustomActionDefaults?: VisualCustomActionDefaults | undefined;
2160
2210
  }
2161
2211
  /**
2162
2212
  * <p>The structure that contains the Amazon S3 location to download the static file from.</p>
@@ -7171,73 +7221,9 @@ export interface BrandSummary {
7171
7221
  LastUpdatedTime?: Date | undefined;
7172
7222
  }
7173
7223
  /**
7174
- * <p>A calculated column for a dataset.</p>
7175
- * @public
7176
- */
7177
- export interface CalculatedColumn {
7178
- /**
7179
- * <p>Column name.</p>
7180
- * @public
7181
- */
7182
- ColumnName: string | undefined;
7183
- /**
7184
- * <p>A unique ID to identify a calculated column. During a dataset update, if the column ID
7185
- * of a calculated column matches that of an existing calculated column, Amazon QuickSight
7186
- * preserves the existing calculated column.</p>
7187
- * @public
7188
- */
7189
- ColumnId: string | undefined;
7190
- /**
7191
- * <p>An expression that defines the calculated column.</p>
7192
- * @public
7193
- */
7194
- Expression: string | undefined;
7195
- }
7196
- /**
7197
- * @public
7198
- */
7199
- export interface CancelIngestionRequest {
7200
- /**
7201
- * <p>The Amazon Web Services account ID.</p>
7202
- * @public
7203
- */
7204
- AwsAccountId: string | undefined;
7205
- /**
7206
- * <p>The ID of the dataset used in the ingestion.</p>
7207
- * @public
7208
- */
7209
- DataSetId: string | undefined;
7210
- /**
7211
- * <p>An ID for the ingestion.</p>
7212
- * @public
7213
- */
7214
- IngestionId: string | undefined;
7215
- }
7216
- /**
7217
- * @public
7224
+ * @internal
7218
7225
  */
7219
- export interface CancelIngestionResponse {
7220
- /**
7221
- * <p>The Amazon Resource Name (ARN) for the data ingestion.</p>
7222
- * @public
7223
- */
7224
- Arn?: string | undefined;
7225
- /**
7226
- * <p>An ID for the ingestion.</p>
7227
- * @public
7228
- */
7229
- IngestionId?: string | undefined;
7230
- /**
7231
- * <p>The Amazon Web Services request ID for this operation.</p>
7232
- * @public
7233
- */
7234
- RequestId?: string | undefined;
7235
- /**
7236
- * <p>The HTTP status of the request.</p>
7237
- * @public
7238
- */
7239
- Status?: number | undefined;
7240
- }
7226
+ export declare const TextConditionalFormatFilterSensitiveLog: (obj: TextConditionalFormat) => any;
7241
7227
  /**
7242
7228
  * @internal
7243
7229
  */
@@ -7458,7 +7444,3 @@ export declare const TopicIRMetricFilterSensitiveLog: (obj: TopicIRMetric) => an
7458
7444
  * @internal
7459
7445
  */
7460
7446
  export declare const TopicIRFilterSensitiveLog: (obj: TopicIR) => any;
7461
- /**
7462
- * @internal
7463
- */
7464
- export declare const CalculatedColumnFilterSensitiveLog: (obj: CalculatedColumn) => any;
@@ -1,7 +1,75 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AccountCustomization, AdHocFilteringOption, AnalysisDefaults, AssetOptions, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, Entity, FilterGroup, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, Sheet, TimeGranularity, TopicTimeGranularity, VisualMenuOption } from "./models_0";
3
- import { AnalysisDefinition, AnalysisSourceEntity, AssignmentStatus, AuthenticationMethodOption, AuthorSpecifiedAggregation, BorderStyle, BrandDefinition, BrandDetail, CalculatedColumn, ConstantType, DataSetReference, DataSourceParameters, DisplayFormat, DisplayFormatOptions, ExceptionResourceType, FilterClass, FilterOperator, ServiceType, SheetDefinition, SslProperties, StaticFile, Tag, VpcConnectionProperties } from "./models_2";
3
+ import { AnalysisDefinition, AnalysisSourceEntity, AssignmentStatus, AuthenticationMethodOption, AuthorSpecifiedAggregation, BorderStyle, BrandDefinition, BrandDetail, ConstantType, DataSetReference, DataSourceParameters, DisplayFormat, DisplayFormatOptions, ExceptionResourceType, FilterClass, FilterOperator, ServiceType, SheetDefinition, SslProperties, StaticFile, Tag, VpcConnectionProperties } from "./models_2";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ /**
6
+ * <p>A calculated column for a dataset.</p>
7
+ * @public
8
+ */
9
+ export interface CalculatedColumn {
10
+ /**
11
+ * <p>Column name.</p>
12
+ * @public
13
+ */
14
+ ColumnName: string | undefined;
15
+ /**
16
+ * <p>A unique ID to identify a calculated column. During a dataset update, if the column ID
17
+ * of a calculated column matches that of an existing calculated column, Amazon QuickSight
18
+ * preserves the existing calculated column.</p>
19
+ * @public
20
+ */
21
+ ColumnId: string | undefined;
22
+ /**
23
+ * <p>An expression that defines the calculated column.</p>
24
+ * @public
25
+ */
26
+ Expression: string | undefined;
27
+ }
28
+ /**
29
+ * @public
30
+ */
31
+ export interface CancelIngestionRequest {
32
+ /**
33
+ * <p>The Amazon Web Services account ID.</p>
34
+ * @public
35
+ */
36
+ AwsAccountId: string | undefined;
37
+ /**
38
+ * <p>The ID of the dataset used in the ingestion.</p>
39
+ * @public
40
+ */
41
+ DataSetId: string | undefined;
42
+ /**
43
+ * <p>An ID for the ingestion.</p>
44
+ * @public
45
+ */
46
+ IngestionId: string | undefined;
47
+ }
48
+ /**
49
+ * @public
50
+ */
51
+ export interface CancelIngestionResponse {
52
+ /**
53
+ * <p>The Amazon Resource Name (ARN) for the data ingestion.</p>
54
+ * @public
55
+ */
56
+ Arn?: string | undefined;
57
+ /**
58
+ * <p>An ID for the ingestion.</p>
59
+ * @public
60
+ */
61
+ IngestionId?: string | undefined;
62
+ /**
63
+ * <p>The Amazon Web Services request ID for this operation.</p>
64
+ * @public
65
+ */
66
+ RequestId?: string | undefined;
67
+ /**
68
+ * <p>The HTTP status of the request.</p>
69
+ * @public
70
+ */
71
+ Status?: number | undefined;
72
+ }
5
73
  /**
6
74
  * <p>The resource specified already exists. </p>
7
75
  * @public
@@ -7594,76 +7662,9 @@ export interface DeleteTopicResponse {
7594
7662
  Status?: number | undefined;
7595
7663
  }
7596
7664
  /**
7597
- * @public
7598
- */
7599
- export interface DeleteTopicRefreshScheduleRequest {
7600
- /**
7601
- * <p>The Amazon Web Services account ID.</p>
7602
- * @public
7603
- */
7604
- AwsAccountId: string | undefined;
7605
- /**
7606
- * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
7607
- * @public
7608
- */
7609
- TopicId: string | undefined;
7610
- /**
7611
- * <p>The ID of the dataset.</p>
7612
- * @public
7613
- */
7614
- DatasetId: string | undefined;
7615
- }
7616
- /**
7617
- * @public
7618
- */
7619
- export interface DeleteTopicRefreshScheduleResponse {
7620
- /**
7621
- * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
7622
- * @public
7623
- */
7624
- TopicId?: string | undefined;
7625
- /**
7626
- * <p>The Amazon Resource Name (ARN) of the topic.</p>
7627
- * @public
7628
- */
7629
- TopicArn?: string | undefined;
7630
- /**
7631
- * <p>The Amazon Resource Name (ARN) of the dataset.</p>
7632
- * @public
7633
- */
7634
- DatasetArn?: string | undefined;
7635
- /**
7636
- * <p>The HTTP status of the request.</p>
7637
- * @public
7638
- */
7639
- Status?: number | undefined;
7640
- /**
7641
- * <p>The Amazon Web Services request ID for this operation.</p>
7642
- * @public
7643
- */
7644
- RequestId?: string | undefined;
7645
- }
7646
- /**
7647
- * @public
7665
+ * @internal
7648
7666
  */
7649
- export interface DeleteUserRequest {
7650
- /**
7651
- * <p>The name of the user that you want to delete.</p>
7652
- * @public
7653
- */
7654
- UserName: string | undefined;
7655
- /**
7656
- * <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
7657
- * Amazon Web Services account that contains your Amazon QuickSight account.</p>
7658
- * @public
7659
- */
7660
- AwsAccountId: string | undefined;
7661
- /**
7662
- * <p>The namespace. Currently, you should set this to <code>default</code>.</p>
7663
- * @public
7664
- */
7665
- Namespace: string | undefined;
7666
- }
7667
+ export declare const CalculatedColumnFilterSensitiveLog: (obj: CalculatedColumn) => any;
7667
7668
  /**
7668
7669
  * @internal
7669
7670
  */