@aws-sdk/client-quicksight 3.777.0 → 3.778.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/dist-cjs/index.js +191 -164
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -29
- package/dist-es/models/models_1.js +30 -30
- package/dist-es/models/models_2.js +43 -51
- package/dist-es/models/models_3.js +55 -6
- package/dist-es/models/models_4.js +0 -10
- package/dist-es/models/models_5.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +37 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +37 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
- package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +12 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +103 -149
- package/dist-types/models/models_1.d.ts +144 -154
- package/dist-types/models/models_2.d.ts +315 -320
- package/dist-types/models/models_3.d.ts +373 -373
- package/dist-types/models/models_4.d.ts +390 -438
- package/dist-types/models/models_5.d.ts +429 -4
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -44
- package/dist-types/ts3.4/models/models_1.d.ts +46 -57
- package/dist-types/ts3.4/models/models_2.d.ts +104 -109
- package/dist-types/ts3.4/models/models_3.d.ts +117 -102
- package/dist-types/ts3.4/models/models_4.d.ts +89 -106
- package/dist-types/ts3.4/models/models_5.d.ts +111 -3
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -185,6 +185,7 @@ __export(index_exports, {
|
|
|
185
185
|
DataSetFilterAttribute: () => DataSetFilterAttribute,
|
|
186
186
|
DataSetFilterSensitiveLog: () => DataSetFilterSensitiveLog,
|
|
187
187
|
DataSetImportMode: () => DataSetImportMode,
|
|
188
|
+
DataSetUseAs: () => DataSetUseAs,
|
|
188
189
|
DataSourceCredentialsFilterSensitiveLog: () => DataSourceCredentialsFilterSensitiveLog,
|
|
189
190
|
DataSourceErrorInfoType: () => DataSourceErrorInfoType,
|
|
190
191
|
DataSourceFilterAttribute: () => DataSourceFilterAttribute,
|
|
@@ -561,6 +562,7 @@ __export(index_exports, {
|
|
|
561
562
|
PutDataSetRefreshPropertiesCommand: () => PutDataSetRefreshPropertiesCommand,
|
|
562
563
|
QAResultFilterSensitiveLog: () => QAResultFilterSensitiveLog,
|
|
563
564
|
QAResultType: () => QAResultType,
|
|
565
|
+
QBusinessInsightsStatus: () => QBusinessInsightsStatus,
|
|
564
566
|
QSearchStatus: () => QSearchStatus,
|
|
565
567
|
QueryExecutionMode: () => QueryExecutionMode,
|
|
566
568
|
QuickSight: () => QuickSight,
|
|
@@ -583,6 +585,7 @@ __export(index_exports, {
|
|
|
583
585
|
ReferenceLineStaticDataConfigurationFilterSensitiveLog: () => ReferenceLineStaticDataConfigurationFilterSensitiveLog,
|
|
584
586
|
ReferenceLineValueLabelConfigurationFilterSensitiveLog: () => ReferenceLineValueLabelConfigurationFilterSensitiveLog,
|
|
585
587
|
ReferenceLineValueLabelRelativePosition: () => ReferenceLineValueLabelRelativePosition,
|
|
588
|
+
RefreshFailureAlertStatus: () => RefreshFailureAlertStatus,
|
|
586
589
|
RefreshInterval: () => RefreshInterval,
|
|
587
590
|
RegisterUserCommand: () => RegisterUserCommand,
|
|
588
591
|
RelativeDateType: () => RelativeDateType,
|
|
@@ -738,6 +741,7 @@ __export(index_exports, {
|
|
|
738
741
|
TotalAggregationComputationFilterSensitiveLog: () => TotalAggregationComputationFilterSensitiveLog,
|
|
739
742
|
TransformOperation: () => TransformOperation,
|
|
740
743
|
TransformOperationFilterSensitiveLog: () => TransformOperationFilterSensitiveLog,
|
|
744
|
+
TransposedColumnType: () => TransposedColumnType,
|
|
741
745
|
TreeMapAggregatedFieldWellsFilterSensitiveLog: () => TreeMapAggregatedFieldWellsFilterSensitiveLog,
|
|
742
746
|
TreeMapConfigurationFilterSensitiveLog: () => TreeMapConfigurationFilterSensitiveLog,
|
|
743
747
|
TreeMapFieldWellsFilterSensitiveLog: () => TreeMapFieldWellsFilterSensitiveLog,
|
|
@@ -1330,6 +1334,10 @@ var FilterVisualScope = {
|
|
|
1330
1334
|
ALL_VISUALS: "ALL_VISUALS",
|
|
1331
1335
|
SELECTED_VISUALS: "SELECTED_VISUALS"
|
|
1332
1336
|
};
|
|
1337
|
+
var QBusinessInsightsStatus = {
|
|
1338
|
+
DISABLED: "DISABLED",
|
|
1339
|
+
ENABLED: "ENABLED"
|
|
1340
|
+
};
|
|
1333
1341
|
var DayOfTheWeek = {
|
|
1334
1342
|
FRIDAY: "FRIDAY",
|
|
1335
1343
|
MONDAY: "MONDAY",
|
|
@@ -1408,19 +1416,6 @@ var AxisBinding = {
|
|
|
1408
1416
|
PRIMARY_YAXIS: "PRIMARY_YAXIS",
|
|
1409
1417
|
SECONDARY_YAXIS: "SECONDARY_YAXIS"
|
|
1410
1418
|
};
|
|
1411
|
-
var ReferenceLineSeriesType = {
|
|
1412
|
-
BAR: "BAR",
|
|
1413
|
-
LINE: "LINE"
|
|
1414
|
-
};
|
|
1415
|
-
var ReferenceLineLabelHorizontalPosition = {
|
|
1416
|
-
CENTER: "CENTER",
|
|
1417
|
-
LEFT: "LEFT",
|
|
1418
|
-
RIGHT: "RIGHT"
|
|
1419
|
-
};
|
|
1420
|
-
var ReferenceLineValueLabelRelativePosition = {
|
|
1421
|
-
AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL",
|
|
1422
|
-
BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL"
|
|
1423
|
-
};
|
|
1424
1419
|
var CustomParameterValuesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1425
1420
|
...obj,
|
|
1426
1421
|
...obj.StringValues && { StringValues: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1791,25 +1786,22 @@ var BarChartAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj
|
|
|
1791
1786
|
var BarChartFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1792
1787
|
...obj
|
|
1793
1788
|
}), "BarChartFieldWellsFilterSensitiveLog");
|
|
1794
|
-
var ReferenceLineStaticDataConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1795
|
-
...obj,
|
|
1796
|
-
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
1797
|
-
}), "ReferenceLineStaticDataConfigurationFilterSensitiveLog");
|
|
1798
|
-
var ReferenceLineDataConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1799
|
-
...obj,
|
|
1800
|
-
...obj.StaticConfiguration && {
|
|
1801
|
-
StaticConfiguration: ReferenceLineStaticDataConfigurationFilterSensitiveLog(obj.StaticConfiguration)
|
|
1802
|
-
}
|
|
1803
|
-
}), "ReferenceLineDataConfigurationFilterSensitiveLog");
|
|
1804
|
-
var ReferenceLineValueLabelConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1805
|
-
...obj,
|
|
1806
|
-
...obj.FormatConfiguration && {
|
|
1807
|
-
FormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration)
|
|
1808
|
-
}
|
|
1809
|
-
}), "ReferenceLineValueLabelConfigurationFilterSensitiveLog");
|
|
1810
1789
|
|
|
1811
1790
|
// src/models/models_1.ts
|
|
1812
1791
|
|
|
1792
|
+
var ReferenceLineSeriesType = {
|
|
1793
|
+
BAR: "BAR",
|
|
1794
|
+
LINE: "LINE"
|
|
1795
|
+
};
|
|
1796
|
+
var ReferenceLineLabelHorizontalPosition = {
|
|
1797
|
+
CENTER: "CENTER",
|
|
1798
|
+
LEFT: "LEFT",
|
|
1799
|
+
RIGHT: "RIGHT"
|
|
1800
|
+
};
|
|
1801
|
+
var ReferenceLineValueLabelRelativePosition = {
|
|
1802
|
+
AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL",
|
|
1803
|
+
BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL"
|
|
1804
|
+
};
|
|
1813
1805
|
var ReferenceLineLabelVerticalPosition = {
|
|
1814
1806
|
ABOVE: "ABOVE",
|
|
1815
1807
|
BELOW: "BELOW"
|
|
@@ -2099,10 +2091,22 @@ var PivotTableConditionalFormattingScopeRole = {
|
|
|
2099
2091
|
FIELD_TOTAL: "FIELD_TOTAL",
|
|
2100
2092
|
GRAND_TOTAL: "GRAND_TOTAL"
|
|
2101
2093
|
};
|
|
2102
|
-
var
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
};
|
|
2094
|
+
var ReferenceLineStaticDataConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2095
|
+
...obj,
|
|
2096
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
2097
|
+
}), "ReferenceLineStaticDataConfigurationFilterSensitiveLog");
|
|
2098
|
+
var ReferenceLineDataConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2099
|
+
...obj,
|
|
2100
|
+
...obj.StaticConfiguration && {
|
|
2101
|
+
StaticConfiguration: ReferenceLineStaticDataConfigurationFilterSensitiveLog(obj.StaticConfiguration)
|
|
2102
|
+
}
|
|
2103
|
+
}), "ReferenceLineDataConfigurationFilterSensitiveLog");
|
|
2104
|
+
var ReferenceLineValueLabelConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2105
|
+
...obj,
|
|
2106
|
+
...obj.FormatConfiguration && {
|
|
2107
|
+
FormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration)
|
|
2108
|
+
}
|
|
2109
|
+
}), "ReferenceLineValueLabelConfigurationFilterSensitiveLog");
|
|
2106
2110
|
var ReferenceLineLabelConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2107
2111
|
...obj,
|
|
2108
2112
|
...obj.ValueLabelConfiguration && {
|
|
@@ -2636,35 +2640,12 @@ var TextConditionalFormatFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2636
2640
|
...obj.TextColor && { TextColor: ConditionalFormattingColorFilterSensitiveLog(obj.TextColor) },
|
|
2637
2641
|
...obj.Icon && { Icon: ConditionalFormattingIconFilterSensitiveLog(obj.Icon) }
|
|
2638
2642
|
}), "TextConditionalFormatFilterSensitiveLog");
|
|
2639
|
-
var PivotTableCellConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2640
|
-
...obj,
|
|
2641
|
-
...obj.TextFormat && { TextFormat: TextConditionalFormatFilterSensitiveLog(obj.TextFormat) }
|
|
2642
|
-
}), "PivotTableCellConditionalFormattingFilterSensitiveLog");
|
|
2643
|
-
var PivotTableConditionalFormattingOptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2644
|
-
...obj,
|
|
2645
|
-
...obj.Cell && { Cell: PivotTableCellConditionalFormattingFilterSensitiveLog(obj.Cell) }
|
|
2646
|
-
}), "PivotTableConditionalFormattingOptionFilterSensitiveLog");
|
|
2647
|
-
var PivotTableConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2648
|
-
...obj,
|
|
2649
|
-
...obj.ConditionalFormattingOptions && {
|
|
2650
|
-
ConditionalFormattingOptions: obj.ConditionalFormattingOptions.map(
|
|
2651
|
-
(item) => PivotTableConditionalFormattingOptionFilterSensitiveLog(item)
|
|
2652
|
-
)
|
|
2653
|
-
}
|
|
2654
|
-
}), "PivotTableConditionalFormattingFilterSensitiveLog");
|
|
2655
|
-
var PivotTableVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2656
|
-
...obj,
|
|
2657
|
-
...obj.ConditionalFormatting && {
|
|
2658
|
-
ConditionalFormatting: PivotTableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting)
|
|
2659
|
-
}
|
|
2660
|
-
}), "PivotTableVisualFilterSensitiveLog");
|
|
2661
|
-
var PluginVisualFieldWellFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2662
|
-
...obj,
|
|
2663
|
-
...obj.Measures && { Measures: obj.Measures.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
2664
|
-
...obj.Unaggregated && { Unaggregated: obj.Unaggregated.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }
|
|
2665
|
-
}), "PluginVisualFieldWellFilterSensitiveLog");
|
|
2666
2643
|
|
|
2667
2644
|
// src/models/models_2.ts
|
|
2645
|
+
var PluginVisualAxisName = {
|
|
2646
|
+
GROUP_BY: "GROUP_BY",
|
|
2647
|
+
VALUE: "VALUE"
|
|
2648
|
+
};
|
|
2668
2649
|
var RadarChartAxesRangeScale = {
|
|
2669
2650
|
AUTO: "AUTO",
|
|
2670
2651
|
INDEPENDENT: "INDEPENDENT",
|
|
@@ -2682,6 +2663,10 @@ var TableCellImageScalingConfiguration = {
|
|
|
2682
2663
|
var TableFieldIconSetType = {
|
|
2683
2664
|
LINK: "LINK"
|
|
2684
2665
|
};
|
|
2666
|
+
var TransposedColumnType = {
|
|
2667
|
+
ROW_HEADER_COLUMN: "ROW_HEADER_COLUMN",
|
|
2668
|
+
VALUE_COLUMN: "VALUE_COLUMN"
|
|
2669
|
+
};
|
|
2685
2670
|
var TableOrientation = {
|
|
2686
2671
|
HORIZONTAL: "HORIZONTAL",
|
|
2687
2672
|
VERTICAL: "VERTICAL"
|
|
@@ -2746,7 +2731,8 @@ var AssetBundleExportJobDashboardPropertyToOverride = {
|
|
|
2746
2731
|
NAME: "Name"
|
|
2747
2732
|
};
|
|
2748
2733
|
var AssetBundleExportJobDataSetPropertyToOverride = {
|
|
2749
|
-
NAME: "Name"
|
|
2734
|
+
NAME: "Name",
|
|
2735
|
+
REFRESH_FAILURE_EMAIL_ALERT_STATUS: "RefreshFailureEmailAlertStatus"
|
|
2750
2736
|
};
|
|
2751
2737
|
var AssetBundleExportJobDataSourcePropertyToOverride = {
|
|
2752
2738
|
CATALOG: "Catalog",
|
|
@@ -2797,6 +2783,15 @@ var AssetBundleImportFailureAction = {
|
|
|
2797
2783
|
DO_NOTHING: "DO_NOTHING",
|
|
2798
2784
|
ROLLBACK: "ROLLBACK"
|
|
2799
2785
|
};
|
|
2786
|
+
var RefreshFailureAlertStatus = {
|
|
2787
|
+
DISABLED: "DISABLED",
|
|
2788
|
+
ENABLED: "ENABLED"
|
|
2789
|
+
};
|
|
2790
|
+
var LookbackWindowSizeUnit = {
|
|
2791
|
+
DAY: "DAY",
|
|
2792
|
+
HOUR: "HOUR",
|
|
2793
|
+
WEEK: "WEEK"
|
|
2794
|
+
};
|
|
2800
2795
|
var AuthenticationType = {
|
|
2801
2796
|
PASSWORD: "PASSWORD",
|
|
2802
2797
|
TOKEN: "TOKEN",
|
|
@@ -3140,67 +3135,33 @@ var BrandVersionStatus = {
|
|
|
3140
3135
|
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
3141
3136
|
CREATE_SUCCEEDED: "CREATE_SUCCEEDED"
|
|
3142
3137
|
};
|
|
3143
|
-
var
|
|
3144
|
-
|
|
3145
|
-
|
|
3138
|
+
var PivotTableCellConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3139
|
+
...obj,
|
|
3140
|
+
...obj.TextFormat && { TextFormat: TextConditionalFormatFilterSensitiveLog(obj.TextFormat) }
|
|
3141
|
+
}), "PivotTableCellConditionalFormattingFilterSensitiveLog");
|
|
3142
|
+
var PivotTableConditionalFormattingOptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3143
|
+
...obj,
|
|
3144
|
+
...obj.Cell && { Cell: PivotTableCellConditionalFormattingFilterSensitiveLog(obj.Cell) }
|
|
3145
|
+
}), "PivotTableConditionalFormattingOptionFilterSensitiveLog");
|
|
3146
|
+
var PivotTableConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3147
|
+
...obj,
|
|
3148
|
+
...obj.ConditionalFormattingOptions && {
|
|
3149
|
+
ConditionalFormattingOptions: obj.ConditionalFormattingOptions.map(
|
|
3150
|
+
(item) => PivotTableConditionalFormattingOptionFilterSensitiveLog(item)
|
|
3151
|
+
)
|
|
3146
3152
|
}
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
* @public
|
|
3153
|
-
*/
|
|
3154
|
-
ResourceType;
|
|
3155
|
-
/**
|
|
3156
|
-
* <p>The Amazon Web Services request ID for this request.</p>
|
|
3157
|
-
* @public
|
|
3158
|
-
*/
|
|
3159
|
-
RequestId;
|
|
3160
|
-
/**
|
|
3161
|
-
* @internal
|
|
3162
|
-
*/
|
|
3163
|
-
constructor(opts) {
|
|
3164
|
-
super({
|
|
3165
|
-
name: "ResourceExistsException",
|
|
3166
|
-
$fault: "client",
|
|
3167
|
-
...opts
|
|
3168
|
-
});
|
|
3169
|
-
Object.setPrototypeOf(this, _ResourceExistsException.prototype);
|
|
3170
|
-
this.Message = opts.Message;
|
|
3171
|
-
this.ResourceType = opts.ResourceType;
|
|
3172
|
-
this.RequestId = opts.RequestId;
|
|
3153
|
+
}), "PivotTableConditionalFormattingFilterSensitiveLog");
|
|
3154
|
+
var PivotTableVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3155
|
+
...obj,
|
|
3156
|
+
...obj.ConditionalFormatting && {
|
|
3157
|
+
ConditionalFormatting: PivotTableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting)
|
|
3173
3158
|
}
|
|
3174
|
-
};
|
|
3175
|
-
var
|
|
3176
|
-
|
|
3177
|
-
}
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
DECIMAL: "DECIMAL",
|
|
3181
|
-
INTEGER: "INTEGER",
|
|
3182
|
-
STRING: "STRING"
|
|
3183
|
-
};
|
|
3184
|
-
var ColumnDataSubType = {
|
|
3185
|
-
FIXED: "FIXED",
|
|
3186
|
-
FLOAT: "FLOAT"
|
|
3187
|
-
};
|
|
3188
|
-
var CategoryFilterFunction = {
|
|
3189
|
-
CONTAINS: "CONTAINS",
|
|
3190
|
-
EXACT: "EXACT"
|
|
3191
|
-
};
|
|
3192
|
-
var CategoryFilterType = {
|
|
3193
|
-
CUSTOM_FILTER: "CUSTOM_FILTER",
|
|
3194
|
-
CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST",
|
|
3195
|
-
FILTER_LIST: "FILTER_LIST"
|
|
3196
|
-
};
|
|
3197
|
-
var ColumnDataRole = {
|
|
3198
|
-
DIMENSION: "DIMENSION",
|
|
3199
|
-
MEASURE: "MEASURE"
|
|
3200
|
-
};
|
|
3201
|
-
var GeoSpatialCountryCode = {
|
|
3202
|
-
US: "US"
|
|
3203
|
-
};
|
|
3159
|
+
}), "PivotTableVisualFilterSensitiveLog");
|
|
3160
|
+
var PluginVisualFieldWellFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3161
|
+
...obj,
|
|
3162
|
+
...obj.Measures && { Measures: obj.Measures.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
3163
|
+
...obj.Unaggregated && { Unaggregated: obj.Unaggregated.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }
|
|
3164
|
+
}), "PluginVisualFieldWellFilterSensitiveLog");
|
|
3204
3165
|
var PluginVisualConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3205
3166
|
...obj
|
|
3206
3167
|
}), "PluginVisualConfigurationFilterSensitiveLog");
|
|
@@ -3428,13 +3389,70 @@ var CalculatedColumnFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
3428
3389
|
...obj,
|
|
3429
3390
|
...obj.Expression && { Expression: import_smithy_client.SENSITIVE_STRING }
|
|
3430
3391
|
}), "CalculatedColumnFilterSensitiveLog");
|
|
3431
|
-
var ColumnDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3432
|
-
...obj,
|
|
3433
|
-
...obj.Text && { Text: import_smithy_client.SENSITIVE_STRING }
|
|
3434
|
-
}), "ColumnDescriptionFilterSensitiveLog");
|
|
3435
3392
|
|
|
3436
3393
|
// src/models/models_3.ts
|
|
3437
3394
|
|
|
3395
|
+
var ResourceExistsException = class _ResourceExistsException extends QuickSightServiceException {
|
|
3396
|
+
static {
|
|
3397
|
+
__name(this, "ResourceExistsException");
|
|
3398
|
+
}
|
|
3399
|
+
name = "ResourceExistsException";
|
|
3400
|
+
$fault = "client";
|
|
3401
|
+
Message;
|
|
3402
|
+
/**
|
|
3403
|
+
* <p>The resource type for this request.</p>
|
|
3404
|
+
* @public
|
|
3405
|
+
*/
|
|
3406
|
+
ResourceType;
|
|
3407
|
+
/**
|
|
3408
|
+
* <p>The Amazon Web Services request ID for this request.</p>
|
|
3409
|
+
* @public
|
|
3410
|
+
*/
|
|
3411
|
+
RequestId;
|
|
3412
|
+
/**
|
|
3413
|
+
* @internal
|
|
3414
|
+
*/
|
|
3415
|
+
constructor(opts) {
|
|
3416
|
+
super({
|
|
3417
|
+
name: "ResourceExistsException",
|
|
3418
|
+
$fault: "client",
|
|
3419
|
+
...opts
|
|
3420
|
+
});
|
|
3421
|
+
Object.setPrototypeOf(this, _ResourceExistsException.prototype);
|
|
3422
|
+
this.Message = opts.Message;
|
|
3423
|
+
this.ResourceType = opts.ResourceType;
|
|
3424
|
+
this.RequestId = opts.RequestId;
|
|
3425
|
+
}
|
|
3426
|
+
};
|
|
3427
|
+
var CapabilityState = {
|
|
3428
|
+
DENY: "DENY"
|
|
3429
|
+
};
|
|
3430
|
+
var ColumnDataType = {
|
|
3431
|
+
DATETIME: "DATETIME",
|
|
3432
|
+
DECIMAL: "DECIMAL",
|
|
3433
|
+
INTEGER: "INTEGER",
|
|
3434
|
+
STRING: "STRING"
|
|
3435
|
+
};
|
|
3436
|
+
var ColumnDataSubType = {
|
|
3437
|
+
FIXED: "FIXED",
|
|
3438
|
+
FLOAT: "FLOAT"
|
|
3439
|
+
};
|
|
3440
|
+
var CategoryFilterFunction = {
|
|
3441
|
+
CONTAINS: "CONTAINS",
|
|
3442
|
+
EXACT: "EXACT"
|
|
3443
|
+
};
|
|
3444
|
+
var CategoryFilterType = {
|
|
3445
|
+
CUSTOM_FILTER: "CUSTOM_FILTER",
|
|
3446
|
+
CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST",
|
|
3447
|
+
FILTER_LIST: "FILTER_LIST"
|
|
3448
|
+
};
|
|
3449
|
+
var ColumnDataRole = {
|
|
3450
|
+
DIMENSION: "DIMENSION",
|
|
3451
|
+
MEASURE: "MEASURE"
|
|
3452
|
+
};
|
|
3453
|
+
var GeoSpatialCountryCode = {
|
|
3454
|
+
US: "US"
|
|
3455
|
+
};
|
|
3438
3456
|
var ColumnOrderingType = {
|
|
3439
3457
|
GREATER_IS_BETTER: "GREATER_IS_BETTER",
|
|
3440
3458
|
LESSER_IS_BETTER: "LESSER_IS_BETTER",
|
|
@@ -3721,6 +3739,9 @@ var Status = {
|
|
|
3721
3739
|
DISABLED: "DISABLED",
|
|
3722
3740
|
ENABLED: "ENABLED"
|
|
3723
3741
|
};
|
|
3742
|
+
var DataSetUseAs = {
|
|
3743
|
+
RLS_RULES: "RLS_RULES"
|
|
3744
|
+
};
|
|
3724
3745
|
var DataSourceType = {
|
|
3725
3746
|
ADOBE_ANALYTICS: "ADOBE_ANALYTICS",
|
|
3726
3747
|
AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH",
|
|
@@ -3964,11 +3985,6 @@ var DataSetFilterAttribute = {
|
|
|
3964
3985
|
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
3965
3986
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER"
|
|
3966
3987
|
};
|
|
3967
|
-
var LookbackWindowSizeUnit = {
|
|
3968
|
-
DAY: "DAY",
|
|
3969
|
-
HOUR: "HOUR",
|
|
3970
|
-
WEEK: "WEEK"
|
|
3971
|
-
};
|
|
3972
3988
|
var DataSourceErrorInfoType = {
|
|
3973
3989
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
3974
3990
|
CONFLICT: "CONFLICT",
|
|
@@ -3985,6 +4001,10 @@ var DataSourceFilterAttribute = {
|
|
|
3985
4001
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
3986
4002
|
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"
|
|
3987
4003
|
};
|
|
4004
|
+
var ColumnDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4005
|
+
...obj,
|
|
4006
|
+
...obj.Text && { Text: import_smithy_client.SENSITIVE_STRING }
|
|
4007
|
+
}), "ColumnDescriptionFilterSensitiveLog");
|
|
3988
4008
|
var ColumnTagFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3989
4009
|
...obj,
|
|
3990
4010
|
...obj.ColumnDescription && { ColumnDescription: ColumnDescriptionFilterSensitiveLog(obj.ColumnDescription) }
|
|
@@ -4231,6 +4251,16 @@ var DataSetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4231
4251
|
}), "DataSetFilterSensitiveLog");
|
|
4232
4252
|
|
|
4233
4253
|
// src/models/models_5.ts
|
|
4254
|
+
var SnapshotUserConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4255
|
+
...obj
|
|
4256
|
+
}), "SnapshotUserConfigurationFilterSensitiveLog");
|
|
4257
|
+
var StartDashboardSnapshotJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4258
|
+
...obj
|
|
4259
|
+
}), "StartDashboardSnapshotJobRequestFilterSensitiveLog");
|
|
4260
|
+
var UpdateAnalysisRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4261
|
+
...obj,
|
|
4262
|
+
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
4263
|
+
}), "UpdateAnalysisRequestFilterSensitiveLog");
|
|
4234
4264
|
var UpdateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4235
4265
|
...obj,
|
|
4236
4266
|
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
@@ -4747,16 +4777,6 @@ var SnapshotAnonymousUserFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4747
4777
|
RowLevelPermissionTags: obj.RowLevelPermissionTags.map((item) => SessionTagFilterSensitiveLog(item))
|
|
4748
4778
|
}
|
|
4749
4779
|
}), "SnapshotAnonymousUserFilterSensitiveLog");
|
|
4750
|
-
var SnapshotUserConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4751
|
-
...obj
|
|
4752
|
-
}), "SnapshotUserConfigurationFilterSensitiveLog");
|
|
4753
|
-
var StartDashboardSnapshotJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4754
|
-
...obj
|
|
4755
|
-
}), "StartDashboardSnapshotJobRequestFilterSensitiveLog");
|
|
4756
|
-
var UpdateAnalysisRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4757
|
-
...obj,
|
|
4758
|
-
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
4759
|
-
}), "UpdateAnalysisRequestFilterSensitiveLog");
|
|
4760
4780
|
|
|
4761
4781
|
// src/protocols/Aws_restJson1.ts
|
|
4762
4782
|
var se_BatchCreateTopicReviewedAnswerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -4972,7 +4992,8 @@ var se_CreateDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
4972
4992
|
PhysicalTableMap: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PhysicalTableMap"),
|
|
4973
4993
|
RowLevelPermissionDataSet: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RowLevelPermissionDataSet"),
|
|
4974
4994
|
RowLevelPermissionTagConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RowLevelPermissionTagConfiguration"),
|
|
4975
|
-
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
4995
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
4996
|
+
UseAs: []
|
|
4976
4997
|
})
|
|
4977
4998
|
);
|
|
4978
4999
|
b.m("POST").h(headers).b(body);
|
|
@@ -15488,7 +15509,8 @@ var de_DataSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
15488
15509
|
PerformanceConfiguration: import_smithy_client._json,
|
|
15489
15510
|
PhysicalTableMap: import_smithy_client._json,
|
|
15490
15511
|
RowLevelPermissionDataSet: import_smithy_client._json,
|
|
15491
|
-
RowLevelPermissionTagConfiguration: import_smithy_client._json
|
|
15512
|
+
RowLevelPermissionTagConfiguration: import_smithy_client._json,
|
|
15513
|
+
UseAs: import_smithy_client.expectString
|
|
15492
15514
|
});
|
|
15493
15515
|
}, "de_DataSet");
|
|
15494
15516
|
var de_DatasetParameter = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -15515,7 +15537,8 @@ var de_DataSetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
15515
15537
|
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
15516
15538
|
Name: import_smithy_client.expectString,
|
|
15517
15539
|
RowLevelPermissionDataSet: import_smithy_client._json,
|
|
15518
|
-
RowLevelPermissionTagConfigurationApplied: import_smithy_client.expectBoolean
|
|
15540
|
+
RowLevelPermissionTagConfigurationApplied: import_smithy_client.expectBoolean,
|
|
15541
|
+
UseAs: import_smithy_client.expectString
|
|
15519
15542
|
});
|
|
15520
15543
|
}, "de_DataSetSummary");
|
|
15521
15544
|
var de_DataSetSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -21911,6 +21934,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21911
21934
|
AnchorOption,
|
|
21912
21935
|
RelativeDateType,
|
|
21913
21936
|
FilterVisualScope,
|
|
21937
|
+
QBusinessInsightsStatus,
|
|
21914
21938
|
DayOfTheWeek,
|
|
21915
21939
|
ValueWhenUnsetOption,
|
|
21916
21940
|
ParameterValueType,
|
|
@@ -21927,9 +21951,6 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21927
21951
|
LegendPosition,
|
|
21928
21952
|
BarChartOrientation,
|
|
21929
21953
|
AxisBinding,
|
|
21930
|
-
ReferenceLineSeriesType,
|
|
21931
|
-
ReferenceLineLabelHorizontalPosition,
|
|
21932
|
-
ReferenceLineValueLabelRelativePosition,
|
|
21933
21954
|
CustomParameterValuesFilterSensitiveLog,
|
|
21934
21955
|
CustomValuesConfigurationFilterSensitiveLog,
|
|
21935
21956
|
DestinationParameterValueConfigurationFilterSensitiveLog,
|
|
@@ -21999,9 +22020,9 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21999
22020
|
MeasureFieldFilterSensitiveLog,
|
|
22000
22021
|
BarChartAggregatedFieldWellsFilterSensitiveLog,
|
|
22001
22022
|
BarChartFieldWellsFilterSensitiveLog,
|
|
22002
|
-
|
|
22003
|
-
|
|
22004
|
-
|
|
22023
|
+
ReferenceLineSeriesType,
|
|
22024
|
+
ReferenceLineLabelHorizontalPosition,
|
|
22025
|
+
ReferenceLineValueLabelRelativePosition,
|
|
22005
22026
|
ReferenceLineLabelVerticalPosition,
|
|
22006
22027
|
ReferenceLinePatternType,
|
|
22007
22028
|
PanelBorderStyle,
|
|
@@ -22057,7 +22078,9 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22057
22078
|
TableTotalsScrollStatus,
|
|
22058
22079
|
SimpleTotalAggregationFunction,
|
|
22059
22080
|
PivotTableConditionalFormattingScopeRole,
|
|
22060
|
-
|
|
22081
|
+
ReferenceLineStaticDataConfigurationFilterSensitiveLog,
|
|
22082
|
+
ReferenceLineDataConfigurationFilterSensitiveLog,
|
|
22083
|
+
ReferenceLineValueLabelConfigurationFilterSensitiveLog,
|
|
22061
22084
|
ReferenceLineLabelConfigurationFilterSensitiveLog,
|
|
22062
22085
|
ReferenceLineFilterSensitiveLog,
|
|
22063
22086
|
DataPathValueFilterSensitiveLog,
|
|
@@ -22168,15 +22191,12 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22168
22191
|
PivotTableSortConfigurationFilterSensitiveLog,
|
|
22169
22192
|
PivotTableConfigurationFilterSensitiveLog,
|
|
22170
22193
|
TextConditionalFormatFilterSensitiveLog,
|
|
22171
|
-
|
|
22172
|
-
PivotTableConditionalFormattingOptionFilterSensitiveLog,
|
|
22173
|
-
PivotTableConditionalFormattingFilterSensitiveLog,
|
|
22174
|
-
PivotTableVisualFilterSensitiveLog,
|
|
22175
|
-
PluginVisualFieldWellFilterSensitiveLog,
|
|
22194
|
+
PluginVisualAxisName,
|
|
22176
22195
|
RadarChartAxesRangeScale,
|
|
22177
22196
|
RadarChartShape,
|
|
22178
22197
|
TableCellImageScalingConfiguration,
|
|
22179
22198
|
TableFieldIconSetType,
|
|
22199
|
+
TransposedColumnType,
|
|
22180
22200
|
TableOrientation,
|
|
22181
22201
|
WordCloudCloudLayout,
|
|
22182
22202
|
WordCloudWordCasing,
|
|
@@ -22201,6 +22221,8 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22201
22221
|
AssetBundleExportFormat,
|
|
22202
22222
|
AssetBundleExportJobStatus,
|
|
22203
22223
|
AssetBundleImportFailureAction,
|
|
22224
|
+
RefreshFailureAlertStatus,
|
|
22225
|
+
LookbackWindowSizeUnit,
|
|
22204
22226
|
AuthenticationType,
|
|
22205
22227
|
StarburstProductType,
|
|
22206
22228
|
DataSourceParameters,
|
|
@@ -22231,14 +22253,11 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22231
22253
|
ImageSource,
|
|
22232
22254
|
BrandStatus,
|
|
22233
22255
|
BrandVersionStatus,
|
|
22234
|
-
|
|
22235
|
-
|
|
22236
|
-
|
|
22237
|
-
|
|
22238
|
-
|
|
22239
|
-
CategoryFilterType,
|
|
22240
|
-
ColumnDataRole,
|
|
22241
|
-
GeoSpatialCountryCode,
|
|
22256
|
+
PivotTableCellConditionalFormattingFilterSensitiveLog,
|
|
22257
|
+
PivotTableConditionalFormattingOptionFilterSensitiveLog,
|
|
22258
|
+
PivotTableConditionalFormattingFilterSensitiveLog,
|
|
22259
|
+
PivotTableVisualFilterSensitiveLog,
|
|
22260
|
+
PluginVisualFieldWellFilterSensitiveLog,
|
|
22242
22261
|
PluginVisualConfigurationFilterSensitiveLog,
|
|
22243
22262
|
PluginVisualFilterSensitiveLog,
|
|
22244
22263
|
RadarChartAggregatedFieldWellsFilterSensitiveLog,
|
|
@@ -22290,7 +22309,14 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22290
22309
|
TopicIRMetricFilterSensitiveLog,
|
|
22291
22310
|
TopicIRFilterSensitiveLog,
|
|
22292
22311
|
CalculatedColumnFilterSensitiveLog,
|
|
22293
|
-
|
|
22312
|
+
ResourceExistsException,
|
|
22313
|
+
CapabilityState,
|
|
22314
|
+
ColumnDataType,
|
|
22315
|
+
ColumnDataSubType,
|
|
22316
|
+
CategoryFilterFunction,
|
|
22317
|
+
CategoryFilterType,
|
|
22318
|
+
ColumnDataRole,
|
|
22319
|
+
GeoSpatialCountryCode,
|
|
22294
22320
|
ColumnOrderingType,
|
|
22295
22321
|
GeoSpatialDataRole,
|
|
22296
22322
|
ColumnTagName,
|
|
@@ -22315,6 +22341,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22315
22341
|
RowLevelPermissionFormatVersion,
|
|
22316
22342
|
RowLevelPermissionPolicy,
|
|
22317
22343
|
Status,
|
|
22344
|
+
DataSetUseAs,
|
|
22318
22345
|
DataSourceType,
|
|
22319
22346
|
CustomerManagedKeyUnavailableException,
|
|
22320
22347
|
FolderType,
|
|
@@ -22342,9 +22369,9 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22342
22369
|
DashboardFilterAttribute,
|
|
22343
22370
|
DashboardsQAStatus,
|
|
22344
22371
|
DataSetFilterAttribute,
|
|
22345
|
-
LookbackWindowSizeUnit,
|
|
22346
22372
|
DataSourceErrorInfoType,
|
|
22347
22373
|
DataSourceFilterAttribute,
|
|
22374
|
+
ColumnDescriptionFilterSensitiveLog,
|
|
22348
22375
|
ColumnTagFilterSensitiveLog,
|
|
22349
22376
|
DateTimeParameterFilterSensitiveLog,
|
|
22350
22377
|
DecimalParameterFilterSensitiveLog,
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeAnalysisResponseFilterSensitiveLog } from "../models/models_4";
|
|
5
|
+
import { DescribeAnalysisResponseFilterSensitiveLog, } from "../models/models_4";
|
|
6
6
|
import { de_DescribeAnalysisCommand, se_DescribeAnalysisCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeAnalysisCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { StartDashboardSnapshotJobRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { StartDashboardSnapshotJobRequestFilterSensitiveLog, } from "../models/models_5";
|
|
6
6
|
import { de_StartDashboardSnapshotJobCommand, se_StartDashboardSnapshotJobCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartDashboardSnapshotJobCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateAnalysisRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateAnalysisRequestFilterSensitiveLog, } from "../models/models_5";
|
|
6
6
|
import { de_UpdateAnalysisCommand, se_UpdateAnalysisCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAnalysisCommand extends $Command
|
|
@@ -278,6 +278,10 @@ export const FilterVisualScope = {
|
|
|
278
278
|
ALL_VISUALS: "ALL_VISUALS",
|
|
279
279
|
SELECTED_VISUALS: "SELECTED_VISUALS",
|
|
280
280
|
};
|
|
281
|
+
export const QBusinessInsightsStatus = {
|
|
282
|
+
DISABLED: "DISABLED",
|
|
283
|
+
ENABLED: "ENABLED",
|
|
284
|
+
};
|
|
281
285
|
export const DayOfTheWeek = {
|
|
282
286
|
FRIDAY: "FRIDAY",
|
|
283
287
|
MONDAY: "MONDAY",
|
|
@@ -356,19 +360,6 @@ export const AxisBinding = {
|
|
|
356
360
|
PRIMARY_YAXIS: "PRIMARY_YAXIS",
|
|
357
361
|
SECONDARY_YAXIS: "SECONDARY_YAXIS",
|
|
358
362
|
};
|
|
359
|
-
export const ReferenceLineSeriesType = {
|
|
360
|
-
BAR: "BAR",
|
|
361
|
-
LINE: "LINE",
|
|
362
|
-
};
|
|
363
|
-
export const ReferenceLineLabelHorizontalPosition = {
|
|
364
|
-
CENTER: "CENTER",
|
|
365
|
-
LEFT: "LEFT",
|
|
366
|
-
RIGHT: "RIGHT",
|
|
367
|
-
};
|
|
368
|
-
export const ReferenceLineValueLabelRelativePosition = {
|
|
369
|
-
AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL",
|
|
370
|
-
BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL",
|
|
371
|
-
};
|
|
372
363
|
export const CustomParameterValuesFilterSensitiveLog = (obj) => ({
|
|
373
364
|
...obj,
|
|
374
365
|
...(obj.StringValues && { StringValues: SENSITIVE_STRING }),
|
|
@@ -731,19 +722,3 @@ export const BarChartAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
|
731
722
|
export const BarChartFieldWellsFilterSensitiveLog = (obj) => ({
|
|
732
723
|
...obj,
|
|
733
724
|
});
|
|
734
|
-
export const ReferenceLineStaticDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
735
|
-
...obj,
|
|
736
|
-
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
737
|
-
});
|
|
738
|
-
export const ReferenceLineDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
739
|
-
...obj,
|
|
740
|
-
...(obj.StaticConfiguration && {
|
|
741
|
-
StaticConfiguration: ReferenceLineStaticDataConfigurationFilterSensitiveLog(obj.StaticConfiguration),
|
|
742
|
-
}),
|
|
743
|
-
});
|
|
744
|
-
export const ReferenceLineValueLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
745
|
-
...obj,
|
|
746
|
-
...(obj.FormatConfiguration && {
|
|
747
|
-
FormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
748
|
-
}),
|
|
749
|
-
});
|