@aws-sdk/client-quicksight 3.326.0 → 3.328.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 +144 -0
- package/dist-cjs/QuickSight.js +36 -0
- package/dist-cjs/commands/CreateTopicCommand.js +46 -0
- package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
- package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
- package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
- package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
- package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
- package/dist-cjs/commands/ListTopicsCommand.js +45 -0
- package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
- package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
- package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
- package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
- package/dist-cjs/commands/index.js +18 -0
- package/dist-cjs/models/models_0.js +1 -11
- package/dist-cjs/models/models_1.js +46 -50
- package/dist-cjs/models/models_2.js +262 -141
- package/dist-cjs/models/models_3.js +167 -1
- package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
- package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
- package/dist-es/QuickSight.js +36 -0
- package/dist-es/commands/CreateTopicCommand.js +42 -0
- package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
- package/dist-es/commands/DeleteTopicCommand.js +41 -0
- package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeTopicCommand.js +42 -0
- package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
- package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
- package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
- package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
- package/dist-es/commands/ListTopicsCommand.js +41 -0
- package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
- package/dist-es/commands/UpdateTopicCommand.js +42 -0
- package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
- package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
- package/dist-es/commands/index.js +18 -0
- package/dist-es/models/models_0.js +0 -9
- package/dist-es/models/models_1.js +41 -43
- package/dist-es/models/models_2.js +242 -135
- package/dist-es/models/models_3.js +161 -1
- package/dist-es/pagination/ListTopicsPaginator.js +25 -0
- package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2030 -298
- package/dist-types/QuickSight.d.ts +126 -0
- package/dist-types/QuickSightClient.d.ts +20 -2
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +56 -4
- package/dist-types/commands/CreateDashboardCommand.d.ts +56 -4
- package/dist-types/commands/CreateDataSetCommand.d.ts +63 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +5 -4
- package/dist-types/commands/CreateTemplateCommand.d.ts +56 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
- package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +56 -4
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +56 -4
- package/dist-types/commands/DescribeDataSetCommand.d.ts +64 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +3 -2
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +57 -5
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +3 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +7 -3
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
- package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +56 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +56 -4
- package/dist-types/commands/UpdateDataSetCommand.d.ts +63 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -4
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +4 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +56 -4
- package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
- package/dist-types/commands/index.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +43 -91
- package/dist-types/models/models_1.d.ts +210 -281
- package/dist-types/models/models_2.d.ts +2375 -2163
- package/dist-types/models/models_3.d.ts +2468 -54
- package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
- package/dist-types/ts3.4/QuickSight.d.ts +306 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -22
- package/dist-types/ts3.4/models/models_1.d.ts +79 -75
- package/dist-types/ts3.4/models/models_2.d.ts +605 -500
- package/dist-types/ts3.4/models/models_3.d.ts +737 -9
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
- package/package.json +8 -8
|
@@ -1,6 +1,92 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
2
|
+
import { AnalysisDefaults, AxisBinding, AxisDisplayOptions, BarChartVisual, BarsArrangement, BoxPlotVisual, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, ColumnHierarchy, ColumnIdentifier, ColumnSort, ComboChartFieldWells, ComboChartSortConfiguration, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DataPathValue, DataSetIdentifierDeclaration, DimensionField, FieldSort, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, ItemsLimitConfiguration, Layout, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, PaginationConfiguration, ParameterControl, ParameterDeclaration, PercentageDisplayFormatConfiguration, ReferenceLine, ResourceStatus, SheetContentType, SheetControlLayout, SheetTextBox, SmallMultiplesOptions, SortDirection, TimeGranularity, TooltipOptions, URLTargetConfiguration, Visibility, VisualCustomAction, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions, WidgetStatus } from "./models_0";
|
|
3
3
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p>The configuration of a <code>ComboChartVisual</code>.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface ComboChartConfiguration {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The field wells of the visual.</p>
|
|
11
|
+
*/
|
|
12
|
+
FieldWells?: ComboChartFieldWells;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The sort configuration of a <code>ComboChartVisual</code>.</p>
|
|
15
|
+
*/
|
|
16
|
+
SortConfiguration?: ComboChartSortConfiguration;
|
|
17
|
+
/**
|
|
18
|
+
* <p>Determines the bar arrangement in a combo chart. The following are valid values in this structure:</p>
|
|
19
|
+
* <ul>
|
|
20
|
+
* <li>
|
|
21
|
+
* <p>
|
|
22
|
+
* <code>CLUSTERED</code>: For clustered bar combo charts.</p>
|
|
23
|
+
* </li>
|
|
24
|
+
* <li>
|
|
25
|
+
* <p>
|
|
26
|
+
* <code>STACKED</code>: For stacked bar combo charts.</p>
|
|
27
|
+
* </li>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>
|
|
30
|
+
* <code>STACKED_PERCENT</code>: Do not use. If you use this value, the operation returns a validation error.</p>
|
|
31
|
+
* </li>
|
|
32
|
+
* </ul>
|
|
33
|
+
*/
|
|
34
|
+
BarsArrangement?: BarsArrangement | string;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The category axis of a combo chart.</p>
|
|
37
|
+
*/
|
|
38
|
+
CategoryAxis?: AxisDisplayOptions;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.</p>
|
|
41
|
+
*/
|
|
42
|
+
CategoryLabelOptions?: ChartAxisLabelOptions;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.</p>
|
|
45
|
+
*/
|
|
46
|
+
PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.</p>
|
|
49
|
+
*/
|
|
50
|
+
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.</p>
|
|
53
|
+
*/
|
|
54
|
+
SecondaryYAxisDisplayOptions?: AxisDisplayOptions;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.</p>
|
|
57
|
+
*/
|
|
58
|
+
SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.</p>
|
|
61
|
+
*/
|
|
62
|
+
ColorLabelOptions?: ChartAxisLabelOptions;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The legend display setup of the visual.</p>
|
|
65
|
+
*/
|
|
66
|
+
Legend?: LegendOptions;
|
|
67
|
+
/**
|
|
68
|
+
* <p>The options that determine if visual data labels are displayed.</p>
|
|
69
|
+
* <p>The data label options for a bar in a combo chart.</p>
|
|
70
|
+
*/
|
|
71
|
+
BarDataLabels?: DataLabelOptions;
|
|
72
|
+
/**
|
|
73
|
+
* <p>The options that determine if visual data labels are displayed.</p>
|
|
74
|
+
* <p>The data label options for a line in a combo chart.</p>
|
|
75
|
+
*/
|
|
76
|
+
LineDataLabels?: DataLabelOptions;
|
|
77
|
+
/**
|
|
78
|
+
* <p>The legend display setup of the visual.</p>
|
|
79
|
+
*/
|
|
80
|
+
Tooltip?: TooltipOptions;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The reference line setup of the visual.</p>
|
|
83
|
+
*/
|
|
84
|
+
ReferenceLines?: ReferenceLine[];
|
|
85
|
+
/**
|
|
86
|
+
* <p>The palette (chart color) display setup of the visual.</p>
|
|
87
|
+
*/
|
|
88
|
+
VisualPalette?: VisualPalette;
|
|
89
|
+
}
|
|
4
90
|
/**
|
|
5
91
|
* @public
|
|
6
92
|
* <p>A combo chart.</p>
|
|
@@ -3793,6 +3879,10 @@ export interface ScatterPlotCategoricallyAggregatedFieldWells {
|
|
|
3793
3879
|
* <p>The size field well of a scatter plot.</p>
|
|
3794
3880
|
*/
|
|
3795
3881
|
Size?: MeasureField[];
|
|
3882
|
+
/**
|
|
3883
|
+
* <p>The label field well of a scatter plot.</p>
|
|
3884
|
+
*/
|
|
3885
|
+
Label?: DimensionField[];
|
|
3796
3886
|
}
|
|
3797
3887
|
/**
|
|
3798
3888
|
* @public
|
|
@@ -3813,6 +3903,14 @@ export interface ScatterPlotUnaggregatedFieldWells {
|
|
|
3813
3903
|
* <p>The size field well of a scatter plot.</p>
|
|
3814
3904
|
*/
|
|
3815
3905
|
Size?: MeasureField[];
|
|
3906
|
+
/**
|
|
3907
|
+
* <p>The category field well of a scatter plot.</p>
|
|
3908
|
+
*/
|
|
3909
|
+
Category?: DimensionField[];
|
|
3910
|
+
/**
|
|
3911
|
+
* <p>The label field well of a scatter plot.</p>
|
|
3912
|
+
*/
|
|
3913
|
+
Label?: DimensionField[];
|
|
3816
3914
|
}
|
|
3817
3915
|
/**
|
|
3818
3916
|
* @public
|
|
@@ -3821,12 +3919,11 @@ export interface ScatterPlotUnaggregatedFieldWells {
|
|
|
3821
3919
|
*/
|
|
3822
3920
|
export interface ScatterPlotFieldWells {
|
|
3823
3921
|
/**
|
|
3824
|
-
* <p>The aggregated field wells of a scatter plot.
|
|
3922
|
+
* <p>The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.</p>
|
|
3825
3923
|
*/
|
|
3826
3924
|
ScatterPlotCategoricallyAggregatedFieldWells?: ScatterPlotCategoricallyAggregatedFieldWells;
|
|
3827
3925
|
/**
|
|
3828
|
-
* <p>The unaggregated field wells of a scatter plot.
|
|
3829
|
-
* well have unaggregated field wells. The x and y-axes of these scatter plots are
|
|
3926
|
+
* <p>The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are
|
|
3830
3927
|
* unaggregated.</p>
|
|
3831
3928
|
*/
|
|
3832
3929
|
ScatterPlotUnaggregatedFieldWells?: ScatterPlotUnaggregatedFieldWells;
|
|
@@ -5306,6 +5403,28 @@ export declare const AuthenticationMethodOption: {
|
|
|
5306
5403
|
* @public
|
|
5307
5404
|
*/
|
|
5308
5405
|
export type AuthenticationMethodOption = (typeof AuthenticationMethodOption)[keyof typeof AuthenticationMethodOption];
|
|
5406
|
+
/**
|
|
5407
|
+
* @public
|
|
5408
|
+
* @enum
|
|
5409
|
+
*/
|
|
5410
|
+
export declare const AuthorSpecifiedAggregation: {
|
|
5411
|
+
readonly AVERAGE: "AVERAGE";
|
|
5412
|
+
readonly COUNT: "COUNT";
|
|
5413
|
+
readonly DISTINCT_COUNT: "DISTINCT_COUNT";
|
|
5414
|
+
readonly MAX: "MAX";
|
|
5415
|
+
readonly MEDIAN: "MEDIAN";
|
|
5416
|
+
readonly MIN: "MIN";
|
|
5417
|
+
readonly PERCENTILE: "PERCENTILE";
|
|
5418
|
+
readonly STDEV: "STDEV";
|
|
5419
|
+
readonly STDEVP: "STDEVP";
|
|
5420
|
+
readonly SUM: "SUM";
|
|
5421
|
+
readonly VAR: "VAR";
|
|
5422
|
+
readonly VARP: "VARP";
|
|
5423
|
+
};
|
|
5424
|
+
/**
|
|
5425
|
+
* @public
|
|
5426
|
+
*/
|
|
5427
|
+
export type AuthorSpecifiedAggregation = (typeof AuthorSpecifiedAggregation)[keyof typeof AuthorSpecifiedAggregation];
|
|
5309
5428
|
/**
|
|
5310
5429
|
* @public
|
|
5311
5430
|
* <p>The parameters for IoT Analytics.</p>
|
|
@@ -5316,6 +5435,17 @@ export interface AwsIotAnalyticsParameters {
|
|
|
5316
5435
|
*/
|
|
5317
5436
|
DataSetName: string | undefined;
|
|
5318
5437
|
}
|
|
5438
|
+
/**
|
|
5439
|
+
* @public
|
|
5440
|
+
* <p>The bookmarks configuration of an embedded dashboard.</p>
|
|
5441
|
+
*/
|
|
5442
|
+
export interface BookmarksConfigurations {
|
|
5443
|
+
/**
|
|
5444
|
+
* <p>A Boolean value that determines whether a user
|
|
5445
|
+
* can bookmark an embedded dashboard.</p>
|
|
5446
|
+
*/
|
|
5447
|
+
Enabled: boolean | undefined;
|
|
5448
|
+
}
|
|
5319
5449
|
/**
|
|
5320
5450
|
* @public
|
|
5321
5451
|
* <p>The display options for tile borders for visuals.</p>
|
|
@@ -5529,6 +5659,67 @@ export interface CastColumnTypeOperation {
|
|
|
5529
5659
|
*/
|
|
5530
5660
|
Format?: string;
|
|
5531
5661
|
}
|
|
5662
|
+
/**
|
|
5663
|
+
* @public
|
|
5664
|
+
* @enum
|
|
5665
|
+
*/
|
|
5666
|
+
export declare const CategoryFilterFunction: {
|
|
5667
|
+
readonly CONTAINS: "CONTAINS";
|
|
5668
|
+
readonly EXACT: "EXACT";
|
|
5669
|
+
};
|
|
5670
|
+
/**
|
|
5671
|
+
* @public
|
|
5672
|
+
*/
|
|
5673
|
+
export type CategoryFilterFunction = (typeof CategoryFilterFunction)[keyof typeof CategoryFilterFunction];
|
|
5674
|
+
/**
|
|
5675
|
+
* @public
|
|
5676
|
+
* @enum
|
|
5677
|
+
*/
|
|
5678
|
+
export declare const CategoryFilterType: {
|
|
5679
|
+
readonly CUSTOM_FILTER: "CUSTOM_FILTER";
|
|
5680
|
+
readonly CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST";
|
|
5681
|
+
readonly FILTER_LIST: "FILTER_LIST";
|
|
5682
|
+
};
|
|
5683
|
+
/**
|
|
5684
|
+
* @public
|
|
5685
|
+
*/
|
|
5686
|
+
export type CategoryFilterType = (typeof CategoryFilterType)[keyof typeof CategoryFilterType];
|
|
5687
|
+
/**
|
|
5688
|
+
* @public
|
|
5689
|
+
* <p>A structure that represents the cell value synonym.</p>
|
|
5690
|
+
*/
|
|
5691
|
+
export interface CellValueSynonym {
|
|
5692
|
+
/**
|
|
5693
|
+
* <p>The cell value.</p>
|
|
5694
|
+
*/
|
|
5695
|
+
CellValue?: string;
|
|
5696
|
+
/**
|
|
5697
|
+
* <p>Other names or aliases for the cell value.</p>
|
|
5698
|
+
*/
|
|
5699
|
+
Synonyms?: string[];
|
|
5700
|
+
}
|
|
5701
|
+
/**
|
|
5702
|
+
* @public
|
|
5703
|
+
* <p>A structure that represents a collective constant.</p>
|
|
5704
|
+
*/
|
|
5705
|
+
export interface CollectiveConstant {
|
|
5706
|
+
/**
|
|
5707
|
+
* <p>A list of values for the collective constant.</p>
|
|
5708
|
+
*/
|
|
5709
|
+
ValueList?: string[];
|
|
5710
|
+
}
|
|
5711
|
+
/**
|
|
5712
|
+
* @public
|
|
5713
|
+
* @enum
|
|
5714
|
+
*/
|
|
5715
|
+
export declare const ColumnDataRole: {
|
|
5716
|
+
readonly DIMENSION: "DIMENSION";
|
|
5717
|
+
readonly MEASURE: "MEASURE";
|
|
5718
|
+
};
|
|
5719
|
+
/**
|
|
5720
|
+
* @public
|
|
5721
|
+
*/
|
|
5722
|
+
export type ColumnDataRole = (typeof ColumnDataRole)[keyof typeof ColumnDataRole];
|
|
5532
5723
|
/**
|
|
5533
5724
|
* @public
|
|
5534
5725
|
* <p>Metadata that contains a description for a column.</p>
|
|
@@ -5623,6 +5814,19 @@ export interface ColumnLevelPermissionRule {
|
|
|
5623
5814
|
*/
|
|
5624
5815
|
ColumnNames?: string[];
|
|
5625
5816
|
}
|
|
5817
|
+
/**
|
|
5818
|
+
* @public
|
|
5819
|
+
* @enum
|
|
5820
|
+
*/
|
|
5821
|
+
export declare const ColumnOrderingType: {
|
|
5822
|
+
readonly GREATER_IS_BETTER: "GREATER_IS_BETTER";
|
|
5823
|
+
readonly LESSER_IS_BETTER: "LESSER_IS_BETTER";
|
|
5824
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
5825
|
+
};
|
|
5826
|
+
/**
|
|
5827
|
+
* @public
|
|
5828
|
+
*/
|
|
5829
|
+
export type ColumnOrderingType = (typeof ColumnOrderingType)[keyof typeof ColumnOrderingType];
|
|
5626
5830
|
/**
|
|
5627
5831
|
* @public
|
|
5628
5832
|
* <p>The column schema.</p>
|
|
@@ -5691,284 +5895,9 @@ export declare const ColumnTagName: {
|
|
|
5691
5895
|
*/
|
|
5692
5896
|
export type ColumnTagName = (typeof ColumnTagName)[keyof typeof ColumnTagName];
|
|
5693
5897
|
/**
|
|
5694
|
-
* @
|
|
5695
|
-
* <p>A resource is already in a state that indicates an operation is happening that must complete
|
|
5696
|
-
* before a new update can be applied.</p>
|
|
5697
|
-
*/
|
|
5698
|
-
export declare class ConcurrentUpdatingException extends __BaseException {
|
|
5699
|
-
readonly name: "ConcurrentUpdatingException";
|
|
5700
|
-
readonly $fault: "server";
|
|
5701
|
-
Message?: string;
|
|
5702
|
-
RequestId?: string;
|
|
5703
|
-
/**
|
|
5704
|
-
* @internal
|
|
5705
|
-
*/
|
|
5706
|
-
constructor(opts: __ExceptionOptionType<ConcurrentUpdatingException, __BaseException>);
|
|
5707
|
-
}
|
|
5708
|
-
/**
|
|
5709
|
-
* @public
|
|
5710
|
-
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
5711
|
-
*/
|
|
5712
|
-
export declare class ConflictException extends __BaseException {
|
|
5713
|
-
readonly name: "ConflictException";
|
|
5714
|
-
readonly $fault: "client";
|
|
5715
|
-
Message?: string;
|
|
5716
|
-
/**
|
|
5717
|
-
* <p>The Amazon Web Services request ID for this request.</p>
|
|
5718
|
-
*/
|
|
5719
|
-
RequestId?: string;
|
|
5720
|
-
/**
|
|
5721
|
-
* @internal
|
|
5722
|
-
*/
|
|
5723
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
5724
|
-
}
|
|
5725
|
-
/**
|
|
5726
|
-
* @public
|
|
5727
|
-
* <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
|
|
5728
|
-
* resource.</p>
|
|
5729
|
-
*/
|
|
5730
|
-
export interface Tag {
|
|
5731
|
-
/**
|
|
5732
|
-
* <p>Tag key.</p>
|
|
5733
|
-
*/
|
|
5734
|
-
Key: string | undefined;
|
|
5735
|
-
/**
|
|
5736
|
-
* <p>Tag value.</p>
|
|
5737
|
-
*/
|
|
5738
|
-
Value: string | undefined;
|
|
5739
|
-
}
|
|
5740
|
-
/**
|
|
5741
|
-
* @public
|
|
5742
|
-
*/
|
|
5743
|
-
export interface CreateAccountCustomizationRequest {
|
|
5744
|
-
/**
|
|
5745
|
-
* <p>The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.</p>
|
|
5746
|
-
*/
|
|
5747
|
-
AwsAccountId: string | undefined;
|
|
5748
|
-
/**
|
|
5749
|
-
* <p>The Amazon QuickSight namespace that you want to add customizations to.</p>
|
|
5750
|
-
*/
|
|
5751
|
-
Namespace?: string;
|
|
5752
|
-
/**
|
|
5753
|
-
* <p>The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region. You can add
|
|
5754
|
-
* these to an Amazon Web Services account and a QuickSight namespace. </p>
|
|
5755
|
-
* <p>For example, you can add a default theme by setting <code>AccountCustomization</code>
|
|
5756
|
-
* to the midnight theme: <code>"AccountCustomization": \{ "DefaultTheme":
|
|
5757
|
-
* "arn:aws:quicksight::aws:theme/MIDNIGHT" \}</code>. Or, you can add a custom theme by
|
|
5758
|
-
* specifying <code>"AccountCustomization": \{ "DefaultTheme":
|
|
5759
|
-
* "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
|
|
5760
|
-
* \}</code>. </p>
|
|
5761
|
-
*/
|
|
5762
|
-
AccountCustomization: AccountCustomization | undefined;
|
|
5763
|
-
/**
|
|
5764
|
-
* <p>A list of the tags that you want to attach to this resource.</p>
|
|
5765
|
-
*/
|
|
5766
|
-
Tags?: Tag[];
|
|
5767
|
-
}
|
|
5768
|
-
/**
|
|
5769
|
-
* @public
|
|
5770
|
-
*/
|
|
5771
|
-
export interface CreateAccountCustomizationResponse {
|
|
5772
|
-
/**
|
|
5773
|
-
* <p>The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.</p>
|
|
5774
|
-
*/
|
|
5775
|
-
Arn?: string;
|
|
5776
|
-
/**
|
|
5777
|
-
* <p>The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.</p>
|
|
5778
|
-
*/
|
|
5779
|
-
AwsAccountId?: string;
|
|
5780
|
-
/**
|
|
5781
|
-
* <p>The namespace associated with the customization you're creating. </p>
|
|
5782
|
-
*/
|
|
5783
|
-
Namespace?: string;
|
|
5784
|
-
/**
|
|
5785
|
-
* <p>The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region. </p>
|
|
5786
|
-
*/
|
|
5787
|
-
AccountCustomization?: AccountCustomization;
|
|
5788
|
-
/**
|
|
5789
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5790
|
-
*/
|
|
5791
|
-
RequestId?: string;
|
|
5792
|
-
/**
|
|
5793
|
-
* <p>The HTTP status of the request.</p>
|
|
5794
|
-
*/
|
|
5795
|
-
Status?: number;
|
|
5796
|
-
}
|
|
5797
|
-
/**
|
|
5798
|
-
* @public
|
|
5799
|
-
* <p>This resource is currently unavailable.</p>
|
|
5800
|
-
*/
|
|
5801
|
-
export declare class ResourceUnavailableException extends __BaseException {
|
|
5802
|
-
readonly name: "ResourceUnavailableException";
|
|
5803
|
-
readonly $fault: "server";
|
|
5804
|
-
Message?: string;
|
|
5805
|
-
/**
|
|
5806
|
-
* <p>The resource type for this request.</p>
|
|
5807
|
-
*/
|
|
5808
|
-
ResourceType?: ExceptionResourceType | string;
|
|
5809
|
-
/**
|
|
5810
|
-
* <p>The Amazon Web Services request ID for this request.</p>
|
|
5811
|
-
*/
|
|
5812
|
-
RequestId?: string;
|
|
5813
|
-
/**
|
|
5814
|
-
* @internal
|
|
5815
|
-
*/
|
|
5816
|
-
constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
|
|
5817
|
-
}
|
|
5818
|
-
/**
|
|
5819
|
-
* @public
|
|
5820
|
-
*/
|
|
5821
|
-
export interface CreateAccountSubscriptionRequest {
|
|
5822
|
-
/**
|
|
5823
|
-
* <p>The edition of Amazon QuickSight that you want your account to have. Currently, you can
|
|
5824
|
-
* choose from <code>ENTERPRISE</code> or
|
|
5825
|
-
* <code>ENTERPRISE_AND_Q</code>.</p>
|
|
5826
|
-
* <p>If you choose <code>ENTERPRISE_AND_Q</code>, the following parameters are
|
|
5827
|
-
* required:</p>
|
|
5828
|
-
* <ul>
|
|
5829
|
-
* <li>
|
|
5830
|
-
* <p>
|
|
5831
|
-
* <code>FirstName</code>
|
|
5832
|
-
* </p>
|
|
5833
|
-
* </li>
|
|
5834
|
-
* <li>
|
|
5835
|
-
* <p>
|
|
5836
|
-
* <code>LastName</code>
|
|
5837
|
-
* </p>
|
|
5838
|
-
* </li>
|
|
5839
|
-
* <li>
|
|
5840
|
-
* <p>
|
|
5841
|
-
* <code>EmailAddress</code>
|
|
5842
|
-
* </p>
|
|
5843
|
-
* </li>
|
|
5844
|
-
* <li>
|
|
5845
|
-
* <p>
|
|
5846
|
-
* <code>ContactNumber</code>
|
|
5847
|
-
* </p>
|
|
5848
|
-
* </li>
|
|
5849
|
-
* </ul>
|
|
5850
|
-
*/
|
|
5851
|
-
Edition: Edition | string | undefined;
|
|
5852
|
-
/**
|
|
5853
|
-
* <p>The method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid values for this parameter are <code>IAM_AND_QUICKSIGHT</code>, <code>IAM_ONLY</code>, and <code>ACTIVE_DIRECTORY</code>.</p>
|
|
5854
|
-
* <p>If you choose <code>ACTIVE_DIRECTORY</code>, provide an <code>ActiveDirectoryName</code>
|
|
5855
|
-
* and an <code>AdminGroup</code> associated with your Active Directory.</p>
|
|
5856
|
-
*/
|
|
5857
|
-
AuthenticationMethod: AuthenticationMethodOption | string | undefined;
|
|
5858
|
-
/**
|
|
5859
|
-
* <p>The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.</p>
|
|
5860
|
-
*/
|
|
5861
|
-
AwsAccountId: string | undefined;
|
|
5862
|
-
/**
|
|
5863
|
-
* <p>The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears only when users sign in. You can't change
|
|
5864
|
-
* <code>AccountName</code> value after the Amazon QuickSight account is
|
|
5865
|
-
* created.</p>
|
|
5866
|
-
*/
|
|
5867
|
-
AccountName: string | undefined;
|
|
5868
|
-
/**
|
|
5869
|
-
* <p>The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.</p>
|
|
5870
|
-
*/
|
|
5871
|
-
NotificationEmail: string | undefined;
|
|
5872
|
-
/**
|
|
5873
|
-
* <p>The name of your Active Directory. This field is required if <code>ACTIVE_DIRECTORY</code> is the selected authentication method of the new Amazon QuickSight account.</p>
|
|
5874
|
-
*/
|
|
5875
|
-
ActiveDirectoryName?: string;
|
|
5876
|
-
/**
|
|
5877
|
-
* <p>The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is required if <code>ACTIVE_DIRECTORY</code> is the selected authentication method of the new Amazon QuickSight account.</p>
|
|
5878
|
-
*/
|
|
5879
|
-
Realm?: string;
|
|
5880
|
-
/**
|
|
5881
|
-
* <p>The ID of the Active Directory that is associated with your Amazon QuickSight account.</p>
|
|
5882
|
-
*/
|
|
5883
|
-
DirectoryId?: string;
|
|
5884
|
-
/**
|
|
5885
|
-
* <p>The admin group associated with your Active Directory. This field is required if <code>ACTIVE_DIRECTORY</code> is the selected authentication method of the new Amazon QuickSight account. For more information about using
|
|
5886
|
-
* Active Directory in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with
|
|
5887
|
-
* Amazon QuickSight Enterprise Edition</a> in the Amazon QuickSight
|
|
5888
|
-
* User Guide.</p>
|
|
5889
|
-
*/
|
|
5890
|
-
AdminGroup?: string[];
|
|
5891
|
-
/**
|
|
5892
|
-
* <p>The author group associated with your Active Directory. For more information about using
|
|
5893
|
-
* Active Directory in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with
|
|
5894
|
-
* Amazon QuickSight Enterprise Edition</a> in the Amazon QuickSight
|
|
5895
|
-
* User Guide.</p>
|
|
5896
|
-
*/
|
|
5897
|
-
AuthorGroup?: string[];
|
|
5898
|
-
/**
|
|
5899
|
-
* <p>The reader group associated with your Active Direcrtory. For more information about
|
|
5900
|
-
* using Active Directory in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with
|
|
5901
|
-
* Amazon QuickSight Enterprise Edition</a> in the <i>Amazon QuickSight
|
|
5902
|
-
* User Guide</i>.</p>
|
|
5903
|
-
*/
|
|
5904
|
-
ReaderGroup?: string[];
|
|
5905
|
-
/**
|
|
5906
|
-
* <p>The first name of the author of the Amazon QuickSight account to use for future
|
|
5907
|
-
* communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected
|
|
5908
|
-
* edition of the new Amazon QuickSight account.</p>
|
|
5909
|
-
*/
|
|
5910
|
-
FirstName?: string;
|
|
5911
|
-
/**
|
|
5912
|
-
* <p>The last name of the author of the Amazon QuickSight account to use for future
|
|
5913
|
-
* communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected
|
|
5914
|
-
* edition of the new Amazon QuickSight account.</p>
|
|
5915
|
-
*/
|
|
5916
|
-
LastName?: string;
|
|
5917
|
-
/**
|
|
5918
|
-
* <p>The email address of the author of the Amazon QuickSight account to use for future
|
|
5919
|
-
* communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected
|
|
5920
|
-
* edition of the new Amazon QuickSight account.</p>
|
|
5921
|
-
*/
|
|
5922
|
-
EmailAddress?: string;
|
|
5923
|
-
/**
|
|
5924
|
-
* <p>A 10-digit phone number for the author of the Amazon QuickSight account to use for
|
|
5925
|
-
* future communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the
|
|
5926
|
-
* selected edition of the new Amazon QuickSight account.</p>
|
|
5927
|
-
*/
|
|
5928
|
-
ContactNumber?: string;
|
|
5929
|
-
}
|
|
5930
|
-
/**
|
|
5931
|
-
* @public
|
|
5932
|
-
* <p>A <code>SignupResponse</code> object that contains a summary of a newly created account.</p>
|
|
5933
|
-
*/
|
|
5934
|
-
export interface SignupResponse {
|
|
5935
|
-
/**
|
|
5936
|
-
* <p>A Boolean that is <code>TRUE</code> if the Amazon QuickSight uses IAM as an
|
|
5937
|
-
* authentication method.</p>
|
|
5938
|
-
*/
|
|
5939
|
-
IAMUser?: boolean;
|
|
5940
|
-
/**
|
|
5941
|
-
* <p>The user login name for your Amazon QuickSight account.</p>
|
|
5942
|
-
*/
|
|
5943
|
-
userLoginName?: string;
|
|
5944
|
-
/**
|
|
5945
|
-
* <p>The name of your Amazon QuickSight account.</p>
|
|
5946
|
-
*/
|
|
5947
|
-
accountName?: string;
|
|
5948
|
-
/**
|
|
5949
|
-
* <p>The type of Active Directory that is being used to authenticate the Amazon QuickSight
|
|
5950
|
-
* account. Valid values are <code>SIMPLE_AD</code>, <code>AD_CONNECTOR</code>, and
|
|
5951
|
-
* <code>MICROSOFT_AD</code>.</p>
|
|
5952
|
-
*/
|
|
5953
|
-
directoryType?: string;
|
|
5954
|
-
}
|
|
5955
|
-
/**
|
|
5956
|
-
* @public
|
|
5898
|
+
* @internal
|
|
5957
5899
|
*/
|
|
5958
|
-
export
|
|
5959
|
-
/**
|
|
5960
|
-
* <p>A <code>SignupResponse</code> object that returns information about a newly created Amazon QuickSight account.</p>
|
|
5961
|
-
*/
|
|
5962
|
-
SignupResponse?: SignupResponse;
|
|
5963
|
-
/**
|
|
5964
|
-
* <p>The HTTP status of the request.</p>
|
|
5965
|
-
*/
|
|
5966
|
-
Status?: number;
|
|
5967
|
-
/**
|
|
5968
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5969
|
-
*/
|
|
5970
|
-
RequestId?: string;
|
|
5971
|
-
}
|
|
5900
|
+
export declare const ComboChartConfigurationFilterSensitiveLog: (obj: ComboChartConfiguration) => any;
|
|
5972
5901
|
/**
|
|
5973
5902
|
* @internal
|
|
5974
5903
|
*/
|