@aws-sdk/client-quicksight 3.948.0 → 3.952.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +415 -101
  3. package/dist-es/QuickSight.js +2 -0
  4. package/dist-es/commands/GetIdentityContextCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +49 -17
  7. package/dist-es/schemas/schemas_0.js +349 -84
  8. package/dist-types/QuickSight.d.ts +7 -0
  9. package/dist-types/QuickSightClient.d.ts +3 -2
  10. package/dist-types/commands/CreateAnalysisCommand.d.ts +194 -0
  11. package/dist-types/commands/CreateDashboardCommand.d.ts +194 -0
  12. package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateDataSourceCommand.d.ts +5 -0
  14. package/dist-types/commands/CreateTemplateCommand.d.ts +194 -0
  15. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +194 -0
  16. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +194 -0
  17. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +19 -0
  18. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +89 -0
  19. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +194 -0
  20. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  28. package/dist-types/commands/GetIdentityContextCommand.d.ts +143 -0
  29. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +55 -0
  30. package/dist-types/commands/UpdateAnalysisCommand.d.ts +194 -0
  31. package/dist-types/commands/UpdateDashboardCommand.d.ts +194 -0
  32. package/dist-types/commands/UpdateDataSourceCommand.d.ts +5 -0
  33. package/dist-types/commands/UpdateTemplateCommand.d.ts +194 -0
  34. package/dist-types/commands/index.d.ts +1 -0
  35. package/dist-types/models/enums.d.ts +97 -41
  36. package/dist-types/models/models_0.d.ts +265 -162
  37. package/dist-types/models/models_1.d.ts +615 -822
  38. package/dist-types/models/models_2.d.ts +5138 -5090
  39. package/dist-types/models/models_3.d.ts +3935 -3902
  40. package/dist-types/models/models_4.d.ts +727 -7
  41. package/dist-types/schemas/schemas_0.d.ts +33 -0
  42. package/dist-types/ts3.4/QuickSight.d.ts +17 -0
  43. package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
  44. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetIdentityContextCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  55. package/dist-types/ts3.4/models/enums.d.ts +61 -23
  56. package/dist-types/ts3.4/models/models_0.d.ts +41 -38
  57. package/dist-types/ts3.4/models/models_1.d.ts +140 -164
  58. package/dist-types/ts3.4/models/models_2.d.ts +174 -176
  59. package/dist-types/ts3.4/models/models_3.d.ts +183 -147
  60. package/dist-types/ts3.4/models/models_4.d.ts +189 -13
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +33 -0
  62. package/package.json +2 -2
@@ -1,6 +1,4 @@
1
1
  import {
2
- AnalysisFilterAttribute,
3
- AnchorType,
4
2
  ArcThickness,
5
3
  ArcThicknessOptions,
6
4
  AxisBinding,
@@ -13,8 +11,8 @@ import {
13
11
  ConditionalFormattingIconSetType,
14
12
  CustomContentImageScalingConfiguration,
15
13
  CustomContentType,
14
+ DashboardCustomizationStatus,
16
15
  DataLabelPosition,
17
- FilterOperator,
18
16
  ForecastComputationSeasonality,
19
17
  FunnelChartMeasureDataLabelStyle,
20
18
  GeospatialColorState,
@@ -43,8 +41,6 @@ import {
43
41
  PrimaryValueDisplayType,
44
42
  RadarChartAxesRangeScale,
45
43
  RadarChartShape,
46
- ResourceStatus,
47
- SheetContentType,
48
44
  SimpleTotalAggregationFunction,
49
45
  SingleYAxisOption,
50
46
  SortDirection,
@@ -71,52 +67,76 @@ import {
71
67
  WordCloudWordScaling,
72
68
  } from "./enums";
73
69
  import {
74
- AnalysisDefaults,
75
- AssetOptions,
76
70
  AxisDisplayOptions,
77
71
  BarChartConfiguration,
72
+ BorderSettings,
73
+ CategoryDrillDownFilter,
78
74
  ChartAxisLabelOptions,
79
- ColumnIdentifier,
80
75
  ColumnSort,
81
76
  CustomActionFilterOperation,
82
77
  CustomActionNavigationOperation,
83
78
  CustomActionSetParametersOperation,
84
79
  CustomActionURLOperation,
85
80
  DataLabelOptions,
81
+ DecalSettings,
86
82
  FieldSort,
87
83
  FontConfiguration,
88
84
  FormatConfiguration,
89
85
  ItemsLimitConfiguration,
90
86
  LegendOptions,
91
- LongFormatText,
92
87
  NumberDisplayFormatConfiguration,
93
88
  PercentageDisplayFormatConfiguration,
94
- QueryExecutionOptions,
95
89
  SmallMultiplesOptions,
96
90
  TooltipOptions,
97
- VisualCustomActionDefaults,
98
91
  VisualInteractionOptions,
99
92
  VisualPalette,
100
- CalculatedField,
101
- ColumnConfiguration,
102
- ColumnHierarchy,
93
+ ColumnIdentifier,
103
94
  ContributionAnalysisDefault,
104
95
  DataPathValue,
105
- DataSetIdentifierDeclaration,
106
96
  DimensionField,
107
97
  FieldSortOptions,
108
- FilterControl,
109
- FilterGroup,
110
- Layout,
111
98
  MeasureField,
112
- ParameterControl,
113
- ParameterDeclaration,
114
99
  ReferenceLine,
115
- SheetControlLayout,
116
- SheetImage,
117
- SheetTextBox,
118
100
  VisualCustomAction,
119
101
  } from "./models_0";
102
+ export interface NumericEqualityDrillDownFilter {
103
+ Column: ColumnIdentifier | undefined;
104
+ Value: number | undefined;
105
+ }
106
+ export interface TimeRangeDrillDownFilter {
107
+ Column: ColumnIdentifier | undefined;
108
+ RangeMinimum: Date | undefined;
109
+ RangeMaximum: Date | undefined;
110
+ TimeGranularity: TimeGranularity | undefined;
111
+ }
112
+ export interface DrillDownFilter {
113
+ NumericEqualityFilter?: NumericEqualityDrillDownFilter | undefined;
114
+ CategoryFilter?: CategoryDrillDownFilter | undefined;
115
+ TimeRangeFilter?: TimeRangeDrillDownFilter | undefined;
116
+ }
117
+ export interface DateTimeHierarchy {
118
+ HierarchyId: string | undefined;
119
+ DrillDownFilters?: DrillDownFilter[] | undefined;
120
+ }
121
+ export interface ExplicitHierarchy {
122
+ HierarchyId: string | undefined;
123
+ Columns: ColumnIdentifier[] | undefined;
124
+ DrillDownFilters?: DrillDownFilter[] | undefined;
125
+ }
126
+ export interface PredefinedHierarchy {
127
+ HierarchyId: string | undefined;
128
+ Columns: ColumnIdentifier[] | undefined;
129
+ DrillDownFilters?: DrillDownFilter[] | undefined;
130
+ }
131
+ export interface ColumnHierarchy {
132
+ ExplicitHierarchy?: ExplicitHierarchy | undefined;
133
+ DateTimeHierarchy?: DateTimeHierarchy | undefined;
134
+ PredefinedHierarchy?: PredefinedHierarchy | undefined;
135
+ }
136
+ export interface LongFormatText {
137
+ PlainText?: string | undefined;
138
+ RichText?: string | undefined;
139
+ }
120
140
  export interface VisualSubtitleLabelOptions {
121
141
  Visibility?: Visibility | undefined;
122
142
  FormatText?: LongFormatText | undefined;
@@ -184,6 +204,24 @@ export interface BoxPlotVisual {
184
204
  ColumnHierarchies?: ColumnHierarchy[] | undefined;
185
205
  VisualContentAltText?: string | undefined;
186
206
  }
207
+ export interface LineChartLineStyleSettings {
208
+ LineVisibility?: Visibility | undefined;
209
+ LineInterpolation?: LineInterpolation | undefined;
210
+ LineStyle?: LineChartLineStyle | undefined;
211
+ LineWidth?: string | undefined;
212
+ }
213
+ export interface LineChartMarkerStyleSettings {
214
+ MarkerVisibility?: Visibility | undefined;
215
+ MarkerShape?: LineChartMarkerShape | undefined;
216
+ MarkerSize?: string | undefined;
217
+ MarkerColor?: string | undefined;
218
+ }
219
+ export interface ComboChartDefaultSeriesSettings {
220
+ LineStyleSettings?: LineChartLineStyleSettings | undefined;
221
+ MarkerStyleSettings?: LineChartMarkerStyleSettings | undefined;
222
+ DecalSettings?: DecalSettings | undefined;
223
+ BorderSettings?: BorderSettings | undefined;
224
+ }
187
225
  export interface ComboChartAggregatedFieldWells {
188
226
  Category?: DimensionField[] | undefined;
189
227
  BarValues?: MeasureField[] | undefined;
@@ -193,6 +231,25 @@ export interface ComboChartAggregatedFieldWells {
193
231
  export interface ComboChartFieldWells {
194
232
  ComboChartAggregatedFieldWells?: ComboChartAggregatedFieldWells | undefined;
195
233
  }
234
+ export interface ComboChartSeriesSettings {
235
+ LineStyleSettings?: LineChartLineStyleSettings | undefined;
236
+ MarkerStyleSettings?: LineChartMarkerStyleSettings | undefined;
237
+ DecalSettings?: DecalSettings | undefined;
238
+ BorderSettings?: BorderSettings | undefined;
239
+ }
240
+ export interface DataFieldComboSeriesItem {
241
+ FieldId: string | undefined;
242
+ FieldValue?: string | undefined;
243
+ Settings?: ComboChartSeriesSettings | undefined;
244
+ }
245
+ export interface FieldComboSeriesItem {
246
+ FieldId: string | undefined;
247
+ Settings?: ComboChartSeriesSettings | undefined;
248
+ }
249
+ export interface ComboSeriesItem {
250
+ FieldComboSeriesItem?: FieldComboSeriesItem | undefined;
251
+ DataFieldComboSeriesItem?: DataFieldComboSeriesItem | undefined;
252
+ }
196
253
  export interface YAxisOptions {
197
254
  YAxis: SingleYAxisOption | undefined;
198
255
  }
@@ -217,6 +274,8 @@ export interface ComboChartConfiguration {
217
274
  SecondaryYAxisLabelOptions?: ChartAxisLabelOptions | undefined;
218
275
  SingleAxisOptions?: SingleAxisOptions | undefined;
219
276
  ColorLabelOptions?: ChartAxisLabelOptions | undefined;
277
+ DefaultSeriesSettings?: ComboChartDefaultSeriesSettings | undefined;
278
+ Series?: ComboSeriesItem[] | undefined;
220
279
  Legend?: LegendOptions | undefined;
221
280
  BarDataLabels?: DataLabelOptions | undefined;
222
281
  LineDataLabels?: DataLabelOptions | undefined;
@@ -321,6 +380,47 @@ export interface FilledMapConditionalFormatting {
321
380
  | FilledMapConditionalFormattingOption[]
322
381
  | undefined;
323
382
  }
383
+ export interface Coordinate {
384
+ Latitude: number | undefined;
385
+ Longitude: number | undefined;
386
+ }
387
+ export interface GeocoderHierarchy {
388
+ Country?: string | undefined;
389
+ State?: string | undefined;
390
+ County?: string | undefined;
391
+ City?: string | undefined;
392
+ PostCode?: string | undefined;
393
+ }
394
+ export type GeocodePreferenceValue =
395
+ | GeocodePreferenceValue.CoordinateMember
396
+ | GeocodePreferenceValue.GeocoderHierarchyMember
397
+ | GeocodePreferenceValue.$UnknownMember;
398
+ export declare namespace GeocodePreferenceValue {
399
+ interface GeocoderHierarchyMember {
400
+ GeocoderHierarchy: GeocoderHierarchy;
401
+ Coordinate?: never;
402
+ $unknown?: never;
403
+ }
404
+ interface CoordinateMember {
405
+ GeocoderHierarchy?: never;
406
+ Coordinate: Coordinate;
407
+ $unknown?: never;
408
+ }
409
+ interface $UnknownMember {
410
+ GeocoderHierarchy?: never;
411
+ Coordinate?: never;
412
+ $unknown: [string, any];
413
+ }
414
+ interface Visitor<T> {
415
+ GeocoderHierarchy: (value: GeocoderHierarchy) => T;
416
+ Coordinate: (value: Coordinate) => T;
417
+ _: (name: string, value: any) => T;
418
+ }
419
+ }
420
+ export interface GeocodePreference {
421
+ RequestKey: GeocoderHierarchy | undefined;
422
+ Preference: GeocodePreferenceValue | undefined;
423
+ }
324
424
  export interface FilledMapVisual {
325
425
  VisualId: string | undefined;
326
426
  Title?: VisualTitleLabelOptions | undefined;
@@ -330,6 +430,7 @@ export interface FilledMapVisual {
330
430
  ColumnHierarchies?: ColumnHierarchy[] | undefined;
331
431
  Actions?: VisualCustomAction[] | undefined;
332
432
  VisualContentAltText?: string | undefined;
433
+ GeocodingPreferences?: GeocodePreference[] | undefined;
333
434
  }
334
435
  export interface FunnelChartDataLabelOptions {
335
436
  Visibility?: Visibility | undefined;
@@ -517,6 +618,7 @@ export interface GeospatialMapVisual {
517
618
  ColumnHierarchies?: ColumnHierarchy[] | undefined;
518
619
  Actions?: VisualCustomAction[] | undefined;
519
620
  VisualContentAltText?: string | undefined;
621
+ GeocodingPreferences?: GeocodePreference[] | undefined;
520
622
  }
521
623
  export interface DataColor {
522
624
  Color?: string | undefined;
@@ -934,22 +1036,11 @@ export interface LayerMapVisual {
934
1036
  DataSetIdentifier: string | undefined;
935
1037
  VisualContentAltText?: string | undefined;
936
1038
  }
937
- export interface LineChartLineStyleSettings {
938
- LineVisibility?: Visibility | undefined;
939
- LineInterpolation?: LineInterpolation | undefined;
940
- LineStyle?: LineChartLineStyle | undefined;
941
- LineWidth?: string | undefined;
942
- }
943
- export interface LineChartMarkerStyleSettings {
944
- MarkerVisibility?: Visibility | undefined;
945
- MarkerShape?: LineChartMarkerShape | undefined;
946
- MarkerSize?: string | undefined;
947
- MarkerColor?: string | undefined;
948
- }
949
1039
  export interface LineChartDefaultSeriesSettings {
950
1040
  AxisBinding?: AxisBinding | undefined;
951
1041
  LineStyleSettings?: LineChartLineStyleSettings | undefined;
952
1042
  MarkerStyleSettings?: LineChartMarkerStyleSettings | undefined;
1043
+ DecalSettings?: DecalSettings | undefined;
953
1044
  }
954
1045
  export interface LineChartAggregatedFieldWells {
955
1046
  Category?: DimensionField[] | undefined;
@@ -995,6 +1086,7 @@ export interface LineSeriesAxisDisplayOptions {
995
1086
  export interface LineChartSeriesSettings {
996
1087
  LineStyleSettings?: LineChartLineStyleSettings | undefined;
997
1088
  MarkerStyleSettings?: LineChartMarkerStyleSettings | undefined;
1089
+ DecalSettings?: DecalSettings | undefined;
998
1090
  }
999
1091
  export interface DataFieldSeriesItem {
1000
1092
  FieldId: string | undefined;
@@ -1097,6 +1189,13 @@ export interface PieChartVisual {
1097
1189
  ColumnHierarchies?: ColumnHierarchy[] | undefined;
1098
1190
  VisualContentAltText?: string | undefined;
1099
1191
  }
1192
+ export interface VisualCustomizationFieldsConfiguration {
1193
+ Status?: DashboardCustomizationStatus | undefined;
1194
+ AdditionalFields?: ColumnIdentifier[] | undefined;
1195
+ }
1196
+ export interface DashboardCustomizationVisualOptions {
1197
+ FieldsConfiguration?: VisualCustomizationFieldsConfiguration | undefined;
1198
+ }
1100
1199
  export interface PivotTableFieldCollapseStateTarget {
1101
1200
  FieldId?: string | undefined;
1102
1201
  FieldDataPathValues?: DataPathValue[] | undefined;
@@ -1244,6 +1343,9 @@ export interface PivotTableConfiguration {
1244
1343
  TotalOptions?: PivotTableTotalOptions | undefined;
1245
1344
  FieldOptions?: PivotTableFieldOptions | undefined;
1246
1345
  PaginatedReportOptions?: PivotTablePaginatedReportOptions | undefined;
1346
+ DashboardCustomizationVisualOptions?:
1347
+ | DashboardCustomizationVisualOptions
1348
+ | undefined;
1247
1349
  Interactions?: VisualInteractionOptions | undefined;
1248
1350
  }
1249
1351
  export interface PivotTableConditionalFormattingScope {
@@ -1534,6 +1636,9 @@ export interface TableConfiguration {
1534
1636
  FieldOptions?: TableFieldOptions | undefined;
1535
1637
  PaginatedReportOptions?: TablePaginatedReportOptions | undefined;
1536
1638
  TableInlineVisualizations?: TableInlineVisualization[] | undefined;
1639
+ DashboardCustomizationVisualOptions?:
1640
+ | DashboardCustomizationVisualOptions
1641
+ | undefined;
1537
1642
  Interactions?: VisualInteractionOptions | undefined;
1538
1643
  }
1539
1644
  export interface TableCellConditionalFormatting {
@@ -1660,132 +1765,3 @@ export interface WordCloudOptions {
1660
1765
  WordPadding?: WordCloudWordPadding | undefined;
1661
1766
  MaximumStringLength?: number | undefined;
1662
1767
  }
1663
- export interface WordCloudChartConfiguration {
1664
- FieldWells?: WordCloudFieldWells | undefined;
1665
- SortConfiguration?: WordCloudSortConfiguration | undefined;
1666
- CategoryLabelOptions?: ChartAxisLabelOptions | undefined;
1667
- WordCloudOptions?: WordCloudOptions | undefined;
1668
- Interactions?: VisualInteractionOptions | undefined;
1669
- }
1670
- export interface WordCloudVisual {
1671
- VisualId: string | undefined;
1672
- Title?: VisualTitleLabelOptions | undefined;
1673
- Subtitle?: VisualSubtitleLabelOptions | undefined;
1674
- ChartConfiguration?: WordCloudChartConfiguration | undefined;
1675
- Actions?: VisualCustomAction[] | undefined;
1676
- ColumnHierarchies?: ColumnHierarchy[] | undefined;
1677
- VisualContentAltText?: string | undefined;
1678
- }
1679
- export interface Visual {
1680
- TableVisual?: TableVisual | undefined;
1681
- PivotTableVisual?: PivotTableVisual | undefined;
1682
- BarChartVisual?: BarChartVisual | undefined;
1683
- KPIVisual?: KPIVisual | undefined;
1684
- PieChartVisual?: PieChartVisual | undefined;
1685
- GaugeChartVisual?: GaugeChartVisual | undefined;
1686
- LineChartVisual?: LineChartVisual | undefined;
1687
- HeatMapVisual?: HeatMapVisual | undefined;
1688
- TreeMapVisual?: TreeMapVisual | undefined;
1689
- GeospatialMapVisual?: GeospatialMapVisual | undefined;
1690
- FilledMapVisual?: FilledMapVisual | undefined;
1691
- LayerMapVisual?: LayerMapVisual | undefined;
1692
- FunnelChartVisual?: FunnelChartVisual | undefined;
1693
- ScatterPlotVisual?: ScatterPlotVisual | undefined;
1694
- ComboChartVisual?: ComboChartVisual | undefined;
1695
- BoxPlotVisual?: BoxPlotVisual | undefined;
1696
- WaterfallVisual?: WaterfallVisual | undefined;
1697
- HistogramVisual?: HistogramVisual | undefined;
1698
- WordCloudVisual?: WordCloudVisual | undefined;
1699
- InsightVisual?: InsightVisual | undefined;
1700
- SankeyDiagramVisual?: SankeyDiagramVisual | undefined;
1701
- CustomContentVisual?: CustomContentVisual | undefined;
1702
- EmptyVisual?: EmptyVisual | undefined;
1703
- RadarChartVisual?: RadarChartVisual | undefined;
1704
- PluginVisual?: PluginVisual | undefined;
1705
- }
1706
- export interface SheetDefinition {
1707
- SheetId: string | undefined;
1708
- Title?: string | undefined;
1709
- Description?: string | undefined;
1710
- Name?: string | undefined;
1711
- ParameterControls?: ParameterControl[] | undefined;
1712
- FilterControls?: FilterControl[] | undefined;
1713
- Visuals?: Visual[] | undefined;
1714
- TextBoxes?: SheetTextBox[] | undefined;
1715
- Images?: SheetImage[] | undefined;
1716
- Layouts?: Layout[] | undefined;
1717
- SheetControlLayouts?: SheetControlLayout[] | undefined;
1718
- ContentType?: SheetContentType | undefined;
1719
- CustomActionDefaults?: VisualCustomActionDefaults | undefined;
1720
- }
1721
- export interface StaticFileS3SourceOptions {
1722
- BucketName: string | undefined;
1723
- ObjectKey: string | undefined;
1724
- Region: string | undefined;
1725
- }
1726
- export interface StaticFileUrlSourceOptions {
1727
- Url: string | undefined;
1728
- }
1729
- export interface StaticFileSource {
1730
- UrlOptions?: StaticFileUrlSourceOptions | undefined;
1731
- S3Options?: StaticFileS3SourceOptions | undefined;
1732
- }
1733
- export interface ImageStaticFile {
1734
- StaticFileId: string | undefined;
1735
- Source?: StaticFileSource | undefined;
1736
- }
1737
- export interface SpatialStaticFile {
1738
- StaticFileId: string | undefined;
1739
- Source?: StaticFileSource | undefined;
1740
- }
1741
- export interface StaticFile {
1742
- ImageStaticFile?: ImageStaticFile | undefined;
1743
- SpatialStaticFile?: SpatialStaticFile | undefined;
1744
- }
1745
- export interface AnalysisDefinition {
1746
- DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[] | undefined;
1747
- Sheets?: SheetDefinition[] | undefined;
1748
- CalculatedFields?: CalculatedField[] | undefined;
1749
- ParameterDeclarations?: ParameterDeclaration[] | undefined;
1750
- FilterGroups?: FilterGroup[] | undefined;
1751
- ColumnConfigurations?: ColumnConfiguration[] | undefined;
1752
- AnalysisDefaults?: AnalysisDefaults | undefined;
1753
- Options?: AssetOptions | undefined;
1754
- QueryExecutionOptions?: QueryExecutionOptions | undefined;
1755
- StaticFiles?: StaticFile[] | undefined;
1756
- }
1757
- export interface AnalysisSearchFilter {
1758
- Operator?: FilterOperator | undefined;
1759
- Name?: AnalysisFilterAttribute | undefined;
1760
- Value?: string | undefined;
1761
- }
1762
- export interface DataSetReference {
1763
- DataSetPlaceholder: string | undefined;
1764
- DataSetArn: string | undefined;
1765
- }
1766
- export interface AnalysisSourceTemplate {
1767
- DataSetReferences: DataSetReference[] | undefined;
1768
- Arn: string | undefined;
1769
- }
1770
- export interface AnalysisSourceEntity {
1771
- SourceTemplate?: AnalysisSourceTemplate | undefined;
1772
- }
1773
- export interface AnalysisSummary {
1774
- Arn?: string | undefined;
1775
- AnalysisId?: string | undefined;
1776
- Name?: string | undefined;
1777
- Status?: ResourceStatus | undefined;
1778
- CreatedTime?: Date | undefined;
1779
- LastUpdatedTime?: Date | undefined;
1780
- }
1781
- export interface Anchor {
1782
- AnchorType?: AnchorType | undefined;
1783
- TimeGranularity?: TimeGranularity | undefined;
1784
- Offset?: number | undefined;
1785
- }
1786
- export interface SharedViewConfigurations {
1787
- Enabled: boolean | undefined;
1788
- }
1789
- export interface AnonymousUserDashboardFeatureConfigurations {
1790
- SharedView?: SharedViewConfigurations | undefined;
1791
- }