@aws-sdk/client-quicksight 3.972.0 → 3.974.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 (35) hide show
  1. package/dist-cjs/index.js +232 -32
  2. package/dist-es/models/enums.js +4 -0
  3. package/dist-es/schemas/schemas_0.js +225 -32
  4. package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +172 -0
  6. package/dist-types/commands/CreateDashboardCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
  8. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
  9. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +172 -0
  10. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +12 -2
  13. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +172 -0
  14. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +4 -1
  15. package/dist-types/commands/UpdateAnalysisCommand.d.ts +11 -0
  16. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +172 -0
  17. package/dist-types/commands/UpdateDashboardCommand.d.ts +11 -0
  18. package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
  19. package/dist-types/models/enums.d.ts +12 -0
  20. package/dist-types/models/models_0.d.ts +38 -128
  21. package/dist-types/models/models_1.d.ts +129 -54
  22. package/dist-types/models/models_2.d.ts +1139 -273
  23. package/dist-types/models/models_3.d.ts +47 -50
  24. package/dist-types/models/models_4.d.ts +51 -2
  25. package/dist-types/schemas/schemas_0.d.ts +2 -0
  26. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +2 -4
  27. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +4 -2
  28. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  29. package/dist-types/ts3.4/models/models_0.d.ts +10 -27
  30. package/dist-types/ts3.4/models/models_1.d.ts +30 -19
  31. package/dist-types/ts3.4/models/models_2.d.ts +191 -12
  32. package/dist-types/ts3.4/models/models_3.d.ts +12 -12
  33. package/dist-types/ts3.4/models/models_4.d.ts +12 -1
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  35. package/package.json +17 -17
@@ -1,5 +1,132 @@
1
- import { ArcThickness, ArcThicknessOptions, AxisBinding, BarsArrangement, BaseMapStyleType, BoxPlotFillStyle, ColorFillType, ComparisonMethod, ConditionalFormattingIconDisplayOption, ConditionalFormattingIconSetType, CustomContentImageScalingConfiguration, CustomContentType, DashboardCustomizationStatus, DataLabelPosition, ForecastComputationSeasonality, FunnelChartMeasureDataLabelStyle, GeospatialColorState, GeospatialLayerType, GeospatialMapNavigation, GeospatialSelectedPointStyle, HistogramBinType, HorizontalTextAlignment, Icon, KPISparklineType, KPIVisualStandardLayoutType, LayerCustomActionTrigger, LineChartLineStyle, LineChartMarkerShape, LineChartType, LineInterpolation, MapZoomMode, MaximumMinimumComputationType, MissingDataTreatmentOption, PivotTableConditionalFormattingScopeRole, PivotTableFieldCollapseState, PivotTableMetricPlacement, PivotTableRowsLayout, PivotTableSubtotalLevel, PluginVisualAxisName, PrimaryValueDisplayType, RadarChartAxesRangeScale, RadarChartShape, SimpleTotalAggregationFunction, SingleYAxisOption, SortDirection, StyledCellType, TableBorderStyle, TableCellImageScalingConfiguration, TableFieldIconSetType, TableOrientation, TableTotalsPlacement, TableTotalsScrollStatus, TextWrap, TimeGranularity, TopBottomComputationType, TopBottomSortOrder, TransposedColumnType, URLTargetConfiguration, VerticalTextAlignment, Visibility, WidgetStatus, WordCloudCloudLayout, WordCloudWordCasing, WordCloudWordOrientation, WordCloudWordPadding, WordCloudWordScaling } from "./enums";
2
- import { type AxisDisplayOptions, type BarChartConfiguration, type BorderSettings, type CategoryDrillDownFilter, type ChartAxisLabelOptions, type ColumnSort, type CustomActionFilterOperation, type CustomActionNavigationOperation, type CustomActionSetParametersOperation, type CustomActionURLOperation, type DataLabelOptions, type DecalSettings, type FieldSort, type FontConfiguration, type FormatConfiguration, type ItemsLimitConfiguration, type LegendOptions, type NumberDisplayFormatConfiguration, type PercentageDisplayFormatConfiguration, type SmallMultiplesOptions, type TooltipOptions, type VisualInteractionOptions, type VisualPalette, ColumnIdentifier, ContributionAnalysisDefault, DataPathValue, DimensionField, FieldSortOptions, MeasureField, ReferenceLine, VisualCustomAction } from "./models_0";
1
+ import { ArcThickness, ArcThicknessOptions, AxisBinding, BarChartOrientation, BarsArrangement, BaseMapStyleType, BoxPlotFillStyle, ColorFillType, ComparisonMethod, ConditionalFormattingIconDisplayOption, ConditionalFormattingIconSetType, CustomContentImageScalingConfiguration, CustomContentType, DashboardCustomizationStatus, DataLabelPosition, ForecastComputationSeasonality, FunnelChartMeasureDataLabelStyle, GeospatialColorState, GeospatialLayerType, GeospatialMapNavigation, GeospatialSelectedPointStyle, HistogramBinType, HorizontalTextAlignment, Icon, KPISparklineType, KPIVisualStandardLayoutType, LayerCustomActionTrigger, LineChartLineStyle, LineChartMarkerShape, LineChartType, LineInterpolation, MapZoomMode, MaximumMinimumComputationType, MissingDataTreatmentOption, PivotTableConditionalFormattingScopeRole, PivotTableFieldCollapseState, PivotTableMetricPlacement, PivotTableRowsLayout, PivotTableSubtotalLevel, PluginVisualAxisName, PrimaryValueDisplayType, RadarChartAxesRangeScale, RadarChartShape, SimpleTotalAggregationFunction, SingleYAxisOption, SortDirection, StyledCellType, TableBorderStyle, TableCellImageScalingConfiguration, TableFieldIconSetType, TableOrientation, TableTotalsPlacement, TableTotalsScrollStatus, TextWrap, TimeGranularity, TopBottomComputationType, TopBottomSortOrder, TransposedColumnType, URLTargetConfiguration, VerticalTextAlignment, Visibility, WidgetStatus } from "./enums";
2
+ import { type AxisDisplayOptions, type BarChartDefaultSeriesSettings, type BarChartFieldWells, type BarChartSortConfiguration, type BorderSettings, type ChartAxisLabelOptions, type ColumnSort, type CustomActionFilterOperation, type CustomActionNavigationOperation, type CustomActionSetParametersOperation, type CustomActionURLOperation, type DataLabelOptions, type DecalSettings, type FieldSort, type FontConfiguration, type FormatConfiguration, type ItemsLimitConfiguration, type LegendOptions, type NumberDisplayFormatConfiguration, type PercentageDisplayFormatConfiguration, type SmallMultiplesOptions, type TooltipOptions, type VisualInteractionOptions, type VisualPalette, BarSeriesItem, ColumnIdentifier, ContributionAnalysisDefault, DataPathValue, DimensionField, FieldSortOptions, MeasureField, ReferenceLine, VisualCustomAction } from "./models_0";
3
+ /**
4
+ * <p>The configuration of a <code>BarChartVisual</code>.</p>
5
+ * @public
6
+ */
7
+ export interface BarChartConfiguration {
8
+ /**
9
+ * <p>The field wells of the visual.</p>
10
+ * @public
11
+ */
12
+ FieldWells?: BarChartFieldWells | undefined;
13
+ /**
14
+ * <p>The sort configuration of a <code>BarChartVisual</code>.</p>
15
+ * @public
16
+ */
17
+ SortConfiguration?: BarChartSortConfiguration | undefined;
18
+ /**
19
+ * <p>The orientation of the bars in a bar chart visual. There are two valid values in this structure:</p>
20
+ * <ul>
21
+ * <li>
22
+ * <p>
23
+ * <code>HORIZONTAL</code>: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.</p>
24
+ * </li>
25
+ * <li>
26
+ * <p>
27
+ * <code>VERTICAL</code>: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.</p>
28
+ * </li>
29
+ * </ul>
30
+ * @public
31
+ */
32
+ Orientation?: BarChartOrientation | undefined;
33
+ /**
34
+ * <p>Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.</p>
35
+ * @public
36
+ */
37
+ BarsArrangement?: BarsArrangement | undefined;
38
+ /**
39
+ * <p>The palette (chart color) display setup of the visual.</p>
40
+ * @public
41
+ */
42
+ VisualPalette?: VisualPalette | undefined;
43
+ /**
44
+ * <p>The small multiples setup for the visual.</p>
45
+ * @public
46
+ */
47
+ SmallMultiplesOptions?: SmallMultiplesOptions | undefined;
48
+ /**
49
+ * <p>The label display options (grid line, range, scale, axis step) for bar chart category.</p>
50
+ * @public
51
+ */
52
+ CategoryAxis?: AxisDisplayOptions | undefined;
53
+ /**
54
+ * <p>The label options (label text, label visibility and sort icon visibility) for a bar chart.</p>
55
+ * @public
56
+ */
57
+ CategoryLabelOptions?: ChartAxisLabelOptions | undefined;
58
+ /**
59
+ * <p>The label display options (grid line, range, scale, axis step) for a bar chart value.</p>
60
+ * @public
61
+ */
62
+ ValueAxis?: AxisDisplayOptions | undefined;
63
+ /**
64
+ * <p>The label options (label text, label visibility and sort icon visibility) for a bar chart value.</p>
65
+ * @public
66
+ */
67
+ ValueLabelOptions?: ChartAxisLabelOptions | undefined;
68
+ /**
69
+ * <p>The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.</p>
70
+ * @public
71
+ */
72
+ ColorLabelOptions?: ChartAxisLabelOptions | undefined;
73
+ /**
74
+ * <p>The options that determine the default presentation of all bar series in <code>BarChartVisual</code>.</p>
75
+ * @public
76
+ */
77
+ DefaultSeriesSettings?: BarChartDefaultSeriesSettings | undefined;
78
+ /**
79
+ * <p>The series item configuration of a <code>BarChartVisual</code>.</p>
80
+ * @public
81
+ */
82
+ Series?: BarSeriesItem[] | undefined;
83
+ /**
84
+ * <p>The legend display setup of the visual.</p>
85
+ * @public
86
+ */
87
+ Legend?: LegendOptions | undefined;
88
+ /**
89
+ * <p>The options that determine if visual data labels are displayed.</p>
90
+ * @public
91
+ */
92
+ DataLabels?: DataLabelOptions | undefined;
93
+ /**
94
+ * <p>The tooltip display setup of the visual.</p>
95
+ * @public
96
+ */
97
+ Tooltip?: TooltipOptions | undefined;
98
+ /**
99
+ * <p>The reference line setup of the visual.</p>
100
+ * @public
101
+ */
102
+ ReferenceLines?: ReferenceLine[] | undefined;
103
+ /**
104
+ * <p>The contribution analysis (anomaly configuration) setup of the visual.</p>
105
+ * @public
106
+ */
107
+ ContributionAnalysisDefaults?: ContributionAnalysisDefault[] | undefined;
108
+ /**
109
+ * <p>The general visual interactions setup for a visual.</p>
110
+ * @public
111
+ */
112
+ Interactions?: VisualInteractionOptions | undefined;
113
+ }
114
+ /**
115
+ * <p>The category drill down filter.</p>
116
+ * @public
117
+ */
118
+ export interface CategoryDrillDownFilter {
119
+ /**
120
+ * <p>The column that the filter is applied to.</p>
121
+ * @public
122
+ */
123
+ Column: ColumnIdentifier | undefined;
124
+ /**
125
+ * <p>A list of the string inputs that are the values of the category drill down filter.</p>
126
+ * @public
127
+ */
128
+ CategoryValues: string[] | undefined;
129
+ }
3
130
  /**
4
131
  * <p>The numeric equality type drill down filter.</p>
5
132
  * @public
@@ -7160,55 +7287,3 @@ export interface WordCloudFieldWells {
7160
7287
  */
7161
7288
  WordCloudAggregatedFieldWells?: WordCloudAggregatedFieldWells | undefined;
7162
7289
  }
7163
- /**
7164
- * <p>The sort configuration of a word cloud visual.</p>
7165
- * @public
7166
- */
7167
- export interface WordCloudSortConfiguration {
7168
- /**
7169
- * <p>The limit on the number of groups that are displayed in a word cloud.</p>
7170
- * @public
7171
- */
7172
- CategoryItemsLimit?: ItemsLimitConfiguration | undefined;
7173
- /**
7174
- * <p>The sort configuration of group by fields.</p>
7175
- * @public
7176
- */
7177
- CategorySort?: FieldSortOptions[] | undefined;
7178
- }
7179
- /**
7180
- * <p>The word cloud options for a word cloud visual.</p>
7181
- * @public
7182
- */
7183
- export interface WordCloudOptions {
7184
- /**
7185
- * <p>The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.</p>
7186
- * @public
7187
- */
7188
- WordOrientation?: WordCloudWordOrientation | undefined;
7189
- /**
7190
- * <p>The word scaling options (emphasize, normal) for the words in a word cloud.</p>
7191
- * @public
7192
- */
7193
- WordScaling?: WordCloudWordScaling | undefined;
7194
- /**
7195
- * <p>The cloud layout options (fluid, normal) of a word cloud.</p>
7196
- * @public
7197
- */
7198
- CloudLayout?: WordCloudCloudLayout | undefined;
7199
- /**
7200
- * <p>The word casing options (lower_case, existing_case) for the words in a word cloud.</p>
7201
- * @public
7202
- */
7203
- WordCasing?: WordCloudWordCasing | undefined;
7204
- /**
7205
- * <p>The word padding options (none, small, medium, large) for the words in a word cloud.</p>
7206
- * @public
7207
- */
7208
- WordPadding?: WordCloudWordPadding | undefined;
7209
- /**
7210
- * <p>The length limit of each word from 1-100.</p>
7211
- * @public
7212
- */
7213
- MaximumStringLength?: number | undefined;
7214
- }