@aws-sdk/client-quicksight 3.431.0 → 3.432.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 (53) hide show
  1. package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +2 -2
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/models/models_0.js +17 -9
  4. package/dist-cjs/models/models_1.js +20 -9
  5. package/dist-cjs/models/models_2.js +17 -25
  6. package/dist-cjs/models/models_3.js +22 -15
  7. package/dist-cjs/models/models_4.js +16 -1
  8. package/dist-cjs/protocols/Aws_restJson1.js +8 -0
  9. package/dist-es/commands/StartAssetBundleImportJobCommand.js +1 -1
  10. package/dist-es/endpoint/ruleset.js +3 -3
  11. package/dist-es/models/models_0.js +14 -6
  12. package/dist-es/models/models_1.js +15 -4
  13. package/dist-es/models/models_2.js +13 -22
  14. package/dist-es/models/models_3.js +22 -13
  15. package/dist-es/models/models_4.js +14 -1
  16. package/dist-es/protocols/Aws_restJson1.js +8 -0
  17. package/dist-types/commands/CreateAnalysisCommand.d.ts +47 -12
  18. package/dist-types/commands/CreateDashboardCommand.d.ts +47 -12
  19. package/dist-types/commands/CreateDataSetCommand.d.ts +3 -0
  20. package/dist-types/commands/CreateDataSourceCommand.d.ts +25 -0
  21. package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTemplateCommand.d.ts +44 -12
  23. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +44 -12
  24. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +44 -12
  26. package/dist-types/commands/DescribeDataSourceCommand.d.ts +22 -0
  27. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +44 -12
  29. package/dist-types/commands/ListDataSourcesCommand.d.ts +22 -0
  30. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  31. package/dist-types/commands/SearchFoldersCommand.d.ts +2 -2
  32. package/dist-types/commands/SearchGroupsCommand.d.ts +1 -1
  33. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  34. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +12 -1
  35. package/dist-types/commands/UpdateAnalysisCommand.d.ts +44 -12
  36. package/dist-types/commands/UpdateDashboardCommand.d.ts +44 -12
  37. package/dist-types/commands/UpdateDataSourceCommand.d.ts +22 -0
  38. package/dist-types/commands/UpdateTemplateCommand.d.ts +44 -12
  39. package/dist-types/models/models_0.d.ts +111 -106
  40. package/dist-types/models/models_1.d.ts +137 -122
  41. package/dist-types/models/models_2.d.ts +320 -310
  42. package/dist-types/models/models_3.d.ts +309 -290
  43. package/dist-types/models/models_4.d.ts +290 -2
  44. package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +29 -26
  49. package/dist-types/ts3.4/models/models_1.d.ts +40 -31
  50. package/dist-types/ts3.4/models/models_2.d.ts +161 -83
  51. package/dist-types/ts3.4/models/models_3.d.ts +81 -70
  52. package/dist-types/ts3.4/models/models_4.d.ts +70 -1
  53. package/package.json +1 -1
@@ -1,7 +1,287 @@
1
1
  import { AccountCustomization, ResourceStatus } from "./models_0";
2
2
  import { AnalysisDefinition, AnalysisSourceEntity } from "./models_1";
3
- import { _Parameters, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VpcConnectionProperties, VPCConnectionResourceStatus } from "./models_2";
4
- import { LinkSharingConfiguration, SnapshotAnonymousUser, SnapshotConfiguration, User, UserRole } from "./models_3";
3
+ import { _Parameters, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportSource, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VpcConnectionProperties, VPCConnectionResourceStatus } from "./models_2";
4
+ import { FolderSearchFilter, FolderSummary, GroupSearchFilter, LinkSharingConfiguration, SessionTag, SnapshotConfiguration, User, UserRole } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface SearchFoldersRequest {
9
+ /**
10
+ * @public
11
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
12
+ */
13
+ AwsAccountId: string | undefined;
14
+ /**
15
+ * @public
16
+ * <p>The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, <code>"Filters": [ \{ "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" \} ]</code>.</p>
17
+ */
18
+ Filters: FolderSearchFilter[] | undefined;
19
+ /**
20
+ * @public
21
+ * <p>The token for the next set of results, or null if there are no more results.</p>
22
+ */
23
+ NextToken?: string;
24
+ /**
25
+ * @public
26
+ * <p>The maximum number of results to be returned per request.</p>
27
+ */
28
+ MaxResults?: number;
29
+ }
30
+ /**
31
+ * @public
32
+ */
33
+ export interface SearchFoldersResponse {
34
+ /**
35
+ * @public
36
+ * <p>The HTTP status of the request.</p>
37
+ */
38
+ Status?: number;
39
+ /**
40
+ * @public
41
+ * <p>A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.</p>
42
+ */
43
+ FolderSummaryList?: FolderSummary[];
44
+ /**
45
+ * @public
46
+ * <p>The token for the next set of results, or null if there are no more results.</p>
47
+ */
48
+ NextToken?: string;
49
+ /**
50
+ * @public
51
+ * <p>The Amazon Web Services request ID for this operation.</p>
52
+ */
53
+ RequestId?: string;
54
+ }
55
+ /**
56
+ * @public
57
+ */
58
+ export interface SearchGroupsRequest {
59
+ /**
60
+ * @public
61
+ * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
62
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
63
+ */
64
+ AwsAccountId: string | undefined;
65
+ /**
66
+ * @public
67
+ * <p>A pagination token that can be used in a subsequent request.</p>
68
+ */
69
+ NextToken?: string;
70
+ /**
71
+ * @public
72
+ * <p>The maximum number of results to return from this request.</p>
73
+ */
74
+ MaxResults?: number;
75
+ /**
76
+ * @public
77
+ * <p>The namespace that you want to search.</p>
78
+ */
79
+ Namespace: string | undefined;
80
+ /**
81
+ * @public
82
+ * <p>The structure for the search filters that you want to apply to your search.</p>
83
+ */
84
+ Filters: GroupSearchFilter[] | undefined;
85
+ }
86
+ /**
87
+ * @public
88
+ */
89
+ export interface SearchGroupsResponse {
90
+ /**
91
+ * @public
92
+ * <p>A list of groups in a specified namespace that match the filters you set in your <code>SearchGroups</code> request.</p>
93
+ */
94
+ GroupList?: Group[];
95
+ /**
96
+ * @public
97
+ * <p>A pagination token that can be used in a subsequent request.</p>
98
+ */
99
+ NextToken?: string;
100
+ /**
101
+ * @public
102
+ * <p>The Amazon Web Services request ID for this operation.</p>
103
+ */
104
+ RequestId?: string;
105
+ /**
106
+ * @public
107
+ * <p>The HTTP status of the request.</p>
108
+ */
109
+ Status?: number;
110
+ }
111
+ /**
112
+ * @public
113
+ */
114
+ export interface StartAssetBundleExportJobRequest {
115
+ /**
116
+ * @public
117
+ * <p>The ID of the Amazon Web Services account to export assets from.</p>
118
+ */
119
+ AwsAccountId: string | undefined;
120
+ /**
121
+ * @public
122
+ * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
123
+ */
124
+ AssetBundleExportJobId: string | undefined;
125
+ /**
126
+ * @public
127
+ * <p>An array of resource ARNs to export. The following resources are supported.</p>
128
+ * <ul>
129
+ * <li>
130
+ * <p>
131
+ * <code>Analysis</code>
132
+ * </p>
133
+ * </li>
134
+ * <li>
135
+ * <p>
136
+ * <code>Dashboard</code>
137
+ * </p>
138
+ * </li>
139
+ * <li>
140
+ * <p>
141
+ * <code>DataSet</code>
142
+ * </p>
143
+ * </li>
144
+ * <li>
145
+ * <p>
146
+ * <code>DataSource</code>
147
+ * </p>
148
+ * </li>
149
+ * <li>
150
+ * <p>
151
+ * <code>RefreshSchedule</code>
152
+ * </p>
153
+ * </li>
154
+ * <li>
155
+ * <p>
156
+ * <code>Theme</code>
157
+ * </p>
158
+ * </li>
159
+ * <li>
160
+ * <p>
161
+ * <code>VPCConnection</code>
162
+ * </p>
163
+ * </li>
164
+ * </ul>
165
+ * <p>The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.</p>
166
+ */
167
+ ResourceArns: string[] | undefined;
168
+ /**
169
+ * @public
170
+ * <p>A Boolean that determines whether all dependencies of each resource ARN are recursively
171
+ * exported with the job. For example, say you provided a Dashboard ARN to the
172
+ * <code>ResourceArns</code> parameter. If you set <code>IncludeAllDependencies</code> to
173
+ * <code>TRUE</code>, any theme, dataset, and data source resource that is a dependency of the dashboard is also
174
+ * exported.</p>
175
+ */
176
+ IncludeAllDependencies?: boolean;
177
+ /**
178
+ * @public
179
+ * <p>The export data format.</p>
180
+ */
181
+ ExportFormat: AssetBundleExportFormat | undefined;
182
+ /**
183
+ * @public
184
+ * <p>An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template.</p>
185
+ * <p>Use this field if the <code>ExportFormat</code> field of a <code>StartAssetBundleExportJobRequest</code> API call is set to <code>CLOUDFORMATION_JSON</code>.</p>
186
+ */
187
+ CloudFormationOverridePropertyConfiguration?: AssetBundleCloudFormationOverridePropertyConfiguration;
188
+ }
189
+ /**
190
+ * @public
191
+ */
192
+ export interface StartAssetBundleExportJobResponse {
193
+ /**
194
+ * @public
195
+ * <p>The Amazon Resource Name (ARN) for the export job.</p>
196
+ */
197
+ Arn?: string;
198
+ /**
199
+ * @public
200
+ * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
201
+ */
202
+ AssetBundleExportJobId?: string;
203
+ /**
204
+ * @public
205
+ * <p>The Amazon Web Services response ID for this operation.</p>
206
+ */
207
+ RequestId?: string;
208
+ /**
209
+ * @public
210
+ * <p>The HTTP status of the response.</p>
211
+ */
212
+ Status?: number;
213
+ }
214
+ /**
215
+ * @public
216
+ */
217
+ export interface StartAssetBundleImportJobRequest {
218
+ /**
219
+ * @public
220
+ * <p>The ID of the Amazon Web Services account to import assets into. </p>
221
+ */
222
+ AwsAccountId: string | undefined;
223
+ /**
224
+ * @public
225
+ * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
226
+ */
227
+ AssetBundleImportJobId: string | undefined;
228
+ /**
229
+ * @public
230
+ * <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.
231
+ * </p>
232
+ */
233
+ AssetBundleImportSource: AssetBundleImportSource | undefined;
234
+ /**
235
+ * @public
236
+ * <p>Optional overrides to be applied to the resource configuration before import.</p>
237
+ */
238
+ OverrideParameters?: AssetBundleImportJobOverrideParameters;
239
+ /**
240
+ * @public
241
+ * <p>The failure action for the import job.</p>
242
+ * <p>If you choose <code>ROLLBACK</code>, failed import jobs will attempt to undo any asset changes caused by the failed job.</p>
243
+ * <p>If you choose <code>DO_NOTHING</code>, failed import jobs will not attempt to roll back
244
+ * any asset changes caused by the failed job, possibly keeping the Amazon QuickSight account in an inconsistent state.</p>
245
+ */
246
+ FailureAction?: AssetBundleImportFailureAction;
247
+ }
248
+ /**
249
+ * @public
250
+ */
251
+ export interface StartAssetBundleImportJobResponse {
252
+ /**
253
+ * @public
254
+ * <p>The Amazon Resource Name (ARN) for the import job.</p>
255
+ */
256
+ Arn?: string;
257
+ /**
258
+ * @public
259
+ * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
260
+ */
261
+ AssetBundleImportJobId?: string;
262
+ /**
263
+ * @public
264
+ * <p>The Amazon Web Services response ID for this operation.</p>
265
+ */
266
+ RequestId?: string;
267
+ /**
268
+ * @public
269
+ * <p>The HTTP status of the response.</p>
270
+ */
271
+ Status?: number;
272
+ }
273
+ /**
274
+ * @public
275
+ * <p>A structure that contains information on the anonymous user configuration.</p>
276
+ */
277
+ export interface SnapshotAnonymousUser {
278
+ /**
279
+ * @public
280
+ * <p>The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a <code>DataSet$RowLevelPermissionTagConfiguration</code> API call.</p>
281
+ * <p>These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html">Using Row-Level Security (RLS) with Tags</a>in the <i>Amazon QuickSight User Guide</i>.</p>
282
+ */
283
+ RowLevelPermissionTags?: SessionTag[];
284
+ }
5
285
  /**
6
286
  * @public
7
287
  * <p>A structure that contains information about the users that the dashboard snapshot is generated for.</p>
@@ -2036,6 +2316,14 @@ export interface UpdateVPCConnectionResponse {
2036
2316
  */
2037
2317
  Status?: number;
2038
2318
  }
2319
+ /**
2320
+ * @internal
2321
+ */
2322
+ export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (obj: StartAssetBundleImportJobRequest) => any;
2323
+ /**
2324
+ * @internal
2325
+ */
2326
+ export declare const SnapshotAnonymousUserFilterSensitiveLog: (obj: SnapshotAnonymousUser) => any;
2039
2327
  /**
2040
2328
  * @internal
2041
2329
  */
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  SearchFoldersRequest,
11
11
  SearchFoldersResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { SearchGroupsRequest, SearchGroupsResponse } from "../models/models_3";
9
+ import { SearchGroupsRequest, SearchGroupsResponse } from "../models/models_4";
10
10
  import {
11
11
  QuickSightClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  StartAssetBundleExportJobRequest,
11
11
  StartAssetBundleExportJobResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  StartAssetBundleImportJobRequest,
11
11
  StartAssetBundleImportJobResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -523,16 +523,17 @@ export interface RelativeDatesFilter {
523
523
  NullOption: FilterNullOption | undefined;
524
524
  ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
525
525
  }
526
+ export interface RollingDateConfiguration {
527
+ DataSetIdentifier?: string;
528
+ Expression: string | undefined;
529
+ }
526
530
  export interface TimeEqualityFilter {
527
531
  FilterId: string | undefined;
528
532
  Column: ColumnIdentifier | undefined;
529
533
  Value?: Date;
530
534
  ParameterName?: string;
531
535
  TimeGranularity?: TimeGranularity;
532
- }
533
- export interface RollingDateConfiguration {
534
- DataSetIdentifier?: string;
535
- Expression: string | undefined;
536
+ RollingDate?: RollingDateConfiguration;
536
537
  }
537
538
  export interface TimeRangeFilterValue {
538
539
  StaticValue?: Date;
@@ -1363,6 +1364,12 @@ export interface ReferenceLineDynamicDataConfiguration {
1363
1364
  MeasureAggregationFunction?: AggregationFunction;
1364
1365
  Calculation: NumericalAggregationFunction | undefined;
1365
1366
  }
1367
+ export declare const ReferenceLineSeriesType: {
1368
+ readonly BAR: "BAR";
1369
+ readonly LINE: "LINE";
1370
+ };
1371
+ export type ReferenceLineSeriesType =
1372
+ (typeof ReferenceLineSeriesType)[keyof typeof ReferenceLineSeriesType];
1366
1373
  export interface ReferenceLineStaticDataConfiguration {
1367
1374
  Value: number | undefined;
1368
1375
  }
@@ -1370,6 +1377,7 @@ export interface ReferenceLineDataConfiguration {
1370
1377
  StaticConfiguration?: ReferenceLineStaticDataConfiguration;
1371
1378
  DynamicConfiguration?: ReferenceLineDynamicDataConfiguration;
1372
1379
  AxisBinding?: AxisBinding;
1380
+ SeriesType?: ReferenceLineSeriesType;
1373
1381
  }
1374
1382
  export interface ReferenceLineCustomLabelConfiguration {
1375
1383
  CustomLabel: string | undefined;
@@ -1544,9 +1552,21 @@ export interface TooltipOptions {
1544
1552
  SelectedTooltipType?: SelectedTooltipType;
1545
1553
  FieldBasedTooltip?: FieldBasedTooltip;
1546
1554
  }
1555
+ export declare const PivotTableDataPathType: {
1556
+ readonly COUNT_METRIC_COLUMN: "COUNT_METRIC_COLUMN";
1557
+ readonly EMPTY_COLUMN_HEADER: "EMPTY_COLUMN_HEADER";
1558
+ readonly HIERARCHY_ROWS_LAYOUT_COLUMN: "HIERARCHY_ROWS_LAYOUT_COLUMN";
1559
+ readonly MULTIPLE_ROW_METRICS_COLUMN: "MULTIPLE_ROW_METRICS_COLUMN";
1560
+ };
1561
+ export type PivotTableDataPathType =
1562
+ (typeof PivotTableDataPathType)[keyof typeof PivotTableDataPathType];
1563
+ export interface DataPathType {
1564
+ PivotTableDataPathType?: PivotTableDataPathType;
1565
+ }
1547
1566
  export interface DataPathValue {
1548
- FieldId: string | undefined;
1549
- FieldValue: string | undefined;
1567
+ FieldId?: string;
1568
+ FieldValue?: string;
1569
+ DataPathType?: DataPathType;
1550
1570
  }
1551
1571
  export interface DataPathColor {
1552
1572
  Element: DataPathValue | undefined;
@@ -1629,23 +1649,6 @@ export interface VisualTitleLabelOptions {
1629
1649
  Visibility?: Visibility;
1630
1650
  FormatText?: ShortFormatText;
1631
1651
  }
1632
- export interface BarChartVisual {
1633
- VisualId: string | undefined;
1634
- Title?: VisualTitleLabelOptions;
1635
- Subtitle?: VisualSubtitleLabelOptions;
1636
- ChartConfiguration?: BarChartConfiguration;
1637
- Actions?: VisualCustomAction[];
1638
- ColumnHierarchies?: ColumnHierarchy[];
1639
- }
1640
- export declare const BoxPlotFillStyle: {
1641
- readonly SOLID: "SOLID";
1642
- readonly TRANSPARENT: "TRANSPARENT";
1643
- };
1644
- export type BoxPlotFillStyle =
1645
- (typeof BoxPlotFillStyle)[keyof typeof BoxPlotFillStyle];
1646
- export interface BoxPlotStyleOptions {
1647
- FillStyle?: BoxPlotFillStyle;
1648
- }
1649
1652
  export declare const CalculatedFieldFilterSensitiveLog: (
1650
1653
  obj: CalculatedField
1651
1654
  ) => any;
@@ -1686,6 +1689,9 @@ export declare const ColumnConfigurationFilterSensitiveLog: (
1686
1689
  export declare const RollingDateConfigurationFilterSensitiveLog: (
1687
1690
  obj: RollingDateConfiguration
1688
1691
  ) => any;
1692
+ export declare const TimeEqualityFilterFilterSensitiveLog: (
1693
+ obj: TimeEqualityFilter
1694
+ ) => any;
1689
1695
  export declare const TimeRangeFilterValueFilterSensitiveLog: (
1690
1696
  obj: TimeRangeFilterValue
1691
1697
  ) => any;
@@ -1852,6 +1858,3 @@ export declare const VisualPaletteFilterSensitiveLog: (
1852
1858
  export declare const BarChartConfigurationFilterSensitiveLog: (
1853
1859
  obj: BarChartConfiguration
1854
1860
  ) => any;
1855
- export declare const BarChartVisualFilterSensitiveLog: (
1856
- obj: BarChartVisual
1857
- ) => any;
@@ -2,9 +2,8 @@ import {
2
2
  AnalysisDefaults,
3
3
  AxisBinding,
4
4
  AxisDisplayOptions,
5
- BarChartVisual,
5
+ BarChartConfiguration,
6
6
  BarsArrangement,
7
- BoxPlotStyleOptions,
8
7
  CalculatedField,
9
8
  ChartAxisLabelOptions,
10
9
  ColumnConfiguration,
@@ -49,6 +48,23 @@ import {
49
48
  VisualTitleLabelOptions,
50
49
  WidgetStatus,
51
50
  } from "./models_0";
51
+ export interface BarChartVisual {
52
+ VisualId: string | undefined;
53
+ Title?: VisualTitleLabelOptions;
54
+ Subtitle?: VisualSubtitleLabelOptions;
55
+ ChartConfiguration?: BarChartConfiguration;
56
+ Actions?: VisualCustomAction[];
57
+ ColumnHierarchies?: ColumnHierarchy[];
58
+ }
59
+ export declare const BoxPlotFillStyle: {
60
+ readonly SOLID: "SOLID";
61
+ readonly TRANSPARENT: "TRANSPARENT";
62
+ };
63
+ export type BoxPlotFillStyle =
64
+ (typeof BoxPlotFillStyle)[keyof typeof BoxPlotFillStyle];
65
+ export interface BoxPlotStyleOptions {
66
+ FillStyle?: BoxPlotFillStyle;
67
+ }
52
68
  export interface BoxPlotOptions {
53
69
  StyleOptions?: BoxPlotStyleOptions;
54
70
  OutlierVisibility?: Visibility;
@@ -1189,6 +1205,23 @@ export declare const TableTotalsScrollStatus: {
1189
1205
  };
1190
1206
  export type TableTotalsScrollStatus =
1191
1207
  (typeof TableTotalsScrollStatus)[keyof typeof TableTotalsScrollStatus];
1208
+ export declare const SimpleTotalAggregationFunction: {
1209
+ readonly AVERAGE: "AVERAGE";
1210
+ readonly DEFAULT: "DEFAULT";
1211
+ readonly MAX: "MAX";
1212
+ readonly MIN: "MIN";
1213
+ readonly NONE: "NONE";
1214
+ readonly SUM: "SUM";
1215
+ };
1216
+ export type SimpleTotalAggregationFunction =
1217
+ (typeof SimpleTotalAggregationFunction)[keyof typeof SimpleTotalAggregationFunction];
1218
+ export interface TotalAggregationFunction {
1219
+ SimpleTotalAggregationFunction?: SimpleTotalAggregationFunction;
1220
+ }
1221
+ export interface TotalAggregationOption {
1222
+ FieldId: string | undefined;
1223
+ TotalAggregationFunction: TotalAggregationFunction | undefined;
1224
+ }
1192
1225
  export interface PivotTotalOptions {
1193
1226
  TotalsVisibility?: Visibility;
1194
1227
  Placement?: TableTotalsPlacement;
@@ -1197,6 +1230,7 @@ export interface PivotTotalOptions {
1197
1230
  TotalCellStyle?: TableCellStyle;
1198
1231
  ValueCellStyle?: TableCellStyle;
1199
1232
  MetricHeaderCellStyle?: TableCellStyle;
1233
+ TotalAggregationOptions?: TotalAggregationOption[];
1200
1234
  }
1201
1235
  export interface PivotTableTotalOptions {
1202
1236
  RowSubtotalOptions?: SubtotalOptions;
@@ -1469,6 +1503,7 @@ export interface TotalOptions {
1469
1503
  ScrollStatus?: TableTotalsScrollStatus;
1470
1504
  CustomLabel?: string;
1471
1505
  TotalCellStyle?: TableCellStyle;
1506
+ TotalAggregationOptions?: TotalAggregationOption[];
1472
1507
  }
1473
1508
  export interface TableConfiguration {
1474
1509
  FieldWells?: TableFieldWells;
@@ -1753,32 +1788,9 @@ export declare const SnapshotFileSheetSelectionScope: {
1753
1788
  };
1754
1789
  export type SnapshotFileSheetSelectionScope =
1755
1790
  (typeof SnapshotFileSheetSelectionScope)[keyof typeof SnapshotFileSheetSelectionScope];
1756
- export interface SnapshotFileSheetSelection {
1757
- SheetId: string | undefined;
1758
- SelectionScope: SnapshotFileSheetSelectionScope | undefined;
1759
- VisualIds?: string[];
1760
- }
1761
- export interface SnapshotFile {
1762
- SheetSelections: SnapshotFileSheetSelection[] | undefined;
1763
- FormatType: SnapshotFileFormatType | undefined;
1764
- }
1765
- export interface SnapshotJobResultErrorInfo {
1766
- ErrorMessage?: string;
1767
- ErrorType?: string;
1768
- }
1769
- export interface S3BucketConfiguration {
1770
- BucketName: string | undefined;
1771
- BucketPrefix: string | undefined;
1772
- BucketRegion: string | undefined;
1773
- }
1774
- export interface SnapshotS3DestinationConfiguration {
1775
- BucketConfiguration?: S3BucketConfiguration;
1776
- }
1777
- export interface SnapshotJobS3Result {
1778
- S3DestinationConfiguration?: SnapshotS3DestinationConfiguration;
1779
- S3Uri?: string;
1780
- ErrorInfo?: SnapshotJobResultErrorInfo[];
1781
- }
1791
+ export declare const BarChartVisualFilterSensitiveLog: (
1792
+ obj: BarChartVisual
1793
+ ) => any;
1782
1794
  export declare const BoxPlotAggregatedFieldWellsFilterSensitiveLog: (
1783
1795
  obj: BoxPlotAggregatedFieldWells
1784
1796
  ) => any;
@@ -2174,6 +2186,3 @@ export declare const SheetDefinitionFilterSensitiveLog: (
2174
2186
  export declare const AnalysisDefinitionFilterSensitiveLog: (
2175
2187
  obj: AnalysisDefinition
2176
2188
  ) => any;
2177
- export declare const SnapshotJobS3ResultFilterSensitiveLog: (
2178
- obj: SnapshotJobS3Result
2179
- ) => any;