@aws-sdk/client-quicksight 3.696.0 → 3.699.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 +24 -0
- package/dist-cjs/index.js +1697 -691
- package/dist-es/QuickSight.js +6 -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/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/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +3 -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 +136 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +139 -33
- package/dist-es/models/models_5.js +33 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +787 -6
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -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/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -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/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/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- 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 +1 -1
- 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/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 +3 -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 +4412 -4505
- package/dist-types/models/models_3.d.ts +4167 -4334
- package/dist-types/models/models_4.d.ts +3983 -3777
- package/dist-types/models/models_5.d.ts +1726 -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 +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -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/DescribeAssetBundleExportJobCommand.d.ts +2 -4
- 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/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/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +2 -4
- 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/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/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 +3 -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 +427 -418
- package/dist-types/ts3.4/models/models_3.d.ts +435 -488
- package/dist-types/ts3.4/models/models_4.d.ts +1184 -1046
- package/dist-types/ts3.4/models/models_5.d.ts +422 -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 +36 -0
- package/package.json +4 -4
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { DataLabelOptionsFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog,
|
|
2
|
+
import { CustomActionSetParametersOperationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog, ReferenceLineDataConfigurationFilterSensitiveLog, ReferenceLineValueLabelConfigurationFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const ReferenceLinePatternType = {
|
|
4
|
+
DASHED: "DASHED",
|
|
5
|
+
DOTTED: "DOTTED",
|
|
6
|
+
SOLID: "SOLID",
|
|
7
|
+
};
|
|
8
|
+
export const PanelBorderStyle = {
|
|
9
|
+
DASHED: "DASHED",
|
|
10
|
+
DOTTED: "DOTTED",
|
|
11
|
+
SOLID: "SOLID",
|
|
12
|
+
};
|
|
13
|
+
export const HorizontalTextAlignment = {
|
|
14
|
+
AUTO: "AUTO",
|
|
15
|
+
CENTER: "CENTER",
|
|
16
|
+
LEFT: "LEFT",
|
|
17
|
+
RIGHT: "RIGHT",
|
|
18
|
+
};
|
|
19
|
+
export const SmallMultiplesAxisPlacement = {
|
|
20
|
+
INSIDE: "INSIDE",
|
|
21
|
+
OUTSIDE: "OUTSIDE",
|
|
22
|
+
};
|
|
23
|
+
export const SmallMultiplesAxisScale = {
|
|
24
|
+
INDEPENDENT: "INDEPENDENT",
|
|
25
|
+
SHARED: "SHARED",
|
|
26
|
+
};
|
|
3
27
|
export const OtherCategories = {
|
|
4
28
|
EXCLUDE: "EXCLUDE",
|
|
5
29
|
INCLUDE: "INCLUDE",
|
|
@@ -153,6 +177,23 @@ export const KPIVisualStandardLayoutType = {
|
|
|
153
177
|
CLASSIC: "CLASSIC",
|
|
154
178
|
VERTICAL: "VERTICAL",
|
|
155
179
|
};
|
|
180
|
+
export const LayerCustomActionTrigger = {
|
|
181
|
+
DATA_POINT_CLICK: "DATA_POINT_CLICK",
|
|
182
|
+
DATA_POINT_MENU: "DATA_POINT_MENU",
|
|
183
|
+
};
|
|
184
|
+
export const GeospatialColorState = {
|
|
185
|
+
DISABLED: "DISABLED",
|
|
186
|
+
ENABLED: "ENABLED",
|
|
187
|
+
};
|
|
188
|
+
export const GeospatialLayerType = {
|
|
189
|
+
LINE: "LINE",
|
|
190
|
+
POINT: "POINT",
|
|
191
|
+
POLYGON: "POLYGON",
|
|
192
|
+
};
|
|
193
|
+
export const GeospatialMapNavigation = {
|
|
194
|
+
DISABLED: "DISABLED",
|
|
195
|
+
ENABLED: "ENABLED",
|
|
196
|
+
};
|
|
156
197
|
export const LineInterpolation = {
|
|
157
198
|
LINEAR: "LINEAR",
|
|
158
199
|
SMOOTH: "SMOOTH",
|
|
@@ -244,27 +285,25 @@ export const PivotTableConditionalFormattingScopeRole = {
|
|
|
244
285
|
FIELD_TOTAL: "FIELD_TOTAL",
|
|
245
286
|
GRAND_TOTAL: "GRAND_TOTAL",
|
|
246
287
|
};
|
|
247
|
-
export const
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
SHARED: "SHARED",
|
|
251
|
-
};
|
|
252
|
-
export const RadarChartShape = {
|
|
253
|
-
CIRCLE: "CIRCLE",
|
|
254
|
-
POLYGON: "POLYGON",
|
|
255
|
-
};
|
|
256
|
-
export const TableCellImageScalingConfiguration = {
|
|
257
|
-
DO_NOT_SCALE: "DO_NOT_SCALE",
|
|
258
|
-
FIT_TO_CELL_HEIGHT: "FIT_TO_CELL_HEIGHT",
|
|
259
|
-
FIT_TO_CELL_WIDTH: "FIT_TO_CELL_WIDTH",
|
|
260
|
-
};
|
|
261
|
-
export const TableFieldIconSetType = {
|
|
262
|
-
LINK: "LINK",
|
|
263
|
-
};
|
|
264
|
-
export const TableOrientation = {
|
|
265
|
-
HORIZONTAL: "HORIZONTAL",
|
|
266
|
-
VERTICAL: "VERTICAL",
|
|
288
|
+
export const PluginVisualAxisName = {
|
|
289
|
+
GROUP_BY: "GROUP_BY",
|
|
290
|
+
VALUE: "VALUE",
|
|
267
291
|
};
|
|
292
|
+
export const ReferenceLineLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
293
|
+
...obj,
|
|
294
|
+
...(obj.ValueLabelConfiguration && {
|
|
295
|
+
ValueLabelConfiguration: ReferenceLineValueLabelConfigurationFilterSensitiveLog(obj.ValueLabelConfiguration),
|
|
296
|
+
}),
|
|
297
|
+
});
|
|
298
|
+
export const ReferenceLineFilterSensitiveLog = (obj) => ({
|
|
299
|
+
...obj,
|
|
300
|
+
...(obj.DataConfiguration && {
|
|
301
|
+
DataConfiguration: ReferenceLineDataConfigurationFilterSensitiveLog(obj.DataConfiguration),
|
|
302
|
+
}),
|
|
303
|
+
...(obj.LabelConfiguration && {
|
|
304
|
+
LabelConfiguration: ReferenceLineLabelConfigurationFilterSensitiveLog(obj.LabelConfiguration),
|
|
305
|
+
}),
|
|
306
|
+
});
|
|
268
307
|
export const DataPathValueFilterSensitiveLog = (obj) => ({
|
|
269
308
|
...obj,
|
|
270
309
|
...(obj.FieldValue && { FieldValue: SENSITIVE_STRING }),
|
|
@@ -642,6 +681,45 @@ export const KPIVisualFilterSensitiveLog = (obj) => ({
|
|
|
642
681
|
ConditionalFormatting: KPIConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting),
|
|
643
682
|
}),
|
|
644
683
|
});
|
|
684
|
+
export const LayerCustomActionOperationFilterSensitiveLog = (obj) => ({
|
|
685
|
+
...obj,
|
|
686
|
+
...(obj.SetParametersOperation && {
|
|
687
|
+
SetParametersOperation: CustomActionSetParametersOperationFilterSensitiveLog(obj.SetParametersOperation),
|
|
688
|
+
}),
|
|
689
|
+
});
|
|
690
|
+
export const LayerCustomActionFilterSensitiveLog = (obj) => ({
|
|
691
|
+
...obj,
|
|
692
|
+
});
|
|
693
|
+
export const GeospatialLayerColorFieldFilterSensitiveLog = (obj) => ({
|
|
694
|
+
...obj,
|
|
695
|
+
...(obj.ColorValuesFields && {
|
|
696
|
+
ColorValuesFields: obj.ColorValuesFields.map((item) => MeasureFieldFilterSensitiveLog(item)),
|
|
697
|
+
}),
|
|
698
|
+
});
|
|
699
|
+
export const UnaggregatedFieldFilterSensitiveLog = (obj) => ({
|
|
700
|
+
...obj,
|
|
701
|
+
...(obj.FormatConfiguration && {
|
|
702
|
+
FormatConfiguration: FormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
703
|
+
}),
|
|
704
|
+
});
|
|
705
|
+
export const GeospatialLayerJoinDefinitionFilterSensitiveLog = (obj) => ({
|
|
706
|
+
...obj,
|
|
707
|
+
...(obj.DatasetKeyField && { DatasetKeyField: UnaggregatedFieldFilterSensitiveLog(obj.DatasetKeyField) }),
|
|
708
|
+
});
|
|
709
|
+
export const GeospatialLayerItemFilterSensitiveLog = (obj) => ({
|
|
710
|
+
...obj,
|
|
711
|
+
...(obj.JoinDefinition && { JoinDefinition: GeospatialLayerJoinDefinitionFilterSensitiveLog(obj.JoinDefinition) }),
|
|
712
|
+
});
|
|
713
|
+
export const GeospatialLayerMapConfigurationFilterSensitiveLog = (obj) => ({
|
|
714
|
+
...obj,
|
|
715
|
+
...(obj.MapLayers && { MapLayers: obj.MapLayers.map((item) => GeospatialLayerItemFilterSensitiveLog(item)) }),
|
|
716
|
+
});
|
|
717
|
+
export const LayerMapVisualFilterSensitiveLog = (obj) => ({
|
|
718
|
+
...obj,
|
|
719
|
+
...(obj.ChartConfiguration && {
|
|
720
|
+
ChartConfiguration: GeospatialLayerMapConfigurationFilterSensitiveLog(obj.ChartConfiguration),
|
|
721
|
+
}),
|
|
722
|
+
});
|
|
645
723
|
export const LineChartAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
646
724
|
...obj,
|
|
647
725
|
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
@@ -754,116 +832,8 @@ export const PivotTableVisualFilterSensitiveLog = (obj) => ({
|
|
|
754
832
|
ConditionalFormatting: PivotTableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting),
|
|
755
833
|
}),
|
|
756
834
|
});
|
|
757
|
-
export const
|
|
758
|
-
...obj,
|
|
759
|
-
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
760
|
-
});
|
|
761
|
-
export const RadarChartFieldWellsFilterSensitiveLog = (obj) => ({
|
|
762
|
-
...obj,
|
|
763
|
-
});
|
|
764
|
-
export const RadarChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
765
|
-
...obj,
|
|
766
|
-
...(obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }),
|
|
767
|
-
});
|
|
768
|
-
export const RadarChartVisualFilterSensitiveLog = (obj) => ({
|
|
769
|
-
...obj,
|
|
770
|
-
});
|
|
771
|
-
export const SankeyDiagramAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
772
|
-
...obj,
|
|
773
|
-
...(obj.Weight && { Weight: obj.Weight.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
774
|
-
});
|
|
775
|
-
export const SankeyDiagramFieldWellsFilterSensitiveLog = (obj) => ({
|
|
776
|
-
...obj,
|
|
777
|
-
});
|
|
778
|
-
export const SankeyDiagramChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
779
|
-
...obj,
|
|
780
|
-
...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
|
|
781
|
-
});
|
|
782
|
-
export const SankeyDiagramVisualFilterSensitiveLog = (obj) => ({
|
|
783
|
-
...obj,
|
|
784
|
-
});
|
|
785
|
-
export const ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
786
|
-
...obj,
|
|
787
|
-
...(obj.XAxis && { XAxis: obj.XAxis.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
788
|
-
...(obj.YAxis && { YAxis: obj.YAxis.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
789
|
-
...(obj.Size && { Size: obj.Size.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
790
|
-
});
|
|
791
|
-
export const ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
792
|
-
...obj,
|
|
793
|
-
...(obj.Size && { Size: obj.Size.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
794
|
-
});
|
|
795
|
-
export const ScatterPlotFieldWellsFilterSensitiveLog = (obj) => ({
|
|
796
|
-
...obj,
|
|
797
|
-
...(obj.ScatterPlotCategoricallyAggregatedFieldWells && {
|
|
798
|
-
ScatterPlotCategoricallyAggregatedFieldWells: ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog(obj.ScatterPlotCategoricallyAggregatedFieldWells),
|
|
799
|
-
}),
|
|
800
|
-
});
|
|
801
|
-
export const ScatterPlotConfigurationFilterSensitiveLog = (obj) => ({
|
|
802
|
-
...obj,
|
|
803
|
-
...(obj.FieldWells && { FieldWells: ScatterPlotFieldWellsFilterSensitiveLog(obj.FieldWells) }),
|
|
804
|
-
...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
|
|
805
|
-
...(obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }),
|
|
806
|
-
});
|
|
807
|
-
export const ScatterPlotVisualFilterSensitiveLog = (obj) => ({
|
|
808
|
-
...obj,
|
|
809
|
-
...(obj.ChartConfiguration && {
|
|
810
|
-
ChartConfiguration: ScatterPlotConfigurationFilterSensitiveLog(obj.ChartConfiguration),
|
|
811
|
-
}),
|
|
812
|
-
});
|
|
813
|
-
export const TableAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
814
|
-
...obj,
|
|
815
|
-
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
816
|
-
});
|
|
817
|
-
export const UnaggregatedFieldFilterSensitiveLog = (obj) => ({
|
|
818
|
-
...obj,
|
|
819
|
-
...(obj.FormatConfiguration && {
|
|
820
|
-
FormatConfiguration: FormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
821
|
-
}),
|
|
822
|
-
});
|
|
823
|
-
export const TableUnaggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
824
|
-
...obj,
|
|
825
|
-
...(obj.Values && { Values: obj.Values.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }),
|
|
826
|
-
});
|
|
827
|
-
export const TableFieldWellsFilterSensitiveLog = (obj) => ({
|
|
828
|
-
...obj,
|
|
829
|
-
...(obj.TableUnaggregatedFieldWells && {
|
|
830
|
-
TableUnaggregatedFieldWells: TableUnaggregatedFieldWellsFilterSensitiveLog(obj.TableUnaggregatedFieldWells),
|
|
831
|
-
}),
|
|
832
|
-
});
|
|
833
|
-
export const TableConfigurationFilterSensitiveLog = (obj) => ({
|
|
834
|
-
...obj,
|
|
835
|
-
});
|
|
836
|
-
export const TableCellConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
837
|
-
...obj,
|
|
838
|
-
...(obj.TextFormat && { TextFormat: TextConditionalFormatFilterSensitiveLog(obj.TextFormat) }),
|
|
839
|
-
});
|
|
840
|
-
export const TableRowConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
841
|
-
...obj,
|
|
842
|
-
...(obj.BackgroundColor && { BackgroundColor: ConditionalFormattingColorFilterSensitiveLog(obj.BackgroundColor) }),
|
|
843
|
-
...(obj.TextColor && { TextColor: ConditionalFormattingColorFilterSensitiveLog(obj.TextColor) }),
|
|
844
|
-
});
|
|
845
|
-
export const TableConditionalFormattingOptionFilterSensitiveLog = (obj) => ({
|
|
846
|
-
...obj,
|
|
847
|
-
...(obj.Cell && { Cell: TableCellConditionalFormattingFilterSensitiveLog(obj.Cell) }),
|
|
848
|
-
...(obj.Row && { Row: TableRowConditionalFormattingFilterSensitiveLog(obj.Row) }),
|
|
849
|
-
});
|
|
850
|
-
export const TableConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
851
|
-
...obj,
|
|
852
|
-
...(obj.ConditionalFormattingOptions && {
|
|
853
|
-
ConditionalFormattingOptions: obj.ConditionalFormattingOptions.map((item) => TableConditionalFormattingOptionFilterSensitiveLog(item)),
|
|
854
|
-
}),
|
|
855
|
-
});
|
|
856
|
-
export const TableVisualFilterSensitiveLog = (obj) => ({
|
|
857
|
-
...obj,
|
|
858
|
-
...(obj.ConditionalFormatting && {
|
|
859
|
-
ConditionalFormatting: TableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting),
|
|
860
|
-
}),
|
|
861
|
-
});
|
|
862
|
-
export const TreeMapAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
863
|
-
...obj,
|
|
864
|
-
...(obj.Sizes && { Sizes: obj.Sizes.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
865
|
-
...(obj.Colors && { Colors: obj.Colors.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
866
|
-
});
|
|
867
|
-
export const TreeMapFieldWellsFilterSensitiveLog = (obj) => ({
|
|
835
|
+
export const PluginVisualFieldWellFilterSensitiveLog = (obj) => ({
|
|
868
836
|
...obj,
|
|
837
|
+
...(obj.Measures && { Measures: obj.Measures.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
838
|
+
...(obj.Unaggregated && { Unaggregated: obj.Unaggregated.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }),
|
|
869
839
|
});
|
|
@@ -1,7 +1,28 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, MeasureFieldFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
|
|
3
|
-
import { GaugeChartVisualFilterSensitiveLog, HistogramVisualFilterSensitiveLog, InsightVisualFilterSensitiveLog, KPIVisualFilterSensitiveLog,
|
|
3
|
+
import { ConditionalFormattingColorFilterSensitiveLog, GaugeChartVisualFilterSensitiveLog, HistogramVisualFilterSensitiveLog, InsightVisualFilterSensitiveLog, KPIVisualFilterSensitiveLog, LayerMapVisualFilterSensitiveLog, TextConditionalFormatFilterSensitiveLog, UnaggregatedFieldFilterSensitiveLog, VisualPaletteFilterSensitiveLog, } from "./models_1";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
export const RadarChartAxesRangeScale = {
|
|
6
|
+
AUTO: "AUTO",
|
|
7
|
+
INDEPENDENT: "INDEPENDENT",
|
|
8
|
+
SHARED: "SHARED",
|
|
9
|
+
};
|
|
10
|
+
export const RadarChartShape = {
|
|
11
|
+
CIRCLE: "CIRCLE",
|
|
12
|
+
POLYGON: "POLYGON",
|
|
13
|
+
};
|
|
14
|
+
export const TableCellImageScalingConfiguration = {
|
|
15
|
+
DO_NOT_SCALE: "DO_NOT_SCALE",
|
|
16
|
+
FIT_TO_CELL_HEIGHT: "FIT_TO_CELL_HEIGHT",
|
|
17
|
+
FIT_TO_CELL_WIDTH: "FIT_TO_CELL_WIDTH",
|
|
18
|
+
};
|
|
19
|
+
export const TableFieldIconSetType = {
|
|
20
|
+
LINK: "LINK",
|
|
21
|
+
};
|
|
22
|
+
export const TableOrientation = {
|
|
23
|
+
HORIZONTAL: "HORIZONTAL",
|
|
24
|
+
VERTICAL: "VERTICAL",
|
|
25
|
+
};
|
|
5
26
|
export const WordCloudCloudLayout = {
|
|
6
27
|
FLUID: "FLUID",
|
|
7
28
|
NORMAL: "NORMAL",
|
|
@@ -458,139 +479,119 @@ export const ColumnDataRole = {
|
|
|
458
479
|
export const GeoSpatialCountryCode = {
|
|
459
480
|
US: "US",
|
|
460
481
|
};
|
|
461
|
-
export const
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
super({
|
|
575
|
-
name: "InvalidRequestException",
|
|
576
|
-
$fault: "client",
|
|
577
|
-
...opts,
|
|
578
|
-
});
|
|
579
|
-
this.name = "InvalidRequestException";
|
|
580
|
-
this.$fault = "client";
|
|
581
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
582
|
-
this.Message = opts.Message;
|
|
583
|
-
this.RequestId = opts.RequestId;
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
export const DashboardUIState = {
|
|
587
|
-
COLLAPSED: "COLLAPSED",
|
|
588
|
-
EXPANDED: "EXPANDED",
|
|
589
|
-
};
|
|
590
|
-
export const DatasetParameterValueType = {
|
|
591
|
-
MULTI_VALUED: "MULTI_VALUED",
|
|
592
|
-
SINGLE_VALUED: "SINGLE_VALUED",
|
|
593
|
-
};
|
|
482
|
+
export const PluginVisualConfigurationFilterSensitiveLog = (obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
});
|
|
485
|
+
export const PluginVisualFilterSensitiveLog = (obj) => ({
|
|
486
|
+
...obj,
|
|
487
|
+
});
|
|
488
|
+
export const RadarChartAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
489
|
+
...obj,
|
|
490
|
+
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
491
|
+
});
|
|
492
|
+
export const RadarChartFieldWellsFilterSensitiveLog = (obj) => ({
|
|
493
|
+
...obj,
|
|
494
|
+
});
|
|
495
|
+
export const RadarChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
496
|
+
...obj,
|
|
497
|
+
...(obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }),
|
|
498
|
+
});
|
|
499
|
+
export const RadarChartVisualFilterSensitiveLog = (obj) => ({
|
|
500
|
+
...obj,
|
|
501
|
+
});
|
|
502
|
+
export const SankeyDiagramAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
...(obj.Weight && { Weight: obj.Weight.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
505
|
+
});
|
|
506
|
+
export const SankeyDiagramFieldWellsFilterSensitiveLog = (obj) => ({
|
|
507
|
+
...obj,
|
|
508
|
+
});
|
|
509
|
+
export const SankeyDiagramChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
510
|
+
...obj,
|
|
511
|
+
...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
|
|
512
|
+
});
|
|
513
|
+
export const SankeyDiagramVisualFilterSensitiveLog = (obj) => ({
|
|
514
|
+
...obj,
|
|
515
|
+
});
|
|
516
|
+
export const ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
517
|
+
...obj,
|
|
518
|
+
...(obj.XAxis && { XAxis: obj.XAxis.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
519
|
+
...(obj.YAxis && { YAxis: obj.YAxis.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
520
|
+
...(obj.Size && { Size: obj.Size.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
521
|
+
});
|
|
522
|
+
export const ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
523
|
+
...obj,
|
|
524
|
+
...(obj.Size && { Size: obj.Size.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
525
|
+
});
|
|
526
|
+
export const ScatterPlotFieldWellsFilterSensitiveLog = (obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
...(obj.ScatterPlotCategoricallyAggregatedFieldWells && {
|
|
529
|
+
ScatterPlotCategoricallyAggregatedFieldWells: ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog(obj.ScatterPlotCategoricallyAggregatedFieldWells),
|
|
530
|
+
}),
|
|
531
|
+
});
|
|
532
|
+
export const ScatterPlotConfigurationFilterSensitiveLog = (obj) => ({
|
|
533
|
+
...obj,
|
|
534
|
+
...(obj.FieldWells && { FieldWells: ScatterPlotFieldWellsFilterSensitiveLog(obj.FieldWells) }),
|
|
535
|
+
...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
|
|
536
|
+
...(obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }),
|
|
537
|
+
});
|
|
538
|
+
export const ScatterPlotVisualFilterSensitiveLog = (obj) => ({
|
|
539
|
+
...obj,
|
|
540
|
+
...(obj.ChartConfiguration && {
|
|
541
|
+
ChartConfiguration: ScatterPlotConfigurationFilterSensitiveLog(obj.ChartConfiguration),
|
|
542
|
+
}),
|
|
543
|
+
});
|
|
544
|
+
export const TableAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
545
|
+
...obj,
|
|
546
|
+
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
547
|
+
});
|
|
548
|
+
export const TableUnaggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
549
|
+
...obj,
|
|
550
|
+
...(obj.Values && { Values: obj.Values.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }),
|
|
551
|
+
});
|
|
552
|
+
export const TableFieldWellsFilterSensitiveLog = (obj) => ({
|
|
553
|
+
...obj,
|
|
554
|
+
...(obj.TableUnaggregatedFieldWells && {
|
|
555
|
+
TableUnaggregatedFieldWells: TableUnaggregatedFieldWellsFilterSensitiveLog(obj.TableUnaggregatedFieldWells),
|
|
556
|
+
}),
|
|
557
|
+
});
|
|
558
|
+
export const TableConfigurationFilterSensitiveLog = (obj) => ({
|
|
559
|
+
...obj,
|
|
560
|
+
});
|
|
561
|
+
export const TableCellConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
562
|
+
...obj,
|
|
563
|
+
...(obj.TextFormat && { TextFormat: TextConditionalFormatFilterSensitiveLog(obj.TextFormat) }),
|
|
564
|
+
});
|
|
565
|
+
export const TableRowConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
566
|
+
...obj,
|
|
567
|
+
...(obj.BackgroundColor && { BackgroundColor: ConditionalFormattingColorFilterSensitiveLog(obj.BackgroundColor) }),
|
|
568
|
+
...(obj.TextColor && { TextColor: ConditionalFormattingColorFilterSensitiveLog(obj.TextColor) }),
|
|
569
|
+
});
|
|
570
|
+
export const TableConditionalFormattingOptionFilterSensitiveLog = (obj) => ({
|
|
571
|
+
...obj,
|
|
572
|
+
...(obj.Cell && { Cell: TableCellConditionalFormattingFilterSensitiveLog(obj.Cell) }),
|
|
573
|
+
...(obj.Row && { Row: TableRowConditionalFormattingFilterSensitiveLog(obj.Row) }),
|
|
574
|
+
});
|
|
575
|
+
export const TableConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
576
|
+
...obj,
|
|
577
|
+
...(obj.ConditionalFormattingOptions && {
|
|
578
|
+
ConditionalFormattingOptions: obj.ConditionalFormattingOptions.map((item) => TableConditionalFormattingOptionFilterSensitiveLog(item)),
|
|
579
|
+
}),
|
|
580
|
+
});
|
|
581
|
+
export const TableVisualFilterSensitiveLog = (obj) => ({
|
|
582
|
+
...obj,
|
|
583
|
+
...(obj.ConditionalFormatting && {
|
|
584
|
+
ConditionalFormatting: TableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting),
|
|
585
|
+
}),
|
|
586
|
+
});
|
|
587
|
+
export const TreeMapAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
588
|
+
...obj,
|
|
589
|
+
...(obj.Sizes && { Sizes: obj.Sizes.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
590
|
+
...(obj.Colors && { Colors: obj.Colors.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
591
|
+
});
|
|
592
|
+
export const TreeMapFieldWellsFilterSensitiveLog = (obj) => ({
|
|
593
|
+
...obj,
|
|
594
|
+
});
|
|
594
595
|
export const TreeMapConfigurationFilterSensitiveLog = (obj) => ({
|
|
595
596
|
...obj,
|
|
596
597
|
...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
|
|
@@ -630,6 +631,7 @@ export const VisualFilterSensitiveLog = (obj) => ({
|
|
|
630
631
|
...obj,
|
|
631
632
|
...(obj.KPIVisual && { KPIVisual: KPIVisualFilterSensitiveLog(obj.KPIVisual) }),
|
|
632
633
|
...(obj.GaugeChartVisual && { GaugeChartVisual: GaugeChartVisualFilterSensitiveLog(obj.GaugeChartVisual) }),
|
|
634
|
+
...(obj.LayerMapVisual && { LayerMapVisual: LayerMapVisualFilterSensitiveLog(obj.LayerMapVisual) }),
|
|
633
635
|
...(obj.ScatterPlotVisual && { ScatterPlotVisual: ScatterPlotVisualFilterSensitiveLog(obj.ScatterPlotVisual) }),
|
|
634
636
|
...(obj.HistogramVisual && { HistogramVisual: HistogramVisualFilterSensitiveLog(obj.HistogramVisual) }),
|
|
635
637
|
...(obj.InsightVisual && { InsightVisual: InsightVisualFilterSensitiveLog(obj.InsightVisual) }),
|
|
@@ -702,62 +704,3 @@ export const ColumnDescriptionFilterSensitiveLog = (obj) => ({
|
|
|
702
704
|
...obj,
|
|
703
705
|
...(obj.Text && { Text: SENSITIVE_STRING }),
|
|
704
706
|
});
|
|
705
|
-
export const ColumnTagFilterSensitiveLog = (obj) => ({
|
|
706
|
-
...obj,
|
|
707
|
-
...(obj.ColumnDescription && { ColumnDescription: ColumnDescriptionFilterSensitiveLog(obj.ColumnDescription) }),
|
|
708
|
-
});
|
|
709
|
-
export const DateTimeParameterFilterSensitiveLog = (obj) => ({
|
|
710
|
-
...obj,
|
|
711
|
-
...(obj.Values && { Values: SENSITIVE_STRING }),
|
|
712
|
-
});
|
|
713
|
-
export const DecimalParameterFilterSensitiveLog = (obj) => ({
|
|
714
|
-
...obj,
|
|
715
|
-
...(obj.Values && { Values: SENSITIVE_STRING }),
|
|
716
|
-
});
|
|
717
|
-
export const IntegerParameterFilterSensitiveLog = (obj) => ({
|
|
718
|
-
...obj,
|
|
719
|
-
...(obj.Values && { Values: SENSITIVE_STRING }),
|
|
720
|
-
});
|
|
721
|
-
export const StringParameterFilterSensitiveLog = (obj) => ({
|
|
722
|
-
...obj,
|
|
723
|
-
...(obj.Values && { Values: SENSITIVE_STRING }),
|
|
724
|
-
});
|
|
725
|
-
export const _ParametersFilterSensitiveLog = (obj) => ({
|
|
726
|
-
...obj,
|
|
727
|
-
...(obj.StringParameters && {
|
|
728
|
-
StringParameters: obj.StringParameters.map((item) => StringParameterFilterSensitiveLog(item)),
|
|
729
|
-
}),
|
|
730
|
-
...(obj.IntegerParameters && {
|
|
731
|
-
IntegerParameters: obj.IntegerParameters.map((item) => IntegerParameterFilterSensitiveLog(item)),
|
|
732
|
-
}),
|
|
733
|
-
...(obj.DecimalParameters && {
|
|
734
|
-
DecimalParameters: obj.DecimalParameters.map((item) => DecimalParameterFilterSensitiveLog(item)),
|
|
735
|
-
}),
|
|
736
|
-
...(obj.DateTimeParameters && {
|
|
737
|
-
DateTimeParameters: obj.DateTimeParameters.map((item) => DateTimeParameterFilterSensitiveLog(item)),
|
|
738
|
-
}),
|
|
739
|
-
});
|
|
740
|
-
export const CreateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
741
|
-
...obj,
|
|
742
|
-
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
743
|
-
});
|
|
744
|
-
export const CreateColumnsOperationFilterSensitiveLog = (obj) => ({
|
|
745
|
-
...obj,
|
|
746
|
-
...(obj.Columns && { Columns: obj.Columns.map((item) => CalculatedColumnFilterSensitiveLog(item)) }),
|
|
747
|
-
});
|
|
748
|
-
export const DashboardVersionDefinitionFilterSensitiveLog = (obj) => ({
|
|
749
|
-
...obj,
|
|
750
|
-
...(obj.CalculatedFields && {
|
|
751
|
-
CalculatedFields: obj.CalculatedFields.map((item) => CalculatedFieldFilterSensitiveLog(item)),
|
|
752
|
-
}),
|
|
753
|
-
...(obj.ParameterDeclarations && {
|
|
754
|
-
ParameterDeclarations: obj.ParameterDeclarations.map((item) => ParameterDeclarationFilterSensitiveLog(item)),
|
|
755
|
-
}),
|
|
756
|
-
...(obj.ColumnConfigurations && {
|
|
757
|
-
ColumnConfigurations: obj.ColumnConfigurations.map((item) => ColumnConfigurationFilterSensitiveLog(item)),
|
|
758
|
-
}),
|
|
759
|
-
});
|
|
760
|
-
export const CreateDashboardRequestFilterSensitiveLog = (obj) => ({
|
|
761
|
-
...obj,
|
|
762
|
-
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
763
|
-
});
|