@aws-sdk/client-quicksight 3.556.0 → 3.558.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 (46) hide show
  1. package/dist-cjs/index.js +16644 -16530
  2. package/dist-es/models/models_0.js +31 -51
  3. package/dist-es/models/models_1.js +21 -53
  4. package/dist-es/models/models_2.js +54 -25
  5. package/dist-es/models/models_3.js +25 -0
  6. package/dist-es/protocols/Aws_restJson1.js +115 -4
  7. package/dist-types/commands/CreateAnalysisCommand.d.ts +300 -0
  8. package/dist-types/commands/CreateDashboardCommand.d.ts +300 -0
  9. package/dist-types/commands/CreateTemplateCommand.d.ts +300 -0
  10. package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +300 -0
  13. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +6 -0
  15. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +300 -0
  16. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +300 -0
  17. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  20. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  21. package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListNamespacesCommand.d.ts +1 -2
  23. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  24. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +52 -5
  25. package/dist-types/commands/UpdateAnalysisCommand.d.ts +300 -0
  26. package/dist-types/commands/UpdateDashboardCommand.d.ts +300 -0
  27. package/dist-types/commands/UpdateTemplateCommand.d.ts +300 -0
  28. package/dist-types/models/models_0.d.ts +717 -725
  29. package/dist-types/models/models_1.d.ts +286 -446
  30. package/dist-types/models/models_2.d.ts +463 -302
  31. package/dist-types/models/models_3.d.ts +316 -280
  32. package/dist-types/models/models_4.d.ts +280 -4
  33. package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +4 -2
  41. package/dist-types/ts3.4/models/models_0.d.ts +174 -190
  42. package/dist-types/ts3.4/models/models_1.d.ts +77 -134
  43. package/dist-types/ts3.4/models/models_2.d.ts +159 -91
  44. package/dist-types/ts3.4/models/models_3.d.ts +91 -72
  45. package/dist-types/ts3.4/models/models_4.d.ts +76 -3
  46. package/package.json +1 -1
@@ -1,7 +1,440 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AccountCustomization, AdHocFilteringOption, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, FilterGroup, NumberScale, ParameterDeclaration, ResourceStatus, TimeGranularity, VisualMenuOption } from "./models_0";
3
- import { AnalysisDefinition, AnalysisFilterAttribute, FilterOperator, SheetDefinition } from "./models_1";
2
+ import { AccountCustomization, AdHocFilteringOption, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, FilterControl, FilterGroup, Layout, ParameterControl, ParameterDeclaration, ResourceStatus, SheetContentType, SheetControlLayout, SheetTextBox, TimeGranularity, VisualCustomAction, VisualInteractionOptions, VisualMenuOption } from "./models_0";
3
+ import { BarChartVisual, BoxPlotVisual, ColumnHierarchy, ComboChartVisual, CustomContentVisual, EmptyVisual, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, KPIVisual, LineChartVisual, PieChartVisual, PivotTableVisual, RadarChartVisual, SankeyDiagramVisual, ScatterPlotVisual, TableVisual, TreeMapVisual, VisualSubtitleLabelOptions, VisualTitleLabelOptions, WaterfallVisual, WordCloudCloudLayout, WordCloudFieldWells, WordCloudSortConfiguration, WordCloudWordCasing, WordCloudWordOrientation } from "./models_1";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ /**
6
+ * @public
7
+ * @enum
8
+ */
9
+ export declare const WordCloudWordPadding: {
10
+ readonly LARGE: "LARGE";
11
+ readonly MEDIUM: "MEDIUM";
12
+ readonly NONE: "NONE";
13
+ readonly SMALL: "SMALL";
14
+ };
15
+ /**
16
+ * @public
17
+ */
18
+ export type WordCloudWordPadding = (typeof WordCloudWordPadding)[keyof typeof WordCloudWordPadding];
19
+ /**
20
+ * @public
21
+ * @enum
22
+ */
23
+ export declare const WordCloudWordScaling: {
24
+ readonly EMPHASIZE: "EMPHASIZE";
25
+ readonly NORMAL: "NORMAL";
26
+ };
27
+ /**
28
+ * @public
29
+ */
30
+ export type WordCloudWordScaling = (typeof WordCloudWordScaling)[keyof typeof WordCloudWordScaling];
31
+ /**
32
+ * <p>The word cloud options for a word cloud visual.</p>
33
+ * @public
34
+ */
35
+ export interface WordCloudOptions {
36
+ /**
37
+ * <p>The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.</p>
38
+ * @public
39
+ */
40
+ WordOrientation?: WordCloudWordOrientation;
41
+ /**
42
+ * <p>The word scaling options (emphasize, normal) for the words in a word cloud.</p>
43
+ * @public
44
+ */
45
+ WordScaling?: WordCloudWordScaling;
46
+ /**
47
+ * <p>The cloud layout options (fluid, normal) of a word cloud.</p>
48
+ * @public
49
+ */
50
+ CloudLayout?: WordCloudCloudLayout;
51
+ /**
52
+ * <p>The word casing options (lower_case, existing_case) for the words in a word cloud.</p>
53
+ * @public
54
+ */
55
+ WordCasing?: WordCloudWordCasing;
56
+ /**
57
+ * <p>The word padding options (none, small, medium, large) for the words in a word cloud.</p>
58
+ * @public
59
+ */
60
+ WordPadding?: WordCloudWordPadding;
61
+ /**
62
+ * <p>The length limit of each word from 1-100.</p>
63
+ * @public
64
+ */
65
+ MaximumStringLength?: number;
66
+ }
67
+ /**
68
+ * <p>The configuration of a word cloud visual.</p>
69
+ * @public
70
+ */
71
+ export interface WordCloudChartConfiguration {
72
+ /**
73
+ * <p>The field wells of the visual.</p>
74
+ * @public
75
+ */
76
+ FieldWells?: WordCloudFieldWells;
77
+ /**
78
+ * <p>The sort configuration of a word cloud visual.</p>
79
+ * @public
80
+ */
81
+ SortConfiguration?: WordCloudSortConfiguration;
82
+ /**
83
+ * <p>The label options (label text, label visibility, and sort icon visibility) for the word cloud category.</p>
84
+ * @public
85
+ */
86
+ CategoryLabelOptions?: ChartAxisLabelOptions;
87
+ /**
88
+ * <p>The options for a word cloud visual.</p>
89
+ * @public
90
+ */
91
+ WordCloudOptions?: WordCloudOptions;
92
+ /**
93
+ * <p>The general visual interactions setup for a visual.</p>
94
+ * @public
95
+ */
96
+ Interactions?: VisualInteractionOptions;
97
+ }
98
+ /**
99
+ * <p>A word cloud.</p>
100
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html">Using word clouds</a> in the <i>Amazon QuickSight User Guide</i>.</p>
101
+ * @public
102
+ */
103
+ export interface WordCloudVisual {
104
+ /**
105
+ * <p>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..</p>
106
+ * @public
107
+ */
108
+ VisualId: string | undefined;
109
+ /**
110
+ * <p>The title that is displayed on the visual.</p>
111
+ * @public
112
+ */
113
+ Title?: VisualTitleLabelOptions;
114
+ /**
115
+ * <p>The subtitle that is displayed on the visual.</p>
116
+ * @public
117
+ */
118
+ Subtitle?: VisualSubtitleLabelOptions;
119
+ /**
120
+ * <p>The configuration settings of the visual.</p>
121
+ * @public
122
+ */
123
+ ChartConfiguration?: WordCloudChartConfiguration;
124
+ /**
125
+ * <p>The list of custom actions that are configured for a visual.</p>
126
+ * @public
127
+ */
128
+ Actions?: VisualCustomAction[];
129
+ /**
130
+ * <p>The column hierarchy that is used during drill-downs and drill-ups.</p>
131
+ * @public
132
+ */
133
+ ColumnHierarchies?: ColumnHierarchy[];
134
+ }
135
+ /**
136
+ * <p>A visual displayed on a sheet in an analysis, dashboard, or template.</p>
137
+ * <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
138
+ * @public
139
+ */
140
+ export interface Visual {
141
+ /**
142
+ * <p>A table visual.</p>
143
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/tabular.html">Using tables as visuals</a> in the <i>Amazon QuickSight User Guide</i>.</p>
144
+ * @public
145
+ */
146
+ TableVisual?: TableVisual;
147
+ /**
148
+ * <p>A pivot table.</p>
149
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html">Using pivot tables</a> in the <i>Amazon QuickSight User Guide</i>.</p>
150
+ * @public
151
+ */
152
+ PivotTableVisual?: PivotTableVisual;
153
+ /**
154
+ * <p>A bar chart.</p>
155
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html">Using bar charts</a> in the <i>Amazon QuickSight User Guide</i>.</p>
156
+ * @public
157
+ */
158
+ BarChartVisual?: BarChartVisual;
159
+ /**
160
+ * <p>A key performance indicator (KPI).</p>
161
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/kpi.html">Using KPIs</a> in the <i>Amazon QuickSight User Guide</i>.</p>
162
+ * @public
163
+ */
164
+ KPIVisual?: KPIVisual;
165
+ /**
166
+ * <p>A pie or donut chart.</p>
167
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html">Using pie charts</a> in the <i>Amazon QuickSight User Guide</i>.</p>
168
+ * @public
169
+ */
170
+ PieChartVisual?: PieChartVisual;
171
+ /**
172
+ * <p>A gauge chart.</p>
173
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html">Using gauge charts</a> in the <i>Amazon QuickSight User Guide</i>.</p>
174
+ * @public
175
+ */
176
+ GaugeChartVisual?: GaugeChartVisual;
177
+ /**
178
+ * <p>A line chart.</p>
179
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html">Using line charts</a> in the <i>Amazon QuickSight User Guide</i>.</p>
180
+ * @public
181
+ */
182
+ LineChartVisual?: LineChartVisual;
183
+ /**
184
+ * <p>A heat map.</p>
185
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html">Using heat maps</a> in the <i>Amazon QuickSight User Guide</i>.</p>
186
+ * @public
187
+ */
188
+ HeatMapVisual?: HeatMapVisual;
189
+ /**
190
+ * <p>A tree map.</p>
191
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html">Using tree maps</a> in the <i>Amazon QuickSight User Guide</i>.</p>
192
+ * @public
193
+ */
194
+ TreeMapVisual?: TreeMapVisual;
195
+ /**
196
+ * <p>A geospatial map or a points on map visual.</p>
197
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html">Creating point maps</a> in the <i>Amazon QuickSight User Guide</i>.</p>
198
+ * @public
199
+ */
200
+ GeospatialMapVisual?: GeospatialMapVisual;
201
+ /**
202
+ * <p>A filled map.</p>
203
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html">Creating filled maps</a> in the <i>Amazon QuickSight User Guide</i>.</p>
204
+ * @public
205
+ */
206
+ FilledMapVisual?: FilledMapVisual;
207
+ /**
208
+ * <p>A funnel chart.</p>
209
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html">Using funnel charts</a> in the <i>Amazon QuickSight User Guide</i>.</p>
210
+ * @public
211
+ */
212
+ FunnelChartVisual?: FunnelChartVisual;
213
+ /**
214
+ * <p>A scatter plot.</p>
215
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html">Using scatter plots</a> in the <i>Amazon QuickSight User Guide</i>.</p>
216
+ * @public
217
+ */
218
+ ScatterPlotVisual?: ScatterPlotVisual;
219
+ /**
220
+ * <p>A combo chart.</p>
221
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html">Using combo charts</a> in the <i>Amazon QuickSight User Guide</i>.</p>
222
+ * @public
223
+ */
224
+ ComboChartVisual?: ComboChartVisual;
225
+ /**
226
+ * <p>A box plot.</p>
227
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html">Using box plots</a> in the <i>Amazon QuickSight User Guide</i>.</p>
228
+ * @public
229
+ */
230
+ BoxPlotVisual?: BoxPlotVisual;
231
+ /**
232
+ * <p>A waterfall chart.</p>
233
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html">Using waterfall charts</a> in the <i>Amazon QuickSight User Guide</i>.</p>
234
+ * @public
235
+ */
236
+ WaterfallVisual?: WaterfallVisual;
237
+ /**
238
+ * <p>A histogram.</p>
239
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html">Using histograms</a> in the <i>Amazon QuickSight User Guide</i>.</p>
240
+ * @public
241
+ */
242
+ HistogramVisual?: HistogramVisual;
243
+ /**
244
+ * <p>A word cloud.</p>
245
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html">Using word clouds</a> in the <i>Amazon QuickSight User Guide</i>.</p>
246
+ * @public
247
+ */
248
+ WordCloudVisual?: WordCloudVisual;
249
+ /**
250
+ * <p>An insight visual.</p>
251
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html">Working with insights</a> in the <i>Amazon QuickSight User Guide</i>.</p>
252
+ * @public
253
+ */
254
+ InsightVisual?: InsightVisual;
255
+ /**
256
+ * <p>A sankey diagram.</p>
257
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html">Using Sankey diagrams</a> in the <i>Amazon QuickSight User Guide</i>.</p>
258
+ * @public
259
+ */
260
+ SankeyDiagramVisual?: SankeyDiagramVisual;
261
+ /**
262
+ * <p>A visual that contains custom content.</p>
263
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html">Using custom visual content</a> in the <i>Amazon QuickSight User Guide</i>.</p>
264
+ * @public
265
+ */
266
+ CustomContentVisual?: CustomContentVisual;
267
+ /**
268
+ * <p>An empty visual.</p>
269
+ * @public
270
+ */
271
+ EmptyVisual?: EmptyVisual;
272
+ /**
273
+ * <p>A radar chart visual.</p>
274
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html">Using radar charts</a> in the <i>Amazon QuickSight User Guide</i>.</p>
275
+ * @public
276
+ */
277
+ RadarChartVisual?: RadarChartVisual;
278
+ }
279
+ /**
280
+ * <p>A sheet is an object that contains a set of visuals that
281
+ * are viewed together on one page in a paginated report. Every analysis and dashboard must contain at least one sheet.</p>
282
+ * @public
283
+ */
284
+ export interface SheetDefinition {
285
+ /**
286
+ * <p>The unique identifier of a sheet.</p>
287
+ * @public
288
+ */
289
+ SheetId: string | undefined;
290
+ /**
291
+ * <p>The title of the sheet.</p>
292
+ * @public
293
+ */
294
+ Title?: string;
295
+ /**
296
+ * <p>A description of the sheet.</p>
297
+ * @public
298
+ */
299
+ Description?: string;
300
+ /**
301
+ * <p>The name of the sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
302
+ * console.</p>
303
+ * @public
304
+ */
305
+ Name?: string;
306
+ /**
307
+ * <p>The list of parameter controls that are on a sheet.</p>
308
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html">Using a Control with a Parameter in Amazon QuickSight</a> in the <i>Amazon QuickSight User Guide</i>.</p>
309
+ * @public
310
+ */
311
+ ParameterControls?: ParameterControl[];
312
+ /**
313
+ * <p>The list of filter controls that are on a sheet.</p>
314
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html">Adding filter controls to analysis sheets</a> in the <i>Amazon QuickSight User Guide</i>.</p>
315
+ * @public
316
+ */
317
+ FilterControls?: FilterControl[];
318
+ /**
319
+ * <p>A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.</p>
320
+ * @public
321
+ */
322
+ Visuals?: Visual[];
323
+ /**
324
+ * <p>The text boxes that are on a sheet.</p>
325
+ * @public
326
+ */
327
+ TextBoxes?: SheetTextBox[];
328
+ /**
329
+ * <p>Layouts define how the components of a sheet are arranged.</p>
330
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html">Types of layout</a> in the <i>Amazon QuickSight User Guide</i>.</p>
331
+ * @public
332
+ */
333
+ Layouts?: Layout[];
334
+ /**
335
+ * <p>The control layouts of the sheet.</p>
336
+ * @public
337
+ */
338
+ SheetControlLayouts?: SheetControlLayout[];
339
+ /**
340
+ * <p>The layout content type of the sheet. Choose one of the following options:</p>
341
+ * <ul>
342
+ * <li>
343
+ * <p>
344
+ * <code>PAGINATED</code>: Creates a sheet for a paginated report.</p>
345
+ * </li>
346
+ * <li>
347
+ * <p>
348
+ * <code>INTERACTIVE</code>: Creates a sheet for an interactive dashboard.</p>
349
+ * </li>
350
+ * </ul>
351
+ * @public
352
+ */
353
+ ContentType?: SheetContentType;
354
+ }
355
+ /**
356
+ * <p>The definition of an analysis.</p>
357
+ * @public
358
+ */
359
+ export interface AnalysisDefinition {
360
+ /**
361
+ * <p>An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead
362
+ * of dataset ARNs throughout analysis sub-structures.</p>
363
+ * @public
364
+ */
365
+ DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[] | undefined;
366
+ /**
367
+ * <p>An array of sheet definitions for an analysis. Each <code>SheetDefinition</code> provides detailed information about
368
+ * a sheet within this analysis.</p>
369
+ * @public
370
+ */
371
+ Sheets?: SheetDefinition[];
372
+ /**
373
+ * <p>An array of calculated field definitions for the analysis.</p>
374
+ * @public
375
+ */
376
+ CalculatedFields?: CalculatedField[];
377
+ /**
378
+ * <p>An array of parameter declarations for an analysis.</p>
379
+ * <p>Parameters are named variables that can transfer a value for use by an action or an object.</p>
380
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html">Parameters in Amazon QuickSight</a> in the <i>Amazon QuickSight User Guide</i>.</p>
381
+ * @public
382
+ */
383
+ ParameterDeclarations?: ParameterDeclaration[];
384
+ /**
385
+ * <p>Filter definitions for an analysis.</p>
386
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html">Filtering Data in Amazon QuickSight</a> in the <i>Amazon QuickSight User Guide</i>.</p>
387
+ * @public
388
+ */
389
+ FilterGroups?: FilterGroup[];
390
+ /**
391
+ * <p>
392
+ * An array of analysis-level column configurations. Column configurations can be used to set default
393
+ * formatting for a column to be used throughout an analysis.
394
+ * </p>
395
+ * @public
396
+ */
397
+ ColumnConfigurations?: ColumnConfiguration[];
398
+ /**
399
+ * <p>The configuration for default analysis settings.</p>
400
+ * @public
401
+ */
402
+ AnalysisDefaults?: AnalysisDefaults;
403
+ /**
404
+ * <p>An array of option definitions for an analysis.</p>
405
+ * @public
406
+ */
407
+ Options?: AssetOptions;
408
+ }
409
+ /**
410
+ * @public
411
+ * @enum
412
+ */
413
+ export declare const AnalysisFilterAttribute: {
414
+ readonly ANALYSIS_NAME: "ANALYSIS_NAME";
415
+ readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
416
+ readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
417
+ readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
418
+ readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
419
+ readonly QUICKSIGHT_USER: "QUICKSIGHT_USER";
420
+ readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
421
+ };
422
+ /**
423
+ * @public
424
+ */
425
+ export type AnalysisFilterAttribute = (typeof AnalysisFilterAttribute)[keyof typeof AnalysisFilterAttribute];
426
+ /**
427
+ * @public
428
+ * @enum
429
+ */
430
+ export declare const FilterOperator: {
431
+ readonly StringEquals: "StringEquals";
432
+ readonly StringLike: "StringLike";
433
+ };
434
+ /**
435
+ * @public
436
+ */
437
+ export type FilterOperator = (typeof FilterOperator)[keyof typeof FilterOperator];
5
438
  /**
6
439
  * <p>A filter that you apply when searching for one or more analyses.</p>
7
440
  * @public
@@ -495,6 +928,7 @@ export declare const AssetBundleExportJobDataSourcePropertyToOverride: {
495
928
  readonly NAME: "Name";
496
929
  readonly PASSWORD: "Password";
497
930
  readonly PORT: "Port";
931
+ readonly PRODUCT_TYPE: "ProductType";
498
932
  readonly ROLE_ARN: "RoleArn";
499
933
  readonly SECRET_ARN: "SecretArn";
500
934
  readonly USERNAME: "Username";
@@ -755,7 +1189,7 @@ export interface AssetBundleExportJobSummary {
755
1189
  IncludeTags?: boolean;
756
1190
  }
757
1191
  /**
758
- * <p>The option to relax the validation that is required to export each asset. When <code>StrictModeForAllResource</code> is set to true, validation is skipped for specific UI errors.</p>
1192
+ * <p>The option to relax the validation that is required to export each asset. When <code>StrictModeForAllResource</code> is set to <code>false</code>, validation is skipped for specific UI errors.</p>
759
1193
  * @public
760
1194
  */
761
1195
  export interface AssetBundleExportJobValidationStrategy {
@@ -2903,6 +3337,22 @@ export interface AssetBundleImportJobSummary {
2903
3337
  */
2904
3338
  FailureAction?: AssetBundleImportFailureAction;
2905
3339
  }
3340
+ /**
3341
+ * <p>Describes a warning that occurred during an Asset Bundle import job.</p>
3342
+ * @public
3343
+ */
3344
+ export interface AssetBundleImportJobWarning {
3345
+ /**
3346
+ * <p>The ARN of the resource that the warning occurred for.</p>
3347
+ * @public
3348
+ */
3349
+ Arn?: string;
3350
+ /**
3351
+ * <p>A description of the warning that occurred during an Asset Bundle import job.</p>
3352
+ * @public
3353
+ */
3354
+ Message?: string;
3355
+ }
2906
3356
  /**
2907
3357
  * <p>The source of the asset bundle zip file that contains the data that you want to import. The file must be in <code>QUICKSIGHT_JSON</code> format.</p>
2908
3358
  * @public
@@ -7328,314 +7778,25 @@ export interface ThemeConfiguration {
7328
7778
  Typography?: Typography;
7329
7779
  }
7330
7780
  /**
7331
- * @public
7332
- */
7333
- export interface CreateThemeRequest {
7334
- /**
7335
- * <p>The ID of the Amazon Web Services account where you want to store the new theme. </p>
7336
- * @public
7337
- */
7338
- AwsAccountId: string | undefined;
7339
- /**
7340
- * <p>An ID for the theme that you want to create. The theme ID is unique per Amazon Web Services Region in
7341
- * each Amazon Web Services account.</p>
7342
- * @public
7343
- */
7344
- ThemeId: string | undefined;
7345
- /**
7346
- * <p>A display name for the theme.</p>
7347
- * @public
7348
- */
7349
- Name: string | undefined;
7350
- /**
7351
- * <p>The ID of the theme that a custom theme will inherit from. All themes inherit from one of
7352
- * the starting themes defined by Amazon QuickSight. For a list of the starting themes, use
7353
- * <code>ListThemes</code> or choose <b>Themes</b> from
7354
- * within an analysis. </p>
7355
- * @public
7356
- */
7357
- BaseThemeId: string | undefined;
7358
- /**
7359
- * <p>A description of the first version of the theme that you're creating. Every time
7360
- * <code>UpdateTheme</code> is called, a new version is created. Each version of the
7361
- * theme has a description of the version in the <code>VersionDescription</code>
7362
- * field.</p>
7363
- * @public
7364
- */
7365
- VersionDescription?: string;
7366
- /**
7367
- * <p>The theme configuration, which contains the theme display properties.</p>
7368
- * @public
7369
- */
7370
- Configuration: ThemeConfiguration | undefined;
7371
- /**
7372
- * <p>A valid grouping of resource permissions to apply to the new theme.
7373
- * </p>
7374
- * @public
7375
- */
7376
- Permissions?: ResourcePermission[];
7377
- /**
7378
- * <p>A map of the key-value pairs for the resource tag or tags that you want to add to the
7379
- * resource.</p>
7380
- * @public
7381
- */
7382
- Tags?: Tag[];
7383
- }
7384
- /**
7385
- * @public
7386
- */
7387
- export interface CreateThemeResponse {
7388
- /**
7389
- * <p>The Amazon Resource Name (ARN) for the theme.</p>
7390
- * @public
7391
- */
7392
- Arn?: string;
7393
- /**
7394
- * <p>The Amazon Resource Name (ARN) for the new theme.</p>
7395
- * @public
7396
- */
7397
- VersionArn?: string;
7398
- /**
7399
- * <p>The ID of the theme.</p>
7400
- * @public
7401
- */
7402
- ThemeId?: string;
7403
- /**
7404
- * <p>The theme creation status.</p>
7405
- * @public
7406
- */
7407
- CreationStatus?: ResourceStatus;
7408
- /**
7409
- * <p>The HTTP status of the request.</p>
7410
- * @public
7411
- */
7412
- Status?: number;
7413
- /**
7414
- * <p>The Amazon Web Services request ID for this operation.</p>
7415
- * @public
7416
- */
7417
- RequestId?: string;
7418
- }
7419
- /**
7420
- * @public
7421
- */
7422
- export interface CreateThemeAliasRequest {
7423
- /**
7424
- * <p>The ID of the Amazon Web Services account that contains the theme for the new theme alias.</p>
7425
- * @public
7426
- */
7427
- AwsAccountId: string | undefined;
7428
- /**
7429
- * <p>An ID for the theme alias.</p>
7430
- * @public
7431
- */
7432
- ThemeId: string | undefined;
7433
- /**
7434
- * <p>The name that you want to give to the theme alias that you are creating. The
7435
- * alias name can't begin with a <code>$</code>. Alias names that start with <code>$</code>
7436
- * are reserved by Amazon QuickSight. </p>
7437
- * @public
7438
- */
7439
- AliasName: string | undefined;
7440
- /**
7441
- * <p>The version number of the theme.</p>
7442
- * @public
7443
- */
7444
- ThemeVersionNumber: number | undefined;
7445
- }
7446
- /**
7447
- * <p>An alias for a theme.</p>
7448
- * @public
7449
- */
7450
- export interface ThemeAlias {
7451
- /**
7452
- * <p>The Amazon Resource Name (ARN) of the theme alias.</p>
7453
- * @public
7454
- */
7455
- Arn?: string;
7456
- /**
7457
- * <p>The display name of the theme alias.</p>
7458
- * @public
7459
- */
7460
- AliasName?: string;
7461
- /**
7462
- * <p>The version number of the theme alias.</p>
7463
- * @public
7464
- */
7465
- ThemeVersionNumber?: number;
7466
- }
7467
- /**
7468
- * @public
7469
- */
7470
- export interface CreateThemeAliasResponse {
7471
- /**
7472
- * <p>Information about the theme alias.</p>
7473
- * @public
7474
- */
7475
- ThemeAlias?: ThemeAlias;
7476
- /**
7477
- * <p>The HTTP status of the request.</p>
7478
- * @public
7479
- */
7480
- Status?: number;
7481
- /**
7482
- * <p>The Amazon Web Services request ID for this operation.</p>
7483
- * @public
7484
- */
7485
- RequestId?: string;
7486
- }
7487
- /**
7488
- * @public
7489
- * @enum
7490
- */
7491
- export declare const DefaultAggregation: {
7492
- readonly AVERAGE: "AVERAGE";
7493
- readonly COUNT: "COUNT";
7494
- readonly DISTINCT_COUNT: "DISTINCT_COUNT";
7495
- readonly MAX: "MAX";
7496
- readonly MEDIAN: "MEDIAN";
7497
- readonly MIN: "MIN";
7498
- readonly STDEV: "STDEV";
7499
- readonly STDEVP: "STDEVP";
7500
- readonly SUM: "SUM";
7501
- readonly VAR: "VAR";
7502
- readonly VARP: "VARP";
7503
- };
7504
- /**
7505
- * @public
7506
- */
7507
- export type DefaultAggregation = (typeof DefaultAggregation)[keyof typeof DefaultAggregation];
7508
- /**
7509
- * @public
7510
- * @enum
7511
- */
7512
- export declare const DisplayFormat: {
7513
- readonly AUTO: "AUTO";
7514
- readonly CURRENCY: "CURRENCY";
7515
- readonly DATE: "DATE";
7516
- readonly NUMBER: "NUMBER";
7517
- readonly PERCENT: "PERCENT";
7518
- readonly STRING: "STRING";
7519
- };
7520
- /**
7521
- * @public
7522
- */
7523
- export type DisplayFormat = (typeof DisplayFormat)[keyof typeof DisplayFormat];
7524
- /**
7525
- * @public
7526
- * @enum
7781
+ * @internal
7527
7782
  */
7528
- export declare const TopicNumericSeparatorSymbol: {
7529
- readonly COMMA: "COMMA";
7530
- readonly DOT: "DOT";
7531
- };
7783
+ export declare const WordCloudChartConfigurationFilterSensitiveLog: (obj: WordCloudChartConfiguration) => any;
7532
7784
  /**
7533
- * @public
7785
+ * @internal
7534
7786
  */
7535
- export type TopicNumericSeparatorSymbol = (typeof TopicNumericSeparatorSymbol)[keyof typeof TopicNumericSeparatorSymbol];
7787
+ export declare const WordCloudVisualFilterSensitiveLog: (obj: WordCloudVisual) => any;
7536
7788
  /**
7537
- * <p>A structure that represents a negative format.</p>
7538
- * @public
7789
+ * @internal
7539
7790
  */
7540
- export interface NegativeFormat {
7541
- /**
7542
- * <p>The prefix for a negative format.</p>
7543
- * @public
7544
- */
7545
- Prefix?: string;
7546
- /**
7547
- * <p>The suffix for a negative format.</p>
7548
- * @public
7549
- */
7550
- Suffix?: string;
7551
- }
7791
+ export declare const VisualFilterSensitiveLog: (obj: Visual) => any;
7552
7792
  /**
7553
- * <p>A structure that represents additional options for display formatting.</p>
7554
- * @public
7793
+ * @internal
7555
7794
  */
7556
- export interface DisplayFormatOptions {
7557
- /**
7558
- * <p>A Boolean value that indicates whether to use blank cell format.</p>
7559
- * @public
7560
- */
7561
- UseBlankCellFormat?: boolean;
7562
- /**
7563
- * <p>Determines the blank cell format.</p>
7564
- * @public
7565
- */
7566
- BlankCellFormat?: string;
7567
- /**
7568
- * <p>Determines the <code>DateTime</code> format.</p>
7569
- * @public
7570
- */
7571
- DateFormat?: string;
7572
- /**
7573
- * <p>Determines the decimal separator.</p>
7574
- * @public
7575
- */
7576
- DecimalSeparator?: TopicNumericSeparatorSymbol;
7577
- /**
7578
- * <p>Determines the grouping separator.</p>
7579
- * @public
7580
- */
7581
- GroupingSeparator?: string;
7582
- /**
7583
- * <p>A Boolean value that indicates whether to use grouping.</p>
7584
- * @public
7585
- */
7586
- UseGrouping?: boolean;
7587
- /**
7588
- * <p>Determines the number of fraction digits.</p>
7589
- * @public
7590
- */
7591
- FractionDigits?: number;
7592
- /**
7593
- * <p>The prefix value for a display format.</p>
7594
- * @public
7595
- */
7596
- Prefix?: string;
7597
- /**
7598
- * <p>The suffix value for a display format.</p>
7599
- * @public
7600
- */
7601
- Suffix?: string;
7602
- /**
7603
- * <p>The unit scaler. Valid values for this structure are: <code>NONE</code>,
7604
- * <code>AUTO</code>, <code>THOUSANDS</code>, <code>MILLIONS</code>,
7605
- * <code>BILLIONS</code>,
7606
- * and <code>TRILLIONS</code>.</p>
7607
- * @public
7608
- */
7609
- UnitScaler?: NumberScale;
7610
- /**
7611
- * <p>The negative format.</p>
7612
- * @public
7613
- */
7614
- NegativeFormat?: NegativeFormat;
7615
- /**
7616
- * <p>The currency symbol, such as <code>USD</code>.</p>
7617
- * @public
7618
- */
7619
- CurrencySymbol?: string;
7620
- }
7795
+ export declare const SheetDefinitionFilterSensitiveLog: (obj: SheetDefinition) => any;
7621
7796
  /**
7622
- * <p>A structure that represents a default formatting definition.</p>
7623
- * @public
7797
+ * @internal
7624
7798
  */
7625
- export interface DefaultFormatting {
7626
- /**
7627
- * <p>The display format. Valid values for this structure are <code>AUTO</code>,
7628
- * <code>PERCENT</code>, <code>CURRENCY</code>, <code>NUMBER</code>, <code>DATE</code>, and
7629
- * <code>STRING</code>.</p>
7630
- * @public
7631
- */
7632
- DisplayFormat?: DisplayFormat;
7633
- /**
7634
- * <p>The additional options for display formatting.</p>
7635
- * @public
7636
- */
7637
- DisplayFormatOptions?: DisplayFormatOptions;
7638
- }
7799
+ export declare const AnalysisDefinitionFilterSensitiveLog: (obj: AnalysisDefinition) => any;
7639
7800
  /**
7640
7801
  * @internal
7641
7802
  */