@aws-sdk/client-quicksight 3.428.0 → 3.430.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.
@@ -13,12 +13,12 @@ export interface BoxPlotOptions {
13
13
  * @public
14
14
  * <p>Determines the visibility of the outlier in a box plot.</p>
15
15
  */
16
- OutlierVisibility?: Visibility | string;
16
+ OutlierVisibility?: Visibility;
17
17
  /**
18
18
  * @public
19
19
  * <p>Determines the visibility of all data points of the box plot.</p>
20
20
  */
21
- AllDataPointsVisibility?: Visibility | string;
21
+ AllDataPointsVisibility?: Visibility;
22
22
  }
23
23
  /**
24
24
  * @public
@@ -275,7 +275,7 @@ export interface ComboChartConfiguration {
275
275
  * </li>
276
276
  * </ul>
277
277
  */
278
- BarsArrangement?: BarsArrangement | string;
278
+ BarsArrangement?: BarsArrangement;
279
279
  /**
280
280
  * @public
281
281
  * <p>The category axis of a combo chart.</p>
@@ -422,12 +422,12 @@ export interface CustomContentConfiguration {
422
422
  * @public
423
423
  * <p>The content type of the custom content visual. You can use this to have the visual render as an image.</p>
424
424
  */
425
- ContentType?: CustomContentType | string;
425
+ ContentType?: CustomContentType;
426
426
  /**
427
427
  * @public
428
428
  * <p>The sizing options for the size of the custom content visual. This structure is required when the <code>ContentType</code> of the visual is <code>'IMAGE'</code>.</p>
429
429
  */
430
- ImageScaling?: CustomContentImageScalingConfiguration | string;
430
+ ImageScaling?: CustomContentImageScalingConfiguration;
431
431
  }
432
432
  /**
433
433
  * @public
@@ -539,7 +539,7 @@ export interface GeospatialMapStyleOptions {
539
539
  * @public
540
540
  * <p>The base map style of the geospatial map.</p>
541
541
  */
542
- BaseMapStyle?: BaseMapStyleType | string;
542
+ BaseMapStyle?: BaseMapStyleType;
543
543
  }
544
544
  /**
545
545
  * @public
@@ -605,7 +605,7 @@ export interface GeospatialWindowOptions {
605
605
  * @public
606
606
  * <p>The map zoom modes (manual, auto) of the geospatial window options.</p>
607
607
  */
608
- MapZoomMode?: MapZoomMode | string;
608
+ MapZoomMode?: MapZoomMode;
609
609
  }
610
610
  /**
611
611
  * @public
@@ -838,22 +838,22 @@ export interface FunnelChartDataLabelOptions {
838
838
  * @public
839
839
  * <p>The visibility option that determines if data labels are displayed.</p>
840
840
  */
841
- Visibility?: Visibility | string;
841
+ Visibility?: Visibility;
842
842
  /**
843
843
  * @public
844
844
  * <p>The visibility of the category labels within the data labels.</p>
845
845
  */
846
- CategoryLabelVisibility?: Visibility | string;
846
+ CategoryLabelVisibility?: Visibility;
847
847
  /**
848
848
  * @public
849
849
  * <p>The visibility of the measure labels within the data labels.</p>
850
850
  */
851
- MeasureLabelVisibility?: Visibility | string;
851
+ MeasureLabelVisibility?: Visibility;
852
852
  /**
853
853
  * @public
854
854
  * <p>Determines the positioning of the data label relative to a section of the funnel.</p>
855
855
  */
856
- Position?: DataLabelPosition | string;
856
+ Position?: DataLabelPosition;
857
857
  /**
858
858
  * @public
859
859
  * <p>The font configuration for the data labels.</p>
@@ -869,7 +869,7 @@ export interface FunnelChartDataLabelOptions {
869
869
  * @public
870
870
  * <p>Determines the style of the metric labels.</p>
871
871
  */
872
- MeasureDataLabelStyle?: FunnelChartMeasureDataLabelStyle | string;
872
+ MeasureDataLabelStyle?: FunnelChartMeasureDataLabelStyle;
873
873
  }
874
874
  /**
875
875
  * @public
@@ -1036,7 +1036,7 @@ export interface ArcConfiguration {
1036
1036
  * @public
1037
1037
  * <p>The options that determine the arc thickness of a <code>GaugeChartVisual</code>.</p>
1038
1038
  */
1039
- ArcThickness?: ArcThicknessOptions | string;
1039
+ ArcThickness?: ArcThicknessOptions;
1040
1040
  }
1041
1041
  /**
1042
1042
  * @public
@@ -1126,7 +1126,7 @@ export interface ComparisonConfiguration {
1126
1126
  * </li>
1127
1127
  * </ul>
1128
1128
  */
1129
- ComparisonMethod?: ComparisonMethod | string;
1129
+ ComparisonMethod?: ComparisonMethod;
1130
1130
  /**
1131
1131
  * @public
1132
1132
  * <p>The format of the comparison.</p>
@@ -1155,7 +1155,7 @@ export interface GaugeChartOptions {
1155
1155
  * @public
1156
1156
  * <p>The options that determine the primary value display type.</p>
1157
1157
  */
1158
- PrimaryValueDisplayType?: PrimaryValueDisplayType | string;
1158
+ PrimaryValueDisplayType?: PrimaryValueDisplayType;
1159
1159
  /**
1160
1160
  * @public
1161
1161
  * <p>The comparison configuration of a <code>GaugeChartVisual</code>.</p>
@@ -1239,7 +1239,7 @@ export interface ConditionalFormattingIconDisplayConfiguration {
1239
1239
  * @public
1240
1240
  * <p>Determines the icon display configuration.</p>
1241
1241
  */
1242
- IconDisplayOption?: ConditionalFormattingIconDisplayOption | string;
1242
+ IconDisplayOption?: ConditionalFormattingIconDisplayOption;
1243
1243
  }
1244
1244
  /**
1245
1245
  * @public
@@ -1286,7 +1286,7 @@ export interface ConditionalFormattingCustomIconOptions {
1286
1286
  * @public
1287
1287
  * <p>Determines the type of icon.</p>
1288
1288
  */
1289
- Icon?: Icon | string;
1289
+ Icon?: Icon;
1290
1290
  /**
1291
1291
  * @public
1292
1292
  * <p>Determines the Unicode icon type.</p>
@@ -1354,7 +1354,7 @@ export interface ConditionalFormattingIconSet {
1354
1354
  * @public
1355
1355
  * <p>Determines the icon set type.</p>
1356
1356
  */
1357
- IconSetType?: ConditionalFormattingIconSetType | string;
1357
+ IconSetType?: ConditionalFormattingIconSetType;
1358
1358
  }
1359
1359
  /**
1360
1360
  * @public
@@ -1574,7 +1574,7 @@ export interface GeospatialPointStyleOptions {
1574
1574
  * @public
1575
1575
  * <p>The selected point styles (point, cluster) of the geospatial map.</p>
1576
1576
  */
1577
- SelectedPointStyle?: GeospatialSelectedPointStyle | string;
1577
+ SelectedPointStyle?: GeospatialSelectedPointStyle;
1578
1578
  /**
1579
1579
  * @public
1580
1580
  * <p>The cluster marker configuration of the geospatial point style.</p>
@@ -1706,7 +1706,7 @@ export interface ColorScale {
1706
1706
  * @public
1707
1707
  * <p>Determines the color fill type.</p>
1708
1708
  */
1709
- ColorFillType: ColorFillType | string | undefined;
1709
+ ColorFillType: ColorFillType | undefined;
1710
1710
  /**
1711
1711
  * @public
1712
1712
  * <p>Determines the color that is applied to null values.</p>
@@ -1903,7 +1903,7 @@ export interface HistogramBinOptions {
1903
1903
  * @public
1904
1904
  * <p>The options that determine the selected bin type.</p>
1905
1905
  */
1906
- SelectedBinType?: HistogramBinType | string;
1906
+ SelectedBinType?: HistogramBinType;
1907
1907
  /**
1908
1908
  * @public
1909
1909
  * <p>The options that determine the bin count of a histogram.</p>
@@ -2097,7 +2097,7 @@ export interface ForecastComputation {
2097
2097
  * </li>
2098
2098
  * </ul>
2099
2099
  */
2100
- Seasonality?: ForecastComputationSeasonality | string;
2100
+ Seasonality?: ForecastComputationSeasonality;
2101
2101
  /**
2102
2102
  * @public
2103
2103
  * <p>The custom seasonality value setup of a forecast computation.</p>
@@ -2184,7 +2184,7 @@ export interface MaximumMinimumComputation {
2184
2184
  * </li>
2185
2185
  * </ul>
2186
2186
  */
2187
- Type: MaximumMinimumComputationType | string | undefined;
2187
+ Type: MaximumMinimumComputationType | undefined;
2188
2188
  }
2189
2189
  /**
2190
2190
  * @public
@@ -2280,7 +2280,7 @@ export interface PeriodToDateComputation {
2280
2280
  * </li>
2281
2281
  * </ul>
2282
2282
  */
2283
- PeriodTimeGranularity?: TimeGranularity | string;
2283
+ PeriodTimeGranularity?: TimeGranularity;
2284
2284
  }
2285
2285
  /**
2286
2286
  * @public
@@ -2345,7 +2345,7 @@ export interface TopBottomMoversComputation {
2345
2345
  * @public
2346
2346
  * <p>The sort order setup of the top and bottom movers computation.</p>
2347
2347
  */
2348
- SortOrder?: TopBottomSortOrder | string;
2348
+ SortOrder?: TopBottomSortOrder;
2349
2349
  /**
2350
2350
  * @public
2351
2351
  * <p>The computation type. Choose from the following options:</p>
@@ -2358,7 +2358,7 @@ export interface TopBottomMoversComputation {
2358
2358
  * </li>
2359
2359
  * </ul>
2360
2360
  */
2361
- Type: TopBottomComputationType | string | undefined;
2361
+ Type: TopBottomComputationType | undefined;
2362
2362
  }
2363
2363
  /**
2364
2364
  * @public
@@ -2402,7 +2402,7 @@ export interface TopBottomRankedComputation {
2402
2402
  * </li>
2403
2403
  * </ul>
2404
2404
  */
2405
- Type: TopBottomComputationType | string | undefined;
2405
+ Type: TopBottomComputationType | undefined;
2406
2406
  }
2407
2407
  /**
2408
2408
  * @public
@@ -2597,7 +2597,7 @@ export interface ProgressBarOptions {
2597
2597
  * @public
2598
2598
  * <p>The visibility of the progress bar.</p>
2599
2599
  */
2600
- Visibility?: Visibility | string;
2600
+ Visibility?: Visibility;
2601
2601
  }
2602
2602
  /**
2603
2603
  * @public
@@ -2608,7 +2608,7 @@ export interface SecondaryValueOptions {
2608
2608
  * @public
2609
2609
  * <p>Determines the visibility of the secondary value.</p>
2610
2610
  */
2611
- Visibility?: Visibility | string;
2611
+ Visibility?: Visibility;
2612
2612
  }
2613
2613
  /**
2614
2614
  * @public
@@ -2631,12 +2631,12 @@ export interface KPISparklineOptions {
2631
2631
  * @public
2632
2632
  * <p>The visibility of the sparkline.</p>
2633
2633
  */
2634
- Visibility?: Visibility | string;
2634
+ Visibility?: Visibility;
2635
2635
  /**
2636
2636
  * @public
2637
2637
  * <p>The type of the sparkline.</p>
2638
2638
  */
2639
- Type: KPISparklineType | string | undefined;
2639
+ Type: KPISparklineType | undefined;
2640
2640
  /**
2641
2641
  * @public
2642
2642
  * <p>The color of the sparkline.</p>
@@ -2646,7 +2646,7 @@ export interface KPISparklineOptions {
2646
2646
  * @public
2647
2647
  * <p>The tooltip visibility of the sparkline.</p>
2648
2648
  */
2649
- TooltipVisibility?: Visibility | string;
2649
+ TooltipVisibility?: Visibility;
2650
2650
  }
2651
2651
  /**
2652
2652
  * @public
@@ -2657,7 +2657,7 @@ export interface TrendArrowOptions {
2657
2657
  * @public
2658
2658
  * <p>The visibility of the trend arrows.</p>
2659
2659
  */
2660
- Visibility?: Visibility | string;
2660
+ Visibility?: Visibility;
2661
2661
  }
2662
2662
  /**
2663
2663
  * @public
@@ -2680,7 +2680,7 @@ export interface KPIVisualStandardLayout {
2680
2680
  * @public
2681
2681
  * <p>The standard layout type.</p>
2682
2682
  */
2683
- Type: KPIVisualStandardLayoutType | string | undefined;
2683
+ Type: KPIVisualStandardLayoutType | undefined;
2684
2684
  }
2685
2685
  /**
2686
2686
  * @public
@@ -2722,7 +2722,7 @@ export interface KPIOptions {
2722
2722
  * @public
2723
2723
  * <p>The options that determine the primary value display type.</p>
2724
2724
  */
2725
- PrimaryValueDisplayType?: PrimaryValueDisplayType | string;
2725
+ PrimaryValueDisplayType?: PrimaryValueDisplayType;
2726
2726
  /**
2727
2727
  * @public
2728
2728
  * <p>The options that determine the primary value font configuration.</p>
@@ -2949,7 +2949,7 @@ export interface LineChartLineStyleSettings {
2949
2949
  * @public
2950
2950
  * <p>Configuration option that determines whether to show the line for the series.</p>
2951
2951
  */
2952
- LineVisibility?: Visibility | string;
2952
+ LineVisibility?: Visibility;
2953
2953
  /**
2954
2954
  * @public
2955
2955
  * <p>Interpolation style for line series.</p>
@@ -2968,7 +2968,7 @@ export interface LineChartLineStyleSettings {
2968
2968
  * </li>
2969
2969
  * </ul>
2970
2970
  */
2971
- LineInterpolation?: LineInterpolation | string;
2971
+ LineInterpolation?: LineInterpolation;
2972
2972
  /**
2973
2973
  * @public
2974
2974
  * <p>Line style for line series.</p>
@@ -2987,7 +2987,7 @@ export interface LineChartLineStyleSettings {
2987
2987
  * </li>
2988
2988
  * </ul>
2989
2989
  */
2990
- LineStyle?: LineChartLineStyle | string;
2990
+ LineStyle?: LineChartLineStyle;
2991
2991
  /**
2992
2992
  * @public
2993
2993
  * <p>Width that determines the line thickness.</p>
@@ -3018,7 +3018,7 @@ export interface LineChartMarkerStyleSettings {
3018
3018
  * @public
3019
3019
  * <p>Configuration option that determines whether to show the markers in the series.</p>
3020
3020
  */
3021
- MarkerVisibility?: Visibility | string;
3021
+ MarkerVisibility?: Visibility;
3022
3022
  /**
3023
3023
  * @public
3024
3024
  * <p>Shape option for markers in the series.</p>
@@ -3045,7 +3045,7 @@ export interface LineChartMarkerStyleSettings {
3045
3045
  * </li>
3046
3046
  * </ul>
3047
3047
  */
3048
- MarkerShape?: LineChartMarkerShape | string;
3048
+ MarkerShape?: LineChartMarkerShape;
3049
3049
  /**
3050
3050
  * @public
3051
3051
  * <p>Size of marker in the series.</p>
@@ -3066,7 +3066,7 @@ export interface LineChartDefaultSeriesSettings {
3066
3066
  * @public
3067
3067
  * <p>The axis to which you are binding all line series to.</p>
3068
3068
  */
3069
- AxisBinding?: AxisBinding | string;
3069
+ AxisBinding?: AxisBinding;
3070
3070
  /**
3071
3071
  * @public
3072
3072
  * <p>Line styles options for all line series in the visual.</p>
@@ -3268,7 +3268,7 @@ export interface MissingDataConfiguration {
3268
3268
  * </li>
3269
3269
  * </ul>
3270
3270
  */
3271
- TreatmentOption?: MissingDataTreatmentOption | string;
3271
+ TreatmentOption?: MissingDataTreatmentOption;
3272
3272
  }
3273
3273
  /**
3274
3274
  * @public
@@ -3321,7 +3321,7 @@ export interface DataFieldSeriesItem {
3321
3321
  * @public
3322
3322
  * <p>The axis that you are binding the field to.</p>
3323
3323
  */
3324
- AxisBinding: AxisBinding | string | undefined;
3324
+ AxisBinding: AxisBinding | undefined;
3325
3325
  /**
3326
3326
  * @public
3327
3327
  * <p>The options that determine the presentation of line series associated to the field.</p>
@@ -3342,7 +3342,7 @@ export interface FieldSeriesItem {
3342
3342
  * @public
3343
3343
  * <p>The axis that you are binding the field to.</p>
3344
3344
  */
3345
- AxisBinding: AxisBinding | string | undefined;
3345
+ AxisBinding: AxisBinding | undefined;
3346
3346
  /**
3347
3347
  * @public
3348
3348
  * <p>The options that determine the presentation of line series associated to the field.</p>
@@ -3434,7 +3434,7 @@ export interface LineChartConfiguration {
3434
3434
  * @public
3435
3435
  * <p>Determines the type of the line chart.</p>
3436
3436
  */
3437
- Type?: LineChartType | string;
3437
+ Type?: LineChartType;
3438
3438
  /**
3439
3439
  * @public
3440
3440
  * <p>The small multiples setup for the visual.</p>
@@ -3571,7 +3571,7 @@ export interface ArcOptions {
3571
3571
  * @public
3572
3572
  * <p>The arc thickness of a <code>GaugeChartVisual</code>.</p>
3573
3573
  */
3574
- ArcThickness?: ArcThickness | string;
3574
+ ArcThickness?: ArcThickness;
3575
3575
  }
3576
3576
  /**
3577
3577
  * @public
@@ -3582,7 +3582,7 @@ export interface DonutCenterOptions {
3582
3582
  * @public
3583
3583
  * <p>Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called <code>'Show total'</code>.</p>
3584
3584
  */
3585
- LabelVisibility?: Visibility | string;
3585
+ LabelVisibility?: Visibility;
3586
3586
  }
3587
3587
  /**
3588
3588
  * @public
@@ -3840,7 +3840,7 @@ export interface PivotTableFieldCollapseStateOption {
3840
3840
  * </li>
3841
3841
  * </ul>
3842
3842
  */
3843
- State?: PivotTableFieldCollapseState | string;
3843
+ State?: PivotTableFieldCollapseState;
3844
3844
  }
3845
3845
  /**
3846
3846
  * @public
@@ -3877,7 +3877,7 @@ export interface PivotTableFieldOption {
3877
3877
  * @public
3878
3878
  * <p>The visibility of the pivot table field.</p>
3879
3879
  */
3880
- Visibility?: Visibility | string;
3880
+ Visibility?: Visibility;
3881
3881
  }
3882
3882
  /**
3883
3883
  * @public
@@ -3942,12 +3942,12 @@ export interface PivotTablePaginatedReportOptions {
3942
3942
  * @public
3943
3943
  * <p>The visibility of the printing table overflow across pages.</p>
3944
3944
  */
3945
- VerticalOverflowVisibility?: Visibility | string;
3945
+ VerticalOverflowVisibility?: Visibility;
3946
3946
  /**
3947
3947
  * @public
3948
3948
  * <p>The visibility of the repeating header rows on each page.</p>
3949
3949
  */
3950
- OverflowColumnHeaderVisibility?: Visibility | string;
3950
+ OverflowColumnHeaderVisibility?: Visibility;
3951
3951
  }
3952
3952
  /**
3953
3953
  * @public
@@ -3958,7 +3958,7 @@ export interface DataPathSort {
3958
3958
  * @public
3959
3959
  * <p>Determines the sort direction.</p>
3960
3960
  */
3961
- Direction: SortDirection | string | undefined;
3961
+ Direction: SortDirection | undefined;
3962
3962
  /**
3963
3963
  * @public
3964
3964
  * <p>The list of data paths that need to be sorted.</p>
@@ -4044,7 +4044,7 @@ export interface TableBorderOptions {
4044
4044
  * @public
4045
4045
  * <p>The style (none, solid) of a table border.</p>
4046
4046
  */
4047
- Style?: TableBorderStyle | string;
4047
+ Style?: TableBorderStyle;
4048
4048
  }
4049
4049
  /**
4050
4050
  * @public
@@ -4133,7 +4133,7 @@ export interface TableCellStyle {
4133
4133
  * @public
4134
4134
  * <p>The visibility of the table cells.</p>
4135
4135
  */
4136
- Visibility?: Visibility | string;
4136
+ Visibility?: Visibility;
4137
4137
  /**
4138
4138
  * @public
4139
4139
  * <p>The font configuration of the table cells.</p>
@@ -4143,17 +4143,17 @@ export interface TableCellStyle {
4143
4143
  * @public
4144
4144
  * <p>The text wrap (none, wrap) for the table cells.</p>
4145
4145
  */
4146
- TextWrap?: TextWrap | string;
4146
+ TextWrap?: TextWrap;
4147
4147
  /**
4148
4148
  * @public
4149
4149
  * <p>The horizontal text alignment (left, center, right, auto) for the table cells.</p>
4150
4150
  */
4151
- HorizontalTextAlignment?: HorizontalTextAlignment | string;
4151
+ HorizontalTextAlignment?: HorizontalTextAlignment;
4152
4152
  /**
4153
4153
  * @public
4154
4154
  * <p>The vertical text alignment (top, middle, bottom) for the table cells.</p>
4155
4155
  */
4156
- VerticalTextAlignment?: VerticalTextAlignment | string;
4156
+ VerticalTextAlignment?: VerticalTextAlignment;
4157
4157
  /**
4158
4158
  * @public
4159
4159
  * <p>The background color for the table cells.</p>
@@ -4191,7 +4191,7 @@ export interface RowAlternateColorOptions {
4191
4191
  * @public
4192
4192
  * <p>Determines the widget status.</p>
4193
4193
  */
4194
- Status?: WidgetStatus | string;
4194
+ Status?: WidgetStatus;
4195
4195
  /**
4196
4196
  * @public
4197
4197
  * <p>Determines the list of row alternate colors.</p>
@@ -4201,7 +4201,7 @@ export interface RowAlternateColorOptions {
4201
4201
  * @public
4202
4202
  * <p>The primary background color options for alternate rows.</p>
4203
4203
  */
4204
- UsePrimaryBackgroundColor?: WidgetStatus | string;
4204
+ UsePrimaryBackgroundColor?: WidgetStatus;
4205
4205
  }
4206
4206
  /**
4207
4207
  * @public
@@ -4212,7 +4212,7 @@ export interface PivotTableRowsLabelOptions {
4212
4212
  * @public
4213
4213
  * <p>The visibility of the rows label.</p>
4214
4214
  */
4215
- Visibility?: Visibility | string;
4215
+ Visibility?: Visibility;
4216
4216
  /**
4217
4217
  * @public
4218
4218
  * <p>The custom label string for the rows label.</p>
@@ -4240,22 +4240,22 @@ export interface PivotTableOptions {
4240
4240
  * @public
4241
4241
  * <p>The metric placement (row, column) options.</p>
4242
4242
  */
4243
- MetricPlacement?: PivotTableMetricPlacement | string;
4243
+ MetricPlacement?: PivotTableMetricPlacement;
4244
4244
  /**
4245
4245
  * @public
4246
4246
  * <p>The visibility of the single metric options.</p>
4247
4247
  */
4248
- SingleMetricVisibility?: Visibility | string;
4248
+ SingleMetricVisibility?: Visibility;
4249
4249
  /**
4250
4250
  * @public
4251
4251
  * <p>The visibility of the column names.</p>
4252
4252
  */
4253
- ColumnNamesVisibility?: Visibility | string;
4253
+ ColumnNamesVisibility?: Visibility;
4254
4254
  /**
4255
4255
  * @public
4256
4256
  * <p>Determines the visibility of the pivot table.</p>
4257
4257
  */
4258
- ToggleButtonsVisibility?: Visibility | string;
4258
+ ToggleButtonsVisibility?: Visibility;
4259
4259
  /**
4260
4260
  * @public
4261
4261
  * <p>The table cell style of the column header.</p>
@@ -4285,7 +4285,7 @@ export interface PivotTableOptions {
4285
4285
  * @public
4286
4286
  * <p>The visibility setting of a pivot table's collapsed row dimension fields. If the value of this structure is <code>HIDDEN</code>, all collapsed columns in a pivot table are automatically hidden. The default value is <code>VISIBLE</code>.</p>
4287
4287
  */
4288
- CollapsedRowDimensionsVisibility?: Visibility | string;
4288
+ CollapsedRowDimensionsVisibility?: Visibility;
4289
4289
  /**
4290
4290
  * @public
4291
4291
  * <p>The layout for the row dimension headers of a pivot table. Choose one of the following options.</p>
@@ -4300,7 +4300,7 @@ export interface PivotTableOptions {
4300
4300
  * </li>
4301
4301
  * </ul>
4302
4302
  */
4303
- RowsLayout?: PivotTableRowsLayout | string;
4303
+ RowsLayout?: PivotTableRowsLayout;
4304
4304
  /**
4305
4305
  * @public
4306
4306
  * <p>The options for the label that is located above the row headers. This option is only applicable when <code>RowsLayout</code> is set to <code>HIERARCHY</code>.</p>
@@ -4358,7 +4358,7 @@ export interface TableStyleTarget {
4358
4358
  * @public
4359
4359
  * <p>The cell type of the table style target.</p>
4360
4360
  */
4361
- CellType: StyledCellType | string | undefined;
4361
+ CellType: StyledCellType | undefined;
4362
4362
  }
4363
4363
  /**
4364
4364
  * @public
@@ -4369,7 +4369,7 @@ export interface SubtotalOptions {
4369
4369
  * @public
4370
4370
  * <p>The visibility configuration for the subtotal cells.</p>
4371
4371
  */
4372
- TotalsVisibility?: Visibility | string;
4372
+ TotalsVisibility?: Visibility;
4373
4373
  /**
4374
4374
  * @public
4375
4375
  * <p>The custom label string for the subtotal cells.</p>
@@ -4379,7 +4379,7 @@ export interface SubtotalOptions {
4379
4379
  * @public
4380
4380
  * <p>The field level (all, custom, last) for the subtotal cells.</p>
4381
4381
  */
4382
- FieldLevel?: PivotTableSubtotalLevel | string;
4382
+ FieldLevel?: PivotTableSubtotalLevel;
4383
4383
  /**
4384
4384
  * @public
4385
4385
  * <p>The optional configuration of subtotal cells.</p>
@@ -4440,17 +4440,17 @@ export interface PivotTotalOptions {
4440
4440
  * @public
4441
4441
  * <p>The visibility configuration for the total cells.</p>
4442
4442
  */
4443
- TotalsVisibility?: Visibility | string;
4443
+ TotalsVisibility?: Visibility;
4444
4444
  /**
4445
4445
  * @public
4446
4446
  * <p>The placement (start, end) for the total cells.</p>
4447
4447
  */
4448
- Placement?: TableTotalsPlacement | string;
4448
+ Placement?: TableTotalsPlacement;
4449
4449
  /**
4450
4450
  * @public
4451
4451
  * <p>The scroll status (pinned, scrolled) for the total cells.</p>
4452
4452
  */
4453
- ScrollStatus?: TableTotalsScrollStatus | string;
4453
+ ScrollStatus?: TableTotalsScrollStatus;
4454
4454
  /**
4455
4455
  * @public
4456
4456
  * <p>The custom label string for the total cells.</p>
@@ -4556,7 +4556,7 @@ export interface PivotTableConditionalFormattingScope {
4556
4556
  * @public
4557
4557
  * <p>The role (field, field total, grand total) of the cell for conditional formatting.</p>
4558
4558
  */
4559
- Role?: PivotTableConditionalFormattingScopeRole | string;
4559
+ Role?: PivotTableConditionalFormattingScopeRole;
4560
4560
  }
4561
4561
  /**
4562
4562
  * @public
@@ -4686,7 +4686,7 @@ export interface RadarChartAreaStyleSettings {
4686
4686
  * @public
4687
4687
  * <p>The visibility settings of a radar chart.</p>
4688
4688
  */
4689
- Visibility?: Visibility | string;
4689
+ Visibility?: Visibility;
4690
4690
  }
4691
4691
  /**
4692
4692
  * @public
@@ -4788,7 +4788,7 @@ export interface RadarChartConfiguration {
4788
4788
  * @public
4789
4789
  * <p>The shape of the radar chart.</p>
4790
4790
  */
4791
- Shape?: RadarChartShape | string;
4791
+ Shape?: RadarChartShape;
4792
4792
  /**
4793
4793
  * @public
4794
4794
  * <p>The base sreies settings of a radar chart.</p>
@@ -4808,7 +4808,7 @@ export interface RadarChartConfiguration {
4808
4808
  * @public
4809
4809
  * <p>Determines the visibility of the colors of alternatign bands in a radar chart.</p>
4810
4810
  */
4811
- AlternateBandColorsVisibility?: Visibility | string;
4811
+ AlternateBandColorsVisibility?: Visibility;
4812
4812
  /**
4813
4813
  * @public
4814
4814
  * <p>The color of the even-numbered alternate bands of a radar chart.</p>
@@ -4848,7 +4848,7 @@ export interface RadarChartConfiguration {
4848
4848
  * @public
4849
4849
  * <p>The axis behavior options of a radar chart.</p>
4850
4850
  */
4851
- AxesRangeScale?: RadarChartAxesRangeScale | string;
4851
+ AxesRangeScale?: RadarChartAxesRangeScale;
4852
4852
  }
4853
4853
  /**
4854
4854
  * @public
@@ -5197,7 +5197,7 @@ export interface TableCellImageSizingConfiguration {
5197
5197
  * @public
5198
5198
  * <p>The cell scaling configuration of the sizing options for the table image configuration.</p>
5199
5199
  */
5200
- TableCellImageScalingConfiguration?: TableCellImageScalingConfiguration | string;
5200
+ TableCellImageScalingConfiguration?: TableCellImageScalingConfiguration;
5201
5201
  }
5202
5202
  /**
5203
5203
  * @public
@@ -5230,7 +5230,7 @@ export interface TableFieldCustomIconContent {
5230
5230
  * @public
5231
5231
  * <p>The icon set type (link) of the custom icon content for table URL link content.</p>
5232
5232
  */
5233
- Icon?: TableFieldIconSetType | string;
5233
+ Icon?: TableFieldIconSetType;
5234
5234
  }
5235
5235
  /**
5236
5236
  * @public
@@ -5273,7 +5273,7 @@ export interface TableFieldLinkConfiguration {
5273
5273
  * @public
5274
5274
  * <p>The URL target (new tab, new window, same tab) for the table link configuration.</p>
5275
5275
  */
5276
- Target: URLTargetConfiguration | string | undefined;
5276
+ Target: URLTargetConfiguration | undefined;
5277
5277
  /**
5278
5278
  * @public
5279
5279
  * <p>The URL content (text, icon) for the table link configuration.</p>
@@ -5320,7 +5320,7 @@ export interface TableFieldOption {
5320
5320
  * @public
5321
5321
  * <p>The visibility of a table field.</p>
5322
5322
  */
5323
- Visibility?: Visibility | string;
5323
+ Visibility?: Visibility;
5324
5324
  /**
5325
5325
  * @public
5326
5326
  * <p>The URL configuration for a table field.</p>
@@ -5422,12 +5422,12 @@ export interface TablePaginatedReportOptions {
5422
5422
  * @public
5423
5423
  * <p>The visibility of printing table overflow across pages.</p>
5424
5424
  */
5425
- VerticalOverflowVisibility?: Visibility | string;
5425
+ VerticalOverflowVisibility?: Visibility;
5426
5426
  /**
5427
5427
  * @public
5428
5428
  * <p>The visibility of repeating header rows on each page.</p>
5429
5429
  */
5430
- OverflowColumnHeaderVisibility?: Visibility | string;
5430
+ OverflowColumnHeaderVisibility?: Visibility;
5431
5431
  }
5432
5432
  /**
5433
5433
  * @public
@@ -5498,7 +5498,7 @@ export interface TableOptions {
5498
5498
  * @public
5499
5499
  * <p>The orientation (vertical, horizontal) for a table.</p>
5500
5500
  */
5501
- Orientation?: TableOrientation | string;
5501
+ Orientation?: TableOrientation;
5502
5502
  /**
5503
5503
  * @public
5504
5504
  * <p>The table cell style of a table header.</p>
@@ -5524,17 +5524,17 @@ export interface TotalOptions {
5524
5524
  * @public
5525
5525
  * <p>The visibility configuration for the total cells.</p>
5526
5526
  */
5527
- TotalsVisibility?: Visibility | string;
5527
+ TotalsVisibility?: Visibility;
5528
5528
  /**
5529
5529
  * @public
5530
5530
  * <p>The placement (start, end) for the total cells.</p>
5531
5531
  */
5532
- Placement?: TableTotalsPlacement | string;
5532
+ Placement?: TableTotalsPlacement;
5533
5533
  /**
5534
5534
  * @public
5535
5535
  * <p>The scroll status (pinned, scrolled) for the total cells.</p>
5536
5536
  */
5537
- ScrollStatus?: TableTotalsScrollStatus | string;
5537
+ ScrollStatus?: TableTotalsScrollStatus;
5538
5538
  /**
5539
5539
  * @public
5540
5540
  * <p>The custom label string for the total cells.</p>
@@ -6087,27 +6087,27 @@ export interface WordCloudOptions {
6087
6087
  * @public
6088
6088
  * <p>The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.</p>
6089
6089
  */
6090
- WordOrientation?: WordCloudWordOrientation | string;
6090
+ WordOrientation?: WordCloudWordOrientation;
6091
6091
  /**
6092
6092
  * @public
6093
6093
  * <p>The word scaling options (emphasize, normal) for the words in a word cloud.</p>
6094
6094
  */
6095
- WordScaling?: WordCloudWordScaling | string;
6095
+ WordScaling?: WordCloudWordScaling;
6096
6096
  /**
6097
6097
  * @public
6098
6098
  * <p>The cloud layout options (fluid, normal) of a word cloud.</p>
6099
6099
  */
6100
- CloudLayout?: WordCloudCloudLayout | string;
6100
+ CloudLayout?: WordCloudCloudLayout;
6101
6101
  /**
6102
6102
  * @public
6103
6103
  * <p>The word casing options (lower_case, existing_case) for the words in a word cloud.</p>
6104
6104
  */
6105
- WordCasing?: WordCloudWordCasing | string;
6105
+ WordCasing?: WordCloudWordCasing;
6106
6106
  /**
6107
6107
  * @public
6108
6108
  * <p>The word padding options (none, small, medium, large) for the words in a word cloud.</p>
6109
6109
  */
6110
- WordPadding?: WordCloudWordPadding | string;
6110
+ WordPadding?: WordCloudWordPadding;
6111
6111
  /**
6112
6112
  * @public
6113
6113
  * <p>The length limit of each word from 1-100.</p>
@@ -6395,7 +6395,7 @@ export interface SheetDefinition {
6395
6395
  * </li>
6396
6396
  * </ul>
6397
6397
  */
6398
- ContentType?: SheetContentType | string;
6398
+ ContentType?: SheetContentType;
6399
6399
  }
6400
6400
  /**
6401
6401
  * @public
@@ -6486,7 +6486,7 @@ export interface AnalysisSearchFilter {
6486
6486
  * <p>If you set the operator value to <code>"StringEquals"</code>, you need to provide an ownership related filter in the <code>"NAME"</code> field and the arn of the user or group whose folders you want to search in the <code>"Value"</code> field. For example, <code>"Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1"</code>.</p>
6487
6487
  * <p>If you set the value to <code>"StringLike"</code>, you need to provide the name of the folders you are searching for. For example, <code>"Name":"ANALYSIS_NAME", "Operator": "StringLike", "Value": "Test"</code>. The <code>"StringLike"</code> operator only supports the <code>NAME</code> value <code>ANALYSIS_NAME</code>.</p>
6488
6488
  */
6489
- Operator?: FilterOperator | string;
6489
+ Operator?: FilterOperator;
6490
6490
  /**
6491
6491
  * @public
6492
6492
  * <p>The name of the value that you want to use as a filter, for example <code>"Name":
@@ -6519,7 +6519,7 @@ export interface AnalysisSearchFilter {
6519
6519
  * </li>
6520
6520
  * </ul>
6521
6521
  */
6522
- Name?: AnalysisFilterAttribute | string;
6522
+ Name?: AnalysisFilterAttribute;
6523
6523
  /**
6524
6524
  * @public
6525
6525
  * <p>The value of the named item, in this case <code>QUICKSIGHT_USER</code>, that you want
@@ -6596,7 +6596,7 @@ export interface AnalysisSummary {
6596
6596
  * @public
6597
6597
  * <p>The last known status for the analysis.</p>
6598
6598
  */
6599
- Status?: ResourceStatus | string;
6599
+ Status?: ResourceStatus;
6600
6600
  /**
6601
6601
  * @public
6602
6602
  * <p>The time that the analysis was created.</p>
@@ -6747,7 +6747,7 @@ export interface SnapshotFileSheetSelection {
6747
6747
  * </li>
6748
6748
  * </ul>
6749
6749
  */
6750
- SelectionScope: SnapshotFileSheetSelectionScope | string | undefined;
6750
+ SelectionScope: SnapshotFileSheetSelectionScope | undefined;
6751
6751
  /**
6752
6752
  * @public
6753
6753
  * <p>
@@ -6770,7 +6770,7 @@ export interface SnapshotFile {
6770
6770
  * @public
6771
6771
  * <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>
6772
6772
  */
6773
- FormatType: SnapshotFileFormatType | string | undefined;
6773
+ FormatType: SnapshotFileFormatType | undefined;
6774
6774
  }
6775
6775
  /**
6776
6776
  * @public