@aws-sdk/client-quicksight 3.922.0 → 3.926.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 (91) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/index.js +823 -360
  3. package/dist-es/commands/CreateTopicCommand.js +1 -1
  4. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  5. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +1 -1
  6. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  7. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  8. package/dist-es/commands/ListActionConnectorsCommand.js +1 -1
  9. package/dist-es/models/models_0.js +8 -4
  10. package/dist-es/models/models_1.js +5 -26
  11. package/dist-es/models/models_2.js +26 -39
  12. package/dist-es/models/models_3.js +233 -222
  13. package/dist-es/models/models_4.js +217 -70
  14. package/dist-es/models/models_5.js +74 -2
  15. package/dist-es/protocols/Aws_restJson1.js +240 -4
  16. package/dist-types/QuickSight.d.ts +1 -1
  17. package/dist-types/QuickSightClient.d.ts +1 -1
  18. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  19. package/dist-types/commands/CreateDataSetCommand.d.ts +398 -3
  20. package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeDataSetCommand.d.ts +396 -3
  24. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +4 -4
  25. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +7 -7
  26. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
  27. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +4 -4
  28. package/dist-types/commands/GetFlowMetadataCommand.d.ts +1 -1
  29. package/dist-types/commands/GetFlowPermissionsCommand.d.ts +1 -1
  30. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
  31. package/dist-types/commands/ListActionConnectorsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  33. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListDataSetsCommand.d.ts +10 -1
  40. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListFlowsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
  43. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  44. package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
  45. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListGroupsCommand.d.ts +1 -2
  47. package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
  48. package/dist-types/commands/SearchDataSetsCommand.d.ts +9 -0
  49. package/dist-types/commands/SearchTopicsCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateDataSetCommand.d.ts +398 -3
  52. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  53. package/dist-types/index.d.ts +1 -1
  54. package/dist-types/models/models_0.d.ts +162 -182
  55. package/dist-types/models/models_1.d.ts +177 -161
  56. package/dist-types/models/models_2.d.ts +196 -250
  57. package/dist-types/models/models_3.d.ts +2725 -3153
  58. package/dist-types/models/models_4.d.ts +4088 -3877
  59. package/dist-types/models/models_5.d.ts +1555 -12
  60. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -2
  85. package/dist-types/ts3.4/models/models_0.d.ts +42 -42
  86. package/dist-types/ts3.4/models/models_1.d.ts +44 -56
  87. package/dist-types/ts3.4/models/models_2.d.ts +72 -94
  88. package/dist-types/ts3.4/models/models_3.d.ts +446 -511
  89. package/dist-types/ts3.4/models/models_4.d.ts +513 -366
  90. package/dist-types/ts3.4/models/models_5.d.ts +381 -17
  91. package/package.json +8 -8
@@ -1,5 +1,139 @@
1
- import { AggregationPartitionBy, AggType, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, AuthorizationCodeGrantCredentialsSource, AxisDisplayOptions, CalculatedField, ChartAxisLabelOptions, ClientCredentialsSource, ColumnConfiguration, ConnectionAuthType, DataSetIdentifierDeclaration, FilterControl, FilterGroup, FilterOperator, FontConfiguration, Layout, ParameterControl, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, SheetContentType, SheetControlLayout, SheetImage, SheetTextBox, TimeGranularity, URLTargetConfiguration, Visibility, VisualCustomAction, VisualCustomActionDefaults, WidgetStatus } from "./models_0";
2
- import { BarChartVisual, BoxPlotVisual, ColorScale, ColumnHierarchy, ComboChartVisual, ConditionalFormattingColor, ConditionalFormattingIcon, CustomContentVisual, DataLabelOptions, DimensionField, EmptyVisual, FieldSortOptions, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, HorizontalTextAlignment, InsightVisual, ItemsLimitConfiguration, KPIVisual, LayerMapVisual, LegendOptions, LineChartVisual, MeasureField, PaginationConfiguration, PieChartVisual, PivotTableFieldOptions, PivotTableFieldWells, PivotTablePaginatedReportOptions, PivotTableSortConfiguration, TooltipOptions, UnaggregatedField, VisualInteractionOptions, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions } from "./models_1";
1
+ import { AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, AuthorizationCodeGrantCredentialsSource, CalculatedField, ClientCredentialsSource, ColumnConfiguration, ColumnSort, ConnectionAuthType, DataSetIdentifierDeclaration, FilterControl, FilterGroup, FilterOperator, FontConfiguration, Layout, ParameterControl, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, SheetContentType, SheetControlLayout, SheetImage, SheetTextBox, SortDirection, TimeGranularity, TransformOperationSource, URLTargetConfiguration, Visibility, VisualCustomAction, VisualCustomActionDefaults, WidgetStatus } from "./models_0";
2
+ import { AxisDisplayOptions, BarChartVisual, BoxPlotVisual, ChartAxisLabelOptions, ColorScale, ColumnHierarchy, ComboChartVisual, ConditionalFormattingColor, ConditionalFormattingIcon, CustomContentVisual, DataLabelOptions, DataPathValue, DimensionField, EmptyVisual, FieldSort, FieldSortOptions, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, HorizontalTextAlignment, InsightVisual, ItemsLimitConfiguration, KPIVisual, LayerMapVisual, LegendOptions, LineChartVisual, MeasureField, PaginationConfiguration, PieChartVisual, PivotTableDataPathOption, PivotTableFieldCollapseStateOption, PivotTableFieldOption, TooltipOptions, UnaggregatedField, VisualInteractionOptions, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions } from "./models_1";
3
+ /**
4
+ * <p>The field options for a pivot table visual.</p>
5
+ * @public
6
+ */
7
+ export interface PivotTableFieldOptions {
8
+ /**
9
+ * <p>The selected field options for the pivot table field options.</p>
10
+ * @public
11
+ */
12
+ SelectedFieldOptions?: PivotTableFieldOption[] | undefined;
13
+ /**
14
+ * <p>The data path options for the pivot table field options.</p>
15
+ * @public
16
+ */
17
+ DataPathOptions?: PivotTableDataPathOption[] | undefined;
18
+ /**
19
+ * <p>The collapse state options for the pivot table field options.</p>
20
+ * @public
21
+ */
22
+ CollapseStateOptions?: PivotTableFieldCollapseStateOption[] | undefined;
23
+ }
24
+ /**
25
+ * <p>The aggregated field well for the pivot table.</p>
26
+ * @public
27
+ */
28
+ export interface PivotTableAggregatedFieldWells {
29
+ /**
30
+ * <p>The rows field well for a pivot table. Values are grouped by rows fields.</p>
31
+ * @public
32
+ */
33
+ Rows?: DimensionField[] | undefined;
34
+ /**
35
+ * <p>The columns field well for a pivot table. Values are grouped by columns fields.</p>
36
+ * @public
37
+ */
38
+ Columns?: DimensionField[] | undefined;
39
+ /**
40
+ * <p>The values field well for a pivot table. Values are aggregated based on rows and columns fields.</p>
41
+ * @public
42
+ */
43
+ Values?: MeasureField[] | undefined;
44
+ }
45
+ /**
46
+ * <p>The field wells for a pivot table visual.</p>
47
+ * <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
48
+ * @public
49
+ */
50
+ export interface PivotTableFieldWells {
51
+ /**
52
+ * <p>The aggregated field well for the pivot table.</p>
53
+ * @public
54
+ */
55
+ PivotTableAggregatedFieldWells?: PivotTableAggregatedFieldWells | undefined;
56
+ }
57
+ /**
58
+ * <p>The paginated report options for a pivot table visual.</p>
59
+ * @public
60
+ */
61
+ export interface PivotTablePaginatedReportOptions {
62
+ /**
63
+ * <p>The visibility of the printing table overflow across pages.</p>
64
+ * @public
65
+ */
66
+ VerticalOverflowVisibility?: Visibility | undefined;
67
+ /**
68
+ * <p>The visibility of the repeating header rows on each page.</p>
69
+ * @public
70
+ */
71
+ OverflowColumnHeaderVisibility?: Visibility | undefined;
72
+ }
73
+ /**
74
+ * <p>Allows data paths to be sorted by a specific data value.</p>
75
+ * @public
76
+ */
77
+ export interface DataPathSort {
78
+ /**
79
+ * <p>Determines the sort direction.</p>
80
+ * @public
81
+ */
82
+ Direction: SortDirection | undefined;
83
+ /**
84
+ * <p>The list of data paths that need to be sorted.</p>
85
+ * @public
86
+ */
87
+ SortPaths: DataPathValue[] | undefined;
88
+ }
89
+ /**
90
+ * <p>The sort by field for the field sort options.</p>
91
+ * @public
92
+ */
93
+ export interface PivotTableSortBy {
94
+ /**
95
+ * <p>The field sort (field id, direction) for the pivot table sort by options.</p>
96
+ * @public
97
+ */
98
+ Field?: FieldSort | undefined;
99
+ /**
100
+ * <p>The column sort (field id, direction) for the pivot table sort by options.</p>
101
+ * @public
102
+ */
103
+ Column?: ColumnSort | undefined;
104
+ /**
105
+ * <p>The data path sort (data path value, direction) for the pivot table sort by options.</p>
106
+ * @public
107
+ */
108
+ DataPath?: DataPathSort | undefined;
109
+ }
110
+ /**
111
+ * <p>The field sort options for a pivot table sort configuration.</p>
112
+ * @public
113
+ */
114
+ export interface PivotFieldSortOptions {
115
+ /**
116
+ * <p>The field ID for the field sort options.</p>
117
+ * @public
118
+ */
119
+ FieldId: string | undefined;
120
+ /**
121
+ * <p>The sort by field for the field sort options.</p>
122
+ * @public
123
+ */
124
+ SortBy: PivotTableSortBy | undefined;
125
+ }
126
+ /**
127
+ * <p>The sort configuration for a <code>PivotTableVisual</code>.</p>
128
+ * @public
129
+ */
130
+ export interface PivotTableSortConfiguration {
131
+ /**
132
+ * <p>The field sort options for a pivot table sort configuration.</p>
133
+ * @public
134
+ */
135
+ FieldSortOptions?: PivotFieldSortOptions[] | undefined;
136
+ }
3
137
  /**
4
138
  * @public
5
139
  * @enum
@@ -2721,7 +2855,7 @@ export interface SheetDefinition {
2721
2855
  */
2722
2856
  Description?: string | undefined;
2723
2857
  /**
2724
- * <p>The name of the sheet. This name is displayed on the sheet's tab in the QuickSight
2858
+ * <p>The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite
2725
2859
  * console.</p>
2726
2860
  * @public
2727
2861
  */
@@ -3227,7 +3361,7 @@ export interface DashboardVisualId {
3227
3361
  /**
3228
3362
  * <p>The ID of the dashboard that has the visual that you want to embed. The
3229
3363
  * <code>DashboardId</code> can be found in the <code>IDs for developers</code> section
3230
- * of the <code>Embed visual</code> pane of the visual's on-visual menu of the QuickSight console. You can also get the <code>DashboardId</code> with a
3364
+ * of the <code>Embed visual</code> pane of the visual's on-visual menu of the Quick Suite console. You can also get the <code>DashboardId</code> with a
3231
3365
  * <code>ListDashboards</code> API operation.</p>
3232
3366
  * @public
3233
3367
  */
@@ -3235,7 +3369,7 @@ export interface DashboardVisualId {
3235
3369
  /**
3236
3370
  * <p>The ID of the sheet that the has visual that you want to embed. The
3237
3371
  * <code>SheetId</code> can be found in the <code>IDs for developers</code> section of
3238
- * the <code>Embed visual</code> pane of the visual's on-visual menu of the QuickSight console.</p>
3372
+ * the <code>Embed visual</code> pane of the visual's on-visual menu of the Quick Suite console.</p>
3239
3373
  * @public
3240
3374
  */
3241
3375
  SheetId: string | undefined;
@@ -3289,7 +3423,7 @@ export interface AnonymousUserQSearchBarEmbeddingConfiguration {
3289
3423
  InitialTopicId: string | undefined;
3290
3424
  }
3291
3425
  /**
3292
- * <p>The type of experience you want to embed. For anonymous users, you can embed QuickSight dashboards.</p>
3426
+ * <p>The type of experience you want to embed. For anonymous users, you can embed Quick Suite dashboards.</p>
3293
3427
  * @public
3294
3428
  */
3295
3429
  export interface AnonymousUserEmbeddingExperienceConfiguration {
@@ -3507,6 +3641,48 @@ export interface APIKeyConnectionMetadata {
3507
3641
  */
3508
3642
  Email?: string | undefined;
3509
3643
  }
3644
+ /**
3645
+ * <p>Represents a column that will be included in the result of an append operation, combining data from multiple sources.</p>
3646
+ * @public
3647
+ */
3648
+ export interface AppendedColumn {
3649
+ /**
3650
+ * <p>The name of the column to include in the appended result.</p>
3651
+ * @public
3652
+ */
3653
+ ColumnName: string | undefined;
3654
+ /**
3655
+ * <p>A unique identifier for the column in the appended result.</p>
3656
+ * @public
3657
+ */
3658
+ NewColumnId: string | undefined;
3659
+ }
3660
+ /**
3661
+ * <p>A transform operation that combines rows from two data sources by stacking them vertically (union operation).</p>
3662
+ * @public
3663
+ */
3664
+ export interface AppendOperation {
3665
+ /**
3666
+ * <p>Alias for this operation.</p>
3667
+ * @public
3668
+ */
3669
+ Alias: string | undefined;
3670
+ /**
3671
+ * <p>The first data source to be included in the append operation.</p>
3672
+ * @public
3673
+ */
3674
+ FirstSource?: TransformOperationSource | undefined;
3675
+ /**
3676
+ * <p>The second data source to be appended to the first source.</p>
3677
+ * @public
3678
+ */
3679
+ SecondSource?: TransformOperationSource | undefined;
3680
+ /**
3681
+ * <p>The list of columns to include in the appended result, mapping columns from both sources.</p>
3682
+ * @public
3683
+ */
3684
+ AppendedColumns: AppendedColumn[] | undefined;
3685
+ }
3510
3686
  /**
3511
3687
  * <p>The color palette.</p>
3512
3688
  * @public
@@ -7643,263 +7819,33 @@ export declare const TopicSortDirection: {
7643
7819
  */
7644
7820
  export type TopicSortDirection = (typeof TopicSortDirection)[keyof typeof TopicSortDirection];
7645
7821
  /**
7646
- * <p>The definition for the <code>FilterAggMetrics</code>.</p>
7647
- * @public
7648
- */
7649
- export interface FilterAggMetrics {
7650
- /**
7651
- * <p>The metric operand of the <code>FilterAggMetrics</code>.</p>
7652
- * @public
7653
- */
7654
- MetricOperand?: Identifier | undefined;
7655
- /**
7656
- * <p>The function for the <code>FilterAggMetrics</code>.</p>
7657
- * @public
7658
- */
7659
- Function?: AggType | undefined;
7660
- /**
7661
- * <p>The sort direction for <code>FilterAggMetrics</code>.</p>
7662
- * @public
7663
- */
7664
- SortDirection?: TopicSortDirection | undefined;
7665
- }
7666
- /**
7667
- * @public
7668
- * @enum
7669
- */
7670
- export declare const ConstantType: {
7671
- readonly COLLECTIVE: "COLLECTIVE";
7672
- readonly RANGE: "RANGE";
7673
- readonly SINGULAR: "SINGULAR";
7674
- };
7675
- /**
7676
- * @public
7677
- */
7678
- export type ConstantType = (typeof ConstantType)[keyof typeof ConstantType];
7679
- /**
7680
- * <p>The definition for a <code>CollectiveConstantEntry</code>.</p>
7681
- * @public
7682
- */
7683
- export interface CollectiveConstantEntry {
7684
- /**
7685
- * <p>The <code>ConstantType</code> of a <code>CollectiveConstantEntry</code>.</p>
7686
- * @public
7687
- */
7688
- ConstantType?: ConstantType | undefined;
7689
- /**
7690
- * <p>The value of a <code>CollectiveConstantEntry</code>.</p>
7691
- * @public
7692
- */
7693
- Value?: string | undefined;
7694
- }
7695
- /**
7696
- * <p>The definition for a <code>TopicConstantValue</code>.</p>
7697
- * @public
7698
- */
7699
- export interface TopicConstantValue {
7700
- /**
7701
- * <p>The constant type of a <code>TopicConstantValue</code>.</p>
7702
- * @public
7703
- */
7704
- ConstantType?: ConstantType | undefined;
7705
- /**
7706
- * <p>The value of the <code>TopicConstantValue</code>.</p>
7707
- * @public
7708
- */
7709
- Value?: string | undefined;
7710
- /**
7711
- * <p>The minimum for the <code>TopicConstantValue</code>.</p>
7712
- * @public
7713
- */
7714
- Minimum?: string | undefined;
7715
- /**
7716
- * <p>The maximum for the <code>TopicConstantValue</code>.</p>
7717
- * @public
7718
- */
7719
- Maximum?: string | undefined;
7720
- /**
7721
- * <p>The value list of the <code>TopicConstantValue</code>.</p>
7722
- * @public
7723
- */
7724
- ValueList?: CollectiveConstantEntry[] | undefined;
7725
- }
7726
- /**
7727
- * @public
7728
- * @enum
7729
- */
7730
- export declare const FilterClass: {
7731
- readonly CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER";
7732
- readonly ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER";
7733
- readonly NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER";
7734
- };
7735
- /**
7736
- * @public
7737
- */
7738
- export type FilterClass = (typeof FilterClass)[keyof typeof FilterClass];
7739
- /**
7740
- * @public
7741
- * @enum
7822
+ * @internal
7742
7823
  */
7743
- export declare const TopicIRFilterType: {
7744
- readonly ACCEPT_ALL_FILTER: "ACCEPT_ALL_FILTER";
7745
- readonly CATEGORY_FILTER: "CATEGORY_FILTER";
7746
- readonly DATE_RANGE_FILTER: "DATE_RANGE_FILTER";
7747
- readonly EQUALS: "EQUALS";
7748
- readonly NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER";
7749
- readonly NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER";
7750
- readonly RANK_LIMIT_FILTER: "RANK_LIMIT_FILTER";
7751
- readonly RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER";
7752
- readonly TOP_BOTTOM_FILTER: "TOP_BOTTOM_FILTER";
7753
- };
7824
+ export declare const PivotTableFieldOptionsFilterSensitiveLog: (obj: PivotTableFieldOptions) => any;
7754
7825
  /**
7755
- * @public
7826
+ * @internal
7756
7827
  */
7757
- export type TopicIRFilterType = (typeof TopicIRFilterType)[keyof typeof TopicIRFilterType];
7828
+ export declare const PivotTableAggregatedFieldWellsFilterSensitiveLog: (obj: PivotTableAggregatedFieldWells) => any;
7758
7829
  /**
7759
- * @public
7760
- * @enum
7830
+ * @internal
7761
7831
  */
7762
- export declare const TopicIRFilterFunction: {
7763
- readonly CONTAINS: "CONTAINS";
7764
- readonly CONTAINS_STRING: "CONTAINS_STRING";
7765
- readonly ENDS_WITH: "ENDS_WITH";
7766
- readonly EXACT: "EXACT";
7767
- readonly LAST: "LAST";
7768
- readonly NEXT: "NEXT";
7769
- readonly NOW: "NOW";
7770
- readonly PREVIOUS: "PREVIOUS";
7771
- readonly STARTS_WITH: "STARTS_WITH";
7772
- readonly THIS: "THIS";
7773
- };
7832
+ export declare const PivotTableFieldWellsFilterSensitiveLog: (obj: PivotTableFieldWells) => any;
7774
7833
  /**
7775
- * @public
7834
+ * @internal
7776
7835
  */
7777
- export type TopicIRFilterFunction = (typeof TopicIRFilterFunction)[keyof typeof TopicIRFilterFunction];
7836
+ export declare const DataPathSortFilterSensitiveLog: (obj: DataPathSort) => any;
7778
7837
  /**
7779
- * @public
7780
- * @enum
7838
+ * @internal
7781
7839
  */
7782
- export declare const NullFilterOption: {
7783
- readonly ALL_VALUES: "ALL_VALUES";
7784
- readonly NON_NULLS_ONLY: "NON_NULLS_ONLY";
7785
- readonly NULLS_ONLY: "NULLS_ONLY";
7786
- };
7840
+ export declare const PivotTableSortByFilterSensitiveLog: (obj: PivotTableSortBy) => any;
7787
7841
  /**
7788
- * @public
7842
+ * @internal
7789
7843
  */
7790
- export type NullFilterOption = (typeof NullFilterOption)[keyof typeof NullFilterOption];
7844
+ export declare const PivotFieldSortOptionsFilterSensitiveLog: (obj: PivotFieldSortOptions) => any;
7791
7845
  /**
7792
- * <p>The definition for a <code>TopicIRFilterOption</code>.</p>
7793
- * @public
7794
- */
7795
- export interface TopicIRFilterOption {
7796
- /**
7797
- * <p>The filter type for the <code>TopicIRFilterOption</code>.</p>
7798
- * @public
7799
- */
7800
- FilterType?: TopicIRFilterType | undefined;
7801
- /**
7802
- * <p>The filter class for the <code>TopicIRFilterOption</code>.</p>
7803
- * @public
7804
- */
7805
- FilterClass?: FilterClass | undefined;
7806
- /**
7807
- * <p>The operand field for the <code>TopicIRFilterOption</code>.</p>
7808
- * @public
7809
- */
7810
- OperandField?: Identifier | undefined;
7811
- /**
7812
- * <p>The function for the <code>TopicIRFilterOption</code>.</p>
7813
- * @public
7814
- */
7815
- Function?: TopicIRFilterFunction | undefined;
7816
- /**
7817
- * <p>The constant for the <code>TopicIRFilterOption</code>.</p>
7818
- * @public
7819
- */
7820
- Constant?: TopicConstantValue | undefined;
7821
- /**
7822
- * <p>The inverse for the <code>TopicIRFilterOption</code>.</p>
7823
- * @public
7824
- */
7825
- Inverse?: boolean | undefined;
7826
- /**
7827
- * <p>The null filter for the <code>TopicIRFilterOption</code>.</p>
7828
- * @public
7829
- */
7830
- NullFilter?: NullFilterOption | undefined;
7831
- /**
7832
- * <p>The aggregation for the <code>TopicIRFilterOption</code>.</p>
7833
- * @public
7834
- */
7835
- Aggregation?: AggType | undefined;
7836
- /**
7837
- * <p>The aggregation function parameters for the <code>TopicIRFilterOption</code>.</p>
7838
- * @public
7839
- */
7840
- AggregationFunctionParameters?: Record<string, string> | undefined;
7841
- /**
7842
- * <p>The <code>AggregationPartitionBy</code> for the <code>TopicIRFilterOption</code>.</p>
7843
- * @public
7844
- */
7845
- AggregationPartitionBy?: AggregationPartitionBy[] | undefined;
7846
- /**
7847
- * <p>The range for the <code>TopicIRFilterOption</code>.</p>
7848
- * @public
7849
- */
7850
- Range?: TopicConstantValue | undefined;
7851
- /**
7852
- * <p>The inclusive for the <code>TopicIRFilterOption</code>.</p>
7853
- * @public
7854
- */
7855
- Inclusive?: boolean | undefined;
7856
- /**
7857
- * <p>The time granularity for the <code>TopicIRFilterOption</code>.</p>
7858
- * @public
7859
- */
7860
- TimeGranularity?: TimeGranularity | undefined;
7861
- /**
7862
- * <p>The last next offset for the <code>TopicIRFilterOption</code>.</p>
7863
- * @public
7864
- */
7865
- LastNextOffset?: TopicConstantValue | undefined;
7866
- /**
7867
- * <p>The agg metrics for the <code>TopicIRFilterOption</code>.</p>
7868
- * @public
7869
- */
7870
- AggMetrics?: FilterAggMetrics[] | undefined;
7871
- /**
7872
- * <p>The <code>TopBottomLimit</code> for the <code>TopicIRFilterOption</code>.</p>
7873
- * @public
7874
- */
7875
- TopBottomLimit?: TopicConstantValue | undefined;
7876
- /**
7877
- * <p>The sort direction for the <code>TopicIRFilterOption</code>.</p>
7878
- * @public
7879
- */
7880
- SortDirection?: TopicSortDirection | undefined;
7881
- /**
7882
- * <p>The anchor for the <code>TopicIRFilterOption</code>.</p>
7883
- * @public
7884
- */
7885
- Anchor?: Anchor | undefined;
7886
- }
7887
- /**
7888
- * <p>The definition for the <code>ContributionAnalysisTimeRanges</code>.</p>
7889
- * @public
7846
+ * @internal
7890
7847
  */
7891
- export interface ContributionAnalysisTimeRanges {
7892
- /**
7893
- * <p>The start range for the <code>ContributionAnalysisTimeRanges</code>.</p>
7894
- * @public
7895
- */
7896
- StartRange?: TopicIRFilterOption | undefined;
7897
- /**
7898
- * <p>The end range for the <code>ContributionAnalysisTimeRanges</code>.</p>
7899
- * @public
7900
- */
7901
- EndRange?: TopicIRFilterOption | undefined;
7902
- }
7848
+ export declare const PivotTableSortConfigurationFilterSensitiveLog: (obj: PivotTableSortConfiguration) => any;
7903
7849
  /**
7904
7850
  * @internal
7905
7851
  */