@pulumi/aws-native 1.21.0-alpha.1735909935 → 1.21.0-alpha.1736173242

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/types/output.d.ts CHANGED
@@ -53654,6 +53654,9 @@ export declare namespace quicksight {
53654
53654
  * The title that is displayed on the visual.
53655
53655
  */
53656
53656
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
53657
+ /**
53658
+ * The alt text for the visual.
53659
+ */
53657
53660
  visualContentAltText?: string;
53658
53661
  /**
53659
53662
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -53810,6 +53813,9 @@ export declare namespace quicksight {
53810
53813
  * The title that is displayed on the visual.
53811
53814
  */
53812
53815
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
53816
+ /**
53817
+ * The alt text for the visual.
53818
+ */
53813
53819
  visualContentAltText?: string;
53814
53820
  /**
53815
53821
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -54201,6 +54207,9 @@ export declare namespace quicksight {
54201
54207
  * The title that is displayed on the visual.
54202
54208
  */
54203
54209
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
54210
+ /**
54211
+ * The alt text for the visual.
54212
+ */
54204
54213
  visualContentAltText?: string;
54205
54214
  /**
54206
54215
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -54488,6 +54497,9 @@ export declare namespace quicksight {
54488
54497
  * The title that is displayed on the visual.
54489
54498
  */
54490
54499
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
54500
+ /**
54501
+ * The alt text for the visual.
54502
+ */
54491
54503
  visualContentAltText?: string;
54492
54504
  /**
54493
54505
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -55224,6 +55236,9 @@ export declare namespace quicksight {
55224
55236
  * An array of sheet definitions for an analysis. Each `SheetDefinition` provides detailed information about a sheet within this analysis.
55225
55237
  */
55226
55238
  sheets?: outputs.quicksight.AnalysisSheetDefinition[];
55239
+ /**
55240
+ * The static files for the definition.
55241
+ */
55227
55242
  staticFiles?: outputs.quicksight.AnalysisStaticFile[];
55228
55243
  }
55229
55244
  interface AnalysisDestinationParameterValueConfiguration {
@@ -55570,6 +55585,9 @@ export declare namespace quicksight {
55570
55585
  * The title that is displayed on the visual.
55571
55586
  */
55572
55587
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
55588
+ /**
55589
+ * The alt text for the visual.
55590
+ */
55573
55591
  visualContentAltText?: string;
55574
55592
  /**
55575
55593
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -56274,6 +56292,9 @@ export declare namespace quicksight {
56274
56292
  * The title that is displayed on the visual.
56275
56293
  */
56276
56294
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
56295
+ /**
56296
+ * The alt text for the visual.
56297
+ */
56277
56298
  visualContentAltText?: string;
56278
56299
  /**
56279
56300
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -56387,6 +56408,9 @@ export declare namespace quicksight {
56387
56408
  * The title that is displayed on the visual.
56388
56409
  */
56389
56410
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
56411
+ /**
56412
+ * The alt text for the visual.
56413
+ */
56390
56414
  visualContentAltText?: string;
56391
56415
  /**
56392
56416
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -56394,27 +56418,69 @@ export declare namespace quicksight {
56394
56418
  visualId: string;
56395
56419
  }
56396
56420
  interface AnalysisGeospatialCategoricalColor {
56421
+ /**
56422
+ * A list of categorical data colors for each category.
56423
+ */
56397
56424
  categoryDataColors: outputs.quicksight.AnalysisGeospatialCategoricalDataColor[];
56425
+ /**
56426
+ * The default opacity of a categorical color.
56427
+ */
56398
56428
  defaultOpacity?: number;
56429
+ /**
56430
+ * The null data visualization settings.
56431
+ */
56399
56432
  nullDataSettings?: outputs.quicksight.AnalysisGeospatialNullDataSettings;
56433
+ /**
56434
+ * The state of visibility for null data.
56435
+ */
56400
56436
  nullDataVisibility?: enums.quicksight.AnalysisVisibility;
56401
56437
  }
56402
56438
  interface AnalysisGeospatialCategoricalDataColor {
56439
+ /**
56440
+ * The color and opacity values for the category data color.
56441
+ */
56403
56442
  color: string;
56443
+ /**
56444
+ * The data value for the category data color.
56445
+ */
56404
56446
  dataValue: string;
56405
56447
  }
56406
56448
  interface AnalysisGeospatialCircleRadius {
56449
+ /**
56450
+ * The positive value for the radius of a circle.
56451
+ */
56407
56452
  radius?: number;
56408
56453
  }
56409
56454
  interface AnalysisGeospatialCircleSymbolStyle {
56455
+ /**
56456
+ * The radius of the circle.
56457
+ */
56410
56458
  circleRadius?: outputs.quicksight.AnalysisGeospatialCircleRadius;
56459
+ /**
56460
+ * The color and opacity values for the fill color.
56461
+ */
56411
56462
  fillColor?: outputs.quicksight.AnalysisGeospatialColor;
56463
+ /**
56464
+ * The color and opacity values for the stroke color.
56465
+ */
56412
56466
  strokeColor?: outputs.quicksight.AnalysisGeospatialColor;
56467
+ /**
56468
+ * The width of the stroke (border).
56469
+ */
56413
56470
  strokeWidth?: outputs.quicksight.AnalysisGeospatialLineWidth;
56414
56471
  }
56415
56472
  interface AnalysisGeospatialColor {
56473
+ /**
56474
+ * The visualization properties for the categorical color.
56475
+ */
56416
56476
  categorical?: outputs.quicksight.AnalysisGeospatialCategoricalColor;
56477
+ /**
56478
+ * The visualization properties for the gradient color.
56479
+ */
56417
56480
  gradient?: outputs.quicksight.AnalysisGeospatialGradientColor;
56481
+ /**
56482
+ * The visualization properties for the solid color.
56483
+ */
56418
56484
  solid?: outputs.quicksight.AnalysisGeospatialSolidColor;
56419
56485
  }
56420
56486
  interface AnalysisGeospatialCoordinateBounds {
@@ -56436,16 +56502,37 @@ export declare namespace quicksight {
56436
56502
  west: number;
56437
56503
  }
56438
56504
  interface AnalysisGeospatialDataSourceItem {
56505
+ /**
56506
+ * The static file data source properties for the geospatial data.
56507
+ */
56439
56508
  staticFileDataSource?: outputs.quicksight.AnalysisGeospatialStaticFileSource;
56440
56509
  }
56441
56510
  interface AnalysisGeospatialGradientColor {
56511
+ /**
56512
+ * The default opacity for the gradient color.
56513
+ */
56442
56514
  defaultOpacity?: number;
56515
+ /**
56516
+ * The null data visualization settings.
56517
+ */
56443
56518
  nullDataSettings?: outputs.quicksight.AnalysisGeospatialNullDataSettings;
56519
+ /**
56520
+ * The state of visibility for null data.
56521
+ */
56444
56522
  nullDataVisibility?: enums.quicksight.AnalysisVisibility;
56523
+ /**
56524
+ * A list of gradient step colors for the gradient.
56525
+ */
56445
56526
  stepColors: outputs.quicksight.AnalysisGeospatialGradientStepColor[];
56446
56527
  }
56447
56528
  interface AnalysisGeospatialGradientStepColor {
56529
+ /**
56530
+ * The color and opacity values for the gradient step color.
56531
+ */
56448
56532
  color: string;
56533
+ /**
56534
+ * The data value for the gradient step color.
56535
+ */
56449
56536
  dataValue: number;
56450
56537
  }
56451
56538
  interface AnalysisGeospatialHeatmapColorScale {
@@ -56467,48 +56554,117 @@ export declare namespace quicksight {
56467
56554
  color: string;
56468
56555
  }
56469
56556
  interface AnalysisGeospatialLayerColorField {
56557
+ /**
56558
+ * A list of color dimension fields.
56559
+ */
56470
56560
  colorDimensionsFields?: outputs.quicksight.AnalysisDimensionField[];
56561
+ /**
56562
+ * A list of color measure fields.
56563
+ */
56471
56564
  colorValuesFields?: outputs.quicksight.AnalysisMeasureField[];
56472
56565
  }
56473
56566
  interface AnalysisGeospatialLayerDefinition {
56567
+ /**
56568
+ * The definition for a line layer.
56569
+ */
56474
56570
  lineLayer?: outputs.quicksight.AnalysisGeospatialLineLayer;
56571
+ /**
56572
+ * The definition for a point layer.
56573
+ */
56475
56574
  pointLayer?: outputs.quicksight.AnalysisGeospatialPointLayer;
56575
+ /**
56576
+ * The definition for a polygon layer.
56577
+ */
56476
56578
  polygonLayer?: outputs.quicksight.AnalysisGeospatialPolygonLayer;
56477
56579
  }
56478
56580
  interface AnalysisGeospatialLayerItem {
56581
+ /**
56582
+ * A list of custom actions for a layer.
56583
+ */
56479
56584
  actions?: outputs.quicksight.AnalysisLayerCustomAction[];
56585
+ /**
56586
+ * The data source for the layer.
56587
+ */
56480
56588
  dataSource?: outputs.quicksight.AnalysisGeospatialDataSourceItem;
56589
+ /**
56590
+ * The join definition properties for a layer.
56591
+ */
56481
56592
  joinDefinition?: outputs.quicksight.AnalysisGeospatialLayerJoinDefinition;
56593
+ /**
56594
+ * The label that is displayed for the layer.
56595
+ */
56482
56596
  label?: string;
56597
+ /**
56598
+ * The definition properties for a layer.
56599
+ */
56483
56600
  layerDefinition?: outputs.quicksight.AnalysisGeospatialLayerDefinition;
56601
+ /**
56602
+ * The ID of the layer.
56603
+ */
56484
56604
  layerId: string;
56605
+ /**
56606
+ * The layer type.
56607
+ */
56485
56608
  layerType?: enums.quicksight.AnalysisGeospatialLayerType;
56486
56609
  tooltip?: outputs.quicksight.AnalysisTooltipOptions;
56610
+ /**
56611
+ * The state of visibility for the layer.
56612
+ */
56487
56613
  visibility?: enums.quicksight.AnalysisVisibility;
56488
56614
  }
56489
56615
  interface AnalysisGeospatialLayerJoinDefinition {
56616
+ /**
56617
+ * The geospatial color field for the join definition.
56618
+ */
56490
56619
  colorField?: outputs.quicksight.AnalysisGeospatialLayerColorField;
56491
56620
  datasetKeyField?: outputs.quicksight.AnalysisUnaggregatedField;
56621
+ /**
56622
+ * The name of the field or property in the geospatial data source.
56623
+ */
56492
56624
  shapeKeyField?: string;
56493
56625
  }
56494
56626
  interface AnalysisGeospatialLayerMapConfiguration {
56495
56627
  interactions?: any;
56496
56628
  legend?: outputs.quicksight.AnalysisLegendOptions;
56629
+ /**
56630
+ * The geospatial layers to visualize on the map.
56631
+ */
56497
56632
  mapLayers?: outputs.quicksight.AnalysisGeospatialLayerItem[];
56633
+ /**
56634
+ * The map state properties for the map.
56635
+ */
56498
56636
  mapState?: outputs.quicksight.AnalysisGeospatialMapState;
56637
+ /**
56638
+ * The map style properties for the map.
56639
+ */
56499
56640
  mapStyle?: outputs.quicksight.AnalysisGeospatialMapStyle;
56500
56641
  }
56501
56642
  interface AnalysisGeospatialLineLayer {
56643
+ /**
56644
+ * The visualization style for a line layer.
56645
+ */
56502
56646
  style: outputs.quicksight.AnalysisGeospatialLineStyle;
56503
56647
  }
56504
56648
  interface AnalysisGeospatialLineStyle {
56649
+ /**
56650
+ * The symbol style for a line style.
56651
+ */
56505
56652
  lineSymbolStyle?: outputs.quicksight.AnalysisGeospatialLineSymbolStyle;
56506
56653
  }
56507
56654
  interface AnalysisGeospatialLineSymbolStyle {
56655
+ /**
56656
+ * The color and opacity values for the fill color.
56657
+ */
56508
56658
  fillColor?: outputs.quicksight.AnalysisGeospatialColor;
56659
+ /**
56660
+ * The width value for a line.
56661
+ */
56509
56662
  lineWidth?: outputs.quicksight.AnalysisGeospatialLineWidth;
56510
56663
  }
56511
56664
  interface AnalysisGeospatialLineWidth {
56665
+ /**
56666
+ * The positive value for the width of a line.
56667
+ */
56512
56668
  lineWidth?: number;
56513
56669
  }
56514
56670
  interface AnalysisGeospatialMapAggregatedFieldWells {
@@ -56530,6 +56686,9 @@ export declare namespace quicksight {
56530
56686
  * The field wells of the visual.
56531
56687
  */
56532
56688
  fieldWells?: outputs.quicksight.AnalysisGeospatialMapFieldWells;
56689
+ /**
56690
+ * The general visual interactions setup for a visual.
56691
+ */
56533
56692
  interactions?: any;
56534
56693
  /**
56535
56694
  * The legend display setup of the visual.
@@ -56561,11 +56720,23 @@ export declare namespace quicksight {
56561
56720
  }
56562
56721
  interface AnalysisGeospatialMapState {
56563
56722
  bounds?: outputs.quicksight.AnalysisGeospatialCoordinateBounds;
56723
+ /**
56724
+ * Enables or disables map navigation for a map.
56725
+ */
56564
56726
  mapNavigation?: enums.quicksight.AnalysisGeospatialMapNavigation;
56565
56727
  }
56566
56728
  interface AnalysisGeospatialMapStyle {
56729
+ /**
56730
+ * The background color and opacity values for a map.
56731
+ */
56567
56732
  backgroundColor?: string;
56733
+ /**
56734
+ * The selected base map style.
56735
+ */
56568
56736
  baseMapStyle?: enums.quicksight.AnalysisBaseMapStyleType;
56737
+ /**
56738
+ * The state of visibility for the base map.
56739
+ */
56569
56740
  baseMapVisibility?: enums.quicksight.AnalysisVisibility;
56570
56741
  }
56571
56742
  interface AnalysisGeospatialMapStyleOptions {
@@ -56595,6 +56766,9 @@ export declare namespace quicksight {
56595
56766
  * The title that is displayed on the visual.
56596
56767
  */
56597
56768
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
56769
+ /**
56770
+ * The alt text for the visual.
56771
+ */
56598
56772
  visualContentAltText?: string;
56599
56773
  /**
56600
56774
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -56602,17 +56776,35 @@ export declare namespace quicksight {
56602
56776
  visualId: string;
56603
56777
  }
56604
56778
  interface AnalysisGeospatialNullDataSettings {
56779
+ /**
56780
+ * The symbol style for null data.
56781
+ */
56605
56782
  symbolStyle: outputs.quicksight.AnalysisGeospatialNullSymbolStyle;
56606
56783
  }
56607
56784
  interface AnalysisGeospatialNullSymbolStyle {
56785
+ /**
56786
+ * The color and opacity values for the fill color.
56787
+ */
56608
56788
  fillColor?: string;
56789
+ /**
56790
+ * The color and opacity values for the stroke color.
56791
+ */
56609
56792
  strokeColor?: string;
56793
+ /**
56794
+ * The width of the border stroke.
56795
+ */
56610
56796
  strokeWidth?: number;
56611
56797
  }
56612
56798
  interface AnalysisGeospatialPointLayer {
56799
+ /**
56800
+ * The visualization style for a point layer.
56801
+ */
56613
56802
  style: outputs.quicksight.AnalysisGeospatialPointStyle;
56614
56803
  }
56615
56804
  interface AnalysisGeospatialPointStyle {
56805
+ /**
56806
+ * The circle symbol style for a point layer.
56807
+ */
56616
56808
  circleSymbolStyle?: outputs.quicksight.AnalysisGeospatialCircleSymbolStyle;
56617
56809
  }
56618
56810
  interface AnalysisGeospatialPointStyleOptions {
@@ -56630,24 +56822,48 @@ export declare namespace quicksight {
56630
56822
  selectedPointStyle?: enums.quicksight.AnalysisGeospatialSelectedPointStyle;
56631
56823
  }
56632
56824
  interface AnalysisGeospatialPolygonLayer {
56825
+ /**
56826
+ * The visualization style for a polygon layer.
56827
+ */
56633
56828
  style: outputs.quicksight.AnalysisGeospatialPolygonStyle;
56634
56829
  }
56635
56830
  interface AnalysisGeospatialPolygonStyle {
56831
+ /**
56832
+ * The polygon symbol style for a polygon layer.
56833
+ */
56636
56834
  polygonSymbolStyle?: outputs.quicksight.AnalysisGeospatialPolygonSymbolStyle;
56637
56835
  }
56638
56836
  interface AnalysisGeospatialPolygonSymbolStyle {
56837
+ /**
56838
+ * The color and opacity values for the fill color.
56839
+ */
56639
56840
  fillColor?: outputs.quicksight.AnalysisGeospatialColor;
56841
+ /**
56842
+ * The color and opacity values for the stroke color.
56843
+ */
56640
56844
  strokeColor?: outputs.quicksight.AnalysisGeospatialColor;
56845
+ /**
56846
+ * The width of the border stroke.
56847
+ */
56641
56848
  strokeWidth?: outputs.quicksight.AnalysisGeospatialLineWidth;
56642
56849
  }
56643
56850
  /**
56644
56851
  * Describes the properties for a solid color
56645
56852
  */
56646
56853
  interface AnalysisGeospatialSolidColor {
56854
+ /**
56855
+ * The color and opacity values for the color.
56856
+ */
56647
56857
  color: string;
56858
+ /**
56859
+ * Enables and disables the view state of the color.
56860
+ */
56648
56861
  state?: enums.quicksight.AnalysisGeospatialColorState;
56649
56862
  }
56650
56863
  interface AnalysisGeospatialStaticFileSource {
56864
+ /**
56865
+ * The ID of the static file.
56866
+ */
56651
56867
  staticFileId: string;
56652
56868
  }
56653
56869
  interface AnalysisGeospatialWindowOptions {
@@ -56871,6 +57087,9 @@ export declare namespace quicksight {
56871
57087
  * The title that is displayed on the visual.
56872
57088
  */
56873
57089
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
57090
+ /**
57091
+ * The alt text for the visual.
57092
+ */
56874
57093
  visualContentAltText?: string;
56875
57094
  /**
56876
57095
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -56958,6 +57177,9 @@ export declare namespace quicksight {
56958
57177
  * The title that is displayed on the visual.
56959
57178
  */
56960
57179
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
57180
+ /**
57181
+ * The alt text for the visual.
57182
+ */
56961
57183
  visualContentAltText?: string;
56962
57184
  /**
56963
57185
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -56965,10 +57187,32 @@ export declare namespace quicksight {
56965
57187
  visualId: string;
56966
57188
  }
56967
57189
  interface AnalysisImageCustomAction {
57190
+ /**
57191
+ * A list of `ImageCustomActionOperations` .
57192
+ *
57193
+ * This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
57194
+ */
56968
57195
  actionOperations: outputs.quicksight.AnalysisImageCustomActionOperation[];
57196
+ /**
57197
+ * The ID of the custom action.
57198
+ */
56969
57199
  customActionId: string;
57200
+ /**
57201
+ * The name of the custom action.
57202
+ */
56970
57203
  name: string;
57204
+ /**
57205
+ * The status of the custom action.
57206
+ */
56971
57207
  status?: enums.quicksight.AnalysisWidgetStatus;
57208
+ /**
57209
+ * The trigger of the `VisualCustomAction` .
57210
+ *
57211
+ * Valid values are defined as follows:
57212
+ *
57213
+ * - `CLICK` : Initiates a custom action by a left pointer click on a data point.
57214
+ * - `MENU` : Initiates a custom action by right pointer click from the menu.
57215
+ */
56972
57216
  trigger: enums.quicksight.AnalysisImageCustomActionTrigger;
56973
57217
  }
56974
57218
  interface AnalysisImageCustomActionOperation {
@@ -56977,13 +57221,25 @@ export declare namespace quicksight {
56977
57221
  urlOperation?: outputs.quicksight.AnalysisCustomActionUrlOperation;
56978
57222
  }
56979
57223
  interface AnalysisImageInteractionOptions {
57224
+ /**
57225
+ * The menu options for the image.
57226
+ */
56980
57227
  imageMenuOption?: outputs.quicksight.AnalysisImageMenuOption;
56981
57228
  }
56982
57229
  interface AnalysisImageMenuOption {
57230
+ /**
57231
+ * The availability status of the image menu. If the value of this property is set to `ENABLED` , dashboard readers can interact with the image menu.
57232
+ */
56983
57233
  availabilityStatus?: any;
56984
57234
  }
56985
57235
  interface AnalysisImageStaticFile {
57236
+ /**
57237
+ * The source of the image static file.
57238
+ */
56986
57239
  source?: outputs.quicksight.AnalysisStaticFileSource;
57240
+ /**
57241
+ * The ID of the static file that contains an image.
57242
+ */
56987
57243
  staticFileId: string;
56988
57244
  }
56989
57245
  interface AnalysisInnerFilter {
@@ -57023,6 +57279,9 @@ export declare namespace quicksight {
57023
57279
  * The title that is displayed on the visual.
57024
57280
  */
57025
57281
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
57282
+ /**
57283
+ * The alt text for the visual.
57284
+ */
57026
57285
  visualContentAltText?: string;
57027
57286
  /**
57028
57287
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -57272,6 +57531,9 @@ export declare namespace quicksight {
57272
57531
  * The title that is displayed on the visual.
57273
57532
  */
57274
57533
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
57534
+ /**
57535
+ * The alt text for the visual.
57536
+ */
57275
57537
  visualContentAltText?: string;
57276
57538
  /**
57277
57539
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -57305,10 +57567,32 @@ export declare namespace quicksight {
57305
57567
  visibility?: enums.quicksight.AnalysisVisibility;
57306
57568
  }
57307
57569
  interface AnalysisLayerCustomAction {
57570
+ /**
57571
+ * A list of `LayerCustomActionOperations` .
57572
+ *
57573
+ * This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
57574
+ */
57308
57575
  actionOperations: outputs.quicksight.AnalysisLayerCustomActionOperation[];
57576
+ /**
57577
+ * The ID of the custom action.
57578
+ */
57309
57579
  customActionId: string;
57580
+ /**
57581
+ * The name of the custom action.
57582
+ */
57310
57583
  name: string;
57584
+ /**
57585
+ * The status of the `LayerCustomAction` .
57586
+ */
57311
57587
  status?: enums.quicksight.AnalysisWidgetStatus;
57588
+ /**
57589
+ * The trigger of the `LayerCustomAction` .
57590
+ *
57591
+ * Valid values are defined as follows:
57592
+ *
57593
+ * - `DATA_POINT_CLICK` : Initiates a custom action by a left pointer click on a data point.
57594
+ * - `DATA_POINT_MENU` : Initiates a custom action by right pointer click from the menu.
57595
+ */
57312
57596
  trigger: enums.quicksight.AnalysisLayerCustomActionTrigger;
57313
57597
  }
57314
57598
  interface AnalysisLayerCustomActionOperation {
@@ -57318,11 +57602,23 @@ export declare namespace quicksight {
57318
57602
  urlOperation?: outputs.quicksight.AnalysisCustomActionUrlOperation;
57319
57603
  }
57320
57604
  interface AnalysisLayerMapVisual {
57605
+ /**
57606
+ * The configuration settings of the visual.
57607
+ */
57321
57608
  chartConfiguration?: outputs.quicksight.AnalysisGeospatialLayerMapConfiguration;
57609
+ /**
57610
+ * The dataset that is used to create the layer map visual. You can't create a visual without a dataset.
57611
+ */
57322
57612
  dataSetIdentifier: string;
57323
57613
  subtitle?: outputs.quicksight.AnalysisVisualSubtitleLabelOptions;
57324
57614
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
57615
+ /**
57616
+ * The alt text for the visual.
57617
+ */
57325
57618
  visualContentAltText?: string;
57619
+ /**
57620
+ * The ID of the visual.
57621
+ */
57326
57622
  visualId: string;
57327
57623
  }
57328
57624
  interface AnalysisLayout {
@@ -57593,6 +57889,9 @@ export declare namespace quicksight {
57593
57889
  * The title that is displayed on the visual.
57594
57890
  */
57595
57891
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
57892
+ /**
57893
+ * The alt text for the visual.
57894
+ */
57596
57895
  visualContentAltText?: string;
57597
57896
  /**
57598
57897
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -58504,6 +58803,9 @@ export declare namespace quicksight {
58504
58803
  * The title that is displayed on the visual.
58505
58804
  */
58506
58805
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
58806
+ /**
58807
+ * The alt text for the visual.
58808
+ */
58507
58809
  visualContentAltText?: string;
58508
58810
  /**
58509
58811
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -58805,6 +59107,9 @@ export declare namespace quicksight {
58805
59107
  * The title that is displayed on the visual.
58806
59108
  */
58807
59109
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
59110
+ /**
59111
+ * The alt text for the visual.
59112
+ */
58808
59113
  visualContentAltText?: string;
58809
59114
  /**
58810
59115
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -58846,39 +59151,93 @@ export declare namespace quicksight {
58846
59151
  valueCellStyle?: outputs.quicksight.AnalysisTableCellStyle;
58847
59152
  }
58848
59153
  interface AnalysisPluginVisual {
59154
+ /**
59155
+ * A description of the plugin field wells and their persisted properties.
59156
+ */
58849
59157
  chartConfiguration?: outputs.quicksight.AnalysisPluginVisualConfiguration;
59158
+ /**
59159
+ * The Amazon Resource Name (ARN) that reflects the plugin and version.
59160
+ */
58850
59161
  pluginArn: string;
58851
59162
  subtitle?: outputs.quicksight.AnalysisVisualSubtitleLabelOptions;
58852
59163
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
59164
+ /**
59165
+ * The alt text for the visual.
59166
+ */
58853
59167
  visualContentAltText?: string;
59168
+ /**
59169
+ * The ID of the visual that you want to use.
59170
+ */
58854
59171
  visualId: string;
58855
59172
  }
58856
59173
  interface AnalysisPluginVisualConfiguration {
59174
+ /**
59175
+ * The field wells configuration of the plugin visual.
59176
+ */
58857
59177
  fieldWells?: outputs.quicksight.AnalysisPluginVisualFieldWell[];
59178
+ /**
59179
+ * The sort configuration of the plugin visual.
59180
+ */
58858
59181
  sortConfiguration?: outputs.quicksight.AnalysisPluginVisualSortConfiguration;
59182
+ /**
59183
+ * The persisted properties of the plugin visual.
59184
+ */
58859
59185
  visualOptions?: outputs.quicksight.AnalysisPluginVisualOptions;
58860
59186
  }
58861
59187
  interface AnalysisPluginVisualFieldWell {
59188
+ /**
59189
+ * The semantic axis name for the field well.
59190
+ */
58862
59191
  axisName?: enums.quicksight.AnalysisPluginVisualAxisName;
59192
+ /**
59193
+ * A list of dimensions for the field well.
59194
+ */
58863
59195
  dimensions?: outputs.quicksight.AnalysisDimensionField[];
59196
+ /**
59197
+ * A list of measures that exist in the field well.
59198
+ */
58864
59199
  measures?: outputs.quicksight.AnalysisMeasureField[];
59200
+ /**
59201
+ * A list of unaggregated fields that exist in the field well.
59202
+ */
58865
59203
  unaggregated?: outputs.quicksight.AnalysisUnaggregatedField[];
58866
59204
  }
58867
59205
  interface AnalysisPluginVisualItemsLimitConfiguration {
59206
+ /**
59207
+ * Determines how many values are be fetched at once.
59208
+ */
58868
59209
  itemsLimit?: number;
58869
59210
  }
58870
59211
  interface AnalysisPluginVisualOptions {
59212
+ /**
59213
+ * The persisted properties and their values.
59214
+ */
58871
59215
  visualProperties?: outputs.quicksight.AnalysisPluginVisualProperty[];
58872
59216
  }
58873
59217
  interface AnalysisPluginVisualProperty {
59218
+ /**
59219
+ * The name of the plugin visual property.
59220
+ */
58874
59221
  name?: string;
59222
+ /**
59223
+ * The value of the plugin visual property.
59224
+ */
58875
59225
  value?: string;
58876
59226
  }
58877
59227
  interface AnalysisPluginVisualSortConfiguration {
59228
+ /**
59229
+ * The table query sorting options for the plugin visual.
59230
+ */
58878
59231
  pluginVisualTableQuerySort?: outputs.quicksight.AnalysisPluginVisualTableQuerySort;
58879
59232
  }
58880
59233
  interface AnalysisPluginVisualTableQuerySort {
59234
+ /**
59235
+ * The maximum amount of data to be returned by a query.
59236
+ */
58881
59237
  itemsLimitConfiguration?: outputs.quicksight.AnalysisPluginVisualItemsLimitConfiguration;
59238
+ /**
59239
+ * Determines how data is sorted in the response.
59240
+ */
58882
59241
  rowSort?: outputs.quicksight.AnalysisFieldSortOptions[];
58883
59242
  }
58884
59243
  interface AnalysisPredefinedHierarchy {
@@ -59040,6 +59399,9 @@ export declare namespace quicksight {
59040
59399
  * The title that is displayed on the visual.
59041
59400
  */
59042
59401
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
59402
+ /**
59403
+ * The alt text for the visual.
59404
+ */
59043
59405
  visualContentAltText?: string;
59044
59406
  /**
59045
59407
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -59383,6 +59745,9 @@ export declare namespace quicksight {
59383
59745
  * The title that is displayed on the visual.
59384
59746
  */
59385
59747
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
59748
+ /**
59749
+ * The alt text for the visual.
59750
+ */
59386
59751
  visualContentAltText?: string;
59387
59752
  /**
59388
59753
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -59510,6 +59875,9 @@ export declare namespace quicksight {
59510
59875
  * The title that is displayed on the visual.
59511
59876
  */
59512
59877
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
59878
+ /**
59879
+ * The alt text for the visual.
59880
+ */
59513
59881
  visualContentAltText?: string;
59514
59882
  /**
59515
59883
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -59640,6 +60008,9 @@ export declare namespace quicksight {
59640
60008
  * components, such as controls, filters, and so on.</p>
59641
60009
  */
59642
60010
  interface AnalysisSheet {
60011
+ /**
60012
+ * A list of images on a sheet.
60013
+ */
59643
60014
  images?: outputs.quicksight.AnalysisSheetImage[];
59644
60015
  /**
59645
60016
  * <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
@@ -59691,6 +60062,9 @@ export declare namespace quicksight {
59691
60062
  * For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the *Amazon QuickSight User Guide* .
59692
60063
  */
59693
60064
  filterControls?: outputs.quicksight.AnalysisFilterControl[];
60065
+ /**
60066
+ * A list of images on a sheet.
60067
+ */
59694
60068
  images?: outputs.quicksight.AnalysisSheetImage[];
59695
60069
  /**
59696
60070
  * Layouts define how the components of a sheet are arranged.
@@ -59749,28 +60123,74 @@ export declare namespace quicksight {
59749
60123
  expression: string;
59750
60124
  }
59751
60125
  interface AnalysisSheetImage {
60126
+ /**
60127
+ * A list of custom actions that are configured for an image.
60128
+ */
59752
60129
  actions?: outputs.quicksight.AnalysisImageCustomAction[];
60130
+ /**
60131
+ * The alt text for the image.
60132
+ */
59753
60133
  imageContentAltText?: string;
60134
+ /**
60135
+ * The general image interactions setup for an image.
60136
+ */
59754
60137
  interactions?: outputs.quicksight.AnalysisImageInteractionOptions;
60138
+ /**
60139
+ * Determines how the image is scaled.
60140
+ */
59755
60141
  scaling?: outputs.quicksight.AnalysisSheetImageScalingConfiguration;
60142
+ /**
60143
+ * The ID of the sheet image.
60144
+ */
59756
60145
  sheetImageId: string;
60146
+ /**
60147
+ * The source of the image.
60148
+ */
59757
60149
  source: outputs.quicksight.AnalysisSheetImageSource;
60150
+ /**
60151
+ * The tooltip to be shown when hovering over the image.
60152
+ */
59758
60153
  tooltip?: outputs.quicksight.AnalysisSheetImageTooltipConfiguration;
59759
60154
  }
59760
60155
  interface AnalysisSheetImageScalingConfiguration {
60156
+ /**
60157
+ * The scaling option to use when fitting the image inside the container.
60158
+ *
60159
+ * Valid values are defined as follows:
60160
+ *
60161
+ * - `SCALE_TO_WIDTH` : The image takes up the entire width of the container. The image aspect ratio is preserved.
60162
+ * - `SCALE_TO_HEIGHT` : The image takes up the entire height of the container. The image aspect ratio is preserved.
60163
+ * - `SCALE_TO_CONTAINER` : The image takes up the entire width and height of the container. The image aspect ratio is not preserved.
60164
+ * - `SCALE_NONE` : The image is displayed in its original size and is not scaled to the container.
60165
+ */
59761
60166
  scalingType?: enums.quicksight.AnalysisSheetImageScalingType;
59762
60167
  }
59763
60168
  interface AnalysisSheetImageSource {
60169
+ /**
60170
+ * The source of the static file that contains the image.
60171
+ */
59764
60172
  sheetImageStaticFileSource?: outputs.quicksight.AnalysisSheetImageStaticFileSource;
59765
60173
  }
59766
60174
  interface AnalysisSheetImageStaticFileSource {
60175
+ /**
60176
+ * The ID of the static file that contains the image.
60177
+ */
59767
60178
  staticFileId: string;
59768
60179
  }
59769
60180
  interface AnalysisSheetImageTooltipConfiguration {
60181
+ /**
60182
+ * The text that appears in the tooltip.
60183
+ */
59770
60184
  tooltipText?: outputs.quicksight.AnalysisSheetImageTooltipText;
60185
+ /**
60186
+ * The visibility of the tooltip.
60187
+ */
59771
60188
  visibility?: enums.quicksight.AnalysisVisibility;
59772
60189
  }
59773
60190
  interface AnalysisSheetImageTooltipText {
60191
+ /**
60192
+ * The plain text format.
60193
+ */
59774
60194
  plainText?: string;
59775
60195
  }
59776
60196
  interface AnalysisSheetTextBox {
@@ -59909,23 +60329,53 @@ export declare namespace quicksight {
59909
60329
  top?: string;
59910
60330
  }
59911
60331
  interface AnalysisSpatialStaticFile {
60332
+ /**
60333
+ * The source of the spatial static file.
60334
+ */
59912
60335
  source?: outputs.quicksight.AnalysisStaticFileSource;
60336
+ /**
60337
+ * The ID of the spatial static file.
60338
+ */
59913
60339
  staticFileId: string;
59914
60340
  }
59915
60341
  interface AnalysisStaticFile {
60342
+ /**
60343
+ * The image static file.
60344
+ */
59916
60345
  imageStaticFile?: outputs.quicksight.AnalysisImageStaticFile;
60346
+ /**
60347
+ * The spacial static file.
60348
+ */
59917
60349
  spatialStaticFile?: outputs.quicksight.AnalysisSpatialStaticFile;
59918
60350
  }
59919
60351
  interface AnalysisStaticFileS3SourceOptions {
60352
+ /**
60353
+ * The name of the Amazon S3 bucket.
60354
+ */
59920
60355
  bucketName: string;
60356
+ /**
60357
+ * The identifier of the static file in the Amazon S3 bucket.
60358
+ */
59921
60359
  objectKey: string;
60360
+ /**
60361
+ * The Region of the Amazon S3 account that contains the bucket.
60362
+ */
59922
60363
  region: string;
59923
60364
  }
59924
60365
  interface AnalysisStaticFileSource {
60366
+ /**
60367
+ * The structure that contains the Amazon S3 location to download the static file from.
60368
+ */
59925
60369
  s3Options?: outputs.quicksight.AnalysisStaticFileS3SourceOptions;
60370
+ /**
60371
+ * The structure that contains the URL to download the static file from.
60372
+ */
59926
60373
  urlOptions?: outputs.quicksight.AnalysisStaticFileUrlSourceOptions;
59927
60374
  }
59928
60375
  interface AnalysisStaticFileUrlSourceOptions {
60376
+ /**
60377
+ * The URL to download the static file from.
60378
+ */
59929
60379
  url: string;
59930
60380
  }
59931
60381
  interface AnalysisStringDefaultValues {
@@ -60364,6 +60814,9 @@ export declare namespace quicksight {
60364
60814
  * The title that is displayed on the visual.
60365
60815
  */
60366
60816
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
60817
+ /**
60818
+ * The alt text for the visual.
60819
+ */
60367
60820
  visualContentAltText?: string;
60368
60821
  /**
60369
60822
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -60839,6 +61292,9 @@ export declare namespace quicksight {
60839
61292
  * The title that is displayed on the visual.
60840
61293
  */
60841
61294
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
61295
+ /**
61296
+ * The alt text for the visual.
61297
+ */
60842
61298
  visualContentAltText?: string;
60843
61299
  /**
60844
61300
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -60971,6 +61427,9 @@ export declare namespace quicksight {
60971
61427
  * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon QuickSight User Guide* .
60972
61428
  */
60973
61429
  kpiVisual?: outputs.quicksight.AnalysisKpiVisual;
61430
+ /**
61431
+ * The properties for a layer map visual
61432
+ */
60974
61433
  layerMapVisual?: outputs.quicksight.AnalysisLayerMapVisual;
60975
61434
  /**
60976
61435
  * A line chart.
@@ -60990,6 +61449,9 @@ export declare namespace quicksight {
60990
61449
  * For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon QuickSight User Guide* .
60991
61450
  */
60992
61451
  pivotTableVisual?: outputs.quicksight.AnalysisPivotTableVisual;
61452
+ /**
61453
+ * The custom plugin visual type.
61454
+ */
60993
61455
  pluginVisual?: outputs.quicksight.AnalysisPluginVisual;
60994
61456
  /**
60995
61457
  * A radar chart visual.
@@ -61234,6 +61696,9 @@ export declare namespace quicksight {
61234
61696
  * The title that is displayed on the visual.
61235
61697
  */
61236
61698
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
61699
+ /**
61700
+ * The alt text for the visual.
61701
+ */
61237
61702
  visualContentAltText?: string;
61238
61703
  /**
61239
61704
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -61355,6 +61820,9 @@ export declare namespace quicksight {
61355
61820
  * The title that is displayed on the visual.
61356
61821
  */
61357
61822
  title?: outputs.quicksight.AnalysisVisualTitleLabelOptions;
61823
+ /**
61824
+ * The alt text for the visual.
61825
+ */
61358
61826
  visualContentAltText?: string;
61359
61827
  /**
61360
61828
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -61827,6 +62295,9 @@ export declare namespace quicksight {
61827
62295
  * The title that is displayed on the visual.
61828
62296
  */
61829
62297
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
62298
+ /**
62299
+ * The alt text for the visual.
62300
+ */
61830
62301
  visualContentAltText?: string;
61831
62302
  /**
61832
62303
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -61983,6 +62454,9 @@ export declare namespace quicksight {
61983
62454
  * The title that is displayed on the visual.
61984
62455
  */
61985
62456
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
62457
+ /**
62458
+ * The alt text for the visual.
62459
+ */
61986
62460
  visualContentAltText?: string;
61987
62461
  /**
61988
62462
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -62374,6 +62848,9 @@ export declare namespace quicksight {
62374
62848
  * The title that is displayed on the visual.
62375
62849
  */
62376
62850
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
62851
+ /**
62852
+ * The alt text for the visual.
62853
+ */
62377
62854
  visualContentAltText?: string;
62378
62855
  /**
62379
62856
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -62661,6 +63138,9 @@ export declare namespace quicksight {
62661
63138
  * The title that is displayed on the visual.
62662
63139
  */
62663
63140
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
63141
+ /**
63142
+ * The alt text for the visual.
63143
+ */
62664
63144
  visualContentAltText?: string;
62665
63145
  /**
62666
63146
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -63752,6 +64232,9 @@ export declare namespace quicksight {
63752
64232
  * The title that is displayed on the visual.
63753
64233
  */
63754
64234
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
64235
+ /**
64236
+ * The alt text for the visual.
64237
+ */
63755
64238
  visualContentAltText?: string;
63756
64239
  /**
63757
64240
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -64456,6 +64939,9 @@ export declare namespace quicksight {
64456
64939
  * The title that is displayed on the visual.
64457
64940
  */
64458
64941
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
64942
+ /**
64943
+ * The alt text for the visual.
64944
+ */
64459
64945
  visualContentAltText?: string;
64460
64946
  /**
64461
64947
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -64569,6 +65055,9 @@ export declare namespace quicksight {
64569
65055
  * The title that is displayed on the visual.
64570
65056
  */
64571
65057
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
65058
+ /**
65059
+ * The alt text for the visual.
65060
+ */
64572
65061
  visualContentAltText?: string;
64573
65062
  /**
64574
65063
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -64576,27 +65065,69 @@ export declare namespace quicksight {
64576
65065
  visualId: string;
64577
65066
  }
64578
65067
  interface DashboardGeospatialCategoricalColor {
65068
+ /**
65069
+ * A list of categorical data colors for each category.
65070
+ */
64579
65071
  categoryDataColors: outputs.quicksight.DashboardGeospatialCategoricalDataColor[];
65072
+ /**
65073
+ * The default opacity of a categorical color.
65074
+ */
64580
65075
  defaultOpacity?: number;
65076
+ /**
65077
+ * The null data visualization settings.
65078
+ */
64581
65079
  nullDataSettings?: outputs.quicksight.DashboardGeospatialNullDataSettings;
65080
+ /**
65081
+ * The state of visibility for null data.
65082
+ */
64582
65083
  nullDataVisibility?: enums.quicksight.DashboardVisibility;
64583
65084
  }
64584
65085
  interface DashboardGeospatialCategoricalDataColor {
65086
+ /**
65087
+ * The color and opacity values for the category data color.
65088
+ */
64585
65089
  color: string;
65090
+ /**
65091
+ * The data value for the category data color.
65092
+ */
64586
65093
  dataValue: string;
64587
65094
  }
64588
65095
  interface DashboardGeospatialCircleRadius {
65096
+ /**
65097
+ * The positive value for the radius of a circle.
65098
+ */
64589
65099
  radius?: number;
64590
65100
  }
64591
65101
  interface DashboardGeospatialCircleSymbolStyle {
65102
+ /**
65103
+ * The radius of the circle.
65104
+ */
64592
65105
  circleRadius?: outputs.quicksight.DashboardGeospatialCircleRadius;
65106
+ /**
65107
+ * The color and opacity values for the fill color.
65108
+ */
64593
65109
  fillColor?: outputs.quicksight.DashboardGeospatialColor;
65110
+ /**
65111
+ * The color and opacity values for the stroke color.
65112
+ */
64594
65113
  strokeColor?: outputs.quicksight.DashboardGeospatialColor;
65114
+ /**
65115
+ * The width of the stroke (border).
65116
+ */
64595
65117
  strokeWidth?: outputs.quicksight.DashboardGeospatialLineWidth;
64596
65118
  }
64597
65119
  interface DashboardGeospatialColor {
65120
+ /**
65121
+ * The visualization properties for the categorical color.
65122
+ */
64598
65123
  categorical?: outputs.quicksight.DashboardGeospatialCategoricalColor;
65124
+ /**
65125
+ * The visualization properties for the gradient color.
65126
+ */
64599
65127
  gradient?: outputs.quicksight.DashboardGeospatialGradientColor;
65128
+ /**
65129
+ * The visualization properties for the solid color.
65130
+ */
64600
65131
  solid?: outputs.quicksight.DashboardGeospatialSolidColor;
64601
65132
  }
64602
65133
  interface DashboardGeospatialCoordinateBounds {
@@ -64618,16 +65149,37 @@ export declare namespace quicksight {
64618
65149
  west: number;
64619
65150
  }
64620
65151
  interface DashboardGeospatialDataSourceItem {
65152
+ /**
65153
+ * The static file data source properties for the geospatial data.
65154
+ */
64621
65155
  staticFileDataSource?: outputs.quicksight.DashboardGeospatialStaticFileSource;
64622
65156
  }
64623
65157
  interface DashboardGeospatialGradientColor {
65158
+ /**
65159
+ * The default opacity for the gradient color.
65160
+ */
64624
65161
  defaultOpacity?: number;
65162
+ /**
65163
+ * The null data visualization settings.
65164
+ */
64625
65165
  nullDataSettings?: outputs.quicksight.DashboardGeospatialNullDataSettings;
65166
+ /**
65167
+ * The state of visibility for null data.
65168
+ */
64626
65169
  nullDataVisibility?: enums.quicksight.DashboardVisibility;
65170
+ /**
65171
+ * A list of gradient step colors for the gradient.
65172
+ */
64627
65173
  stepColors: outputs.quicksight.DashboardGeospatialGradientStepColor[];
64628
65174
  }
64629
65175
  interface DashboardGeospatialGradientStepColor {
65176
+ /**
65177
+ * The color and opacity values for the gradient step color.
65178
+ */
64630
65179
  color: string;
65180
+ /**
65181
+ * The data value for the gradient step color.
65182
+ */
64631
65183
  dataValue: number;
64632
65184
  }
64633
65185
  interface DashboardGeospatialHeatmapColorScale {
@@ -64649,48 +65201,117 @@ export declare namespace quicksight {
64649
65201
  color: string;
64650
65202
  }
64651
65203
  interface DashboardGeospatialLayerColorField {
65204
+ /**
65205
+ * A list of color dimension fields.
65206
+ */
64652
65207
  colorDimensionsFields?: outputs.quicksight.DashboardDimensionField[];
65208
+ /**
65209
+ * A list of color measure fields.
65210
+ */
64653
65211
  colorValuesFields?: outputs.quicksight.DashboardMeasureField[];
64654
65212
  }
64655
65213
  interface DashboardGeospatialLayerDefinition {
65214
+ /**
65215
+ * The definition for a line layer.
65216
+ */
64656
65217
  lineLayer?: outputs.quicksight.DashboardGeospatialLineLayer;
65218
+ /**
65219
+ * The definition for a point layer.
65220
+ */
64657
65221
  pointLayer?: outputs.quicksight.DashboardGeospatialPointLayer;
65222
+ /**
65223
+ * The definition for a polygon layer.
65224
+ */
64658
65225
  polygonLayer?: outputs.quicksight.DashboardGeospatialPolygonLayer;
64659
65226
  }
64660
65227
  interface DashboardGeospatialLayerItem {
65228
+ /**
65229
+ * A list of custom actions for a layer.
65230
+ */
64661
65231
  actions?: outputs.quicksight.DashboardLayerCustomAction[];
65232
+ /**
65233
+ * The data source for the layer.
65234
+ */
64662
65235
  dataSource?: outputs.quicksight.DashboardGeospatialDataSourceItem;
65236
+ /**
65237
+ * The join definition properties for a layer.
65238
+ */
64663
65239
  joinDefinition?: outputs.quicksight.DashboardGeospatialLayerJoinDefinition;
65240
+ /**
65241
+ * The label that is displayed for the layer.
65242
+ */
64664
65243
  label?: string;
65244
+ /**
65245
+ * The definition properties for a layer.
65246
+ */
64665
65247
  layerDefinition?: outputs.quicksight.DashboardGeospatialLayerDefinition;
65248
+ /**
65249
+ * The ID of the layer.
65250
+ */
64666
65251
  layerId: string;
65252
+ /**
65253
+ * The layer type.
65254
+ */
64667
65255
  layerType?: enums.quicksight.DashboardGeospatialLayerType;
64668
65256
  tooltip?: outputs.quicksight.DashboardTooltipOptions;
65257
+ /**
65258
+ * The state of visibility for the layer.
65259
+ */
64669
65260
  visibility?: enums.quicksight.DashboardVisibility;
64670
65261
  }
64671
65262
  interface DashboardGeospatialLayerJoinDefinition {
65263
+ /**
65264
+ * The geospatial color field for the join definition.
65265
+ */
64672
65266
  colorField?: outputs.quicksight.DashboardGeospatialLayerColorField;
64673
65267
  datasetKeyField?: outputs.quicksight.DashboardUnaggregatedField;
65268
+ /**
65269
+ * The name of the field or property in the geospatial data source.
65270
+ */
64674
65271
  shapeKeyField?: string;
64675
65272
  }
64676
65273
  interface DashboardGeospatialLayerMapConfiguration {
64677
65274
  interactions?: any;
64678
65275
  legend?: outputs.quicksight.DashboardLegendOptions;
65276
+ /**
65277
+ * The geospatial layers to visualize on the map.
65278
+ */
64679
65279
  mapLayers?: outputs.quicksight.DashboardGeospatialLayerItem[];
65280
+ /**
65281
+ * The map state properties for the map.
65282
+ */
64680
65283
  mapState?: outputs.quicksight.DashboardGeospatialMapState;
65284
+ /**
65285
+ * The map style properties for the map.
65286
+ */
64681
65287
  mapStyle?: outputs.quicksight.DashboardGeospatialMapStyle;
64682
65288
  }
64683
65289
  interface DashboardGeospatialLineLayer {
65290
+ /**
65291
+ * The visualization style for a line layer.
65292
+ */
64684
65293
  style: outputs.quicksight.DashboardGeospatialLineStyle;
64685
65294
  }
64686
65295
  interface DashboardGeospatialLineStyle {
65296
+ /**
65297
+ * The symbol style for a line style.
65298
+ */
64687
65299
  lineSymbolStyle?: outputs.quicksight.DashboardGeospatialLineSymbolStyle;
64688
65300
  }
64689
65301
  interface DashboardGeospatialLineSymbolStyle {
65302
+ /**
65303
+ * The color and opacity values for the fill color.
65304
+ */
64690
65305
  fillColor?: outputs.quicksight.DashboardGeospatialColor;
65306
+ /**
65307
+ * The width value for a line.
65308
+ */
64691
65309
  lineWidth?: outputs.quicksight.DashboardGeospatialLineWidth;
64692
65310
  }
64693
65311
  interface DashboardGeospatialLineWidth {
65312
+ /**
65313
+ * The positive value for the width of a line.
65314
+ */
64694
65315
  lineWidth?: number;
64695
65316
  }
64696
65317
  interface DashboardGeospatialMapAggregatedFieldWells {
@@ -64712,6 +65333,9 @@ export declare namespace quicksight {
64712
65333
  * The field wells of the visual.
64713
65334
  */
64714
65335
  fieldWells?: outputs.quicksight.DashboardGeospatialMapFieldWells;
65336
+ /**
65337
+ * The general visual interactions setup for a visual.
65338
+ */
64715
65339
  interactions?: any;
64716
65340
  /**
64717
65341
  * The legend display setup of the visual.
@@ -64743,11 +65367,23 @@ export declare namespace quicksight {
64743
65367
  }
64744
65368
  interface DashboardGeospatialMapState {
64745
65369
  bounds?: outputs.quicksight.DashboardGeospatialCoordinateBounds;
65370
+ /**
65371
+ * Enables or disables map navigation for a map.
65372
+ */
64746
65373
  mapNavigation?: enums.quicksight.DashboardGeospatialMapNavigation;
64747
65374
  }
64748
65375
  interface DashboardGeospatialMapStyle {
65376
+ /**
65377
+ * The background color and opacity values for a map.
65378
+ */
64749
65379
  backgroundColor?: string;
65380
+ /**
65381
+ * The selected base map style.
65382
+ */
64750
65383
  baseMapStyle?: enums.quicksight.DashboardBaseMapStyleType;
65384
+ /**
65385
+ * The state of visibility for the base map.
65386
+ */
64751
65387
  baseMapVisibility?: enums.quicksight.DashboardVisibility;
64752
65388
  }
64753
65389
  interface DashboardGeospatialMapStyleOptions {
@@ -64777,6 +65413,9 @@ export declare namespace quicksight {
64777
65413
  * The title that is displayed on the visual.
64778
65414
  */
64779
65415
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
65416
+ /**
65417
+ * The alt text for the visual.
65418
+ */
64780
65419
  visualContentAltText?: string;
64781
65420
  /**
64782
65421
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -64784,17 +65423,35 @@ export declare namespace quicksight {
64784
65423
  visualId: string;
64785
65424
  }
64786
65425
  interface DashboardGeospatialNullDataSettings {
65426
+ /**
65427
+ * The symbol style for null data.
65428
+ */
64787
65429
  symbolStyle: outputs.quicksight.DashboardGeospatialNullSymbolStyle;
64788
65430
  }
64789
65431
  interface DashboardGeospatialNullSymbolStyle {
65432
+ /**
65433
+ * The color and opacity values for the fill color.
65434
+ */
64790
65435
  fillColor?: string;
65436
+ /**
65437
+ * The color and opacity values for the stroke color.
65438
+ */
64791
65439
  strokeColor?: string;
65440
+ /**
65441
+ * The width of the border stroke.
65442
+ */
64792
65443
  strokeWidth?: number;
64793
65444
  }
64794
65445
  interface DashboardGeospatialPointLayer {
65446
+ /**
65447
+ * The visualization style for a point layer.
65448
+ */
64795
65449
  style: outputs.quicksight.DashboardGeospatialPointStyle;
64796
65450
  }
64797
65451
  interface DashboardGeospatialPointStyle {
65452
+ /**
65453
+ * The circle symbol style for a point layer.
65454
+ */
64798
65455
  circleSymbolStyle?: outputs.quicksight.DashboardGeospatialCircleSymbolStyle;
64799
65456
  }
64800
65457
  interface DashboardGeospatialPointStyleOptions {
@@ -64812,24 +65469,48 @@ export declare namespace quicksight {
64812
65469
  selectedPointStyle?: enums.quicksight.DashboardGeospatialSelectedPointStyle;
64813
65470
  }
64814
65471
  interface DashboardGeospatialPolygonLayer {
65472
+ /**
65473
+ * The visualization style for a polygon layer.
65474
+ */
64815
65475
  style: outputs.quicksight.DashboardGeospatialPolygonStyle;
64816
65476
  }
64817
65477
  interface DashboardGeospatialPolygonStyle {
65478
+ /**
65479
+ * The polygon symbol style for a polygon layer.
65480
+ */
64818
65481
  polygonSymbolStyle?: outputs.quicksight.DashboardGeospatialPolygonSymbolStyle;
64819
65482
  }
64820
65483
  interface DashboardGeospatialPolygonSymbolStyle {
65484
+ /**
65485
+ * The color and opacity values for the fill color.
65486
+ */
64821
65487
  fillColor?: outputs.quicksight.DashboardGeospatialColor;
65488
+ /**
65489
+ * The color and opacity values for the stroke color.
65490
+ */
64822
65491
  strokeColor?: outputs.quicksight.DashboardGeospatialColor;
65492
+ /**
65493
+ * The width of the border stroke.
65494
+ */
64823
65495
  strokeWidth?: outputs.quicksight.DashboardGeospatialLineWidth;
64824
65496
  }
64825
65497
  /**
64826
65498
  * Describes the properties for a solid color
64827
65499
  */
64828
65500
  interface DashboardGeospatialSolidColor {
65501
+ /**
65502
+ * The color and opacity values for the color.
65503
+ */
64829
65504
  color: string;
65505
+ /**
65506
+ * Enables and disables the view state of the color.
65507
+ */
64830
65508
  state?: enums.quicksight.DashboardGeospatialColorState;
64831
65509
  }
64832
65510
  interface DashboardGeospatialStaticFileSource {
65511
+ /**
65512
+ * The ID of the static file.
65513
+ */
64833
65514
  staticFileId: string;
64834
65515
  }
64835
65516
  interface DashboardGeospatialWindowOptions {
@@ -65053,6 +65734,9 @@ export declare namespace quicksight {
65053
65734
  * The title that is displayed on the visual.
65054
65735
  */
65055
65736
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
65737
+ /**
65738
+ * The alt text for the visual.
65739
+ */
65056
65740
  visualContentAltText?: string;
65057
65741
  /**
65058
65742
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -65140,6 +65824,9 @@ export declare namespace quicksight {
65140
65824
  * The title that is displayed on the visual.
65141
65825
  */
65142
65826
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
65827
+ /**
65828
+ * The alt text for the visual.
65829
+ */
65143
65830
  visualContentAltText?: string;
65144
65831
  /**
65145
65832
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -65147,10 +65834,32 @@ export declare namespace quicksight {
65147
65834
  visualId: string;
65148
65835
  }
65149
65836
  interface DashboardImageCustomAction {
65837
+ /**
65838
+ * A list of `ImageCustomActionOperations` .
65839
+ *
65840
+ * This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
65841
+ */
65150
65842
  actionOperations: outputs.quicksight.DashboardImageCustomActionOperation[];
65843
+ /**
65844
+ * The ID of the custom action.
65845
+ */
65151
65846
  customActionId: string;
65847
+ /**
65848
+ * The name of the custom action.
65849
+ */
65152
65850
  name: string;
65851
+ /**
65852
+ * The status of the custom action.
65853
+ */
65153
65854
  status?: enums.quicksight.DashboardWidgetStatus;
65855
+ /**
65856
+ * The trigger of the `VisualCustomAction` .
65857
+ *
65858
+ * Valid values are defined as follows:
65859
+ *
65860
+ * - `CLICK` : Initiates a custom action by a left pointer click on a data point.
65861
+ * - `MENU` : Initiates a custom action by right pointer click from the menu.
65862
+ */
65154
65863
  trigger: enums.quicksight.DashboardImageCustomActionTrigger;
65155
65864
  }
65156
65865
  interface DashboardImageCustomActionOperation {
@@ -65159,13 +65868,25 @@ export declare namespace quicksight {
65159
65868
  urlOperation?: outputs.quicksight.DashboardCustomActionUrlOperation;
65160
65869
  }
65161
65870
  interface DashboardImageInteractionOptions {
65871
+ /**
65872
+ * The menu options for the image.
65873
+ */
65162
65874
  imageMenuOption?: outputs.quicksight.DashboardImageMenuOption;
65163
65875
  }
65164
65876
  interface DashboardImageMenuOption {
65877
+ /**
65878
+ * The availability status of the image menu. If the value of this property is set to `ENABLED` , dashboard readers can interact with the image menu.
65879
+ */
65165
65880
  availabilityStatus?: enums.quicksight.DashboardBehavior;
65166
65881
  }
65167
65882
  interface DashboardImageStaticFile {
65883
+ /**
65884
+ * The source of the image static file.
65885
+ */
65168
65886
  source?: outputs.quicksight.DashboardStaticFileSource;
65887
+ /**
65888
+ * The ID of the static file that contains an image.
65889
+ */
65169
65890
  staticFileId: string;
65170
65891
  }
65171
65892
  interface DashboardInnerFilter {
@@ -65205,6 +65926,9 @@ export declare namespace quicksight {
65205
65926
  * The title that is displayed on the visual.
65206
65927
  */
65207
65928
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
65929
+ /**
65930
+ * The alt text for the visual.
65931
+ */
65208
65932
  visualContentAltText?: string;
65209
65933
  /**
65210
65934
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -65454,6 +66178,9 @@ export declare namespace quicksight {
65454
66178
  * The title that is displayed on the visual.
65455
66179
  */
65456
66180
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
66181
+ /**
66182
+ * The alt text for the visual.
66183
+ */
65457
66184
  visualContentAltText?: string;
65458
66185
  /**
65459
66186
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -65487,10 +66214,32 @@ export declare namespace quicksight {
65487
66214
  visibility?: enums.quicksight.DashboardVisibility;
65488
66215
  }
65489
66216
  interface DashboardLayerCustomAction {
66217
+ /**
66218
+ * A list of `LayerCustomActionOperations` .
66219
+ *
66220
+ * This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
66221
+ */
65490
66222
  actionOperations: outputs.quicksight.DashboardLayerCustomActionOperation[];
66223
+ /**
66224
+ * The ID of the custom action.
66225
+ */
65491
66226
  customActionId: string;
66227
+ /**
66228
+ * The name of the custom action.
66229
+ */
65492
66230
  name: string;
66231
+ /**
66232
+ * The status of the `LayerCustomAction` .
66233
+ */
65493
66234
  status?: enums.quicksight.DashboardWidgetStatus;
66235
+ /**
66236
+ * The trigger of the `LayerCustomAction` .
66237
+ *
66238
+ * Valid values are defined as follows:
66239
+ *
66240
+ * - `DATA_POINT_CLICK` : Initiates a custom action by a left pointer click on a data point.
66241
+ * - `DATA_POINT_MENU` : Initiates a custom action by right pointer click from the menu.
66242
+ */
65494
66243
  trigger: enums.quicksight.DashboardLayerCustomActionTrigger;
65495
66244
  }
65496
66245
  interface DashboardLayerCustomActionOperation {
@@ -65500,11 +66249,23 @@ export declare namespace quicksight {
65500
66249
  urlOperation?: outputs.quicksight.DashboardCustomActionUrlOperation;
65501
66250
  }
65502
66251
  interface DashboardLayerMapVisual {
66252
+ /**
66253
+ * The configuration settings of the visual.
66254
+ */
65503
66255
  chartConfiguration?: outputs.quicksight.DashboardGeospatialLayerMapConfiguration;
66256
+ /**
66257
+ * The dataset that is used to create the layer map visual. You can't create a visual without a dataset.
66258
+ */
65504
66259
  dataSetIdentifier: string;
65505
66260
  subtitle?: outputs.quicksight.DashboardVisualSubtitleLabelOptions;
65506
66261
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
66262
+ /**
66263
+ * The alt text for the visual.
66264
+ */
65507
66265
  visualContentAltText?: string;
66266
+ /**
66267
+ * The ID of the visual.
66268
+ */
65508
66269
  visualId: string;
65509
66270
  }
65510
66271
  interface DashboardLayout {
@@ -65775,6 +66536,9 @@ export declare namespace quicksight {
65775
66536
  * The title that is displayed on the visual.
65776
66537
  */
65777
66538
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
66539
+ /**
66540
+ * The alt text for the visual.
66541
+ */
65778
66542
  visualContentAltText?: string;
65779
66543
  /**
65780
66544
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -66692,6 +67456,9 @@ export declare namespace quicksight {
66692
67456
  * The title that is displayed on the visual.
66693
67457
  */
66694
67458
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
67459
+ /**
67460
+ * The alt text for the visual.
67461
+ */
66695
67462
  visualContentAltText?: string;
66696
67463
  /**
66697
67464
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -66993,6 +67760,9 @@ export declare namespace quicksight {
66993
67760
  * The title that is displayed on the visual.
66994
67761
  */
66995
67762
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
67763
+ /**
67764
+ * The alt text for the visual.
67765
+ */
66996
67766
  visualContentAltText?: string;
66997
67767
  /**
66998
67768
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -67034,39 +67804,93 @@ export declare namespace quicksight {
67034
67804
  valueCellStyle?: outputs.quicksight.DashboardTableCellStyle;
67035
67805
  }
67036
67806
  interface DashboardPluginVisual {
67807
+ /**
67808
+ * A description of the plugin field wells and their persisted properties.
67809
+ */
67037
67810
  chartConfiguration?: outputs.quicksight.DashboardPluginVisualConfiguration;
67811
+ /**
67812
+ * The Amazon Resource Name (ARN) that reflects the plugin and version.
67813
+ */
67038
67814
  pluginArn: string;
67039
67815
  subtitle?: outputs.quicksight.DashboardVisualSubtitleLabelOptions;
67040
67816
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
67817
+ /**
67818
+ * The alt text for the visual.
67819
+ */
67041
67820
  visualContentAltText?: string;
67821
+ /**
67822
+ * The ID of the visual that you want to use.
67823
+ */
67042
67824
  visualId: string;
67043
67825
  }
67044
67826
  interface DashboardPluginVisualConfiguration {
67827
+ /**
67828
+ * The field wells configuration of the plugin visual.
67829
+ */
67045
67830
  fieldWells?: outputs.quicksight.DashboardPluginVisualFieldWell[];
67831
+ /**
67832
+ * The sort configuration of the plugin visual.
67833
+ */
67046
67834
  sortConfiguration?: outputs.quicksight.DashboardPluginVisualSortConfiguration;
67835
+ /**
67836
+ * The persisted properties of the plugin visual.
67837
+ */
67047
67838
  visualOptions?: outputs.quicksight.DashboardPluginVisualOptions;
67048
67839
  }
67049
67840
  interface DashboardPluginVisualFieldWell {
67841
+ /**
67842
+ * The semantic axis name for the field well.
67843
+ */
67050
67844
  axisName?: enums.quicksight.DashboardPluginVisualAxisName;
67845
+ /**
67846
+ * A list of dimensions for the field well.
67847
+ */
67051
67848
  dimensions?: outputs.quicksight.DashboardDimensionField[];
67849
+ /**
67850
+ * A list of measures that exist in the field well.
67851
+ */
67052
67852
  measures?: outputs.quicksight.DashboardMeasureField[];
67853
+ /**
67854
+ * A list of unaggregated fields that exist in the field well.
67855
+ */
67053
67856
  unaggregated?: outputs.quicksight.DashboardUnaggregatedField[];
67054
67857
  }
67055
67858
  interface DashboardPluginVisualItemsLimitConfiguration {
67859
+ /**
67860
+ * Determines how many values are be fetched at once.
67861
+ */
67056
67862
  itemsLimit?: number;
67057
67863
  }
67058
67864
  interface DashboardPluginVisualOptions {
67865
+ /**
67866
+ * The persisted properties and their values.
67867
+ */
67059
67868
  visualProperties?: outputs.quicksight.DashboardPluginVisualProperty[];
67060
67869
  }
67061
67870
  interface DashboardPluginVisualProperty {
67871
+ /**
67872
+ * The name of the plugin visual property.
67873
+ */
67062
67874
  name?: string;
67875
+ /**
67876
+ * The value of the plugin visual property.
67877
+ */
67063
67878
  value?: string;
67064
67879
  }
67065
67880
  interface DashboardPluginVisualSortConfiguration {
67881
+ /**
67882
+ * The table query sorting options for the plugin visual.
67883
+ */
67066
67884
  pluginVisualTableQuerySort?: outputs.quicksight.DashboardPluginVisualTableQuerySort;
67067
67885
  }
67068
67886
  interface DashboardPluginVisualTableQuerySort {
67887
+ /**
67888
+ * The maximum amount of data to be returned by a query.
67889
+ */
67069
67890
  itemsLimitConfiguration?: outputs.quicksight.DashboardPluginVisualItemsLimitConfiguration;
67891
+ /**
67892
+ * Determines how data is sorted in the response.
67893
+ */
67070
67894
  rowSort?: outputs.quicksight.DashboardFieldSortOptions[];
67071
67895
  }
67072
67896
  interface DashboardPredefinedHierarchy {
@@ -67271,6 +68095,9 @@ export declare namespace quicksight {
67271
68095
  * The title that is displayed on the visual.
67272
68096
  */
67273
68097
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
68098
+ /**
68099
+ * The alt text for the visual.
68100
+ */
67274
68101
  visualContentAltText?: string;
67275
68102
  /**
67276
68103
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -67614,6 +68441,9 @@ export declare namespace quicksight {
67614
68441
  * The title that is displayed on the visual.
67615
68442
  */
67616
68443
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
68444
+ /**
68445
+ * The alt text for the visual.
68446
+ */
67617
68447
  visualContentAltText?: string;
67618
68448
  /**
67619
68449
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -67741,6 +68571,9 @@ export declare namespace quicksight {
67741
68571
  * The title that is displayed on the visual.
67742
68572
  */
67743
68573
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
68574
+ /**
68575
+ * The alt text for the visual.
68576
+ */
67744
68577
  visualContentAltText?: string;
67745
68578
  /**
67746
68579
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -67871,6 +68704,9 @@ export declare namespace quicksight {
67871
68704
  * components, such as controls, filters, and so on.</p>
67872
68705
  */
67873
68706
  interface DashboardSheet {
68707
+ /**
68708
+ * A list of images on a sheet.
68709
+ */
67874
68710
  images?: outputs.quicksight.DashboardSheetImage[];
67875
68711
  /**
67876
68712
  * <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
@@ -67931,6 +68767,9 @@ export declare namespace quicksight {
67931
68767
  * For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the *Amazon QuickSight User Guide* .
67932
68768
  */
67933
68769
  filterControls?: outputs.quicksight.DashboardFilterControl[];
68770
+ /**
68771
+ * A list of images on a sheet.
68772
+ */
67934
68773
  images?: outputs.quicksight.DashboardSheetImage[];
67935
68774
  /**
67936
68775
  * Layouts define how the components of a sheet are arranged.
@@ -67989,28 +68828,74 @@ export declare namespace quicksight {
67989
68828
  expression: string;
67990
68829
  }
67991
68830
  interface DashboardSheetImage {
68831
+ /**
68832
+ * A list of custom actions that are configured for an image.
68833
+ */
67992
68834
  actions?: outputs.quicksight.DashboardImageCustomAction[];
68835
+ /**
68836
+ * The alt text for the image.
68837
+ */
67993
68838
  imageContentAltText?: string;
68839
+ /**
68840
+ * The general image interactions setup for an image.
68841
+ */
67994
68842
  interactions?: outputs.quicksight.DashboardImageInteractionOptions;
68843
+ /**
68844
+ * Determines how the image is scaled.
68845
+ */
67995
68846
  scaling?: outputs.quicksight.DashboardSheetImageScalingConfiguration;
68847
+ /**
68848
+ * The ID of the sheet image.
68849
+ */
67996
68850
  sheetImageId: string;
68851
+ /**
68852
+ * The source of the image.
68853
+ */
67997
68854
  source: outputs.quicksight.DashboardSheetImageSource;
68855
+ /**
68856
+ * The tooltip to be shown when hovering over the image.
68857
+ */
67998
68858
  tooltip?: outputs.quicksight.DashboardSheetImageTooltipConfiguration;
67999
68859
  }
68000
68860
  interface DashboardSheetImageScalingConfiguration {
68861
+ /**
68862
+ * The scaling option to use when fitting the image inside the container.
68863
+ *
68864
+ * Valid values are defined as follows:
68865
+ *
68866
+ * - `SCALE_TO_WIDTH` : The image takes up the entire width of the container. The image aspect ratio is preserved.
68867
+ * - `SCALE_TO_HEIGHT` : The image takes up the entire height of the container. The image aspect ratio is preserved.
68868
+ * - `SCALE_TO_CONTAINER` : The image takes up the entire width and height of the container. The image aspect ratio is not preserved.
68869
+ * - `SCALE_NONE` : The image is displayed in its original size and is not scaled to the container.
68870
+ */
68001
68871
  scalingType?: enums.quicksight.DashboardSheetImageScalingType;
68002
68872
  }
68003
68873
  interface DashboardSheetImageSource {
68874
+ /**
68875
+ * The source of the static file that contains the image.
68876
+ */
68004
68877
  sheetImageStaticFileSource?: outputs.quicksight.DashboardSheetImageStaticFileSource;
68005
68878
  }
68006
68879
  interface DashboardSheetImageStaticFileSource {
68880
+ /**
68881
+ * The ID of the static file that contains the image.
68882
+ */
68007
68883
  staticFileId: string;
68008
68884
  }
68009
68885
  interface DashboardSheetImageTooltipConfiguration {
68886
+ /**
68887
+ * The text that appears in the tooltip.
68888
+ */
68010
68889
  tooltipText?: outputs.quicksight.DashboardSheetImageTooltipText;
68890
+ /**
68891
+ * The visibility of the tooltip.
68892
+ */
68011
68893
  visibility?: enums.quicksight.DashboardVisibility;
68012
68894
  }
68013
68895
  interface DashboardSheetImageTooltipText {
68896
+ /**
68897
+ * The plain text format.
68898
+ */
68014
68899
  plainText?: string;
68015
68900
  }
68016
68901
  /**
@@ -68158,23 +69043,53 @@ export declare namespace quicksight {
68158
69043
  top?: string;
68159
69044
  }
68160
69045
  interface DashboardSpatialStaticFile {
69046
+ /**
69047
+ * The source of the spatial static file.
69048
+ */
68161
69049
  source?: outputs.quicksight.DashboardStaticFileSource;
69050
+ /**
69051
+ * The ID of the spatial static file.
69052
+ */
68162
69053
  staticFileId: string;
68163
69054
  }
68164
69055
  interface DashboardStaticFile {
69056
+ /**
69057
+ * The image static file.
69058
+ */
68165
69059
  imageStaticFile?: outputs.quicksight.DashboardImageStaticFile;
69060
+ /**
69061
+ * The spacial static file.
69062
+ */
68166
69063
  spatialStaticFile?: outputs.quicksight.DashboardSpatialStaticFile;
68167
69064
  }
68168
69065
  interface DashboardStaticFileS3SourceOptions {
69066
+ /**
69067
+ * The name of the Amazon S3 bucket.
69068
+ */
68169
69069
  bucketName: string;
69070
+ /**
69071
+ * The identifier of the static file in the Amazon S3 bucket.
69072
+ */
68170
69073
  objectKey: string;
69074
+ /**
69075
+ * The Region of the Amazon S3 account that contains the bucket.
69076
+ */
68171
69077
  region: string;
68172
69078
  }
68173
69079
  interface DashboardStaticFileSource {
69080
+ /**
69081
+ * The structure that contains the Amazon S3 location to download the static file from.
69082
+ */
68174
69083
  s3Options?: outputs.quicksight.DashboardStaticFileS3SourceOptions;
69084
+ /**
69085
+ * The structure that contains the URL to download the static file from.
69086
+ */
68175
69087
  urlOptions?: outputs.quicksight.DashboardStaticFileUrlSourceOptions;
68176
69088
  }
68177
69089
  interface DashboardStaticFileUrlSourceOptions {
69090
+ /**
69091
+ * The URL to download the static file from.
69092
+ */
68178
69093
  url: string;
68179
69094
  }
68180
69095
  interface DashboardStringDefaultValues {
@@ -68613,6 +69528,9 @@ export declare namespace quicksight {
68613
69528
  * The title that is displayed on the visual.
68614
69529
  */
68615
69530
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
69531
+ /**
69532
+ * The alt text for the visual.
69533
+ */
68616
69534
  visualContentAltText?: string;
68617
69535
  /**
68618
69536
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -69088,6 +70006,9 @@ export declare namespace quicksight {
69088
70006
  * The title that is displayed on the visual.
69089
70007
  */
69090
70008
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
70009
+ /**
70010
+ * The alt text for the visual.
70011
+ */
69091
70012
  visualContentAltText?: string;
69092
70013
  /**
69093
70014
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -69217,6 +70138,9 @@ export declare namespace quicksight {
69217
70138
  * An array of sheet definitions for a dashboard.
69218
70139
  */
69219
70140
  sheets?: outputs.quicksight.DashboardSheetDefinition[];
70141
+ /**
70142
+ * The static files for the definition.
70143
+ */
69220
70144
  staticFiles?: outputs.quicksight.DashboardStaticFile[];
69221
70145
  }
69222
70146
  interface DashboardVisibleRangeOptions {
@@ -69302,6 +70226,9 @@ export declare namespace quicksight {
69302
70226
  * For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon QuickSight User Guide* .
69303
70227
  */
69304
70228
  kpiVisual?: outputs.quicksight.DashboardKpiVisual;
70229
+ /**
70230
+ * The properties for a layer map visual
70231
+ */
69305
70232
  layerMapVisual?: outputs.quicksight.DashboardLayerMapVisual;
69306
70233
  /**
69307
70234
  * A line chart.
@@ -69321,6 +70248,9 @@ export declare namespace quicksight {
69321
70248
  * For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon QuickSight User Guide* .
69322
70249
  */
69323
70250
  pivotTableVisual?: outputs.quicksight.DashboardPivotTableVisual;
70251
+ /**
70252
+ * The custom plugin visual type.
70253
+ */
69324
70254
  pluginVisual?: outputs.quicksight.DashboardPluginVisual;
69325
70255
  /**
69326
70256
  * A radar chart visual.
@@ -69580,6 +70510,9 @@ export declare namespace quicksight {
69580
70510
  * The title that is displayed on the visual.
69581
70511
  */
69582
70512
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
70513
+ /**
70514
+ * The alt text for the visual.
70515
+ */
69583
70516
  visualContentAltText?: string;
69584
70517
  /**
69585
70518
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -69701,6 +70634,9 @@ export declare namespace quicksight {
69701
70634
  * The title that is displayed on the visual.
69702
70635
  */
69703
70636
  title?: outputs.quicksight.DashboardVisualTitleLabelOptions;
70637
+ /**
70638
+ * The alt text for the visual.
70639
+ */
69704
70640
  visualContentAltText?: string;
69705
70641
  /**
69706
70642
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -71570,6 +72506,9 @@ export declare namespace quicksight {
71570
72506
  * The title that is displayed on the visual.
71571
72507
  */
71572
72508
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
72509
+ /**
72510
+ * The alt text for the visual.
72511
+ */
71573
72512
  visualContentAltText?: string;
71574
72513
  /**
71575
72514
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -71726,6 +72665,9 @@ export declare namespace quicksight {
71726
72665
  * The title that is displayed on the visual.
71727
72666
  */
71728
72667
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
72668
+ /**
72669
+ * The alt text for the visual.
72670
+ */
71729
72671
  visualContentAltText?: string;
71730
72672
  /**
71731
72673
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -72156,6 +73098,9 @@ export declare namespace quicksight {
72156
73098
  * The title that is displayed on the visual.
72157
73099
  */
72158
73100
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
73101
+ /**
73102
+ * The alt text for the visual.
73103
+ */
72159
73104
  visualContentAltText?: string;
72160
73105
  /**
72161
73106
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -72443,6 +73388,9 @@ export declare namespace quicksight {
72443
73388
  * The title that is displayed on the visual.
72444
73389
  */
72445
73390
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
73391
+ /**
73392
+ * The alt text for the visual.
73393
+ */
72446
73394
  visualContentAltText?: string;
72447
73395
  /**
72448
73396
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -73470,6 +74418,9 @@ export declare namespace quicksight {
73470
74418
  * The title that is displayed on the visual.
73471
74419
  */
73472
74420
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
74421
+ /**
74422
+ * The alt text for the visual.
74423
+ */
73473
74424
  visualContentAltText?: string;
73474
74425
  /**
73475
74426
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -74170,6 +75121,9 @@ export declare namespace quicksight {
74170
75121
  * The title that is displayed on the visual.
74171
75122
  */
74172
75123
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
75124
+ /**
75125
+ * The alt text for the visual.
75126
+ */
74173
75127
  visualContentAltText?: string;
74174
75128
  /**
74175
75129
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -74283,6 +75237,9 @@ export declare namespace quicksight {
74283
75237
  * The title that is displayed on the visual.
74284
75238
  */
74285
75239
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
75240
+ /**
75241
+ * The alt text for the visual.
75242
+ */
74286
75243
  visualContentAltText?: string;
74287
75244
  /**
74288
75245
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -74399,6 +75356,9 @@ export declare namespace quicksight {
74399
75356
  * The title that is displayed on the visual.
74400
75357
  */
74401
75358
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
75359
+ /**
75360
+ * The alt text for the visual.
75361
+ */
74402
75362
  visualContentAltText?: string;
74403
75363
  /**
74404
75364
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -74640,6 +75600,9 @@ export declare namespace quicksight {
74640
75600
  * The title that is displayed on the visual.
74641
75601
  */
74642
75602
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
75603
+ /**
75604
+ * The alt text for the visual.
75605
+ */
74643
75606
  visualContentAltText?: string;
74644
75607
  /**
74645
75608
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -74727,6 +75690,9 @@ export declare namespace quicksight {
74727
75690
  * The title that is displayed on the visual.
74728
75691
  */
74729
75692
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
75693
+ /**
75694
+ * The alt text for the visual.
75695
+ */
74730
75696
  visualContentAltText?: string;
74731
75697
  /**
74732
75698
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -74734,10 +75700,32 @@ export declare namespace quicksight {
74734
75700
  visualId: string;
74735
75701
  }
74736
75702
  interface TemplateImageCustomAction {
75703
+ /**
75704
+ * A list of `ImageCustomActionOperations` .
75705
+ *
75706
+ * This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
75707
+ */
74737
75708
  actionOperations: outputs.quicksight.TemplateImageCustomActionOperation[];
75709
+ /**
75710
+ * The ID of the custom action.
75711
+ */
74738
75712
  customActionId: string;
75713
+ /**
75714
+ * The name of the custom action.
75715
+ */
74739
75716
  name: string;
75717
+ /**
75718
+ * The status of the custom action.
75719
+ */
74740
75720
  status?: enums.quicksight.TemplateWidgetStatus;
75721
+ /**
75722
+ * The trigger of the `VisualCustomAction` .
75723
+ *
75724
+ * Valid values are defined as follows:
75725
+ *
75726
+ * - `CLICK` : Initiates a custom action by a left pointer click on a data point.
75727
+ * - `MENU` : Initiates a custom action by right pointer click from the menu.
75728
+ */
74741
75729
  trigger: enums.quicksight.TemplateImageCustomActionTrigger;
74742
75730
  }
74743
75731
  interface TemplateImageCustomActionOperation {
@@ -74746,9 +75734,15 @@ export declare namespace quicksight {
74746
75734
  urlOperation?: outputs.quicksight.TemplateCustomActionUrlOperation;
74747
75735
  }
74748
75736
  interface TemplateImageInteractionOptions {
75737
+ /**
75738
+ * The menu options for the image.
75739
+ */
74749
75740
  imageMenuOption?: outputs.quicksight.TemplateImageMenuOption;
74750
75741
  }
74751
75742
  interface TemplateImageMenuOption {
75743
+ /**
75744
+ * The availability status of the image menu. If the value of this property is set to `ENABLED` , dashboard readers can interact with the image menu.
75745
+ */
74752
75746
  availabilityStatus?: any;
74753
75747
  }
74754
75748
  interface TemplateInnerFilter {
@@ -74788,6 +75782,9 @@ export declare namespace quicksight {
74788
75782
  * The title that is displayed on the visual.
74789
75783
  */
74790
75784
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
75785
+ /**
75786
+ * The alt text for the visual.
75787
+ */
74791
75788
  visualContentAltText?: string;
74792
75789
  /**
74793
75790
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -75024,6 +76021,9 @@ export declare namespace quicksight {
75024
76021
  * The title that is displayed on the visual.
75025
76022
  */
75026
76023
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
76024
+ /**
76025
+ * The alt text for the visual.
76026
+ */
75027
76027
  visualContentAltText?: string;
75028
76028
  /**
75029
76029
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -75324,6 +76324,9 @@ export declare namespace quicksight {
75324
76324
  * The title that is displayed on the visual.
75325
76325
  */
75326
76326
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
76327
+ /**
76328
+ * The alt text for the visual.
76329
+ */
75327
76330
  visualContentAltText?: string;
75328
76331
  /**
75329
76332
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -76214,6 +77217,9 @@ export declare namespace quicksight {
76214
77217
  * The title that is displayed on the visual.
76215
77218
  */
76216
77219
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
77220
+ /**
77221
+ * The alt text for the visual.
77222
+ */
76217
77223
  visualContentAltText?: string;
76218
77224
  /**
76219
77225
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -76515,6 +77521,9 @@ export declare namespace quicksight {
76515
77521
  * The title that is displayed on the visual.
76516
77522
  */
76517
77523
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
77524
+ /**
77525
+ * The alt text for the visual.
77526
+ */
76518
77527
  visualContentAltText?: string;
76519
77528
  /**
76520
77529
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -76556,39 +77565,93 @@ export declare namespace quicksight {
76556
77565
  valueCellStyle?: outputs.quicksight.TemplateTableCellStyle;
76557
77566
  }
76558
77567
  interface TemplatePluginVisual {
77568
+ /**
77569
+ * A description of the plugin field wells and their persisted properties.
77570
+ */
76559
77571
  chartConfiguration?: outputs.quicksight.TemplatePluginVisualConfiguration;
77572
+ /**
77573
+ * The Amazon Resource Name (ARN) that reflects the plugin and version.
77574
+ */
76560
77575
  pluginArn: string;
76561
77576
  subtitle?: outputs.quicksight.TemplateVisualSubtitleLabelOptions;
76562
77577
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
77578
+ /**
77579
+ * The alt text for the visual.
77580
+ */
76563
77581
  visualContentAltText?: string;
77582
+ /**
77583
+ * The ID of the visual that you want to use.
77584
+ */
76564
77585
  visualId: string;
76565
77586
  }
76566
77587
  interface TemplatePluginVisualConfiguration {
77588
+ /**
77589
+ * The field wells configuration of the plugin visual.
77590
+ */
76567
77591
  fieldWells?: outputs.quicksight.TemplatePluginVisualFieldWell[];
77592
+ /**
77593
+ * The sort configuration of the plugin visual.
77594
+ */
76568
77595
  sortConfiguration?: outputs.quicksight.TemplatePluginVisualSortConfiguration;
77596
+ /**
77597
+ * The persisted properties of the plugin visual.
77598
+ */
76569
77599
  visualOptions?: outputs.quicksight.TemplatePluginVisualOptions;
76570
77600
  }
76571
77601
  interface TemplatePluginVisualFieldWell {
77602
+ /**
77603
+ * The semantic axis name for the field well.
77604
+ */
76572
77605
  axisName?: enums.quicksight.TemplatePluginVisualAxisName;
77606
+ /**
77607
+ * A list of dimensions for the field well.
77608
+ */
76573
77609
  dimensions?: outputs.quicksight.TemplateDimensionField[];
77610
+ /**
77611
+ * A list of measures that exist in the field well.
77612
+ */
76574
77613
  measures?: outputs.quicksight.TemplateMeasureField[];
77614
+ /**
77615
+ * A list of unaggregated fields that exist in the field well.
77616
+ */
76575
77617
  unaggregated?: outputs.quicksight.TemplateUnaggregatedField[];
76576
77618
  }
76577
77619
  interface TemplatePluginVisualItemsLimitConfiguration {
77620
+ /**
77621
+ * Determines how many values are be fetched at once.
77622
+ */
76578
77623
  itemsLimit?: number;
76579
77624
  }
76580
77625
  interface TemplatePluginVisualOptions {
77626
+ /**
77627
+ * The persisted properties and their values.
77628
+ */
76581
77629
  visualProperties?: outputs.quicksight.TemplatePluginVisualProperty[];
76582
77630
  }
76583
77631
  interface TemplatePluginVisualProperty {
77632
+ /**
77633
+ * The name of the plugin visual property.
77634
+ */
76584
77635
  name?: string;
77636
+ /**
77637
+ * The value of the plugin visual property.
77638
+ */
76585
77639
  value?: string;
76586
77640
  }
76587
77641
  interface TemplatePluginVisualSortConfiguration {
77642
+ /**
77643
+ * The table query sorting options for the plugin visual.
77644
+ */
76588
77645
  pluginVisualTableQuerySort?: outputs.quicksight.TemplatePluginVisualTableQuerySort;
76589
77646
  }
76590
77647
  interface TemplatePluginVisualTableQuerySort {
77648
+ /**
77649
+ * The maximum amount of data to be returned by a query.
77650
+ */
76591
77651
  itemsLimitConfiguration?: outputs.quicksight.TemplatePluginVisualItemsLimitConfiguration;
77652
+ /**
77653
+ * Determines how data is sorted in the response.
77654
+ */
76592
77655
  rowSort?: outputs.quicksight.TemplateFieldSortOptions[];
76593
77656
  }
76594
77657
  interface TemplatePredefinedHierarchy {
@@ -76750,6 +77813,9 @@ export declare namespace quicksight {
76750
77813
  * The title that is displayed on the visual.
76751
77814
  */
76752
77815
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
77816
+ /**
77817
+ * The alt text for the visual.
77818
+ */
76753
77819
  visualContentAltText?: string;
76754
77820
  /**
76755
77821
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -77093,6 +78159,9 @@ export declare namespace quicksight {
77093
78159
  * The title that is displayed on the visual.
77094
78160
  */
77095
78161
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
78162
+ /**
78163
+ * The alt text for the visual.
78164
+ */
77096
78165
  visualContentAltText?: string;
77097
78166
  /**
77098
78167
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -77220,6 +78289,9 @@ export declare namespace quicksight {
77220
78289
  * The title that is displayed on the visual.
77221
78290
  */
77222
78291
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
78292
+ /**
78293
+ * The alt text for the visual.
78294
+ */
77223
78295
  visualContentAltText?: string;
77224
78296
  /**
77225
78297
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -77350,6 +78422,9 @@ export declare namespace quicksight {
77350
78422
  * components, such as controls, filters, and so on.</p>
77351
78423
  */
77352
78424
  interface TemplateSheet {
78425
+ /**
78426
+ * A list of images on a sheet.
78427
+ */
77353
78428
  images?: outputs.quicksight.TemplateSheetImage[];
77354
78429
  /**
77355
78430
  * <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
@@ -77401,6 +78476,9 @@ export declare namespace quicksight {
77401
78476
  * For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the *Amazon QuickSight User Guide* .
77402
78477
  */
77403
78478
  filterControls?: outputs.quicksight.TemplateFilterControl[];
78479
+ /**
78480
+ * A list of images on a sheet.
78481
+ */
77404
78482
  images?: outputs.quicksight.TemplateSheetImage[];
77405
78483
  /**
77406
78484
  * Layouts define how the components of a sheet are arranged.
@@ -77459,28 +78537,74 @@ export declare namespace quicksight {
77459
78537
  expression: string;
77460
78538
  }
77461
78539
  interface TemplateSheetImage {
78540
+ /**
78541
+ * A list of custom actions that are configured for an image.
78542
+ */
77462
78543
  actions?: outputs.quicksight.TemplateImageCustomAction[];
78544
+ /**
78545
+ * The alt text for the image.
78546
+ */
77463
78547
  imageContentAltText?: string;
78548
+ /**
78549
+ * The general image interactions setup for an image.
78550
+ */
77464
78551
  interactions?: outputs.quicksight.TemplateImageInteractionOptions;
78552
+ /**
78553
+ * Determines how the image is scaled.
78554
+ */
77465
78555
  scaling?: outputs.quicksight.TemplateSheetImageScalingConfiguration;
78556
+ /**
78557
+ * The ID of the sheet image.
78558
+ */
77466
78559
  sheetImageId: string;
78560
+ /**
78561
+ * The source of the image.
78562
+ */
77467
78563
  source: outputs.quicksight.TemplateSheetImageSource;
78564
+ /**
78565
+ * The tooltip to be shown when hovering over the image.
78566
+ */
77468
78567
  tooltip?: outputs.quicksight.TemplateSheetImageTooltipConfiguration;
77469
78568
  }
77470
78569
  interface TemplateSheetImageScalingConfiguration {
78570
+ /**
78571
+ * The scaling option to use when fitting the image inside the container.
78572
+ *
78573
+ * Valid values are defined as follows:
78574
+ *
78575
+ * - `SCALE_TO_WIDTH` : The image takes up the entire width of the container. The image aspect ratio is preserved.
78576
+ * - `SCALE_TO_HEIGHT` : The image takes up the entire height of the container. The image aspect ratio is preserved.
78577
+ * - `SCALE_TO_CONTAINER` : The image takes up the entire width and height of the container. The image aspect ratio is not preserved.
78578
+ * - `SCALE_NONE` : The image is displayed in its original size and is not scaled to the container.
78579
+ */
77471
78580
  scalingType?: enums.quicksight.TemplateSheetImageScalingType;
77472
78581
  }
77473
78582
  interface TemplateSheetImageSource {
78583
+ /**
78584
+ * The source of the static file that contains the image.
78585
+ */
77474
78586
  sheetImageStaticFileSource?: outputs.quicksight.TemplateSheetImageStaticFileSource;
77475
78587
  }
77476
78588
  interface TemplateSheetImageStaticFileSource {
78589
+ /**
78590
+ * The ID of the static file that contains the image.
78591
+ */
77477
78592
  staticFileId: string;
77478
78593
  }
77479
78594
  interface TemplateSheetImageTooltipConfiguration {
78595
+ /**
78596
+ * The text that appears in the tooltip.
78597
+ */
77480
78598
  tooltipText?: outputs.quicksight.TemplateSheetImageTooltipText;
78599
+ /**
78600
+ * The visibility of the tooltip.
78601
+ */
77481
78602
  visibility?: any;
77482
78603
  }
77483
78604
  interface TemplateSheetImageTooltipText {
78605
+ /**
78606
+ * The plain text format.
78607
+ */
77484
78608
  plainText?: string;
77485
78609
  }
77486
78610
  interface TemplateSheetTextBox {
@@ -78055,6 +79179,9 @@ export declare namespace quicksight {
78055
79179
  * The title that is displayed on the visual.
78056
79180
  */
78057
79181
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
79182
+ /**
79183
+ * The alt text for the visual.
79184
+ */
78058
79185
  visualContentAltText?: string;
78059
79186
  /**
78060
79187
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -78530,6 +79657,9 @@ export declare namespace quicksight {
78530
79657
  * The title that is displayed on the visual.
78531
79658
  */
78532
79659
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
79660
+ /**
79661
+ * The alt text for the visual.
79662
+ */
78533
79663
  visualContentAltText?: string;
78534
79664
  /**
78535
79665
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
@@ -78770,6 +79900,9 @@ export declare namespace quicksight {
78770
79900
  * For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon QuickSight User Guide* .
78771
79901
  */
78772
79902
  pivotTableVisual?: outputs.quicksight.TemplatePivotTableVisual;
79903
+ /**
79904
+ * The custom plugin visual type.
79905
+ */
78773
79906
  pluginVisual?: outputs.quicksight.TemplatePluginVisual;
78774
79907
  /**
78775
79908
  * A radar chart visual.
@@ -79014,6 +80147,9 @@ export declare namespace quicksight {
79014
80147
  * The title that is displayed on the visual.
79015
80148
  */
79016
80149
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
80150
+ /**
80151
+ * The alt text for the visual.
80152
+ */
79017
80153
  visualContentAltText?: string;
79018
80154
  /**
79019
80155
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -79135,6 +80271,9 @@ export declare namespace quicksight {
79135
80271
  * The title that is displayed on the visual.
79136
80272
  */
79137
80273
  title?: outputs.quicksight.TemplateVisualTitleLabelOptions;
80274
+ /**
80275
+ * The alt text for the visual.
80276
+ */
79138
80277
  visualContentAltText?: string;
79139
80278
  /**
79140
80279
  * The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..