@aws-sdk/client-quicksight 3.398.0 → 3.399.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-cjs/commands/UpdateAnalysisCommand.js +2 -2
- package/dist-cjs/models/models_1.js +4 -22
- package/dist-cjs/models/models_2.js +26 -9
- package/dist-cjs/models/models_3.js +7 -6
- package/dist-cjs/models/models_4.js +6 -1
- package/dist-cjs/pagination/DescribeFolderPermissionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeFolderResolvedPermissionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListFolderMembersPaginator.js +29 -0
- package/dist-cjs/pagination/ListFoldersPaginator.js +29 -0
- package/dist-cjs/pagination/SearchFoldersPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +5 -0
- package/dist-cjs/protocols/Aws_restJson1.js +23 -0
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_1.js +1 -19
- package/dist-es/models/models_2.js +23 -6
- package/dist-es/models/models_3.js +6 -4
- package/dist-es/models/models_4.js +4 -0
- package/dist-es/pagination/DescribeFolderPermissionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeFolderResolvedPermissionsPaginator.js +25 -0
- package/dist-es/pagination/ListFolderMembersPaginator.js +25 -0
- package/dist-es/pagination/ListFoldersPaginator.js +25 -0
- package/dist-es/pagination/SearchFoldersPaginator.js +25 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +23 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +19 -13
- package/dist-types/commands/CreateDashboardCommand.d.ts +19 -13
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +19 -13
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +19 -13
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +19 -13
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +19 -13
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +1 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +4 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +20 -14
- package/dist-types/commands/UpdateDashboardCommand.d.ts +19 -13
- package/dist-types/commands/UpdateTemplateCommand.d.ts +19 -13
- package/dist-types/models/models_0.d.ts +12 -21
- package/dist-types/models/models_1.d.ts +60 -65
- package/dist-types/models/models_2.d.ts +63 -118
- package/dist-types/models/models_3.d.ts +187 -119
- package/dist-types/models/models_4.d.ts +97 -0
- package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFolderMembersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFoldersPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchFoldersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -5
- package/dist-types/ts3.4/models/models_1.d.ts +24 -41
- package/dist-types/ts3.4/models/models_2.d.ts +34 -29
- package/dist-types/ts3.4/models/models_3.d.ts +51 -35
- package/dist-types/ts3.4/models/models_4.d.ts +24 -0
- package/dist-types/ts3.4/pagination/DescribeFolderPermissionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFolderMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFoldersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchFoldersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/package.json +1 -1
|
@@ -940,6 +940,11 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
940
940
|
* Order: [ // FieldOrderList
|
|
941
941
|
* "STRING_VALUE",
|
|
942
942
|
* ],
|
|
943
|
+
* PinnedFieldOptions: { // TablePinnedFieldOptions
|
|
944
|
+
* PinnedLeftFields: [ // TableFieldOrderList
|
|
945
|
+
* "STRING_VALUE",
|
|
946
|
+
* ],
|
|
947
|
+
* },
|
|
943
948
|
* },
|
|
944
949
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
945
950
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3838,7 +3843,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3838
3843
|
* TopBottomRanked: { // TopBottomRankedComputation
|
|
3839
3844
|
* ComputationId: "STRING_VALUE", // required
|
|
3840
3845
|
* Name: "STRING_VALUE",
|
|
3841
|
-
* Category: "<DimensionField>",
|
|
3846
|
+
* Category: "<DimensionField>",
|
|
3842
3847
|
* Value: "<MeasureField>",
|
|
3843
3848
|
* ResultSize: Number("int"),
|
|
3844
3849
|
* Type: "TOP" || "BOTTOM", // required
|
|
@@ -3846,8 +3851,8 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3846
3851
|
* TopBottomMovers: { // TopBottomMoversComputation
|
|
3847
3852
|
* ComputationId: "STRING_VALUE", // required
|
|
3848
3853
|
* Name: "STRING_VALUE",
|
|
3849
|
-
* Time: "<DimensionField>",
|
|
3850
|
-
* Category: "<DimensionField>",
|
|
3854
|
+
* Time: "<DimensionField>",
|
|
3855
|
+
* Category: "<DimensionField>",
|
|
3851
3856
|
* Value: "<MeasureField>",
|
|
3852
3857
|
* MoverSize: Number("int"),
|
|
3853
3858
|
* SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
|
|
@@ -3856,51 +3861,51 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3856
3861
|
* TotalAggregation: { // TotalAggregationComputation
|
|
3857
3862
|
* ComputationId: "STRING_VALUE", // required
|
|
3858
3863
|
* Name: "STRING_VALUE",
|
|
3859
|
-
* Value: "<MeasureField>",
|
|
3864
|
+
* Value: "<MeasureField>",
|
|
3860
3865
|
* },
|
|
3861
3866
|
* MaximumMinimum: { // MaximumMinimumComputation
|
|
3862
3867
|
* ComputationId: "STRING_VALUE", // required
|
|
3863
3868
|
* Name: "STRING_VALUE",
|
|
3864
|
-
* Time: "<DimensionField>",
|
|
3869
|
+
* Time: "<DimensionField>",
|
|
3865
3870
|
* Value: "<MeasureField>",
|
|
3866
3871
|
* Type: "MAXIMUM" || "MINIMUM", // required
|
|
3867
3872
|
* },
|
|
3868
3873
|
* MetricComparison: { // MetricComparisonComputation
|
|
3869
3874
|
* ComputationId: "STRING_VALUE", // required
|
|
3870
3875
|
* Name: "STRING_VALUE",
|
|
3871
|
-
* Time: "<DimensionField>",
|
|
3872
|
-
* FromValue: "<MeasureField>",
|
|
3873
|
-
* TargetValue: "<MeasureField>",
|
|
3876
|
+
* Time: "<DimensionField>",
|
|
3877
|
+
* FromValue: "<MeasureField>",
|
|
3878
|
+
* TargetValue: "<MeasureField>",
|
|
3874
3879
|
* },
|
|
3875
3880
|
* PeriodOverPeriod: { // PeriodOverPeriodComputation
|
|
3876
3881
|
* ComputationId: "STRING_VALUE", // required
|
|
3877
3882
|
* Name: "STRING_VALUE",
|
|
3878
|
-
* Time: "<DimensionField>",
|
|
3883
|
+
* Time: "<DimensionField>",
|
|
3879
3884
|
* Value: "<MeasureField>",
|
|
3880
3885
|
* },
|
|
3881
3886
|
* PeriodToDate: { // PeriodToDateComputation
|
|
3882
3887
|
* ComputationId: "STRING_VALUE", // required
|
|
3883
3888
|
* Name: "STRING_VALUE",
|
|
3884
|
-
* Time: "<DimensionField>",
|
|
3889
|
+
* Time: "<DimensionField>",
|
|
3885
3890
|
* Value: "<MeasureField>",
|
|
3886
3891
|
* PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
3887
3892
|
* },
|
|
3888
3893
|
* GrowthRate: { // GrowthRateComputation
|
|
3889
3894
|
* ComputationId: "STRING_VALUE", // required
|
|
3890
3895
|
* Name: "STRING_VALUE",
|
|
3891
|
-
* Time: "<DimensionField>",
|
|
3896
|
+
* Time: "<DimensionField>",
|
|
3892
3897
|
* Value: "<MeasureField>",
|
|
3893
3898
|
* PeriodSize: Number("int"),
|
|
3894
3899
|
* },
|
|
3895
3900
|
* UniqueValues: { // UniqueValuesComputation
|
|
3896
3901
|
* ComputationId: "STRING_VALUE", // required
|
|
3897
3902
|
* Name: "STRING_VALUE",
|
|
3898
|
-
* Category: "<DimensionField>",
|
|
3903
|
+
* Category: "<DimensionField>",
|
|
3899
3904
|
* },
|
|
3900
3905
|
* Forecast: { // ForecastComputation
|
|
3901
3906
|
* ComputationId: "STRING_VALUE", // required
|
|
3902
3907
|
* Name: "STRING_VALUE",
|
|
3903
|
-
* Time: "<DimensionField>",
|
|
3908
|
+
* Time: "<DimensionField>",
|
|
3904
3909
|
* Value: "<MeasureField>",
|
|
3905
3910
|
* PeriodsForward: Number("int"),
|
|
3906
3911
|
* PeriodsBackward: Number("int"),
|
|
@@ -4455,6 +4460,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
4455
4460
|
* },
|
|
4456
4461
|
* ],
|
|
4457
4462
|
* },
|
|
4463
|
+
* AllSheets: {},
|
|
4458
4464
|
* },
|
|
4459
4465
|
* Status: "ENABLED" || "DISABLED",
|
|
4460
4466
|
* CrossDataset: "ALL_DATASETS" || "SINGLE_DATASET", // required
|
|
@@ -882,6 +882,11 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
882
882
|
* Order: [ // FieldOrderList
|
|
883
883
|
* "STRING_VALUE",
|
|
884
884
|
* ],
|
|
885
|
+
* PinnedFieldOptions: { // TablePinnedFieldOptions
|
|
886
|
+
* PinnedLeftFields: [ // TableFieldOrderList
|
|
887
|
+
* "STRING_VALUE",
|
|
888
|
+
* ],
|
|
889
|
+
* },
|
|
885
890
|
* },
|
|
886
891
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
887
892
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3780,7 +3785,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3780
3785
|
* TopBottomRanked: { // TopBottomRankedComputation
|
|
3781
3786
|
* ComputationId: "STRING_VALUE", // required
|
|
3782
3787
|
* Name: "STRING_VALUE",
|
|
3783
|
-
* Category: "<DimensionField>",
|
|
3788
|
+
* Category: "<DimensionField>",
|
|
3784
3789
|
* Value: "<MeasureField>",
|
|
3785
3790
|
* ResultSize: Number("int"),
|
|
3786
3791
|
* Type: "TOP" || "BOTTOM", // required
|
|
@@ -3788,8 +3793,8 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3788
3793
|
* TopBottomMovers: { // TopBottomMoversComputation
|
|
3789
3794
|
* ComputationId: "STRING_VALUE", // required
|
|
3790
3795
|
* Name: "STRING_VALUE",
|
|
3791
|
-
* Time: "<DimensionField>",
|
|
3792
|
-
* Category: "<DimensionField>",
|
|
3796
|
+
* Time: "<DimensionField>",
|
|
3797
|
+
* Category: "<DimensionField>",
|
|
3793
3798
|
* Value: "<MeasureField>",
|
|
3794
3799
|
* MoverSize: Number("int"),
|
|
3795
3800
|
* SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
|
|
@@ -3798,51 +3803,51 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3798
3803
|
* TotalAggregation: { // TotalAggregationComputation
|
|
3799
3804
|
* ComputationId: "STRING_VALUE", // required
|
|
3800
3805
|
* Name: "STRING_VALUE",
|
|
3801
|
-
* Value: "<MeasureField>",
|
|
3806
|
+
* Value: "<MeasureField>",
|
|
3802
3807
|
* },
|
|
3803
3808
|
* MaximumMinimum: { // MaximumMinimumComputation
|
|
3804
3809
|
* ComputationId: "STRING_VALUE", // required
|
|
3805
3810
|
* Name: "STRING_VALUE",
|
|
3806
|
-
* Time: "<DimensionField>",
|
|
3811
|
+
* Time: "<DimensionField>",
|
|
3807
3812
|
* Value: "<MeasureField>",
|
|
3808
3813
|
* Type: "MAXIMUM" || "MINIMUM", // required
|
|
3809
3814
|
* },
|
|
3810
3815
|
* MetricComparison: { // MetricComparisonComputation
|
|
3811
3816
|
* ComputationId: "STRING_VALUE", // required
|
|
3812
3817
|
* Name: "STRING_VALUE",
|
|
3813
|
-
* Time: "<DimensionField>",
|
|
3814
|
-
* FromValue: "<MeasureField>",
|
|
3815
|
-
* TargetValue: "<MeasureField>",
|
|
3818
|
+
* Time: "<DimensionField>",
|
|
3819
|
+
* FromValue: "<MeasureField>",
|
|
3820
|
+
* TargetValue: "<MeasureField>",
|
|
3816
3821
|
* },
|
|
3817
3822
|
* PeriodOverPeriod: { // PeriodOverPeriodComputation
|
|
3818
3823
|
* ComputationId: "STRING_VALUE", // required
|
|
3819
3824
|
* Name: "STRING_VALUE",
|
|
3820
|
-
* Time: "<DimensionField>",
|
|
3825
|
+
* Time: "<DimensionField>",
|
|
3821
3826
|
* Value: "<MeasureField>",
|
|
3822
3827
|
* },
|
|
3823
3828
|
* PeriodToDate: { // PeriodToDateComputation
|
|
3824
3829
|
* ComputationId: "STRING_VALUE", // required
|
|
3825
3830
|
* Name: "STRING_VALUE",
|
|
3826
|
-
* Time: "<DimensionField>",
|
|
3831
|
+
* Time: "<DimensionField>",
|
|
3827
3832
|
* Value: "<MeasureField>",
|
|
3828
3833
|
* PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
3829
3834
|
* },
|
|
3830
3835
|
* GrowthRate: { // GrowthRateComputation
|
|
3831
3836
|
* ComputationId: "STRING_VALUE", // required
|
|
3832
3837
|
* Name: "STRING_VALUE",
|
|
3833
|
-
* Time: "<DimensionField>",
|
|
3838
|
+
* Time: "<DimensionField>",
|
|
3834
3839
|
* Value: "<MeasureField>",
|
|
3835
3840
|
* PeriodSize: Number("int"),
|
|
3836
3841
|
* },
|
|
3837
3842
|
* UniqueValues: { // UniqueValuesComputation
|
|
3838
3843
|
* ComputationId: "STRING_VALUE", // required
|
|
3839
3844
|
* Name: "STRING_VALUE",
|
|
3840
|
-
* Category: "<DimensionField>",
|
|
3845
|
+
* Category: "<DimensionField>",
|
|
3841
3846
|
* },
|
|
3842
3847
|
* Forecast: { // ForecastComputation
|
|
3843
3848
|
* ComputationId: "STRING_VALUE", // required
|
|
3844
3849
|
* Name: "STRING_VALUE",
|
|
3845
|
-
* Time: "<DimensionField>",
|
|
3850
|
+
* Time: "<DimensionField>",
|
|
3846
3851
|
* Value: "<MeasureField>",
|
|
3847
3852
|
* PeriodsForward: Number("int"),
|
|
3848
3853
|
* PeriodsBackward: Number("int"),
|
|
@@ -4397,6 +4402,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
4397
4402
|
* },
|
|
4398
4403
|
* ],
|
|
4399
4404
|
* },
|
|
4405
|
+
* AllSheets: {},
|
|
4400
4406
|
* },
|
|
4401
4407
|
* Status: "ENABLED" || "DISABLED",
|
|
4402
4408
|
* CrossDataset: "ALL_DATASETS" || "SINGLE_DATASET", // required
|
|
@@ -452,6 +452,13 @@ export interface AggregationSortConfiguration {
|
|
|
452
452
|
*/
|
|
453
453
|
AggregationFunction?: AggregationFunction;
|
|
454
454
|
}
|
|
455
|
+
/**
|
|
456
|
+
* @public
|
|
457
|
+
* <p>The configuration for applying a filter to all sheets. You can apply this filter to all visuals on every sheet.</p>
|
|
458
|
+
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
459
|
+
*/
|
|
460
|
+
export interface AllSheetsFilterScopeConfiguration {
|
|
461
|
+
}
|
|
455
462
|
/**
|
|
456
463
|
* @public
|
|
457
464
|
* <p>The parameters for OpenSearch.</p>
|
|
@@ -2247,6 +2254,11 @@ export interface FilterScopeConfiguration {
|
|
|
2247
2254
|
* <p>The configuration for applying a filter to specific sheets.</p>
|
|
2248
2255
|
*/
|
|
2249
2256
|
SelectedSheets?: SelectedSheetsFilterScopeConfiguration;
|
|
2257
|
+
/**
|
|
2258
|
+
* @public
|
|
2259
|
+
* <p>The configuration for applying a filter to all sheets.</p>
|
|
2260
|
+
*/
|
|
2261
|
+
AllSheets?: AllSheetsFilterScopeConfiguration;
|
|
2250
2262
|
}
|
|
2251
2263
|
/**
|
|
2252
2264
|
* @public
|
|
@@ -6628,27 +6640,6 @@ export interface BoxPlotStyleOptions {
|
|
|
6628
6640
|
*/
|
|
6629
6641
|
FillStyle?: BoxPlotFillStyle | string;
|
|
6630
6642
|
}
|
|
6631
|
-
/**
|
|
6632
|
-
* @public
|
|
6633
|
-
* <p>The options of a box plot visual.</p>
|
|
6634
|
-
*/
|
|
6635
|
-
export interface BoxPlotOptions {
|
|
6636
|
-
/**
|
|
6637
|
-
* @public
|
|
6638
|
-
* <p>The style options of the box plot.</p>
|
|
6639
|
-
*/
|
|
6640
|
-
StyleOptions?: BoxPlotStyleOptions;
|
|
6641
|
-
/**
|
|
6642
|
-
* @public
|
|
6643
|
-
* <p>Determines the visibility of the outlier in a box plot.</p>
|
|
6644
|
-
*/
|
|
6645
|
-
OutlierVisibility?: Visibility | string;
|
|
6646
|
-
/**
|
|
6647
|
-
* @public
|
|
6648
|
-
* <p>Determines the visibility of all data points of the box plot.</p>
|
|
6649
|
-
*/
|
|
6650
|
-
AllDataPointsVisibility?: Visibility | string;
|
|
6651
|
-
}
|
|
6652
6643
|
/**
|
|
6653
6644
|
* @internal
|
|
6654
6645
|
*/
|
|
@@ -1,4 +1,25 @@
|
|
|
1
|
-
import { AnalysisDefaults, AxisBinding, AxisDisplayOptions, BarChartVisual, BarsArrangement,
|
|
1
|
+
import { AnalysisDefaults, AxisBinding, AxisDisplayOptions, BarChartVisual, BarsArrangement, BoxPlotStyleOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, ColumnHierarchy, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DataPathValue, DataSetIdentifierDeclaration, DimensionField, FieldSort, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, ItemsLimitConfiguration, Layout, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, ParameterControl, ParameterDeclaration, PercentageDisplayFormatConfiguration, ReferenceLine, ResourceStatus, SheetContentType, SheetControlLayout, SheetTextBox, SmallMultiplesOptions, SortDirection, TimeGranularity, TooltipOptions, URLTargetConfiguration, Visibility, VisualCustomAction, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions, WidgetStatus } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
* <p>The options of a box plot visual.</p>
|
|
5
|
+
*/
|
|
6
|
+
export interface BoxPlotOptions {
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
* <p>The style options of the box plot.</p>
|
|
10
|
+
*/
|
|
11
|
+
StyleOptions?: BoxPlotStyleOptions;
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
* <p>Determines the visibility of the outlier in a box plot.</p>
|
|
15
|
+
*/
|
|
16
|
+
OutlierVisibility?: Visibility | string;
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
* <p>Determines the visibility of all data points of the box plot.</p>
|
|
20
|
+
*/
|
|
21
|
+
AllDataPointsVisibility?: Visibility | string;
|
|
22
|
+
}
|
|
2
23
|
/**
|
|
3
24
|
* @public
|
|
4
25
|
* <p>The aggregated field well for a box plot.</p>
|
|
@@ -2030,7 +2051,7 @@ export interface ForecastComputation {
|
|
|
2030
2051
|
* @public
|
|
2031
2052
|
* <p>The time field that is used in a computation.</p>
|
|
2032
2053
|
*/
|
|
2033
|
-
Time
|
|
2054
|
+
Time?: DimensionField;
|
|
2034
2055
|
/**
|
|
2035
2056
|
* @public
|
|
2036
2057
|
* <p>The value field that is used in a computation.</p>
|
|
@@ -2102,7 +2123,7 @@ export interface GrowthRateComputation {
|
|
|
2102
2123
|
* @public
|
|
2103
2124
|
* <p>The time field that is used in a computation.</p>
|
|
2104
2125
|
*/
|
|
2105
|
-
Time
|
|
2126
|
+
Time?: DimensionField;
|
|
2106
2127
|
/**
|
|
2107
2128
|
* @public
|
|
2108
2129
|
* <p>The value field that is used in a computation.</p>
|
|
@@ -2145,7 +2166,7 @@ export interface MaximumMinimumComputation {
|
|
|
2145
2166
|
* @public
|
|
2146
2167
|
* <p>The time field that is used in a computation.</p>
|
|
2147
2168
|
*/
|
|
2148
|
-
Time
|
|
2169
|
+
Time?: DimensionField;
|
|
2149
2170
|
/**
|
|
2150
2171
|
* @public
|
|
2151
2172
|
* <p>The value field that is used in a computation.</p>
|
|
@@ -2184,17 +2205,17 @@ export interface MetricComparisonComputation {
|
|
|
2184
2205
|
* @public
|
|
2185
2206
|
* <p>The time field that is used in a computation.</p>
|
|
2186
2207
|
*/
|
|
2187
|
-
Time
|
|
2208
|
+
Time?: DimensionField;
|
|
2188
2209
|
/**
|
|
2189
2210
|
* @public
|
|
2190
2211
|
* <p>The field that is used in a metric comparison from value setup.</p>
|
|
2191
2212
|
*/
|
|
2192
|
-
FromValue
|
|
2213
|
+
FromValue?: MeasureField;
|
|
2193
2214
|
/**
|
|
2194
2215
|
* @public
|
|
2195
2216
|
* <p>The field that is used in a metric comparison to value setup.</p>
|
|
2196
2217
|
*/
|
|
2197
|
-
TargetValue
|
|
2218
|
+
TargetValue?: MeasureField;
|
|
2198
2219
|
}
|
|
2199
2220
|
/**
|
|
2200
2221
|
* @public
|
|
@@ -2215,7 +2236,7 @@ export interface PeriodOverPeriodComputation {
|
|
|
2215
2236
|
* @public
|
|
2216
2237
|
* <p>The time field that is used in a computation.</p>
|
|
2217
2238
|
*/
|
|
2218
|
-
Time
|
|
2239
|
+
Time?: DimensionField;
|
|
2219
2240
|
/**
|
|
2220
2241
|
* @public
|
|
2221
2242
|
* <p>The value field that is used in a computation.</p>
|
|
@@ -2241,7 +2262,7 @@ export interface PeriodToDateComputation {
|
|
|
2241
2262
|
* @public
|
|
2242
2263
|
* <p>The time field that is used in a computation.</p>
|
|
2243
2264
|
*/
|
|
2244
|
-
Time
|
|
2265
|
+
Time?: DimensionField;
|
|
2245
2266
|
/**
|
|
2246
2267
|
* @public
|
|
2247
2268
|
* <p>The value field that is used in a computation.</p>
|
|
@@ -2304,12 +2325,12 @@ export interface TopBottomMoversComputation {
|
|
|
2304
2325
|
* @public
|
|
2305
2326
|
* <p>The time field that is used in a computation.</p>
|
|
2306
2327
|
*/
|
|
2307
|
-
Time
|
|
2328
|
+
Time?: DimensionField;
|
|
2308
2329
|
/**
|
|
2309
2330
|
* @public
|
|
2310
2331
|
* <p>The category field that is used in a computation.</p>
|
|
2311
2332
|
*/
|
|
2312
|
-
Category
|
|
2333
|
+
Category?: DimensionField;
|
|
2313
2334
|
/**
|
|
2314
2335
|
* @public
|
|
2315
2336
|
* <p>The value field that is used in a computation.</p>
|
|
@@ -2358,7 +2379,7 @@ export interface TopBottomRankedComputation {
|
|
|
2358
2379
|
* @public
|
|
2359
2380
|
* <p>The category field that is used in a computation.</p>
|
|
2360
2381
|
*/
|
|
2361
|
-
Category
|
|
2382
|
+
Category?: DimensionField;
|
|
2362
2383
|
/**
|
|
2363
2384
|
* @public
|
|
2364
2385
|
* <p>The value field that is used in a computation.</p>
|
|
@@ -2402,7 +2423,7 @@ export interface TotalAggregationComputation {
|
|
|
2402
2423
|
* @public
|
|
2403
2424
|
* <p>The value field that is used in a computation.</p>
|
|
2404
2425
|
*/
|
|
2405
|
-
Value
|
|
2426
|
+
Value?: MeasureField;
|
|
2406
2427
|
}
|
|
2407
2428
|
/**
|
|
2408
2429
|
* @public
|
|
@@ -2423,7 +2444,7 @@ export interface UniqueValuesComputation {
|
|
|
2423
2444
|
* @public
|
|
2424
2445
|
* <p>The category field that is used in a computation.</p>
|
|
2425
2446
|
*/
|
|
2426
|
-
Category
|
|
2447
|
+
Category?: DimensionField;
|
|
2427
2448
|
}
|
|
2428
2449
|
/**
|
|
2429
2450
|
* @public
|
|
@@ -5018,6 +5039,17 @@ export interface ScatterPlotVisual {
|
|
|
5018
5039
|
*/
|
|
5019
5040
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
5020
5041
|
}
|
|
5042
|
+
/**
|
|
5043
|
+
* @public
|
|
5044
|
+
* <p>The settings for the pinned columns of a table visual.</p>
|
|
5045
|
+
*/
|
|
5046
|
+
export interface TablePinnedFieldOptions {
|
|
5047
|
+
/**
|
|
5048
|
+
* @public
|
|
5049
|
+
* <p>A list of columns to be pinned to the left of a table visual.</p>
|
|
5050
|
+
*/
|
|
5051
|
+
PinnedLeftFields?: string[];
|
|
5052
|
+
}
|
|
5021
5053
|
/**
|
|
5022
5054
|
* @public
|
|
5023
5055
|
* @enum
|
|
@@ -5172,19 +5204,24 @@ export interface TableFieldOption {
|
|
|
5172
5204
|
}
|
|
5173
5205
|
/**
|
|
5174
5206
|
* @public
|
|
5175
|
-
* <p>The field options
|
|
5207
|
+
* <p>The field options of a table visual.</p>
|
|
5176
5208
|
*/
|
|
5177
5209
|
export interface TableFieldOptions {
|
|
5178
5210
|
/**
|
|
5179
5211
|
* @public
|
|
5180
|
-
* <p>The
|
|
5212
|
+
* <p>The field options to be configured to a table.</p>
|
|
5181
5213
|
*/
|
|
5182
5214
|
SelectedFieldOptions?: TableFieldOption[];
|
|
5183
5215
|
/**
|
|
5184
5216
|
* @public
|
|
5185
|
-
* <p>The order of field IDs
|
|
5217
|
+
* <p>The order of the field IDs that are configured as field options for a table visual.</p>
|
|
5186
5218
|
*/
|
|
5187
5219
|
Order?: string[];
|
|
5220
|
+
/**
|
|
5221
|
+
* @public
|
|
5222
|
+
* <p>The settings for the pinned columns of a table visual.</p>
|
|
5223
|
+
*/
|
|
5224
|
+
PinnedFieldOptions?: TablePinnedFieldOptions;
|
|
5188
5225
|
}
|
|
5189
5226
|
/**
|
|
5190
5227
|
* @public
|
|
@@ -6542,6 +6579,7 @@ export interface AnonymousUserEmbeddingExperienceConfiguration {
|
|
|
6542
6579
|
*/
|
|
6543
6580
|
export declare const SnapshotFileFormatType: {
|
|
6544
6581
|
readonly CSV: "CSV";
|
|
6582
|
+
readonly EXCEL: "EXCEL";
|
|
6545
6583
|
readonly PDF: "PDF";
|
|
6546
6584
|
};
|
|
6547
6585
|
/**
|
|
@@ -6567,7 +6605,7 @@ export type SnapshotFileSheetSelectionScope = (typeof SnapshotFileSheetSelection
|
|
|
6567
6605
|
export interface SnapshotFileSheetSelection {
|
|
6568
6606
|
/**
|
|
6569
6607
|
* @public
|
|
6570
|
-
* <p>The sheet ID of the dashboard to generate the snapshot artifact from. This value is required for CSV and PDF format types.</p>
|
|
6608
|
+
* <p>The sheet ID of the dashboard to generate the snapshot artifact from. This value is required for CSV, Excel, and PDF format types.</p>
|
|
6571
6609
|
*/
|
|
6572
6610
|
SheetId: string | undefined;
|
|
6573
6611
|
/**
|
|
@@ -6580,7 +6618,7 @@ export interface SnapshotFileSheetSelection {
|
|
|
6580
6618
|
* </li>
|
|
6581
6619
|
* <li>
|
|
6582
6620
|
* <p>
|
|
6583
|
-
* <code>SELECTED_VISUALS</code> - Select the visual that you want to add to the snapshot. This value is required if the snapshot is a CSV.</p>
|
|
6621
|
+
* <code>SELECTED_VISUALS</code> - Select the visual that you want to add to the snapshot. This value is required if the snapshot is a CSV or Excel workbook.</p>
|
|
6584
6622
|
* </li>
|
|
6585
6623
|
* </ul>
|
|
6586
6624
|
*/
|
|
@@ -6588,7 +6626,7 @@ export interface SnapshotFileSheetSelection {
|
|
|
6588
6626
|
/**
|
|
6589
6627
|
* @public
|
|
6590
6628
|
* <p>
|
|
6591
|
-
* A
|
|
6629
|
+
* A structure that lists the IDs of the visuals in the selected sheet. Supported visual types are table, pivot table visuals. This value is required if you are generating a CSV or Excel workbook. This value supports a maximum of 1 visual ID for CSV and 5 visual IDs across up to 5 sheet selections for Excel. If you are generating an Excel workbook, the order of the visual IDs provided in this structure determines the order of the worksheets in the Excel file.
|
|
6592
6630
|
* </p>
|
|
6593
6631
|
*/
|
|
6594
6632
|
VisualIds?: string[];
|
|
@@ -6600,12 +6638,12 @@ export interface SnapshotFileSheetSelection {
|
|
|
6600
6638
|
export interface SnapshotFile {
|
|
6601
6639
|
/**
|
|
6602
6640
|
* @public
|
|
6603
|
-
* <p>A list of <code>SnapshotFileSheetSelection</code> objects that contain information on the dashboard sheet that is exported. These objects provide information about the snapshot artifacts that are generated during the job. This structure can hold a maximum of 5 CSV configurations or 1 configuration for PDF.</p>
|
|
6641
|
+
* <p>A list of <code>SnapshotFileSheetSelection</code> objects that contain information on the dashboard sheet that is exported. These objects provide information about the snapshot artifacts that are generated during the job. This structure can hold a maximum of 5 CSV configurations, 5 Excel configurations, or 1 configuration for PDF.</p>
|
|
6604
6642
|
*/
|
|
6605
6643
|
SheetSelections: SnapshotFileSheetSelection[] | undefined;
|
|
6606
6644
|
/**
|
|
6607
6645
|
* @public
|
|
6608
|
-
* <p>The format of the snapshot file to be generated. You can choose between <code>CSV</code> or <code>PDF</code>.</p>
|
|
6646
|
+
* <p>The format of the snapshot file to be generated. You can choose between <code>CSV</code>, <code>Excel</code>, or <code>PDF</code>.</p>
|
|
6609
6647
|
*/
|
|
6610
6648
|
FormatType: SnapshotFileFormatType | string | undefined;
|
|
6611
6649
|
}
|
|
@@ -6772,49 +6810,6 @@ export declare const AssetBundleExportJobDataSetPropertyToOverride: {
|
|
|
6772
6810
|
* @public
|
|
6773
6811
|
*/
|
|
6774
6812
|
export type AssetBundleExportJobDataSetPropertyToOverride = (typeof AssetBundleExportJobDataSetPropertyToOverride)[keyof typeof AssetBundleExportJobDataSetPropertyToOverride];
|
|
6775
|
-
/**
|
|
6776
|
-
* @public
|
|
6777
|
-
* <p>Controls how a specific <code>DataSet</code> resource is parameterized in the returned CloudFormation template.</p>
|
|
6778
|
-
*/
|
|
6779
|
-
export interface AssetBundleExportJobDataSetOverrideProperties {
|
|
6780
|
-
/**
|
|
6781
|
-
* @public
|
|
6782
|
-
* <p>The ARN of the specific <code>DataSet</code> resource whose override properties are configured in this structure.</p>
|
|
6783
|
-
*/
|
|
6784
|
-
Arn?: string;
|
|
6785
|
-
/**
|
|
6786
|
-
* @public
|
|
6787
|
-
* <p>A list of <code>DataSet</code> resource properties to generate variables for in the returned CloudFormation template.</p>
|
|
6788
|
-
*/
|
|
6789
|
-
Properties: (AssetBundleExportJobDataSetPropertyToOverride | string)[] | undefined;
|
|
6790
|
-
}
|
|
6791
|
-
/**
|
|
6792
|
-
* @public
|
|
6793
|
-
* @enum
|
|
6794
|
-
*/
|
|
6795
|
-
export declare const AssetBundleExportJobDataSourcePropertyToOverride: {
|
|
6796
|
-
readonly CATALOG: "Catalog";
|
|
6797
|
-
readonly CLUSTER_ID: "ClusterId";
|
|
6798
|
-
readonly DATABASE: "Database";
|
|
6799
|
-
readonly DATA_SET_NAME: "DataSetName";
|
|
6800
|
-
readonly DISABLE_SSL: "DisableSsl";
|
|
6801
|
-
readonly DOMAIN: "Domain";
|
|
6802
|
-
readonly HOST: "Host";
|
|
6803
|
-
readonly INSTANCE_ID: "InstanceId";
|
|
6804
|
-
readonly MANIFEST_FILE_LOCATION: "ManifestFileLocation";
|
|
6805
|
-
readonly NAME: "Name";
|
|
6806
|
-
readonly PASSWORD: "Password";
|
|
6807
|
-
readonly PORT: "Port";
|
|
6808
|
-
readonly ROLE_ARN: "RoleArn";
|
|
6809
|
-
readonly SECRET_ARN: "SecretArn";
|
|
6810
|
-
readonly USERNAME: "Username";
|
|
6811
|
-
readonly WAREHOUSE: "Warehouse";
|
|
6812
|
-
readonly WORK_GROUP: "WorkGroup";
|
|
6813
|
-
};
|
|
6814
|
-
/**
|
|
6815
|
-
* @public
|
|
6816
|
-
*/
|
|
6817
|
-
export type AssetBundleExportJobDataSourcePropertyToOverride = (typeof AssetBundleExportJobDataSourcePropertyToOverride)[keyof typeof AssetBundleExportJobDataSourcePropertyToOverride];
|
|
6818
6813
|
/**
|
|
6819
6814
|
* @internal
|
|
6820
6815
|
*/
|