@aws-sdk/client-quicksight 3.696.0 → 3.705.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 +88 -0
- package/dist-cjs/index.js +2218 -750
- package/dist-es/QuickSight.js +22 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +137 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +185 -49
- package/dist-es/models/models_5.js +50 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1044 -12
- package/dist-types/QuickSight.d.ts +77 -0
- package/dist-types/QuickSightClient.d.ts +13 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- 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 +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -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/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- 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 +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4413 -4505
- package/dist-types/models/models_3.d.ts +4169 -4324
- package/dist-types/models/models_4.d.ts +3851 -3830
- package/dist-types/models/models_5.d.ts +2394 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/QuickSight.d.ts +235 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- 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/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -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/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- 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 +4 -2
- package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +428 -418
- package/dist-types/ts3.4/models/models_3.d.ts +453 -503
- package/dist-types/ts3.4/models/models_4.d.ts +1426 -1311
- package/dist-types/ts3.4/models/models_5.d.ts +596 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import {
|
|
3
|
-
AccountCustomization,
|
|
4
|
-
AdHocFilteringOption,
|
|
5
3
|
AggFunction,
|
|
6
4
|
AggregationPartitionBy,
|
|
7
5
|
AggType,
|
|
@@ -13,13 +11,12 @@ import {
|
|
|
13
11
|
CalculatedField,
|
|
14
12
|
ChartAxisLabelOptions,
|
|
15
13
|
ColumnConfiguration,
|
|
16
|
-
DashboardBehavior,
|
|
17
14
|
DataLabelOptions,
|
|
18
15
|
DataSetIdentifierDeclaration,
|
|
19
16
|
DimensionField,
|
|
20
|
-
Edition,
|
|
21
17
|
FilterControl,
|
|
22
18
|
FilterGroup,
|
|
19
|
+
FontConfiguration,
|
|
23
20
|
Layout,
|
|
24
21
|
LegendOptions,
|
|
25
22
|
MeasureField,
|
|
@@ -30,12 +27,14 @@ import {
|
|
|
30
27
|
ResourceStatus,
|
|
31
28
|
SheetContentType,
|
|
32
29
|
SheetControlLayout,
|
|
30
|
+
SheetImage,
|
|
33
31
|
SheetTextBox,
|
|
34
32
|
TimeGranularity,
|
|
35
33
|
TopicTimeGranularity,
|
|
34
|
+
URLTargetConfiguration,
|
|
35
|
+
Visibility,
|
|
36
36
|
VisualCustomAction,
|
|
37
37
|
VisualInteractionOptions,
|
|
38
|
-
VisualMenuOption,
|
|
39
38
|
} from "./models_0";
|
|
40
39
|
import {
|
|
41
40
|
BarChartVisual,
|
|
@@ -43,6 +42,7 @@ import {
|
|
|
43
42
|
ColorScale,
|
|
44
43
|
ColumnHierarchy,
|
|
45
44
|
ComboChartVisual,
|
|
45
|
+
ConditionalFormattingColor,
|
|
46
46
|
CustomContentVisual,
|
|
47
47
|
EmptyVisual,
|
|
48
48
|
FieldSortOptions,
|
|
@@ -55,21 +55,332 @@ import {
|
|
|
55
55
|
InsightVisual,
|
|
56
56
|
ItemsLimitConfiguration,
|
|
57
57
|
KPIVisual,
|
|
58
|
+
LayerMapVisual,
|
|
58
59
|
LineChartVisual,
|
|
60
|
+
PaginationConfiguration,
|
|
59
61
|
PieChartVisual,
|
|
60
62
|
PivotTableVisual,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
PluginVisualFieldWell,
|
|
64
|
+
PluginVisualTableQuerySort,
|
|
65
|
+
RowAlternateColorOptions,
|
|
66
|
+
TableCellStyle,
|
|
67
|
+
TableTotalsPlacement,
|
|
68
|
+
TableTotalsScrollStatus,
|
|
69
|
+
TextConditionalFormat,
|
|
65
70
|
TooltipOptions,
|
|
66
|
-
|
|
67
|
-
|
|
71
|
+
TotalAggregationOption,
|
|
72
|
+
UnaggregatedField,
|
|
68
73
|
VisualPalette,
|
|
69
74
|
VisualSubtitleLabelOptions,
|
|
70
75
|
VisualTitleLabelOptions,
|
|
71
76
|
} from "./models_1";
|
|
72
77
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
78
|
+
export interface PluginVisualSortConfiguration {
|
|
79
|
+
PluginVisualTableQuerySort?: PluginVisualTableQuerySort | undefined;
|
|
80
|
+
}
|
|
81
|
+
export interface PluginVisualProperty {
|
|
82
|
+
Name?: string | undefined;
|
|
83
|
+
Value?: string | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface PluginVisualOptions {
|
|
86
|
+
VisualProperties?: PluginVisualProperty[] | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface PluginVisualConfiguration {
|
|
89
|
+
FieldWells?: PluginVisualFieldWell[] | undefined;
|
|
90
|
+
VisualOptions?: PluginVisualOptions | undefined;
|
|
91
|
+
SortConfiguration?: PluginVisualSortConfiguration | undefined;
|
|
92
|
+
}
|
|
93
|
+
export interface PluginVisual {
|
|
94
|
+
VisualId: string | undefined;
|
|
95
|
+
PluginArn: string | undefined;
|
|
96
|
+
Title?: VisualTitleLabelOptions | undefined;
|
|
97
|
+
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
98
|
+
ChartConfiguration?: PluginVisualConfiguration | undefined;
|
|
99
|
+
VisualContentAltText?: string | undefined;
|
|
100
|
+
}
|
|
101
|
+
export declare const RadarChartAxesRangeScale: {
|
|
102
|
+
readonly AUTO: "AUTO";
|
|
103
|
+
readonly INDEPENDENT: "INDEPENDENT";
|
|
104
|
+
readonly SHARED: "SHARED";
|
|
105
|
+
};
|
|
106
|
+
export type RadarChartAxesRangeScale =
|
|
107
|
+
(typeof RadarChartAxesRangeScale)[keyof typeof RadarChartAxesRangeScale];
|
|
108
|
+
export interface RadarChartAreaStyleSettings {
|
|
109
|
+
Visibility?: Visibility | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface RadarChartSeriesSettings {
|
|
112
|
+
AreaStyleSettings?: RadarChartAreaStyleSettings | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface RadarChartAggregatedFieldWells {
|
|
115
|
+
Category?: DimensionField[] | undefined;
|
|
116
|
+
Color?: DimensionField[] | undefined;
|
|
117
|
+
Values?: MeasureField[] | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface RadarChartFieldWells {
|
|
120
|
+
RadarChartAggregatedFieldWells?: RadarChartAggregatedFieldWells | undefined;
|
|
121
|
+
}
|
|
122
|
+
export declare const RadarChartShape: {
|
|
123
|
+
readonly CIRCLE: "CIRCLE";
|
|
124
|
+
readonly POLYGON: "POLYGON";
|
|
125
|
+
};
|
|
126
|
+
export type RadarChartShape =
|
|
127
|
+
(typeof RadarChartShape)[keyof typeof RadarChartShape];
|
|
128
|
+
export interface RadarChartSortConfiguration {
|
|
129
|
+
CategorySort?: FieldSortOptions[] | undefined;
|
|
130
|
+
CategoryItemsLimit?: ItemsLimitConfiguration | undefined;
|
|
131
|
+
ColorSort?: FieldSortOptions[] | undefined;
|
|
132
|
+
ColorItemsLimit?: ItemsLimitConfiguration | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface RadarChartConfiguration {
|
|
135
|
+
FieldWells?: RadarChartFieldWells | undefined;
|
|
136
|
+
SortConfiguration?: RadarChartSortConfiguration | undefined;
|
|
137
|
+
Shape?: RadarChartShape | undefined;
|
|
138
|
+
BaseSeriesSettings?: RadarChartSeriesSettings | undefined;
|
|
139
|
+
StartAngle?: number | undefined;
|
|
140
|
+
VisualPalette?: VisualPalette | undefined;
|
|
141
|
+
AlternateBandColorsVisibility?: Visibility | undefined;
|
|
142
|
+
AlternateBandEvenColor?: string | undefined;
|
|
143
|
+
AlternateBandOddColor?: string | undefined;
|
|
144
|
+
CategoryAxis?: AxisDisplayOptions | undefined;
|
|
145
|
+
CategoryLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
146
|
+
ColorAxis?: AxisDisplayOptions | undefined;
|
|
147
|
+
ColorLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
148
|
+
Legend?: LegendOptions | undefined;
|
|
149
|
+
AxesRangeScale?: RadarChartAxesRangeScale | undefined;
|
|
150
|
+
Interactions?: VisualInteractionOptions | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface RadarChartVisual {
|
|
153
|
+
VisualId: string | undefined;
|
|
154
|
+
Title?: VisualTitleLabelOptions | undefined;
|
|
155
|
+
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
156
|
+
ChartConfiguration?: RadarChartConfiguration | undefined;
|
|
157
|
+
Actions?: VisualCustomAction[] | undefined;
|
|
158
|
+
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
159
|
+
VisualContentAltText?: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface SankeyDiagramAggregatedFieldWells {
|
|
162
|
+
Source?: DimensionField[] | undefined;
|
|
163
|
+
Destination?: DimensionField[] | undefined;
|
|
164
|
+
Weight?: MeasureField[] | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface SankeyDiagramFieldWells {
|
|
167
|
+
SankeyDiagramAggregatedFieldWells?:
|
|
168
|
+
| SankeyDiagramAggregatedFieldWells
|
|
169
|
+
| undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface SankeyDiagramSortConfiguration {
|
|
172
|
+
WeightSort?: FieldSortOptions[] | undefined;
|
|
173
|
+
SourceItemsLimit?: ItemsLimitConfiguration | undefined;
|
|
174
|
+
DestinationItemsLimit?: ItemsLimitConfiguration | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface SankeyDiagramChartConfiguration {
|
|
177
|
+
FieldWells?: SankeyDiagramFieldWells | undefined;
|
|
178
|
+
SortConfiguration?: SankeyDiagramSortConfiguration | undefined;
|
|
179
|
+
DataLabels?: DataLabelOptions | undefined;
|
|
180
|
+
Interactions?: VisualInteractionOptions | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface SankeyDiagramVisual {
|
|
183
|
+
VisualId: string | undefined;
|
|
184
|
+
Title?: VisualTitleLabelOptions | undefined;
|
|
185
|
+
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
186
|
+
ChartConfiguration?: SankeyDiagramChartConfiguration | undefined;
|
|
187
|
+
Actions?: VisualCustomAction[] | undefined;
|
|
188
|
+
VisualContentAltText?: string | undefined;
|
|
189
|
+
}
|
|
190
|
+
export interface ScatterPlotCategoricallyAggregatedFieldWells {
|
|
191
|
+
XAxis?: MeasureField[] | undefined;
|
|
192
|
+
YAxis?: MeasureField[] | undefined;
|
|
193
|
+
Category?: DimensionField[] | undefined;
|
|
194
|
+
Size?: MeasureField[] | undefined;
|
|
195
|
+
Label?: DimensionField[] | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface ScatterPlotUnaggregatedFieldWells {
|
|
198
|
+
XAxis?: DimensionField[] | undefined;
|
|
199
|
+
YAxis?: DimensionField[] | undefined;
|
|
200
|
+
Size?: MeasureField[] | undefined;
|
|
201
|
+
Category?: DimensionField[] | undefined;
|
|
202
|
+
Label?: DimensionField[] | undefined;
|
|
203
|
+
}
|
|
204
|
+
export interface ScatterPlotFieldWells {
|
|
205
|
+
ScatterPlotCategoricallyAggregatedFieldWells?:
|
|
206
|
+
| ScatterPlotCategoricallyAggregatedFieldWells
|
|
207
|
+
| undefined;
|
|
208
|
+
ScatterPlotUnaggregatedFieldWells?:
|
|
209
|
+
| ScatterPlotUnaggregatedFieldWells
|
|
210
|
+
| undefined;
|
|
211
|
+
}
|
|
212
|
+
export interface ScatterPlotSortConfiguration {
|
|
213
|
+
ScatterPlotLimitConfiguration?: ItemsLimitConfiguration | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface ScatterPlotConfiguration {
|
|
216
|
+
FieldWells?: ScatterPlotFieldWells | undefined;
|
|
217
|
+
SortConfiguration?: ScatterPlotSortConfiguration | undefined;
|
|
218
|
+
XAxisLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
219
|
+
XAxisDisplayOptions?: AxisDisplayOptions | undefined;
|
|
220
|
+
YAxisLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
221
|
+
YAxisDisplayOptions?: AxisDisplayOptions | undefined;
|
|
222
|
+
Legend?: LegendOptions | undefined;
|
|
223
|
+
DataLabels?: DataLabelOptions | undefined;
|
|
224
|
+
Tooltip?: TooltipOptions | undefined;
|
|
225
|
+
VisualPalette?: VisualPalette | undefined;
|
|
226
|
+
Interactions?: VisualInteractionOptions | undefined;
|
|
227
|
+
}
|
|
228
|
+
export interface ScatterPlotVisual {
|
|
229
|
+
VisualId: string | undefined;
|
|
230
|
+
Title?: VisualTitleLabelOptions | undefined;
|
|
231
|
+
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
232
|
+
ChartConfiguration?: ScatterPlotConfiguration | undefined;
|
|
233
|
+
Actions?: VisualCustomAction[] | undefined;
|
|
234
|
+
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
235
|
+
VisualContentAltText?: string | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface TablePinnedFieldOptions {
|
|
238
|
+
PinnedLeftFields?: string[] | undefined;
|
|
239
|
+
}
|
|
240
|
+
export declare const TableCellImageScalingConfiguration: {
|
|
241
|
+
readonly DO_NOT_SCALE: "DO_NOT_SCALE";
|
|
242
|
+
readonly FIT_TO_CELL_HEIGHT: "FIT_TO_CELL_HEIGHT";
|
|
243
|
+
readonly FIT_TO_CELL_WIDTH: "FIT_TO_CELL_WIDTH";
|
|
244
|
+
};
|
|
245
|
+
export type TableCellImageScalingConfiguration =
|
|
246
|
+
(typeof TableCellImageScalingConfiguration)[keyof typeof TableCellImageScalingConfiguration];
|
|
247
|
+
export interface TableCellImageSizingConfiguration {
|
|
248
|
+
TableCellImageScalingConfiguration?:
|
|
249
|
+
| TableCellImageScalingConfiguration
|
|
250
|
+
| undefined;
|
|
251
|
+
}
|
|
252
|
+
export interface TableFieldImageConfiguration {
|
|
253
|
+
SizingOptions?: TableCellImageSizingConfiguration | undefined;
|
|
254
|
+
}
|
|
255
|
+
export declare const TableFieldIconSetType: {
|
|
256
|
+
readonly LINK: "LINK";
|
|
257
|
+
};
|
|
258
|
+
export type TableFieldIconSetType =
|
|
259
|
+
(typeof TableFieldIconSetType)[keyof typeof TableFieldIconSetType];
|
|
260
|
+
export interface TableFieldCustomIconContent {
|
|
261
|
+
Icon?: TableFieldIconSetType | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface TableFieldCustomTextContent {
|
|
264
|
+
Value?: string | undefined;
|
|
265
|
+
FontConfiguration: FontConfiguration | undefined;
|
|
266
|
+
}
|
|
267
|
+
export interface TableFieldLinkContentConfiguration {
|
|
268
|
+
CustomTextContent?: TableFieldCustomTextContent | undefined;
|
|
269
|
+
CustomIconContent?: TableFieldCustomIconContent | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface TableFieldLinkConfiguration {
|
|
272
|
+
Target: URLTargetConfiguration | undefined;
|
|
273
|
+
Content: TableFieldLinkContentConfiguration | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface TableFieldURLConfiguration {
|
|
276
|
+
LinkConfiguration?: TableFieldLinkConfiguration | undefined;
|
|
277
|
+
ImageConfiguration?: TableFieldImageConfiguration | undefined;
|
|
278
|
+
}
|
|
279
|
+
export interface TableFieldOption {
|
|
280
|
+
FieldId: string | undefined;
|
|
281
|
+
Width?: string | undefined;
|
|
282
|
+
CustomLabel?: string | undefined;
|
|
283
|
+
Visibility?: Visibility | undefined;
|
|
284
|
+
URLStyling?: TableFieldURLConfiguration | undefined;
|
|
285
|
+
}
|
|
286
|
+
export interface TableFieldOptions {
|
|
287
|
+
SelectedFieldOptions?: TableFieldOption[] | undefined;
|
|
288
|
+
Order?: string[] | undefined;
|
|
289
|
+
PinnedFieldOptions?: TablePinnedFieldOptions | undefined;
|
|
290
|
+
}
|
|
291
|
+
export interface TableAggregatedFieldWells {
|
|
292
|
+
GroupBy?: DimensionField[] | undefined;
|
|
293
|
+
Values?: MeasureField[] | undefined;
|
|
294
|
+
}
|
|
295
|
+
export interface TableUnaggregatedFieldWells {
|
|
296
|
+
Values?: UnaggregatedField[] | undefined;
|
|
297
|
+
}
|
|
298
|
+
export interface TableFieldWells {
|
|
299
|
+
TableAggregatedFieldWells?: TableAggregatedFieldWells | undefined;
|
|
300
|
+
TableUnaggregatedFieldWells?: TableUnaggregatedFieldWells | undefined;
|
|
301
|
+
}
|
|
302
|
+
export interface TablePaginatedReportOptions {
|
|
303
|
+
VerticalOverflowVisibility?: Visibility | undefined;
|
|
304
|
+
OverflowColumnHeaderVisibility?: Visibility | undefined;
|
|
305
|
+
}
|
|
306
|
+
export interface TableSortConfiguration {
|
|
307
|
+
RowSort?: FieldSortOptions[] | undefined;
|
|
308
|
+
PaginationConfiguration?: PaginationConfiguration | undefined;
|
|
309
|
+
}
|
|
310
|
+
export interface DataBarsOptions {
|
|
311
|
+
FieldId: string | undefined;
|
|
312
|
+
PositiveColor?: string | undefined;
|
|
313
|
+
NegativeColor?: string | undefined;
|
|
314
|
+
}
|
|
315
|
+
export interface TableInlineVisualization {
|
|
316
|
+
DataBars?: DataBarsOptions | undefined;
|
|
317
|
+
}
|
|
318
|
+
export declare const TableOrientation: {
|
|
319
|
+
readonly HORIZONTAL: "HORIZONTAL";
|
|
320
|
+
readonly VERTICAL: "VERTICAL";
|
|
321
|
+
};
|
|
322
|
+
export type TableOrientation =
|
|
323
|
+
(typeof TableOrientation)[keyof typeof TableOrientation];
|
|
324
|
+
export interface TableOptions {
|
|
325
|
+
Orientation?: TableOrientation | undefined;
|
|
326
|
+
HeaderStyle?: TableCellStyle | undefined;
|
|
327
|
+
CellStyle?: TableCellStyle | undefined;
|
|
328
|
+
RowAlternateColorOptions?: RowAlternateColorOptions | undefined;
|
|
329
|
+
}
|
|
330
|
+
export interface TotalOptions {
|
|
331
|
+
TotalsVisibility?: Visibility | undefined;
|
|
332
|
+
Placement?: TableTotalsPlacement | undefined;
|
|
333
|
+
ScrollStatus?: TableTotalsScrollStatus | undefined;
|
|
334
|
+
CustomLabel?: string | undefined;
|
|
335
|
+
TotalCellStyle?: TableCellStyle | undefined;
|
|
336
|
+
TotalAggregationOptions?: TotalAggregationOption[] | undefined;
|
|
337
|
+
}
|
|
338
|
+
export interface TableConfiguration {
|
|
339
|
+
FieldWells?: TableFieldWells | undefined;
|
|
340
|
+
SortConfiguration?: TableSortConfiguration | undefined;
|
|
341
|
+
TableOptions?: TableOptions | undefined;
|
|
342
|
+
TotalOptions?: TotalOptions | undefined;
|
|
343
|
+
FieldOptions?: TableFieldOptions | undefined;
|
|
344
|
+
PaginatedReportOptions?: TablePaginatedReportOptions | undefined;
|
|
345
|
+
TableInlineVisualizations?: TableInlineVisualization[] | undefined;
|
|
346
|
+
Interactions?: VisualInteractionOptions | undefined;
|
|
347
|
+
}
|
|
348
|
+
export interface TableCellConditionalFormatting {
|
|
349
|
+
FieldId: string | undefined;
|
|
350
|
+
TextFormat?: TextConditionalFormat | undefined;
|
|
351
|
+
}
|
|
352
|
+
export interface TableRowConditionalFormatting {
|
|
353
|
+
BackgroundColor?: ConditionalFormattingColor | undefined;
|
|
354
|
+
TextColor?: ConditionalFormattingColor | undefined;
|
|
355
|
+
}
|
|
356
|
+
export interface TableConditionalFormattingOption {
|
|
357
|
+
Cell?: TableCellConditionalFormatting | undefined;
|
|
358
|
+
Row?: TableRowConditionalFormatting | undefined;
|
|
359
|
+
}
|
|
360
|
+
export interface TableConditionalFormatting {
|
|
361
|
+
ConditionalFormattingOptions?: TableConditionalFormattingOption[] | undefined;
|
|
362
|
+
}
|
|
363
|
+
export interface TableVisual {
|
|
364
|
+
VisualId: string | undefined;
|
|
365
|
+
Title?: VisualTitleLabelOptions | undefined;
|
|
366
|
+
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
367
|
+
ChartConfiguration?: TableConfiguration | undefined;
|
|
368
|
+
ConditionalFormatting?: TableConditionalFormatting | undefined;
|
|
369
|
+
Actions?: VisualCustomAction[] | undefined;
|
|
370
|
+
VisualContentAltText?: string | undefined;
|
|
371
|
+
}
|
|
372
|
+
export interface TreeMapAggregatedFieldWells {
|
|
373
|
+
Groups?: DimensionField[] | undefined;
|
|
374
|
+
Sizes?: MeasureField[] | undefined;
|
|
375
|
+
Colors?: MeasureField[] | undefined;
|
|
376
|
+
}
|
|
377
|
+
export interface TreeMapFieldWells {
|
|
378
|
+
TreeMapAggregatedFieldWells?: TreeMapAggregatedFieldWells | undefined;
|
|
379
|
+
}
|
|
380
|
+
export interface TreeMapSortConfiguration {
|
|
381
|
+
TreeMapSort?: FieldSortOptions[] | undefined;
|
|
382
|
+
TreeMapGroupItemsLimitConfiguration?: ItemsLimitConfiguration | undefined;
|
|
383
|
+
}
|
|
73
384
|
export interface TreeMapConfiguration {
|
|
74
385
|
FieldWells?: TreeMapFieldWells | undefined;
|
|
75
386
|
SortConfiguration?: TreeMapSortConfiguration | undefined;
|
|
@@ -89,6 +400,7 @@ export interface TreeMapVisual {
|
|
|
89
400
|
ChartConfiguration?: TreeMapConfiguration | undefined;
|
|
90
401
|
Actions?: VisualCustomAction[] | undefined;
|
|
91
402
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
403
|
+
VisualContentAltText?: string | undefined;
|
|
92
404
|
}
|
|
93
405
|
export interface WaterfallChartGroupColorConfiguration {
|
|
94
406
|
PositiveBarColor?: string | undefined;
|
|
@@ -136,6 +448,7 @@ export interface WaterfallVisual {
|
|
|
136
448
|
ChartConfiguration?: WaterfallChartConfiguration | undefined;
|
|
137
449
|
Actions?: VisualCustomAction[] | undefined;
|
|
138
450
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
451
|
+
VisualContentAltText?: string | undefined;
|
|
139
452
|
}
|
|
140
453
|
export interface WordCloudAggregatedFieldWells {
|
|
141
454
|
GroupBy?: DimensionField[] | undefined;
|
|
@@ -202,6 +515,7 @@ export interface WordCloudVisual {
|
|
|
202
515
|
ChartConfiguration?: WordCloudChartConfiguration | undefined;
|
|
203
516
|
Actions?: VisualCustomAction[] | undefined;
|
|
204
517
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
518
|
+
VisualContentAltText?: string | undefined;
|
|
205
519
|
}
|
|
206
520
|
export interface Visual {
|
|
207
521
|
TableVisual?: TableVisual | undefined;
|
|
@@ -215,6 +529,7 @@ export interface Visual {
|
|
|
215
529
|
TreeMapVisual?: TreeMapVisual | undefined;
|
|
216
530
|
GeospatialMapVisual?: GeospatialMapVisual | undefined;
|
|
217
531
|
FilledMapVisual?: FilledMapVisual | undefined;
|
|
532
|
+
LayerMapVisual?: LayerMapVisual | undefined;
|
|
218
533
|
FunnelChartVisual?: FunnelChartVisual | undefined;
|
|
219
534
|
ScatterPlotVisual?: ScatterPlotVisual | undefined;
|
|
220
535
|
ComboChartVisual?: ComboChartVisual | undefined;
|
|
@@ -227,6 +542,7 @@ export interface Visual {
|
|
|
227
542
|
CustomContentVisual?: CustomContentVisual | undefined;
|
|
228
543
|
EmptyVisual?: EmptyVisual | undefined;
|
|
229
544
|
RadarChartVisual?: RadarChartVisual | undefined;
|
|
545
|
+
PluginVisual?: PluginVisual | undefined;
|
|
230
546
|
}
|
|
231
547
|
export interface SheetDefinition {
|
|
232
548
|
SheetId: string | undefined;
|
|
@@ -237,10 +553,35 @@ export interface SheetDefinition {
|
|
|
237
553
|
FilterControls?: FilterControl[] | undefined;
|
|
238
554
|
Visuals?: Visual[] | undefined;
|
|
239
555
|
TextBoxes?: SheetTextBox[] | undefined;
|
|
556
|
+
Images?: SheetImage[] | undefined;
|
|
240
557
|
Layouts?: Layout[] | undefined;
|
|
241
558
|
SheetControlLayouts?: SheetControlLayout[] | undefined;
|
|
242
559
|
ContentType?: SheetContentType | undefined;
|
|
243
560
|
}
|
|
561
|
+
export interface StaticFileS3SourceOptions {
|
|
562
|
+
BucketName: string | undefined;
|
|
563
|
+
ObjectKey: string | undefined;
|
|
564
|
+
Region: string | undefined;
|
|
565
|
+
}
|
|
566
|
+
export interface StaticFileUrlSourceOptions {
|
|
567
|
+
Url: string | undefined;
|
|
568
|
+
}
|
|
569
|
+
export interface StaticFileSource {
|
|
570
|
+
UrlOptions?: StaticFileUrlSourceOptions | undefined;
|
|
571
|
+
S3Options?: StaticFileS3SourceOptions | undefined;
|
|
572
|
+
}
|
|
573
|
+
export interface ImageStaticFile {
|
|
574
|
+
StaticFileId: string | undefined;
|
|
575
|
+
Source?: StaticFileSource | undefined;
|
|
576
|
+
}
|
|
577
|
+
export interface SpatialStaticFile {
|
|
578
|
+
StaticFileId: string | undefined;
|
|
579
|
+
Source?: StaticFileSource | undefined;
|
|
580
|
+
}
|
|
581
|
+
export interface StaticFile {
|
|
582
|
+
ImageStaticFile?: ImageStaticFile | undefined;
|
|
583
|
+
SpatialStaticFile?: SpatialStaticFile | undefined;
|
|
584
|
+
}
|
|
244
585
|
export interface AnalysisDefinition {
|
|
245
586
|
DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[] | undefined;
|
|
246
587
|
Sheets?: SheetDefinition[] | undefined;
|
|
@@ -251,6 +592,7 @@ export interface AnalysisDefinition {
|
|
|
251
592
|
AnalysisDefaults?: AnalysisDefaults | undefined;
|
|
252
593
|
Options?: AssetOptions | undefined;
|
|
253
594
|
QueryExecutionOptions?: QueryExecutionOptions | undefined;
|
|
595
|
+
StaticFiles?: StaticFile[] | undefined;
|
|
254
596
|
}
|
|
255
597
|
export declare const AnalysisFilterAttribute: {
|
|
256
598
|
readonly ANALYSIS_NAME: "ANALYSIS_NAME";
|
|
@@ -1785,6 +2127,7 @@ export declare const AuthenticationMethodOption: {
|
|
|
1785
2127
|
export type AuthenticationMethodOption =
|
|
1786
2128
|
(typeof AuthenticationMethodOption)[keyof typeof AuthenticationMethodOption];
|
|
1787
2129
|
export declare const ServiceType: {
|
|
2130
|
+
readonly QBUSINESS: "QBUSINESS";
|
|
1788
2131
|
readonly REDSHIFT: "REDSHIFT";
|
|
1789
2132
|
};
|
|
1790
2133
|
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
|
|
@@ -2356,387 +2699,80 @@ export interface ColumnLevelPermissionRule {
|
|
|
2356
2699
|
Principals?: string[] | undefined;
|
|
2357
2700
|
ColumnNames?: string[] | undefined;
|
|
2358
2701
|
}
|
|
2359
|
-
export declare const
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
export
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
export
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
export declare
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
export
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
export
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
);
|
|
2434
|
-
}
|
|
2435
|
-
export interface CreateAccountSubscriptionRequest {
|
|
2436
|
-
Edition?: Edition | undefined;
|
|
2437
|
-
AuthenticationMethod: AuthenticationMethodOption | undefined;
|
|
2438
|
-
AwsAccountId: string | undefined;
|
|
2439
|
-
AccountName: string | undefined;
|
|
2440
|
-
NotificationEmail: string | undefined;
|
|
2441
|
-
ActiveDirectoryName?: string | undefined;
|
|
2442
|
-
Realm?: string | undefined;
|
|
2443
|
-
DirectoryId?: string | undefined;
|
|
2444
|
-
AdminGroup?: string[] | undefined;
|
|
2445
|
-
AuthorGroup?: string[] | undefined;
|
|
2446
|
-
ReaderGroup?: string[] | undefined;
|
|
2447
|
-
AdminProGroup?: string[] | undefined;
|
|
2448
|
-
AuthorProGroup?: string[] | undefined;
|
|
2449
|
-
ReaderProGroup?: string[] | undefined;
|
|
2450
|
-
FirstName?: string | undefined;
|
|
2451
|
-
LastName?: string | undefined;
|
|
2452
|
-
EmailAddress?: string | undefined;
|
|
2453
|
-
ContactNumber?: string | undefined;
|
|
2454
|
-
IAMIdentityCenterInstanceArn?: string | undefined;
|
|
2455
|
-
}
|
|
2456
|
-
export interface SignupResponse {
|
|
2457
|
-
IAMUser?: boolean | undefined;
|
|
2458
|
-
userLoginName?: string | undefined;
|
|
2459
|
-
accountName?: string | undefined;
|
|
2460
|
-
directoryType?: string | undefined;
|
|
2461
|
-
}
|
|
2462
|
-
export interface CreateAccountSubscriptionResponse {
|
|
2463
|
-
SignupResponse?: SignupResponse | undefined;
|
|
2464
|
-
Status?: number | undefined;
|
|
2465
|
-
RequestId?: string | undefined;
|
|
2466
|
-
}
|
|
2467
|
-
export declare class PreconditionNotMetException extends __BaseException {
|
|
2468
|
-
readonly name: "PreconditionNotMetException";
|
|
2469
|
-
readonly $fault: "client";
|
|
2470
|
-
Message?: string | undefined;
|
|
2471
|
-
RequestId?: string | undefined;
|
|
2472
|
-
constructor(
|
|
2473
|
-
opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>
|
|
2474
|
-
);
|
|
2475
|
-
}
|
|
2476
|
-
export interface DateTimeParameter {
|
|
2477
|
-
Name: string | undefined;
|
|
2478
|
-
Values: Date[] | undefined;
|
|
2479
|
-
}
|
|
2480
|
-
export interface DecimalParameter {
|
|
2481
|
-
Name: string | undefined;
|
|
2482
|
-
Values: number[] | undefined;
|
|
2483
|
-
}
|
|
2484
|
-
export interface IntegerParameter {
|
|
2485
|
-
Name: string | undefined;
|
|
2486
|
-
Values: number[] | undefined;
|
|
2487
|
-
}
|
|
2488
|
-
export interface StringParameter {
|
|
2489
|
-
Name: string | undefined;
|
|
2490
|
-
Values: string[] | undefined;
|
|
2491
|
-
}
|
|
2492
|
-
export interface _Parameters {
|
|
2493
|
-
StringParameters?: StringParameter[] | undefined;
|
|
2494
|
-
IntegerParameters?: IntegerParameter[] | undefined;
|
|
2495
|
-
DecimalParameters?: DecimalParameter[] | undefined;
|
|
2496
|
-
DateTimeParameters?: DateTimeParameter[] | undefined;
|
|
2497
|
-
}
|
|
2498
|
-
export interface ResourcePermission {
|
|
2499
|
-
Principal: string | undefined;
|
|
2500
|
-
Actions: string[] | undefined;
|
|
2501
|
-
}
|
|
2502
|
-
export declare const ValidationStrategyMode: {
|
|
2503
|
-
readonly LENIENT: "LENIENT";
|
|
2504
|
-
readonly STRICT: "STRICT";
|
|
2505
|
-
};
|
|
2506
|
-
export type ValidationStrategyMode =
|
|
2507
|
-
(typeof ValidationStrategyMode)[keyof typeof ValidationStrategyMode];
|
|
2508
|
-
export interface ValidationStrategy {
|
|
2509
|
-
Mode: ValidationStrategyMode | undefined;
|
|
2510
|
-
}
|
|
2511
|
-
export interface CreateAnalysisRequest {
|
|
2512
|
-
AwsAccountId: string | undefined;
|
|
2513
|
-
AnalysisId: string | undefined;
|
|
2514
|
-
Name: string | undefined;
|
|
2515
|
-
Parameters?: _Parameters | undefined;
|
|
2516
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
2517
|
-
SourceEntity?: AnalysisSourceEntity | undefined;
|
|
2518
|
-
ThemeArn?: string | undefined;
|
|
2519
|
-
Tags?: Tag[] | undefined;
|
|
2520
|
-
Definition?: AnalysisDefinition | undefined;
|
|
2521
|
-
ValidationStrategy?: ValidationStrategy | undefined;
|
|
2522
|
-
FolderArns?: string[] | undefined;
|
|
2523
|
-
}
|
|
2524
|
-
export interface CreateAnalysisResponse {
|
|
2525
|
-
Arn?: string | undefined;
|
|
2526
|
-
AnalysisId?: string | undefined;
|
|
2527
|
-
CreationStatus?: ResourceStatus | undefined;
|
|
2528
|
-
Status?: number | undefined;
|
|
2529
|
-
RequestId?: string | undefined;
|
|
2530
|
-
}
|
|
2531
|
-
export declare class LimitExceededException extends __BaseException {
|
|
2532
|
-
readonly name: "LimitExceededException";
|
|
2533
|
-
readonly $fault: "client";
|
|
2534
|
-
Message?: string | undefined;
|
|
2535
|
-
ResourceType?: ExceptionResourceType | undefined;
|
|
2536
|
-
RequestId?: string | undefined;
|
|
2537
|
-
constructor(
|
|
2538
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
2539
|
-
);
|
|
2540
|
-
}
|
|
2541
|
-
export declare class UnsupportedUserEditionException extends __BaseException {
|
|
2542
|
-
readonly name: "UnsupportedUserEditionException";
|
|
2543
|
-
readonly $fault: "client";
|
|
2544
|
-
Message?: string | undefined;
|
|
2545
|
-
RequestId?: string | undefined;
|
|
2546
|
-
constructor(
|
|
2547
|
-
opts: __ExceptionOptionType<
|
|
2548
|
-
UnsupportedUserEditionException,
|
|
2549
|
-
__BaseException
|
|
2550
|
-
>
|
|
2551
|
-
);
|
|
2552
|
-
}
|
|
2553
|
-
export interface CreateBrandRequest {
|
|
2554
|
-
AwsAccountId: string | undefined;
|
|
2555
|
-
BrandId: string | undefined;
|
|
2556
|
-
BrandDefinition?: BrandDefinition | undefined;
|
|
2557
|
-
Tags?: Tag[] | undefined;
|
|
2558
|
-
}
|
|
2559
|
-
export interface CreateBrandResponse {
|
|
2560
|
-
RequestId?: string | undefined;
|
|
2561
|
-
BrandDetail?: BrandDetail | undefined;
|
|
2562
|
-
BrandDefinition?: BrandDefinition | undefined;
|
|
2563
|
-
}
|
|
2564
|
-
export declare class InternalServerException extends __BaseException {
|
|
2565
|
-
readonly name: "InternalServerException";
|
|
2566
|
-
readonly $fault: "server";
|
|
2567
|
-
Message: string | undefined;
|
|
2568
|
-
constructor(
|
|
2569
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
2570
|
-
);
|
|
2571
|
-
}
|
|
2572
|
-
export declare class InvalidRequestException extends __BaseException {
|
|
2573
|
-
readonly name: "InvalidRequestException";
|
|
2574
|
-
readonly $fault: "client";
|
|
2575
|
-
Message?: string | undefined;
|
|
2576
|
-
RequestId?: string | undefined;
|
|
2577
|
-
constructor(
|
|
2578
|
-
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
2579
|
-
);
|
|
2580
|
-
}
|
|
2581
|
-
export interface CreateColumnsOperation {
|
|
2582
|
-
Columns: CalculatedColumn[] | undefined;
|
|
2583
|
-
}
|
|
2584
|
-
export interface CreateCustomPermissionsRequest {
|
|
2585
|
-
AwsAccountId: string | undefined;
|
|
2586
|
-
CustomPermissionsName: string | undefined;
|
|
2587
|
-
Capabilities?: Capabilities | undefined;
|
|
2588
|
-
Tags?: Tag[] | undefined;
|
|
2589
|
-
}
|
|
2590
|
-
export interface CreateCustomPermissionsResponse {
|
|
2591
|
-
Status?: number | undefined;
|
|
2592
|
-
Arn?: string | undefined;
|
|
2593
|
-
RequestId?: string | undefined;
|
|
2594
|
-
}
|
|
2595
|
-
export interface DataPointDrillUpDownOption {
|
|
2596
|
-
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
2597
|
-
}
|
|
2598
|
-
export interface DataPointMenuLabelOption {
|
|
2599
|
-
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
2600
|
-
}
|
|
2601
|
-
export interface DataPointTooltipOption {
|
|
2602
|
-
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
2603
|
-
}
|
|
2604
|
-
export interface ExportToCSVOption {
|
|
2605
|
-
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
2606
|
-
}
|
|
2607
|
-
export interface ExportWithHiddenFieldsOption {
|
|
2608
|
-
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
2609
|
-
}
|
|
2610
|
-
export declare const DashboardUIState: {
|
|
2611
|
-
readonly COLLAPSED: "COLLAPSED";
|
|
2612
|
-
readonly EXPANDED: "EXPANDED";
|
|
2613
|
-
};
|
|
2614
|
-
export type DashboardUIState =
|
|
2615
|
-
(typeof DashboardUIState)[keyof typeof DashboardUIState];
|
|
2616
|
-
export interface SheetControlsOption {
|
|
2617
|
-
VisibilityState?: DashboardUIState | undefined;
|
|
2618
|
-
}
|
|
2619
|
-
export interface SheetLayoutElementMaximizationOption {
|
|
2620
|
-
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
2621
|
-
}
|
|
2622
|
-
export interface VisualAxisSortOption {
|
|
2623
|
-
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
2624
|
-
}
|
|
2625
|
-
export interface ExportHiddenFieldsOption {
|
|
2626
|
-
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
2627
|
-
}
|
|
2628
|
-
export interface DashboardVisualPublishOptions {
|
|
2629
|
-
ExportHiddenFieldsOption?: ExportHiddenFieldsOption | undefined;
|
|
2630
|
-
}
|
|
2631
|
-
export interface DashboardPublishOptions {
|
|
2632
|
-
AdHocFilteringOption?: AdHocFilteringOption | undefined;
|
|
2633
|
-
ExportToCSVOption?: ExportToCSVOption | undefined;
|
|
2634
|
-
SheetControlsOption?: SheetControlsOption | undefined;
|
|
2635
|
-
VisualPublishOptions?: DashboardVisualPublishOptions | undefined;
|
|
2636
|
-
SheetLayoutElementMaximizationOption?:
|
|
2637
|
-
| SheetLayoutElementMaximizationOption
|
|
2638
|
-
| undefined;
|
|
2639
|
-
VisualMenuOption?: VisualMenuOption | undefined;
|
|
2640
|
-
VisualAxisSortOption?: VisualAxisSortOption | undefined;
|
|
2641
|
-
ExportWithHiddenFieldsOption?: ExportWithHiddenFieldsOption | undefined;
|
|
2642
|
-
DataPointDrillUpDownOption?: DataPointDrillUpDownOption | undefined;
|
|
2643
|
-
DataPointMenuLabelOption?: DataPointMenuLabelOption | undefined;
|
|
2644
|
-
DataPointTooltipOption?: DataPointTooltipOption | undefined;
|
|
2645
|
-
}
|
|
2646
|
-
export interface DashboardVersionDefinition {
|
|
2647
|
-
DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[] | undefined;
|
|
2648
|
-
Sheets?: SheetDefinition[] | undefined;
|
|
2649
|
-
CalculatedFields?: CalculatedField[] | undefined;
|
|
2650
|
-
ParameterDeclarations?: ParameterDeclaration[] | undefined;
|
|
2651
|
-
FilterGroups?: FilterGroup[] | undefined;
|
|
2652
|
-
ColumnConfigurations?: ColumnConfiguration[] | undefined;
|
|
2653
|
-
AnalysisDefaults?: AnalysisDefaults | undefined;
|
|
2654
|
-
Options?: AssetOptions | undefined;
|
|
2655
|
-
}
|
|
2656
|
-
export interface LinkSharingConfiguration {
|
|
2657
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
2658
|
-
}
|
|
2659
|
-
export interface DashboardSourceTemplate {
|
|
2660
|
-
DataSetReferences: DataSetReference[] | undefined;
|
|
2661
|
-
Arn: string | undefined;
|
|
2662
|
-
}
|
|
2663
|
-
export interface DashboardSourceEntity {
|
|
2664
|
-
SourceTemplate?: DashboardSourceTemplate | undefined;
|
|
2665
|
-
}
|
|
2666
|
-
export interface CreateDashboardRequest {
|
|
2667
|
-
AwsAccountId: string | undefined;
|
|
2668
|
-
DashboardId: string | undefined;
|
|
2669
|
-
Name: string | undefined;
|
|
2670
|
-
Parameters?: _Parameters | undefined;
|
|
2671
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
2672
|
-
SourceEntity?: DashboardSourceEntity | undefined;
|
|
2673
|
-
Tags?: Tag[] | undefined;
|
|
2674
|
-
VersionDescription?: string | undefined;
|
|
2675
|
-
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
2676
|
-
ThemeArn?: string | undefined;
|
|
2677
|
-
Definition?: DashboardVersionDefinition | undefined;
|
|
2678
|
-
ValidationStrategy?: ValidationStrategy | undefined;
|
|
2679
|
-
FolderArns?: string[] | undefined;
|
|
2680
|
-
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
2681
|
-
LinkEntities?: string[] | undefined;
|
|
2682
|
-
}
|
|
2683
|
-
export interface CreateDashboardResponse {
|
|
2684
|
-
Arn?: string | undefined;
|
|
2685
|
-
VersionArn?: string | undefined;
|
|
2686
|
-
DashboardId?: string | undefined;
|
|
2687
|
-
CreationStatus?: ResourceStatus | undefined;
|
|
2688
|
-
Status?: number | undefined;
|
|
2689
|
-
RequestId?: string | undefined;
|
|
2690
|
-
}
|
|
2691
|
-
export interface DateTimeDatasetParameterDefaultValues {
|
|
2692
|
-
StaticValues?: Date[] | undefined;
|
|
2693
|
-
}
|
|
2694
|
-
export declare const DatasetParameterValueType: {
|
|
2695
|
-
readonly MULTI_VALUED: "MULTI_VALUED";
|
|
2696
|
-
readonly SINGLE_VALUED: "SINGLE_VALUED";
|
|
2697
|
-
};
|
|
2698
|
-
export type DatasetParameterValueType =
|
|
2699
|
-
(typeof DatasetParameterValueType)[keyof typeof DatasetParameterValueType];
|
|
2700
|
-
export interface DateTimeDatasetParameter {
|
|
2701
|
-
Id: string | undefined;
|
|
2702
|
-
Name: string | undefined;
|
|
2703
|
-
ValueType: DatasetParameterValueType | undefined;
|
|
2704
|
-
TimeGranularity?: TimeGranularity | undefined;
|
|
2705
|
-
DefaultValues?: DateTimeDatasetParameterDefaultValues | undefined;
|
|
2706
|
-
}
|
|
2707
|
-
export interface DecimalDatasetParameterDefaultValues {
|
|
2708
|
-
StaticValues?: number[] | undefined;
|
|
2709
|
-
}
|
|
2710
|
-
export interface DecimalDatasetParameter {
|
|
2711
|
-
Id: string | undefined;
|
|
2712
|
-
Name: string | undefined;
|
|
2713
|
-
ValueType: DatasetParameterValueType | undefined;
|
|
2714
|
-
DefaultValues?: DecimalDatasetParameterDefaultValues | undefined;
|
|
2715
|
-
}
|
|
2716
|
-
export interface IntegerDatasetParameterDefaultValues {
|
|
2717
|
-
StaticValues?: number[] | undefined;
|
|
2718
|
-
}
|
|
2719
|
-
export interface IntegerDatasetParameter {
|
|
2720
|
-
Id: string | undefined;
|
|
2721
|
-
Name: string | undefined;
|
|
2722
|
-
ValueType: DatasetParameterValueType | undefined;
|
|
2723
|
-
DefaultValues?: IntegerDatasetParameterDefaultValues | undefined;
|
|
2724
|
-
}
|
|
2725
|
-
export interface StringDatasetParameterDefaultValues {
|
|
2726
|
-
StaticValues?: string[] | undefined;
|
|
2727
|
-
}
|
|
2728
|
-
export interface StringDatasetParameter {
|
|
2729
|
-
Id: string | undefined;
|
|
2730
|
-
Name: string | undefined;
|
|
2731
|
-
ValueType: DatasetParameterValueType | undefined;
|
|
2732
|
-
DefaultValues?: StringDatasetParameterDefaultValues | undefined;
|
|
2733
|
-
}
|
|
2734
|
-
export interface DatasetParameter {
|
|
2735
|
-
StringDatasetParameter?: StringDatasetParameter | undefined;
|
|
2736
|
-
DecimalDatasetParameter?: DecimalDatasetParameter | undefined;
|
|
2737
|
-
IntegerDatasetParameter?: IntegerDatasetParameter | undefined;
|
|
2738
|
-
DateTimeDatasetParameter?: DateTimeDatasetParameter | undefined;
|
|
2739
|
-
}
|
|
2702
|
+
export declare const PluginVisualConfigurationFilterSensitiveLog: (
|
|
2703
|
+
obj: PluginVisualConfiguration
|
|
2704
|
+
) => any;
|
|
2705
|
+
export declare const PluginVisualFilterSensitiveLog: (obj: PluginVisual) => any;
|
|
2706
|
+
export declare const RadarChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
2707
|
+
obj: RadarChartAggregatedFieldWells
|
|
2708
|
+
) => any;
|
|
2709
|
+
export declare const RadarChartFieldWellsFilterSensitiveLog: (
|
|
2710
|
+
obj: RadarChartFieldWells
|
|
2711
|
+
) => any;
|
|
2712
|
+
export declare const RadarChartConfigurationFilterSensitiveLog: (
|
|
2713
|
+
obj: RadarChartConfiguration
|
|
2714
|
+
) => any;
|
|
2715
|
+
export declare const RadarChartVisualFilterSensitiveLog: (
|
|
2716
|
+
obj: RadarChartVisual
|
|
2717
|
+
) => any;
|
|
2718
|
+
export declare const SankeyDiagramAggregatedFieldWellsFilterSensitiveLog: (
|
|
2719
|
+
obj: SankeyDiagramAggregatedFieldWells
|
|
2720
|
+
) => any;
|
|
2721
|
+
export declare const SankeyDiagramFieldWellsFilterSensitiveLog: (
|
|
2722
|
+
obj: SankeyDiagramFieldWells
|
|
2723
|
+
) => any;
|
|
2724
|
+
export declare const SankeyDiagramChartConfigurationFilterSensitiveLog: (
|
|
2725
|
+
obj: SankeyDiagramChartConfiguration
|
|
2726
|
+
) => any;
|
|
2727
|
+
export declare const SankeyDiagramVisualFilterSensitiveLog: (
|
|
2728
|
+
obj: SankeyDiagramVisual
|
|
2729
|
+
) => any;
|
|
2730
|
+
export declare const ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog: (
|
|
2731
|
+
obj: ScatterPlotCategoricallyAggregatedFieldWells
|
|
2732
|
+
) => any;
|
|
2733
|
+
export declare const ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog: (
|
|
2734
|
+
obj: ScatterPlotUnaggregatedFieldWells
|
|
2735
|
+
) => any;
|
|
2736
|
+
export declare const ScatterPlotFieldWellsFilterSensitiveLog: (
|
|
2737
|
+
obj: ScatterPlotFieldWells
|
|
2738
|
+
) => any;
|
|
2739
|
+
export declare const ScatterPlotConfigurationFilterSensitiveLog: (
|
|
2740
|
+
obj: ScatterPlotConfiguration
|
|
2741
|
+
) => any;
|
|
2742
|
+
export declare const ScatterPlotVisualFilterSensitiveLog: (
|
|
2743
|
+
obj: ScatterPlotVisual
|
|
2744
|
+
) => any;
|
|
2745
|
+
export declare const TableAggregatedFieldWellsFilterSensitiveLog: (
|
|
2746
|
+
obj: TableAggregatedFieldWells
|
|
2747
|
+
) => any;
|
|
2748
|
+
export declare const TableUnaggregatedFieldWellsFilterSensitiveLog: (
|
|
2749
|
+
obj: TableUnaggregatedFieldWells
|
|
2750
|
+
) => any;
|
|
2751
|
+
export declare const TableFieldWellsFilterSensitiveLog: (
|
|
2752
|
+
obj: TableFieldWells
|
|
2753
|
+
) => any;
|
|
2754
|
+
export declare const TableConfigurationFilterSensitiveLog: (
|
|
2755
|
+
obj: TableConfiguration
|
|
2756
|
+
) => any;
|
|
2757
|
+
export declare const TableCellConditionalFormattingFilterSensitiveLog: (
|
|
2758
|
+
obj: TableCellConditionalFormatting
|
|
2759
|
+
) => any;
|
|
2760
|
+
export declare const TableRowConditionalFormattingFilterSensitiveLog: (
|
|
2761
|
+
obj: TableRowConditionalFormatting
|
|
2762
|
+
) => any;
|
|
2763
|
+
export declare const TableConditionalFormattingOptionFilterSensitiveLog: (
|
|
2764
|
+
obj: TableConditionalFormattingOption
|
|
2765
|
+
) => any;
|
|
2766
|
+
export declare const TableConditionalFormattingFilterSensitiveLog: (
|
|
2767
|
+
obj: TableConditionalFormatting
|
|
2768
|
+
) => any;
|
|
2769
|
+
export declare const TableVisualFilterSensitiveLog: (obj: TableVisual) => any;
|
|
2770
|
+
export declare const TreeMapAggregatedFieldWellsFilterSensitiveLog: (
|
|
2771
|
+
obj: TreeMapAggregatedFieldWells
|
|
2772
|
+
) => any;
|
|
2773
|
+
export declare const TreeMapFieldWellsFilterSensitiveLog: (
|
|
2774
|
+
obj: TreeMapFieldWells
|
|
2775
|
+
) => any;
|
|
2740
2776
|
export declare const TreeMapConfigurationFilterSensitiveLog: (
|
|
2741
2777
|
obj: TreeMapConfiguration
|
|
2742
2778
|
) => any;
|
|
@@ -2811,29 +2847,3 @@ export declare const CalculatedColumnFilterSensitiveLog: (
|
|
|
2811
2847
|
export declare const ColumnDescriptionFilterSensitiveLog: (
|
|
2812
2848
|
obj: ColumnDescription
|
|
2813
2849
|
) => any;
|
|
2814
|
-
export declare const ColumnTagFilterSensitiveLog: (obj: ColumnTag) => any;
|
|
2815
|
-
export declare const DateTimeParameterFilterSensitiveLog: (
|
|
2816
|
-
obj: DateTimeParameter
|
|
2817
|
-
) => any;
|
|
2818
|
-
export declare const DecimalParameterFilterSensitiveLog: (
|
|
2819
|
-
obj: DecimalParameter
|
|
2820
|
-
) => any;
|
|
2821
|
-
export declare const IntegerParameterFilterSensitiveLog: (
|
|
2822
|
-
obj: IntegerParameter
|
|
2823
|
-
) => any;
|
|
2824
|
-
export declare const StringParameterFilterSensitiveLog: (
|
|
2825
|
-
obj: StringParameter
|
|
2826
|
-
) => any;
|
|
2827
|
-
export declare const _ParametersFilterSensitiveLog: (obj: _Parameters) => any;
|
|
2828
|
-
export declare const CreateAnalysisRequestFilterSensitiveLog: (
|
|
2829
|
-
obj: CreateAnalysisRequest
|
|
2830
|
-
) => any;
|
|
2831
|
-
export declare const CreateColumnsOperationFilterSensitiveLog: (
|
|
2832
|
-
obj: CreateColumnsOperation
|
|
2833
|
-
) => any;
|
|
2834
|
-
export declare const DashboardVersionDefinitionFilterSensitiveLog: (
|
|
2835
|
-
obj: DashboardVersionDefinition
|
|
2836
|
-
) => any;
|
|
2837
|
-
export declare const CreateDashboardRequestFilterSensitiveLog: (
|
|
2838
|
-
obj: CreateDashboardRequest
|
|
2839
|
-
) => any;
|