@aws-sdk/client-quicksight 3.925.0 → 3.927.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.
- package/README.md +1 -1
- package/dist-cjs/index.js +823 -360
- package/dist-es/commands/CreateTopicCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListActionConnectorsCommand.js +1 -1
- package/dist-es/models/models_0.js +8 -4
- package/dist-es/models/models_1.js +5 -26
- package/dist-es/models/models_2.js +26 -39
- package/dist-es/models/models_3.js +233 -222
- package/dist-es/models/models_4.js +217 -70
- package/dist-es/models/models_5.js +74 -2
- package/dist-es/protocols/Aws_restJson1.js +240 -4
- package/dist-types/QuickSight.d.ts +1 -1
- package/dist-types/QuickSightClient.d.ts +1 -1
- package/dist-types/commands/CreateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +396 -3
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +4 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +7 -7
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +4 -4
- package/dist-types/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +10 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +9 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +162 -182
- package/dist-types/models/models_1.d.ts +177 -161
- package/dist-types/models/models_2.d.ts +196 -250
- package/dist-types/models/models_3.d.ts +2725 -3153
- package/dist-types/models/models_4.d.ts +4088 -3877
- package/dist-types/models/models_5.d.ts +1555 -12
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +42 -42
- package/dist-types/ts3.4/models/models_1.d.ts +44 -56
- package/dist-types/ts3.4/models/models_2.d.ts +72 -94
- package/dist-types/ts3.4/models/models_3.d.ts +446 -511
- package/dist-types/ts3.4/models/models_4.d.ts +513 -366
- package/dist-types/ts3.4/models/models_5.d.ts +381 -17
- package/package.json +5 -5
|
@@ -1,4 +1,178 @@
|
|
|
1
|
-
import { AggregationFunction,
|
|
1
|
+
import { AggregationFunction, AxisDataOptions, BarsArrangement, CategoricalAggregationFunction, ColumnIdentifier, ColumnSort, CustomActionFilterOperation, CustomActionNavigationOperation, CustomActionSetParametersOperation, CustomActionURLOperation, DashboardBehavior, DateAggregationFunction, DateTimeFormatConfiguration, FontConfiguration, FormatConfiguration, LabelOptions, NumberDisplayFormatConfiguration, NumberFormatConfiguration, NumericalAggregationFunction, NumericFormatConfiguration, PercentageDisplayFormatConfiguration, SortDirection, StringFormatConfiguration, TimeGranularity, Visibility, VisibleRangeOptions, VisualCustomAction, WidgetStatus } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>The visual display options for a data zoom scroll bar.</p>
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface ScrollBarOptions {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The visibility of the data zoom scroll bar.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
Visibility?: Visibility | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The visibility range for the data zoom scroll bar.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
VisibleRange?: VisibleRangeOptions | undefined;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* <p>The tick label options of an axis.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export interface AxisTickLabelOptions {
|
|
23
|
+
/**
|
|
24
|
+
* <p>Determines whether or not the axis ticks are visible.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
LabelOptions?: LabelOptions | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The rotation angle of the axis tick labels.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
RotationAngle?: number | undefined;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* <p>The display options for the axis label.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export interface AxisDisplayOptions {
|
|
39
|
+
/**
|
|
40
|
+
* <p>The tick label options of an axis.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
TickLabelOptions?: AxisTickLabelOptions | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>Determines whether or not the axis line is visible.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
AxisLineVisibility?: Visibility | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>Determines whether or not the grid line is visible.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
GridLineVisibility?: Visibility | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The data options for an axis.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
DataOptions?: AxisDataOptions | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The scroll bar options for an axis.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
ScrollbarOptions?: ScrollBarOptions | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The offset value that determines the starting placement of the axis within a visual's bounds.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
AxisOffset?: string | undefined;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* <p>The reference that specifies where the axis label is applied to.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export interface AxisLabelReferenceOptions {
|
|
75
|
+
/**
|
|
76
|
+
* <p>The field that the axis label is targeted to.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
FieldId: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The column that the axis label is targeted to.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
Column: ColumnIdentifier | undefined;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* <p>The label options for a chart axis. You must specify the field that the label is targeted to.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export interface AxisLabelOptions {
|
|
91
|
+
/**
|
|
92
|
+
* <p>The font configuration of the axis label.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
FontConfiguration?: FontConfiguration | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* <p>The text for the axis label.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
CustomLabel?: string | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The options that indicate which field the label belongs to.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
ApplyTo?: AxisLabelReferenceOptions | undefined;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* <p>The label options for an axis on a chart.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
export interface ChartAxisLabelOptions {
|
|
112
|
+
/**
|
|
113
|
+
* <p>The visibility of an axis label on a chart. Choose one of the following options:</p>
|
|
114
|
+
* <ul>
|
|
115
|
+
* <li>
|
|
116
|
+
* <p>
|
|
117
|
+
* <code>VISIBLE</code>: Shows the axis.</p>
|
|
118
|
+
* </li>
|
|
119
|
+
* <li>
|
|
120
|
+
* <p>
|
|
121
|
+
* <code>HIDDEN</code>: Hides the axis.</p>
|
|
122
|
+
* </li>
|
|
123
|
+
* </ul>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
Visibility?: Visibility | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* <p>The visibility configuration of the sort icon on a chart's axis label.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
SortIconVisibility?: Visibility | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* <p>The label options for a chart axis.</p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
AxisLabelOptions?: AxisLabelOptions[] | undefined;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* <p>The contribution analysis visual display for a line, pie, or bar chart.</p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export interface ContributionAnalysisDefault {
|
|
143
|
+
/**
|
|
144
|
+
* <p>The measure field that is used in the contribution analysis.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
MeasureFieldId: string | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The dimensions columns that are used in the contribution analysis,
|
|
150
|
+
* usually a list of <code>ColumnIdentifiers</code>.</p>
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
ContributorDimensions: ColumnIdentifier[] | undefined;
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* <p>The option that specifies individual data values for labels.</p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
export interface DataPathLabelType {
|
|
160
|
+
/**
|
|
161
|
+
* <p>The field ID of the field that the data label needs to be applied to.</p>
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
FieldId?: string | undefined;
|
|
165
|
+
/**
|
|
166
|
+
* <p>The actual value of the field that is labeled.</p>
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
FieldValue?: string | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* <p>The visibility of the data label.</p>
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
Visibility?: Visibility | undefined;
|
|
175
|
+
}
|
|
2
176
|
/**
|
|
3
177
|
* <p>The field label type.</p>
|
|
4
178
|
* @public
|
|
@@ -6697,139 +6871,9 @@ export interface PivotTableFieldOption {
|
|
|
6697
6871
|
Visibility?: Visibility | undefined;
|
|
6698
6872
|
}
|
|
6699
6873
|
/**
|
|
6700
|
-
*
|
|
6701
|
-
* @public
|
|
6702
|
-
*/
|
|
6703
|
-
export interface PivotTableFieldOptions {
|
|
6704
|
-
/**
|
|
6705
|
-
* <p>The selected field options for the pivot table field options.</p>
|
|
6706
|
-
* @public
|
|
6707
|
-
*/
|
|
6708
|
-
SelectedFieldOptions?: PivotTableFieldOption[] | undefined;
|
|
6709
|
-
/**
|
|
6710
|
-
* <p>The data path options for the pivot table field options.</p>
|
|
6711
|
-
* @public
|
|
6712
|
-
*/
|
|
6713
|
-
DataPathOptions?: PivotTableDataPathOption[] | undefined;
|
|
6714
|
-
/**
|
|
6715
|
-
* <p>The collapse state options for the pivot table field options.</p>
|
|
6716
|
-
* @public
|
|
6717
|
-
*/
|
|
6718
|
-
CollapseStateOptions?: PivotTableFieldCollapseStateOption[] | undefined;
|
|
6719
|
-
}
|
|
6720
|
-
/**
|
|
6721
|
-
* <p>The aggregated field well for the pivot table.</p>
|
|
6722
|
-
* @public
|
|
6723
|
-
*/
|
|
6724
|
-
export interface PivotTableAggregatedFieldWells {
|
|
6725
|
-
/**
|
|
6726
|
-
* <p>The rows field well for a pivot table. Values are grouped by rows fields.</p>
|
|
6727
|
-
* @public
|
|
6728
|
-
*/
|
|
6729
|
-
Rows?: DimensionField[] | undefined;
|
|
6730
|
-
/**
|
|
6731
|
-
* <p>The columns field well for a pivot table. Values are grouped by columns fields.</p>
|
|
6732
|
-
* @public
|
|
6733
|
-
*/
|
|
6734
|
-
Columns?: DimensionField[] | undefined;
|
|
6735
|
-
/**
|
|
6736
|
-
* <p>The values field well for a pivot table. Values are aggregated based on rows and columns fields.</p>
|
|
6737
|
-
* @public
|
|
6738
|
-
*/
|
|
6739
|
-
Values?: MeasureField[] | undefined;
|
|
6740
|
-
}
|
|
6741
|
-
/**
|
|
6742
|
-
* <p>The field wells for a pivot table visual.</p>
|
|
6743
|
-
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
6744
|
-
* @public
|
|
6745
|
-
*/
|
|
6746
|
-
export interface PivotTableFieldWells {
|
|
6747
|
-
/**
|
|
6748
|
-
* <p>The aggregated field well for the pivot table.</p>
|
|
6749
|
-
* @public
|
|
6750
|
-
*/
|
|
6751
|
-
PivotTableAggregatedFieldWells?: PivotTableAggregatedFieldWells | undefined;
|
|
6752
|
-
}
|
|
6753
|
-
/**
|
|
6754
|
-
* <p>The paginated report options for a pivot table visual.</p>
|
|
6755
|
-
* @public
|
|
6756
|
-
*/
|
|
6757
|
-
export interface PivotTablePaginatedReportOptions {
|
|
6758
|
-
/**
|
|
6759
|
-
* <p>The visibility of the printing table overflow across pages.</p>
|
|
6760
|
-
* @public
|
|
6761
|
-
*/
|
|
6762
|
-
VerticalOverflowVisibility?: Visibility | undefined;
|
|
6763
|
-
/**
|
|
6764
|
-
* <p>The visibility of the repeating header rows on each page.</p>
|
|
6765
|
-
* @public
|
|
6766
|
-
*/
|
|
6767
|
-
OverflowColumnHeaderVisibility?: Visibility | undefined;
|
|
6768
|
-
}
|
|
6769
|
-
/**
|
|
6770
|
-
* <p>Allows data paths to be sorted by a specific data value.</p>
|
|
6771
|
-
* @public
|
|
6772
|
-
*/
|
|
6773
|
-
export interface DataPathSort {
|
|
6774
|
-
/**
|
|
6775
|
-
* <p>Determines the sort direction.</p>
|
|
6776
|
-
* @public
|
|
6777
|
-
*/
|
|
6778
|
-
Direction: SortDirection | undefined;
|
|
6779
|
-
/**
|
|
6780
|
-
* <p>The list of data paths that need to be sorted.</p>
|
|
6781
|
-
* @public
|
|
6782
|
-
*/
|
|
6783
|
-
SortPaths: DataPathValue[] | undefined;
|
|
6784
|
-
}
|
|
6785
|
-
/**
|
|
6786
|
-
* <p>The sort by field for the field sort options.</p>
|
|
6787
|
-
* @public
|
|
6788
|
-
*/
|
|
6789
|
-
export interface PivotTableSortBy {
|
|
6790
|
-
/**
|
|
6791
|
-
* <p>The field sort (field id, direction) for the pivot table sort by options.</p>
|
|
6792
|
-
* @public
|
|
6793
|
-
*/
|
|
6794
|
-
Field?: FieldSort | undefined;
|
|
6795
|
-
/**
|
|
6796
|
-
* <p>The column sort (field id, direction) for the pivot table sort by options.</p>
|
|
6797
|
-
* @public
|
|
6798
|
-
*/
|
|
6799
|
-
Column?: ColumnSort | undefined;
|
|
6800
|
-
/**
|
|
6801
|
-
* <p>The data path sort (data path value, direction) for the pivot table sort by options.</p>
|
|
6802
|
-
* @public
|
|
6803
|
-
*/
|
|
6804
|
-
DataPath?: DataPathSort | undefined;
|
|
6805
|
-
}
|
|
6806
|
-
/**
|
|
6807
|
-
* <p>The field sort options for a pivot table sort configuration.</p>
|
|
6808
|
-
* @public
|
|
6809
|
-
*/
|
|
6810
|
-
export interface PivotFieldSortOptions {
|
|
6811
|
-
/**
|
|
6812
|
-
* <p>The field ID for the field sort options.</p>
|
|
6813
|
-
* @public
|
|
6814
|
-
*/
|
|
6815
|
-
FieldId: string | undefined;
|
|
6816
|
-
/**
|
|
6817
|
-
* <p>The sort by field for the field sort options.</p>
|
|
6818
|
-
* @public
|
|
6819
|
-
*/
|
|
6820
|
-
SortBy: PivotTableSortBy | undefined;
|
|
6821
|
-
}
|
|
6822
|
-
/**
|
|
6823
|
-
* <p>The sort configuration for a <code>PivotTableVisual</code>.</p>
|
|
6824
|
-
* @public
|
|
6874
|
+
* @internal
|
|
6825
6875
|
*/
|
|
6826
|
-
export
|
|
6827
|
-
/**
|
|
6828
|
-
* <p>The field sort options for a pivot table sort configuration.</p>
|
|
6829
|
-
* @public
|
|
6830
|
-
*/
|
|
6831
|
-
FieldSortOptions?: PivotFieldSortOptions[] | undefined;
|
|
6832
|
-
}
|
|
6876
|
+
export declare const DataPathLabelTypeFilterSensitiveLog: (obj: DataPathLabelType) => any;
|
|
6833
6877
|
/**
|
|
6834
6878
|
* @internal
|
|
6835
6879
|
*/
|
|
@@ -7298,31 +7342,3 @@ export declare const PivotTableFieldCollapseStateOptionFilterSensitiveLog: (obj:
|
|
|
7298
7342
|
* @internal
|
|
7299
7343
|
*/
|
|
7300
7344
|
export declare const PivotTableDataPathOptionFilterSensitiveLog: (obj: PivotTableDataPathOption) => any;
|
|
7301
|
-
/**
|
|
7302
|
-
* @internal
|
|
7303
|
-
*/
|
|
7304
|
-
export declare const PivotTableFieldOptionsFilterSensitiveLog: (obj: PivotTableFieldOptions) => any;
|
|
7305
|
-
/**
|
|
7306
|
-
* @internal
|
|
7307
|
-
*/
|
|
7308
|
-
export declare const PivotTableAggregatedFieldWellsFilterSensitiveLog: (obj: PivotTableAggregatedFieldWells) => any;
|
|
7309
|
-
/**
|
|
7310
|
-
* @internal
|
|
7311
|
-
*/
|
|
7312
|
-
export declare const PivotTableFieldWellsFilterSensitiveLog: (obj: PivotTableFieldWells) => any;
|
|
7313
|
-
/**
|
|
7314
|
-
* @internal
|
|
7315
|
-
*/
|
|
7316
|
-
export declare const DataPathSortFilterSensitiveLog: (obj: DataPathSort) => any;
|
|
7317
|
-
/**
|
|
7318
|
-
* @internal
|
|
7319
|
-
*/
|
|
7320
|
-
export declare const PivotTableSortByFilterSensitiveLog: (obj: PivotTableSortBy) => any;
|
|
7321
|
-
/**
|
|
7322
|
-
* @internal
|
|
7323
|
-
*/
|
|
7324
|
-
export declare const PivotFieldSortOptionsFilterSensitiveLog: (obj: PivotFieldSortOptions) => any;
|
|
7325
|
-
/**
|
|
7326
|
-
* @internal
|
|
7327
|
-
*/
|
|
7328
|
-
export declare const PivotTableSortConfigurationFilterSensitiveLog: (obj: PivotTableSortConfiguration) => any;
|