@aws-sdk/client-quicksight 3.427.0 → 3.429.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.
- package/dist-types/models/models_0.d.ts +140 -140
- package/dist-types/models/models_1.d.ts +98 -98
- package/dist-types/models/models_2.d.ts +105 -105
- package/dist-types/models/models_3.d.ts +62 -62
- package/dist-types/models/models_4.d.ts +11 -11
- package/dist-types/ts3.4/models/models_0.d.ts +140 -140
- package/dist-types/ts3.4/models/models_1.d.ts +98 -100
- package/dist-types/ts3.4/models/models_2.d.ts +105 -117
- package/dist-types/ts3.4/models/models_3.d.ts +62 -62
- package/dist-types/ts3.4/models/models_4.d.ts +11 -11
- package/package.json +31 -31
|
@@ -51,8 +51,8 @@ import {
|
|
|
51
51
|
} from "./models_0";
|
|
52
52
|
export interface BoxPlotOptions {
|
|
53
53
|
StyleOptions?: BoxPlotStyleOptions;
|
|
54
|
-
OutlierVisibility?: Visibility
|
|
55
|
-
AllDataPointsVisibility?: Visibility
|
|
54
|
+
OutlierVisibility?: Visibility;
|
|
55
|
+
AllDataPointsVisibility?: Visibility;
|
|
56
56
|
}
|
|
57
57
|
export interface BoxPlotAggregatedFieldWells {
|
|
58
58
|
GroupBy?: DimensionField[];
|
|
@@ -108,7 +108,7 @@ export interface ComboChartSortConfiguration {
|
|
|
108
108
|
export interface ComboChartConfiguration {
|
|
109
109
|
FieldWells?: ComboChartFieldWells;
|
|
110
110
|
SortConfiguration?: ComboChartSortConfiguration;
|
|
111
|
-
BarsArrangement?: BarsArrangement
|
|
111
|
+
BarsArrangement?: BarsArrangement;
|
|
112
112
|
CategoryAxis?: AxisDisplayOptions;
|
|
113
113
|
CategoryLabelOptions?: ChartAxisLabelOptions;
|
|
114
114
|
PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
|
|
@@ -147,8 +147,8 @@ export type CustomContentImageScalingConfiguration =
|
|
|
147
147
|
(typeof CustomContentImageScalingConfiguration)[keyof typeof CustomContentImageScalingConfiguration];
|
|
148
148
|
export interface CustomContentConfiguration {
|
|
149
149
|
ContentUrl?: string;
|
|
150
|
-
ContentType?: CustomContentType
|
|
151
|
-
ImageScaling?: CustomContentImageScalingConfiguration
|
|
150
|
+
ContentType?: CustomContentType;
|
|
151
|
+
ImageScaling?: CustomContentImageScalingConfiguration;
|
|
152
152
|
}
|
|
153
153
|
export interface CustomContentVisual {
|
|
154
154
|
VisualId: string | undefined;
|
|
@@ -179,7 +179,7 @@ export declare const BaseMapStyleType: {
|
|
|
179
179
|
export type BaseMapStyleType =
|
|
180
180
|
(typeof BaseMapStyleType)[keyof typeof BaseMapStyleType];
|
|
181
181
|
export interface GeospatialMapStyleOptions {
|
|
182
|
-
BaseMapStyle?: BaseMapStyleType
|
|
182
|
+
BaseMapStyle?: BaseMapStyleType;
|
|
183
183
|
}
|
|
184
184
|
export interface FilledMapSortConfiguration {
|
|
185
185
|
CategorySort?: FieldSortOptions[];
|
|
@@ -197,7 +197,7 @@ export declare const MapZoomMode: {
|
|
|
197
197
|
export type MapZoomMode = (typeof MapZoomMode)[keyof typeof MapZoomMode];
|
|
198
198
|
export interface GeospatialWindowOptions {
|
|
199
199
|
Bounds?: GeospatialCoordinateBounds;
|
|
200
|
-
MapZoomMode?: MapZoomMode
|
|
200
|
+
MapZoomMode?: MapZoomMode;
|
|
201
201
|
}
|
|
202
202
|
export interface FilledMapConfiguration {
|
|
203
203
|
FieldWells?: FilledMapFieldWells;
|
|
@@ -261,13 +261,13 @@ export declare const FunnelChartMeasureDataLabelStyle: {
|
|
|
261
261
|
export type FunnelChartMeasureDataLabelStyle =
|
|
262
262
|
(typeof FunnelChartMeasureDataLabelStyle)[keyof typeof FunnelChartMeasureDataLabelStyle];
|
|
263
263
|
export interface FunnelChartDataLabelOptions {
|
|
264
|
-
Visibility?: Visibility
|
|
265
|
-
CategoryLabelVisibility?: Visibility
|
|
266
|
-
MeasureLabelVisibility?: Visibility
|
|
267
|
-
Position?: DataLabelPosition
|
|
264
|
+
Visibility?: Visibility;
|
|
265
|
+
CategoryLabelVisibility?: Visibility;
|
|
266
|
+
MeasureLabelVisibility?: Visibility;
|
|
267
|
+
Position?: DataLabelPosition;
|
|
268
268
|
LabelFontConfiguration?: FontConfiguration;
|
|
269
269
|
LabelColor?: string;
|
|
270
|
-
MeasureDataLabelStyle?: FunnelChartMeasureDataLabelStyle
|
|
270
|
+
MeasureDataLabelStyle?: FunnelChartMeasureDataLabelStyle;
|
|
271
271
|
}
|
|
272
272
|
export interface FunnelChartAggregatedFieldWells {
|
|
273
273
|
Category?: DimensionField[];
|
|
@@ -310,7 +310,7 @@ export type ArcThicknessOptions =
|
|
|
310
310
|
(typeof ArcThicknessOptions)[keyof typeof ArcThicknessOptions];
|
|
311
311
|
export interface ArcConfiguration {
|
|
312
312
|
ArcAngle?: number;
|
|
313
|
-
ArcThickness?: ArcThicknessOptions
|
|
313
|
+
ArcThickness?: ArcThicknessOptions;
|
|
314
314
|
}
|
|
315
315
|
export interface ArcAxisDisplayRange {
|
|
316
316
|
Min?: number;
|
|
@@ -332,7 +332,7 @@ export declare const ComparisonMethod: {
|
|
|
332
332
|
export type ComparisonMethod =
|
|
333
333
|
(typeof ComparisonMethod)[keyof typeof ComparisonMethod];
|
|
334
334
|
export interface ComparisonConfiguration {
|
|
335
|
-
ComparisonMethod?: ComparisonMethod
|
|
335
|
+
ComparisonMethod?: ComparisonMethod;
|
|
336
336
|
ComparisonFormat?: ComparisonFormatConfiguration;
|
|
337
337
|
}
|
|
338
338
|
export declare const PrimaryValueDisplayType: {
|
|
@@ -343,7 +343,7 @@ export declare const PrimaryValueDisplayType: {
|
|
|
343
343
|
export type PrimaryValueDisplayType =
|
|
344
344
|
(typeof PrimaryValueDisplayType)[keyof typeof PrimaryValueDisplayType];
|
|
345
345
|
export interface GaugeChartOptions {
|
|
346
|
-
PrimaryValueDisplayType?: PrimaryValueDisplayType
|
|
346
|
+
PrimaryValueDisplayType?: PrimaryValueDisplayType;
|
|
347
347
|
Comparison?: ComparisonConfiguration;
|
|
348
348
|
ArcAxis?: ArcAxisConfiguration;
|
|
349
349
|
Arc?: ArcConfiguration;
|
|
@@ -365,7 +365,7 @@ export declare const ConditionalFormattingIconDisplayOption: {
|
|
|
365
365
|
export type ConditionalFormattingIconDisplayOption =
|
|
366
366
|
(typeof ConditionalFormattingIconDisplayOption)[keyof typeof ConditionalFormattingIconDisplayOption];
|
|
367
367
|
export interface ConditionalFormattingIconDisplayConfiguration {
|
|
368
|
-
IconDisplayOption?: ConditionalFormattingIconDisplayOption
|
|
368
|
+
IconDisplayOption?: ConditionalFormattingIconDisplayOption;
|
|
369
369
|
}
|
|
370
370
|
export declare const Icon: {
|
|
371
371
|
readonly ARROW_DOWN: "ARROW_DOWN";
|
|
@@ -397,7 +397,7 @@ export declare const Icon: {
|
|
|
397
397
|
};
|
|
398
398
|
export type Icon = (typeof Icon)[keyof typeof Icon];
|
|
399
399
|
export interface ConditionalFormattingCustomIconOptions {
|
|
400
|
-
Icon?: Icon
|
|
400
|
+
Icon?: Icon;
|
|
401
401
|
UnicodeIcon?: string;
|
|
402
402
|
}
|
|
403
403
|
export interface ConditionalFormattingCustomIconCondition {
|
|
@@ -423,7 +423,7 @@ export type ConditionalFormattingIconSetType =
|
|
|
423
423
|
(typeof ConditionalFormattingIconSetType)[keyof typeof ConditionalFormattingIconSetType];
|
|
424
424
|
export interface ConditionalFormattingIconSet {
|
|
425
425
|
Expression: string | undefined;
|
|
426
|
-
IconSetType?: ConditionalFormattingIconSetType
|
|
426
|
+
IconSetType?: ConditionalFormattingIconSetType;
|
|
427
427
|
}
|
|
428
428
|
export interface ConditionalFormattingIcon {
|
|
429
429
|
IconSet?: ConditionalFormattingIconSet;
|
|
@@ -482,7 +482,7 @@ export declare const GeospatialSelectedPointStyle: {
|
|
|
482
482
|
export type GeospatialSelectedPointStyle =
|
|
483
483
|
(typeof GeospatialSelectedPointStyle)[keyof typeof GeospatialSelectedPointStyle];
|
|
484
484
|
export interface GeospatialPointStyleOptions {
|
|
485
|
-
SelectedPointStyle?: GeospatialSelectedPointStyle
|
|
485
|
+
SelectedPointStyle?: GeospatialSelectedPointStyle;
|
|
486
486
|
ClusterMarkerConfiguration?: ClusterMarkerConfiguration;
|
|
487
487
|
HeatmapConfiguration?: GeospatialHeatmapConfiguration;
|
|
488
488
|
}
|
|
@@ -514,7 +514,7 @@ export interface DataColor {
|
|
|
514
514
|
}
|
|
515
515
|
export interface ColorScale {
|
|
516
516
|
Colors: DataColor[] | undefined;
|
|
517
|
-
ColorFillType: ColorFillType |
|
|
517
|
+
ColorFillType: ColorFillType | undefined;
|
|
518
518
|
NullValueColor?: DataColor;
|
|
519
519
|
}
|
|
520
520
|
export interface HeatMapAggregatedFieldWells {
|
|
@@ -563,7 +563,7 @@ export declare const HistogramBinType: {
|
|
|
563
563
|
export type HistogramBinType =
|
|
564
564
|
(typeof HistogramBinType)[keyof typeof HistogramBinType];
|
|
565
565
|
export interface HistogramBinOptions {
|
|
566
|
-
SelectedBinType?: HistogramBinType
|
|
566
|
+
SelectedBinType?: HistogramBinType;
|
|
567
567
|
BinCount?: BinCountOptions;
|
|
568
568
|
BinWidth?: BinWidthOptions;
|
|
569
569
|
StartValue?: number;
|
|
@@ -607,7 +607,7 @@ export interface ForecastComputation {
|
|
|
607
607
|
UpperBoundary?: number;
|
|
608
608
|
LowerBoundary?: number;
|
|
609
609
|
PredictionInterval?: number;
|
|
610
|
-
Seasonality?: ForecastComputationSeasonality
|
|
610
|
+
Seasonality?: ForecastComputationSeasonality;
|
|
611
611
|
CustomSeasonalityValue?: number;
|
|
612
612
|
}
|
|
613
613
|
export interface GrowthRateComputation {
|
|
@@ -628,7 +628,7 @@ export interface MaximumMinimumComputation {
|
|
|
628
628
|
Name?: string;
|
|
629
629
|
Time?: DimensionField;
|
|
630
630
|
Value?: MeasureField;
|
|
631
|
-
Type: MaximumMinimumComputationType |
|
|
631
|
+
Type: MaximumMinimumComputationType | undefined;
|
|
632
632
|
}
|
|
633
633
|
export interface MetricComparisonComputation {
|
|
634
634
|
ComputationId: string | undefined;
|
|
@@ -648,7 +648,7 @@ export interface PeriodToDateComputation {
|
|
|
648
648
|
Name?: string;
|
|
649
649
|
Time?: DimensionField;
|
|
650
650
|
Value?: MeasureField;
|
|
651
|
-
PeriodTimeGranularity?: TimeGranularity
|
|
651
|
+
PeriodTimeGranularity?: TimeGranularity;
|
|
652
652
|
}
|
|
653
653
|
export declare const TopBottomSortOrder: {
|
|
654
654
|
readonly ABSOLUTE_DIFFERENCE: "ABSOLUTE_DIFFERENCE";
|
|
@@ -669,8 +669,8 @@ export interface TopBottomMoversComputation {
|
|
|
669
669
|
Category?: DimensionField;
|
|
670
670
|
Value?: MeasureField;
|
|
671
671
|
MoverSize?: number;
|
|
672
|
-
SortOrder?: TopBottomSortOrder
|
|
673
|
-
Type: TopBottomComputationType |
|
|
672
|
+
SortOrder?: TopBottomSortOrder;
|
|
673
|
+
Type: TopBottomComputationType | undefined;
|
|
674
674
|
}
|
|
675
675
|
export interface TopBottomRankedComputation {
|
|
676
676
|
ComputationId: string | undefined;
|
|
@@ -678,7 +678,7 @@ export interface TopBottomRankedComputation {
|
|
|
678
678
|
Category?: DimensionField;
|
|
679
679
|
Value?: MeasureField;
|
|
680
680
|
ResultSize?: number;
|
|
681
|
-
Type: TopBottomComputationType |
|
|
681
|
+
Type: TopBottomComputationType | undefined;
|
|
682
682
|
}
|
|
683
683
|
export interface TotalAggregationComputation {
|
|
684
684
|
ComputationId: string | undefined;
|
|
@@ -723,10 +723,10 @@ export interface KPIFieldWells {
|
|
|
723
723
|
TrendGroups?: DimensionField[];
|
|
724
724
|
}
|
|
725
725
|
export interface ProgressBarOptions {
|
|
726
|
-
Visibility?: Visibility
|
|
726
|
+
Visibility?: Visibility;
|
|
727
727
|
}
|
|
728
728
|
export interface SecondaryValueOptions {
|
|
729
|
-
Visibility?: Visibility
|
|
729
|
+
Visibility?: Visibility;
|
|
730
730
|
}
|
|
731
731
|
export declare const KPISparklineType: {
|
|
732
732
|
readonly AREA: "AREA";
|
|
@@ -735,13 +735,13 @@ export declare const KPISparklineType: {
|
|
|
735
735
|
export type KPISparklineType =
|
|
736
736
|
(typeof KPISparklineType)[keyof typeof KPISparklineType];
|
|
737
737
|
export interface KPISparklineOptions {
|
|
738
|
-
Visibility?: Visibility
|
|
739
|
-
Type: KPISparklineType |
|
|
738
|
+
Visibility?: Visibility;
|
|
739
|
+
Type: KPISparklineType | undefined;
|
|
740
740
|
Color?: string;
|
|
741
|
-
TooltipVisibility?: Visibility
|
|
741
|
+
TooltipVisibility?: Visibility;
|
|
742
742
|
}
|
|
743
743
|
export interface TrendArrowOptions {
|
|
744
|
-
Visibility?: Visibility
|
|
744
|
+
Visibility?: Visibility;
|
|
745
745
|
}
|
|
746
746
|
export declare const KPIVisualStandardLayoutType: {
|
|
747
747
|
readonly CLASSIC: "CLASSIC";
|
|
@@ -750,7 +750,7 @@ export declare const KPIVisualStandardLayoutType: {
|
|
|
750
750
|
export type KPIVisualStandardLayoutType =
|
|
751
751
|
(typeof KPIVisualStandardLayoutType)[keyof typeof KPIVisualStandardLayoutType];
|
|
752
752
|
export interface KPIVisualStandardLayout {
|
|
753
|
-
Type: KPIVisualStandardLayoutType |
|
|
753
|
+
Type: KPIVisualStandardLayoutType | undefined;
|
|
754
754
|
}
|
|
755
755
|
export interface KPIVisualLayoutOptions {
|
|
756
756
|
StandardLayout?: KPIVisualStandardLayout;
|
|
@@ -760,7 +760,7 @@ export interface KPIOptions {
|
|
|
760
760
|
TrendArrows?: TrendArrowOptions;
|
|
761
761
|
SecondaryValue?: SecondaryValueOptions;
|
|
762
762
|
Comparison?: ComparisonConfiguration;
|
|
763
|
-
PrimaryValueDisplayType?: PrimaryValueDisplayType
|
|
763
|
+
PrimaryValueDisplayType?: PrimaryValueDisplayType;
|
|
764
764
|
PrimaryValueFontConfiguration?: FontConfiguration;
|
|
765
765
|
SecondaryValueFontConfiguration?: FontConfiguration;
|
|
766
766
|
Sparkline?: KPISparklineOptions;
|
|
@@ -822,9 +822,9 @@ export declare const LineChartLineStyle: {
|
|
|
822
822
|
export type LineChartLineStyle =
|
|
823
823
|
(typeof LineChartLineStyle)[keyof typeof LineChartLineStyle];
|
|
824
824
|
export interface LineChartLineStyleSettings {
|
|
825
|
-
LineVisibility?: Visibility
|
|
826
|
-
LineInterpolation?: LineInterpolation
|
|
827
|
-
LineStyle?: LineChartLineStyle
|
|
825
|
+
LineVisibility?: Visibility;
|
|
826
|
+
LineInterpolation?: LineInterpolation;
|
|
827
|
+
LineStyle?: LineChartLineStyle;
|
|
828
828
|
LineWidth?: string;
|
|
829
829
|
}
|
|
830
830
|
export declare const LineChartMarkerShape: {
|
|
@@ -837,13 +837,13 @@ export declare const LineChartMarkerShape: {
|
|
|
837
837
|
export type LineChartMarkerShape =
|
|
838
838
|
(typeof LineChartMarkerShape)[keyof typeof LineChartMarkerShape];
|
|
839
839
|
export interface LineChartMarkerStyleSettings {
|
|
840
|
-
MarkerVisibility?: Visibility
|
|
841
|
-
MarkerShape?: LineChartMarkerShape
|
|
840
|
+
MarkerVisibility?: Visibility;
|
|
841
|
+
MarkerShape?: LineChartMarkerShape;
|
|
842
842
|
MarkerSize?: string;
|
|
843
843
|
MarkerColor?: string;
|
|
844
844
|
}
|
|
845
845
|
export interface LineChartDefaultSeriesSettings {
|
|
846
|
-
AxisBinding?: AxisBinding
|
|
846
|
+
AxisBinding?: AxisBinding;
|
|
847
847
|
LineStyleSettings?: LineChartLineStyleSettings;
|
|
848
848
|
MarkerStyleSettings?: LineChartMarkerStyleSettings;
|
|
849
849
|
}
|
|
@@ -889,7 +889,7 @@ export declare const MissingDataTreatmentOption: {
|
|
|
889
889
|
export type MissingDataTreatmentOption =
|
|
890
890
|
(typeof MissingDataTreatmentOption)[keyof typeof MissingDataTreatmentOption];
|
|
891
891
|
export interface MissingDataConfiguration {
|
|
892
|
-
TreatmentOption?: MissingDataTreatmentOption
|
|
892
|
+
TreatmentOption?: MissingDataTreatmentOption;
|
|
893
893
|
}
|
|
894
894
|
export interface LineSeriesAxisDisplayOptions {
|
|
895
895
|
AxisOptions?: AxisDisplayOptions;
|
|
@@ -902,12 +902,12 @@ export interface LineChartSeriesSettings {
|
|
|
902
902
|
export interface DataFieldSeriesItem {
|
|
903
903
|
FieldId: string | undefined;
|
|
904
904
|
FieldValue?: string;
|
|
905
|
-
AxisBinding: AxisBinding |
|
|
905
|
+
AxisBinding: AxisBinding | undefined;
|
|
906
906
|
Settings?: LineChartSeriesSettings;
|
|
907
907
|
}
|
|
908
908
|
export interface FieldSeriesItem {
|
|
909
909
|
FieldId: string | undefined;
|
|
910
|
-
AxisBinding: AxisBinding |
|
|
910
|
+
AxisBinding: AxisBinding | undefined;
|
|
911
911
|
Settings?: LineChartSeriesSettings;
|
|
912
912
|
}
|
|
913
913
|
export interface SeriesItem {
|
|
@@ -931,7 +931,7 @@ export interface LineChartConfiguration {
|
|
|
931
931
|
FieldWells?: LineChartFieldWells;
|
|
932
932
|
SortConfiguration?: LineChartSortConfiguration;
|
|
933
933
|
ForecastConfigurations?: ForecastConfiguration[];
|
|
934
|
-
Type?: LineChartType
|
|
934
|
+
Type?: LineChartType;
|
|
935
935
|
SmallMultiplesOptions?: SmallMultiplesOptions;
|
|
936
936
|
XAxisDisplayOptions?: AxisDisplayOptions;
|
|
937
937
|
XAxisLabelOptions?: ChartAxisLabelOptions;
|
|
@@ -964,10 +964,10 @@ export declare const ArcThickness: {
|
|
|
964
964
|
};
|
|
965
965
|
export type ArcThickness = (typeof ArcThickness)[keyof typeof ArcThickness];
|
|
966
966
|
export interface ArcOptions {
|
|
967
|
-
ArcThickness?: ArcThickness
|
|
967
|
+
ArcThickness?: ArcThickness;
|
|
968
968
|
}
|
|
969
969
|
export interface DonutCenterOptions {
|
|
970
|
-
LabelVisibility?: Visibility
|
|
970
|
+
LabelVisibility?: Visibility;
|
|
971
971
|
}
|
|
972
972
|
export interface DonutOptions {
|
|
973
973
|
ArcOptions?: ArcOptions;
|
|
@@ -1020,7 +1020,7 @@ export interface PivotTableFieldCollapseStateTarget {
|
|
|
1020
1020
|
}
|
|
1021
1021
|
export interface PivotTableFieldCollapseStateOption {
|
|
1022
1022
|
Target: PivotTableFieldCollapseStateTarget | undefined;
|
|
1023
|
-
State?: PivotTableFieldCollapseState
|
|
1023
|
+
State?: PivotTableFieldCollapseState;
|
|
1024
1024
|
}
|
|
1025
1025
|
export interface PivotTableDataPathOption {
|
|
1026
1026
|
DataPathList: DataPathValue[] | undefined;
|
|
@@ -1029,7 +1029,7 @@ export interface PivotTableDataPathOption {
|
|
|
1029
1029
|
export interface PivotTableFieldOption {
|
|
1030
1030
|
FieldId: string | undefined;
|
|
1031
1031
|
CustomLabel?: string;
|
|
1032
|
-
Visibility?: Visibility
|
|
1032
|
+
Visibility?: Visibility;
|
|
1033
1033
|
}
|
|
1034
1034
|
export interface PivotTableFieldOptions {
|
|
1035
1035
|
SelectedFieldOptions?: PivotTableFieldOption[];
|
|
@@ -1045,11 +1045,11 @@ export interface PivotTableFieldWells {
|
|
|
1045
1045
|
PivotTableAggregatedFieldWells?: PivotTableAggregatedFieldWells;
|
|
1046
1046
|
}
|
|
1047
1047
|
export interface PivotTablePaginatedReportOptions {
|
|
1048
|
-
VerticalOverflowVisibility?: Visibility
|
|
1049
|
-
OverflowColumnHeaderVisibility?: Visibility
|
|
1048
|
+
VerticalOverflowVisibility?: Visibility;
|
|
1049
|
+
OverflowColumnHeaderVisibility?: Visibility;
|
|
1050
1050
|
}
|
|
1051
1051
|
export interface DataPathSort {
|
|
1052
|
-
Direction: SortDirection |
|
|
1052
|
+
Direction: SortDirection | undefined;
|
|
1053
1053
|
SortPaths: DataPathValue[] | undefined;
|
|
1054
1054
|
}
|
|
1055
1055
|
export interface PivotTableSortBy {
|
|
@@ -1073,7 +1073,7 @@ export type TableBorderStyle =
|
|
|
1073
1073
|
export interface TableBorderOptions {
|
|
1074
1074
|
Color?: string;
|
|
1075
1075
|
Thickness?: number;
|
|
1076
|
-
Style?: TableBorderStyle
|
|
1076
|
+
Style?: TableBorderStyle;
|
|
1077
1077
|
}
|
|
1078
1078
|
export interface TableSideBorderOptions {
|
|
1079
1079
|
InnerVertical?: TableBorderOptions;
|
|
@@ -1101,11 +1101,11 @@ export declare const VerticalTextAlignment: {
|
|
|
1101
1101
|
export type VerticalTextAlignment =
|
|
1102
1102
|
(typeof VerticalTextAlignment)[keyof typeof VerticalTextAlignment];
|
|
1103
1103
|
export interface TableCellStyle {
|
|
1104
|
-
Visibility?: Visibility
|
|
1104
|
+
Visibility?: Visibility;
|
|
1105
1105
|
FontConfiguration?: FontConfiguration;
|
|
1106
|
-
TextWrap?: TextWrap
|
|
1107
|
-
HorizontalTextAlignment?: HorizontalTextAlignment
|
|
1108
|
-
VerticalTextAlignment?: VerticalTextAlignment
|
|
1106
|
+
TextWrap?: TextWrap;
|
|
1107
|
+
HorizontalTextAlignment?: HorizontalTextAlignment;
|
|
1108
|
+
VerticalTextAlignment?: VerticalTextAlignment;
|
|
1109
1109
|
BackgroundColor?: string;
|
|
1110
1110
|
Height?: number;
|
|
1111
1111
|
Border?: GlobalTableBorderOptions;
|
|
@@ -1117,12 +1117,12 @@ export declare const PivotTableMetricPlacement: {
|
|
|
1117
1117
|
export type PivotTableMetricPlacement =
|
|
1118
1118
|
(typeof PivotTableMetricPlacement)[keyof typeof PivotTableMetricPlacement];
|
|
1119
1119
|
export interface RowAlternateColorOptions {
|
|
1120
|
-
Status?: WidgetStatus
|
|
1120
|
+
Status?: WidgetStatus;
|
|
1121
1121
|
RowAlternateColors?: string[];
|
|
1122
|
-
UsePrimaryBackgroundColor?: WidgetStatus
|
|
1122
|
+
UsePrimaryBackgroundColor?: WidgetStatus;
|
|
1123
1123
|
}
|
|
1124
1124
|
export interface PivotTableRowsLabelOptions {
|
|
1125
|
-
Visibility?: Visibility
|
|
1125
|
+
Visibility?: Visibility;
|
|
1126
1126
|
CustomLabel?: string;
|
|
1127
1127
|
}
|
|
1128
1128
|
export declare const PivotTableRowsLayout: {
|
|
@@ -1132,17 +1132,17 @@ export declare const PivotTableRowsLayout: {
|
|
|
1132
1132
|
export type PivotTableRowsLayout =
|
|
1133
1133
|
(typeof PivotTableRowsLayout)[keyof typeof PivotTableRowsLayout];
|
|
1134
1134
|
export interface PivotTableOptions {
|
|
1135
|
-
MetricPlacement?: PivotTableMetricPlacement
|
|
1136
|
-
SingleMetricVisibility?: Visibility
|
|
1137
|
-
ColumnNamesVisibility?: Visibility
|
|
1138
|
-
ToggleButtonsVisibility?: Visibility
|
|
1135
|
+
MetricPlacement?: PivotTableMetricPlacement;
|
|
1136
|
+
SingleMetricVisibility?: Visibility;
|
|
1137
|
+
ColumnNamesVisibility?: Visibility;
|
|
1138
|
+
ToggleButtonsVisibility?: Visibility;
|
|
1139
1139
|
ColumnHeaderStyle?: TableCellStyle;
|
|
1140
1140
|
RowHeaderStyle?: TableCellStyle;
|
|
1141
1141
|
CellStyle?: TableCellStyle;
|
|
1142
1142
|
RowFieldNamesStyle?: TableCellStyle;
|
|
1143
1143
|
RowAlternateColorOptions?: RowAlternateColorOptions;
|
|
1144
|
-
CollapsedRowDimensionsVisibility?: Visibility
|
|
1145
|
-
RowsLayout?: PivotTableRowsLayout
|
|
1144
|
+
CollapsedRowDimensionsVisibility?: Visibility;
|
|
1145
|
+
RowsLayout?: PivotTableRowsLayout;
|
|
1146
1146
|
RowsLabelOptions?: PivotTableRowsLabelOptions;
|
|
1147
1147
|
DefaultCellWidth?: string;
|
|
1148
1148
|
}
|
|
@@ -1164,12 +1164,12 @@ export declare const StyledCellType: {
|
|
|
1164
1164
|
export type StyledCellType =
|
|
1165
1165
|
(typeof StyledCellType)[keyof typeof StyledCellType];
|
|
1166
1166
|
export interface TableStyleTarget {
|
|
1167
|
-
CellType: StyledCellType |
|
|
1167
|
+
CellType: StyledCellType | undefined;
|
|
1168
1168
|
}
|
|
1169
1169
|
export interface SubtotalOptions {
|
|
1170
|
-
TotalsVisibility?: Visibility
|
|
1170
|
+
TotalsVisibility?: Visibility;
|
|
1171
1171
|
CustomLabel?: string;
|
|
1172
|
-
FieldLevel?: PivotTableSubtotalLevel
|
|
1172
|
+
FieldLevel?: PivotTableSubtotalLevel;
|
|
1173
1173
|
FieldLevelOptions?: PivotTableFieldSubtotalOptions[];
|
|
1174
1174
|
TotalCellStyle?: TableCellStyle;
|
|
1175
1175
|
ValueCellStyle?: TableCellStyle;
|
|
@@ -1190,9 +1190,9 @@ export declare const TableTotalsScrollStatus: {
|
|
|
1190
1190
|
export type TableTotalsScrollStatus =
|
|
1191
1191
|
(typeof TableTotalsScrollStatus)[keyof typeof TableTotalsScrollStatus];
|
|
1192
1192
|
export interface PivotTotalOptions {
|
|
1193
|
-
TotalsVisibility?: Visibility
|
|
1194
|
-
Placement?: TableTotalsPlacement
|
|
1195
|
-
ScrollStatus?: TableTotalsScrollStatus
|
|
1193
|
+
TotalsVisibility?: Visibility;
|
|
1194
|
+
Placement?: TableTotalsPlacement;
|
|
1195
|
+
ScrollStatus?: TableTotalsScrollStatus;
|
|
1196
1196
|
CustomLabel?: string;
|
|
1197
1197
|
TotalCellStyle?: TableCellStyle;
|
|
1198
1198
|
ValueCellStyle?: TableCellStyle;
|
|
@@ -1220,7 +1220,7 @@ export declare const PivotTableConditionalFormattingScopeRole: {
|
|
|
1220
1220
|
export type PivotTableConditionalFormattingScopeRole =
|
|
1221
1221
|
(typeof PivotTableConditionalFormattingScopeRole)[keyof typeof PivotTableConditionalFormattingScopeRole];
|
|
1222
1222
|
export interface PivotTableConditionalFormattingScope {
|
|
1223
|
-
Role?: PivotTableConditionalFormattingScopeRole
|
|
1223
|
+
Role?: PivotTableConditionalFormattingScopeRole;
|
|
1224
1224
|
}
|
|
1225
1225
|
export interface TextConditionalFormat {
|
|
1226
1226
|
BackgroundColor?: ConditionalFormattingColor;
|
|
@@ -1255,7 +1255,7 @@ export declare const RadarChartAxesRangeScale: {
|
|
|
1255
1255
|
export type RadarChartAxesRangeScale =
|
|
1256
1256
|
(typeof RadarChartAxesRangeScale)[keyof typeof RadarChartAxesRangeScale];
|
|
1257
1257
|
export interface RadarChartAreaStyleSettings {
|
|
1258
|
-
Visibility?: Visibility
|
|
1258
|
+
Visibility?: Visibility;
|
|
1259
1259
|
}
|
|
1260
1260
|
export interface RadarChartSeriesSettings {
|
|
1261
1261
|
AreaStyleSettings?: RadarChartAreaStyleSettings;
|
|
@@ -1283,11 +1283,11 @@ export interface RadarChartSortConfiguration {
|
|
|
1283
1283
|
export interface RadarChartConfiguration {
|
|
1284
1284
|
FieldWells?: RadarChartFieldWells;
|
|
1285
1285
|
SortConfiguration?: RadarChartSortConfiguration;
|
|
1286
|
-
Shape?: RadarChartShape
|
|
1286
|
+
Shape?: RadarChartShape;
|
|
1287
1287
|
BaseSeriesSettings?: RadarChartSeriesSettings;
|
|
1288
1288
|
StartAngle?: number;
|
|
1289
1289
|
VisualPalette?: VisualPalette;
|
|
1290
|
-
AlternateBandColorsVisibility?: Visibility
|
|
1290
|
+
AlternateBandColorsVisibility?: Visibility;
|
|
1291
1291
|
AlternateBandEvenColor?: string;
|
|
1292
1292
|
AlternateBandOddColor?: string;
|
|
1293
1293
|
CategoryAxis?: AxisDisplayOptions;
|
|
@@ -1295,7 +1295,7 @@ export interface RadarChartConfiguration {
|
|
|
1295
1295
|
ColorAxis?: AxisDisplayOptions;
|
|
1296
1296
|
ColorLabelOptions?: ChartAxisLabelOptions;
|
|
1297
1297
|
Legend?: LegendOptions;
|
|
1298
|
-
AxesRangeScale?: RadarChartAxesRangeScale
|
|
1298
|
+
AxesRangeScale?: RadarChartAxesRangeScale;
|
|
1299
1299
|
}
|
|
1300
1300
|
export interface RadarChartVisual {
|
|
1301
1301
|
VisualId: string | undefined;
|
|
@@ -1378,9 +1378,7 @@ export declare const TableCellImageScalingConfiguration: {
|
|
|
1378
1378
|
export type TableCellImageScalingConfiguration =
|
|
1379
1379
|
(typeof TableCellImageScalingConfiguration)[keyof typeof TableCellImageScalingConfiguration];
|
|
1380
1380
|
export interface TableCellImageSizingConfiguration {
|
|
1381
|
-
TableCellImageScalingConfiguration?:
|
|
1382
|
-
| TableCellImageScalingConfiguration
|
|
1383
|
-
| string;
|
|
1381
|
+
TableCellImageScalingConfiguration?: TableCellImageScalingConfiguration;
|
|
1384
1382
|
}
|
|
1385
1383
|
export interface TableFieldImageConfiguration {
|
|
1386
1384
|
SizingOptions?: TableCellImageSizingConfiguration;
|
|
@@ -1391,7 +1389,7 @@ export declare const TableFieldIconSetType: {
|
|
|
1391
1389
|
export type TableFieldIconSetType =
|
|
1392
1390
|
(typeof TableFieldIconSetType)[keyof typeof TableFieldIconSetType];
|
|
1393
1391
|
export interface TableFieldCustomIconContent {
|
|
1394
|
-
Icon?: TableFieldIconSetType
|
|
1392
|
+
Icon?: TableFieldIconSetType;
|
|
1395
1393
|
}
|
|
1396
1394
|
export interface TableFieldCustomTextContent {
|
|
1397
1395
|
Value?: string;
|
|
@@ -1402,7 +1400,7 @@ export interface TableFieldLinkContentConfiguration {
|
|
|
1402
1400
|
CustomIconContent?: TableFieldCustomIconContent;
|
|
1403
1401
|
}
|
|
1404
1402
|
export interface TableFieldLinkConfiguration {
|
|
1405
|
-
Target: URLTargetConfiguration |
|
|
1403
|
+
Target: URLTargetConfiguration | undefined;
|
|
1406
1404
|
Content: TableFieldLinkContentConfiguration | undefined;
|
|
1407
1405
|
}
|
|
1408
1406
|
export interface TableFieldURLConfiguration {
|
|
@@ -1413,7 +1411,7 @@ export interface TableFieldOption {
|
|
|
1413
1411
|
FieldId: string | undefined;
|
|
1414
1412
|
Width?: string;
|
|
1415
1413
|
CustomLabel?: string;
|
|
1416
|
-
Visibility?: Visibility
|
|
1414
|
+
Visibility?: Visibility;
|
|
1417
1415
|
URLStyling?: TableFieldURLConfiguration;
|
|
1418
1416
|
}
|
|
1419
1417
|
export interface TableFieldOptions {
|
|
@@ -1438,8 +1436,8 @@ export interface TableFieldWells {
|
|
|
1438
1436
|
TableUnaggregatedFieldWells?: TableUnaggregatedFieldWells;
|
|
1439
1437
|
}
|
|
1440
1438
|
export interface TablePaginatedReportOptions {
|
|
1441
|
-
VerticalOverflowVisibility?: Visibility
|
|
1442
|
-
OverflowColumnHeaderVisibility?: Visibility
|
|
1439
|
+
VerticalOverflowVisibility?: Visibility;
|
|
1440
|
+
OverflowColumnHeaderVisibility?: Visibility;
|
|
1443
1441
|
}
|
|
1444
1442
|
export interface TableSortConfiguration {
|
|
1445
1443
|
RowSort?: FieldSortOptions[];
|
|
@@ -1460,15 +1458,15 @@ export declare const TableOrientation: {
|
|
|
1460
1458
|
export type TableOrientation =
|
|
1461
1459
|
(typeof TableOrientation)[keyof typeof TableOrientation];
|
|
1462
1460
|
export interface TableOptions {
|
|
1463
|
-
Orientation?: TableOrientation
|
|
1461
|
+
Orientation?: TableOrientation;
|
|
1464
1462
|
HeaderStyle?: TableCellStyle;
|
|
1465
1463
|
CellStyle?: TableCellStyle;
|
|
1466
1464
|
RowAlternateColorOptions?: RowAlternateColorOptions;
|
|
1467
1465
|
}
|
|
1468
1466
|
export interface TotalOptions {
|
|
1469
|
-
TotalsVisibility?: Visibility
|
|
1470
|
-
Placement?: TableTotalsPlacement
|
|
1471
|
-
ScrollStatus?: TableTotalsScrollStatus
|
|
1467
|
+
TotalsVisibility?: Visibility;
|
|
1468
|
+
Placement?: TableTotalsPlacement;
|
|
1469
|
+
ScrollStatus?: TableTotalsScrollStatus;
|
|
1472
1470
|
CustomLabel?: string;
|
|
1473
1471
|
TotalCellStyle?: TableCellStyle;
|
|
1474
1472
|
}
|
|
@@ -1614,11 +1612,11 @@ export declare const WordCloudWordScaling: {
|
|
|
1614
1612
|
export type WordCloudWordScaling =
|
|
1615
1613
|
(typeof WordCloudWordScaling)[keyof typeof WordCloudWordScaling];
|
|
1616
1614
|
export interface WordCloudOptions {
|
|
1617
|
-
WordOrientation?: WordCloudWordOrientation
|
|
1618
|
-
WordScaling?: WordCloudWordScaling
|
|
1619
|
-
CloudLayout?: WordCloudCloudLayout
|
|
1620
|
-
WordCasing?: WordCloudWordCasing
|
|
1621
|
-
WordPadding?: WordCloudWordPadding
|
|
1615
|
+
WordOrientation?: WordCloudWordOrientation;
|
|
1616
|
+
WordScaling?: WordCloudWordScaling;
|
|
1617
|
+
CloudLayout?: WordCloudCloudLayout;
|
|
1618
|
+
WordCasing?: WordCloudWordCasing;
|
|
1619
|
+
WordPadding?: WordCloudWordPadding;
|
|
1622
1620
|
MaximumStringLength?: number;
|
|
1623
1621
|
}
|
|
1624
1622
|
export interface WordCloudChartConfiguration {
|
|
@@ -1671,7 +1669,7 @@ export interface SheetDefinition {
|
|
|
1671
1669
|
TextBoxes?: SheetTextBox[];
|
|
1672
1670
|
Layouts?: Layout[];
|
|
1673
1671
|
SheetControlLayouts?: SheetControlLayout[];
|
|
1674
|
-
ContentType?: SheetContentType
|
|
1672
|
+
ContentType?: SheetContentType;
|
|
1675
1673
|
}
|
|
1676
1674
|
export interface AnalysisDefinition {
|
|
1677
1675
|
DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[] | undefined;
|
|
@@ -1700,8 +1698,8 @@ export declare const FilterOperator: {
|
|
|
1700
1698
|
export type FilterOperator =
|
|
1701
1699
|
(typeof FilterOperator)[keyof typeof FilterOperator];
|
|
1702
1700
|
export interface AnalysisSearchFilter {
|
|
1703
|
-
Operator?: FilterOperator
|
|
1704
|
-
Name?: AnalysisFilterAttribute
|
|
1701
|
+
Operator?: FilterOperator;
|
|
1702
|
+
Name?: AnalysisFilterAttribute;
|
|
1705
1703
|
Value?: string;
|
|
1706
1704
|
}
|
|
1707
1705
|
export interface DataSetReference {
|
|
@@ -1719,7 +1717,7 @@ export interface AnalysisSummary {
|
|
|
1719
1717
|
Arn?: string;
|
|
1720
1718
|
AnalysisId?: string;
|
|
1721
1719
|
Name?: string;
|
|
1722
|
-
Status?: ResourceStatus
|
|
1720
|
+
Status?: ResourceStatus;
|
|
1723
1721
|
CreatedTime?: Date;
|
|
1724
1722
|
LastUpdatedTime?: Date;
|
|
1725
1723
|
}
|
|
@@ -1757,12 +1755,12 @@ export type SnapshotFileSheetSelectionScope =
|
|
|
1757
1755
|
(typeof SnapshotFileSheetSelectionScope)[keyof typeof SnapshotFileSheetSelectionScope];
|
|
1758
1756
|
export interface SnapshotFileSheetSelection {
|
|
1759
1757
|
SheetId: string | undefined;
|
|
1760
|
-
SelectionScope: SnapshotFileSheetSelectionScope |
|
|
1758
|
+
SelectionScope: SnapshotFileSheetSelectionScope | undefined;
|
|
1761
1759
|
VisualIds?: string[];
|
|
1762
1760
|
}
|
|
1763
1761
|
export interface SnapshotFile {
|
|
1764
1762
|
SheetSelections: SnapshotFileSheetSelection[] | undefined;
|
|
1765
|
-
FormatType: SnapshotFileFormatType |
|
|
1763
|
+
FormatType: SnapshotFileFormatType | undefined;
|
|
1766
1764
|
}
|
|
1767
1765
|
export interface SnapshotJobResultErrorInfo {
|
|
1768
1766
|
ErrorMessage?: string;
|