@aws-sdk/client-quicksight 3.345.0 → 3.347.1
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/commands/DescribeAssetBundleExportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeAssetBundleImportJobCommand.js +2 -1
- package/dist-cjs/commands/ListAssetBundleExportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListAssetBundleImportJobsCommand.js +2 -1
- package/dist-cjs/commands/StartAssetBundleExportJobCommand.js +2 -1
- package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +2 -1
- package/dist-cjs/commands/UpdateTopicCommand.js +2 -2
- package/dist-cjs/models/models_1.js +25 -4
- package/dist-cjs/models/models_3.js +1 -5
- package/dist-cjs/models/models_4.js +5 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4 -0
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -0
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -0
- package/dist-es/commands/ListAssetBundleExportJobsCommand.js +1 -0
- package/dist-es/commands/ListAssetBundleImportJobsCommand.js +1 -0
- package/dist-es/commands/StartAssetBundleExportJobCommand.js +1 -0
- package/dist-es/commands/StartAssetBundleImportJobCommand.js +1 -0
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/models/models_1.js +19 -0
- package/dist-es/models/models_3.js +0 -3
- package/dist-es/models/models_4.js +3 -1
- package/dist-es/protocols/Aws_restJson1.js +4 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +15 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +15 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +15 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +4 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +4 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +15 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +15 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +15 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +2 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -2
- package/dist-types/models/models_1.d.ts +87 -62
- package/dist-types/models/models_2.d.ts +79 -73
- package/dist-types/models/models_3.d.ts +71 -90
- package/dist-types/models/models_4.d.ts +86 -1
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_1.d.ts +30 -17
- package/dist-types/ts3.4/models/models_2.d.ts +17 -22
- package/dist-types/ts3.4/models/models_3.d.ts +18 -26
- package/dist-types/ts3.4/models/models_4.d.ts +28 -0
- package/package.json +28 -28
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAssetBundleExportJobCommand = void 0;
|
|
3
|
+
exports.DescribeAssetBundleExportJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class DescribeAssetBundleExportJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAssetBundleImportJobCommand = void 0;
|
|
3
|
+
exports.DescribeAssetBundleImportJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_3_1 = require("../models/models_3");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class DescribeAssetBundleImportJobCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListAssetBundleExportJobsCommand = void 0;
|
|
3
|
+
exports.ListAssetBundleExportJobsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListAssetBundleExportJobsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListAssetBundleImportJobsCommand = void 0;
|
|
3
|
+
exports.ListAssetBundleImportJobsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class ListAssetBundleImportJobsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartAssetBundleExportJobCommand = void 0;
|
|
3
|
+
exports.StartAssetBundleExportJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class StartAssetBundleExportJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartAssetBundleImportJobCommand = void 0;
|
|
3
|
+
exports.StartAssetBundleImportJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_3_1 = require("../models/models_3");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class StartAssetBundleImportJobCommand extends smithy_client_1.Command {
|
|
@@ -5,7 +5,7 @@ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const models_4_1 = require("../models/models_4");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class UpdateTopicCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +31,7 @@ class UpdateTopicCommand extends smithy_client_1.Command {
|
|
|
31
31
|
logger,
|
|
32
32
|
clientName,
|
|
33
33
|
commandName,
|
|
34
|
-
inputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_4_1.UpdateTopicRequestFilterSensitiveLog,
|
|
35
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
36
|
};
|
|
37
37
|
const { requestHandler } = configuration;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.AssetBundleImportJobDataSourceCredentialsFilterSensitiveLog = exports.AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog = exports.AnalysisDefinitionFilterSensitiveLog = exports.SheetDefinitionFilterSensitiveLog = exports.VisualFilterSensitiveLog = exports.WordCloudVisualFilterSensitiveLog = exports.WordCloudChartConfigurationFilterSensitiveLog = exports.WordCloudFieldWellsFilterSensitiveLog = exports.WordCloudAggregatedFieldWellsFilterSensitiveLog = exports.WaterfallVisualFilterSensitiveLog = exports.WaterfallChartConfigurationFilterSensitiveLog = exports.WaterfallChartFieldWellsFilterSensitiveLog = exports.WaterfallChartAggregatedFieldWellsFilterSensitiveLog = exports.TreeMapVisualFilterSensitiveLog = exports.TreeMapConfigurationFilterSensitiveLog = exports.TreeMapFieldWellsFilterSensitiveLog = exports.TreeMapAggregatedFieldWellsFilterSensitiveLog = exports.TableVisualFilterSensitiveLog = exports.TableConditionalFormattingFilterSensitiveLog = exports.TableConditionalFormattingOptionFilterSensitiveLog = exports.TableRowConditionalFormattingFilterSensitiveLog = exports.TableCellConditionalFormattingFilterSensitiveLog = exports.TableConfigurationFilterSensitiveLog = exports.TableFieldWellsFilterSensitiveLog = exports.TableUnaggregatedFieldWellsFilterSensitiveLog = exports.UnaggregatedFieldFilterSensitiveLog = exports.TableAggregatedFieldWellsFilterSensitiveLog = exports.ScatterPlotVisualFilterSensitiveLog = exports.ScatterPlotConfigurationFilterSensitiveLog = exports.ScatterPlotFieldWellsFilterSensitiveLog = exports.ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = exports.ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog = void 0;
|
|
3
|
+
exports.AssetBundleExportJobRefreshSchedulePropertyToOverride = exports.AssetBundleExportJobDataSourcePropertyToOverride = exports.AssetBundleExportJobDataSetPropertyToOverride = exports.AssetBundleExportJobDashboardPropertyToOverride = exports.AssetBundleExportJobAnalysisPropertyToOverride = exports.FilterOperator = exports.AnalysisFilterAttribute = exports.WordCloudWordScaling = exports.WordCloudWordPadding = exports.WordCloudWordOrientation = exports.WordCloudWordCasing = exports.WordCloudCloudLayout = exports.TableOrientation = exports.TableFieldIconSetType = exports.TableCellImageScalingConfiguration = exports.RadarChartShape = exports.RadarChartAxesRangeScale = exports.PivotTableConditionalFormattingScopeRole = exports.TableTotalsScrollStatus = exports.TableTotalsPlacement = exports.PivotTableSubtotalLevel = exports.PivotTableMetricPlacement = exports.VerticalTextAlignment = exports.TextWrap = exports.TableBorderStyle = exports.PivotTableFieldCollapseState = exports.ArcThickness = exports.LineChartType = exports.MissingDataTreatmentOption = exports.LineChartMarkerShape = exports.LineChartLineStyle = exports.LineInterpolation = exports.TopBottomComputationType = exports.TopBottomSortOrder = exports.MaximumMinimumComputationType = exports.ForecastComputationSeasonality = exports.HistogramBinType = exports.ColorFillType = exports.GeospatialSelectedPointStyle = exports.ConditionalFormattingIconSetType = exports.Icon = exports.ConditionalFormattingIconDisplayOption = exports.PrimaryValueDisplayType = exports.ComparisonMethod = exports.ArcThicknessOptions = exports.FunnelChartMeasureDataLabelStyle = exports.MapZoomMode = exports.BaseMapStyleType = exports.CustomContentImageScalingConfiguration = exports.CustomContentType = void 0;
|
|
4
|
+
exports.ForecastComputationFilterSensitiveLog = exports.HistogramVisualFilterSensitiveLog = exports.HistogramConfigurationFilterSensitiveLog = exports.HistogramFieldWellsFilterSensitiveLog = exports.HistogramAggregatedFieldWellsFilterSensitiveLog = exports.HeatMapVisualFilterSensitiveLog = exports.HeatMapConfigurationFilterSensitiveLog = exports.HeatMapFieldWellsFilterSensitiveLog = exports.HeatMapAggregatedFieldWellsFilterSensitiveLog = exports.GeospatialMapVisualFilterSensitiveLog = exports.GeospatialMapConfigurationFilterSensitiveLog = exports.GeospatialMapFieldWellsFilterSensitiveLog = exports.GeospatialMapAggregatedFieldWellsFilterSensitiveLog = exports.GaugeChartVisualFilterSensitiveLog = exports.GaugeChartConditionalFormattingFilterSensitiveLog = exports.GaugeChartConditionalFormattingOptionFilterSensitiveLog = exports.GaugeChartPrimaryValueConditionalFormattingFilterSensitiveLog = exports.ConditionalFormattingIconFilterSensitiveLog = exports.ConditionalFormattingIconSetFilterSensitiveLog = exports.ConditionalFormattingCustomIconConditionFilterSensitiveLog = exports.GaugeChartArcConditionalFormattingFilterSensitiveLog = exports.GaugeChartConfigurationFilterSensitiveLog = exports.GaugeChartOptionsFilterSensitiveLog = exports.ComparisonConfigurationFilterSensitiveLog = exports.ComparisonFormatConfigurationFilterSensitiveLog = exports.GaugeChartFieldWellsFilterSensitiveLog = exports.FunnelChartVisualFilterSensitiveLog = exports.FunnelChartConfigurationFilterSensitiveLog = exports.FunnelChartFieldWellsFilterSensitiveLog = exports.FunnelChartAggregatedFieldWellsFilterSensitiveLog = exports.FilledMapVisualFilterSensitiveLog = exports.FilledMapConditionalFormattingFilterSensitiveLog = exports.FilledMapConditionalFormattingOptionFilterSensitiveLog = exports.FilledMapShapeConditionalFormattingFilterSensitiveLog = exports.ShapeConditionalFormatFilterSensitiveLog = exports.ConditionalFormattingColorFilterSensitiveLog = exports.ConditionalFormattingSolidColorFilterSensitiveLog = exports.ConditionalFormattingGradientColorFilterSensitiveLog = exports.FilledMapConfigurationFilterSensitiveLog = exports.FilledMapFieldWellsFilterSensitiveLog = exports.FilledMapAggregatedFieldWellsFilterSensitiveLog = exports.EmptyVisualFilterSensitiveLog = exports.CustomContentVisualFilterSensitiveLog = exports.ComboChartVisualFilterSensitiveLog = exports.ComboChartConfigurationFilterSensitiveLog = exports.AssetBundleImportFailureAction = exports.AssetBundleExportJobStatus = exports.AssetBundleExportFormat = exports.AssetBundleExportJobVPCConnectionPropertyToOverride = exports.AssetBundleExportJobThemePropertyToOverride = void 0;
|
|
5
|
+
exports.RadarChartVisualFilterSensitiveLog = exports.RadarChartConfigurationFilterSensitiveLog = exports.RadarChartFieldWellsFilterSensitiveLog = exports.RadarChartAggregatedFieldWellsFilterSensitiveLog = exports.PivotTableVisualFilterSensitiveLog = exports.PivotTableConditionalFormattingFilterSensitiveLog = exports.PivotTableConditionalFormattingOptionFilterSensitiveLog = exports.PivotTableCellConditionalFormattingFilterSensitiveLog = exports.TextConditionalFormatFilterSensitiveLog = exports.PivotTableConfigurationFilterSensitiveLog = exports.PivotTableSortConfigurationFilterSensitiveLog = exports.PivotFieldSortOptionsFilterSensitiveLog = exports.PivotTableSortByFilterSensitiveLog = exports.DataPathSortFilterSensitiveLog = exports.PivotTableFieldWellsFilterSensitiveLog = exports.PivotTableAggregatedFieldWellsFilterSensitiveLog = exports.PivotTableFieldOptionsFilterSensitiveLog = exports.PivotTableDataPathOptionFilterSensitiveLog = exports.PivotTableFieldCollapseStateOptionFilterSensitiveLog = exports.PivotTableFieldCollapseStateTargetFilterSensitiveLog = exports.PieChartVisualFilterSensitiveLog = exports.PieChartConfigurationFilterSensitiveLog = exports.PieChartFieldWellsFilterSensitiveLog = exports.PieChartAggregatedFieldWellsFilterSensitiveLog = exports.LineChartVisualFilterSensitiveLog = exports.LineChartConfigurationFilterSensitiveLog = exports.SeriesItemFilterSensitiveLog = exports.DataFieldSeriesItemFilterSensitiveLog = exports.LineChartFieldWellsFilterSensitiveLog = exports.LineChartAggregatedFieldWellsFilterSensitiveLog = exports.KPIVisualFilterSensitiveLog = exports.KPIConditionalFormattingFilterSensitiveLog = exports.KPIConditionalFormattingOptionFilterSensitiveLog = exports.KPIProgressBarConditionalFormattingFilterSensitiveLog = exports.KPIPrimaryValueConditionalFormattingFilterSensitiveLog = exports.KPIConfigurationFilterSensitiveLog = exports.KPIOptionsFilterSensitiveLog = exports.KPIFieldWellsFilterSensitiveLog = exports.InsightVisualFilterSensitiveLog = exports.InsightConfigurationFilterSensitiveLog = exports.ComputationFilterSensitiveLog = exports.UniqueValuesComputationFilterSensitiveLog = exports.TotalAggregationComputationFilterSensitiveLog = exports.TopBottomRankedComputationFilterSensitiveLog = exports.TopBottomMoversComputationFilterSensitiveLog = exports.PeriodToDateComputationFilterSensitiveLog = exports.PeriodOverPeriodComputationFilterSensitiveLog = exports.MetricComparisonComputationFilterSensitiveLog = exports.MaximumMinimumComputationFilterSensitiveLog = exports.GrowthRateComputationFilterSensitiveLog = void 0;
|
|
6
|
+
exports.AssetBundleImportJobDataSourceCredentialsFilterSensitiveLog = exports.AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog = exports.AnalysisDefinitionFilterSensitiveLog = exports.SheetDefinitionFilterSensitiveLog = exports.VisualFilterSensitiveLog = exports.WordCloudVisualFilterSensitiveLog = exports.WordCloudChartConfigurationFilterSensitiveLog = exports.WordCloudFieldWellsFilterSensitiveLog = exports.WordCloudAggregatedFieldWellsFilterSensitiveLog = exports.WaterfallVisualFilterSensitiveLog = exports.WaterfallChartConfigurationFilterSensitiveLog = exports.WaterfallChartFieldWellsFilterSensitiveLog = exports.WaterfallChartAggregatedFieldWellsFilterSensitiveLog = exports.TreeMapVisualFilterSensitiveLog = exports.TreeMapConfigurationFilterSensitiveLog = exports.TreeMapFieldWellsFilterSensitiveLog = exports.TreeMapAggregatedFieldWellsFilterSensitiveLog = exports.TableVisualFilterSensitiveLog = exports.TableConditionalFormattingFilterSensitiveLog = exports.TableConditionalFormattingOptionFilterSensitiveLog = exports.TableRowConditionalFormattingFilterSensitiveLog = exports.TableCellConditionalFormattingFilterSensitiveLog = exports.TableConfigurationFilterSensitiveLog = exports.TableFieldWellsFilterSensitiveLog = exports.TableUnaggregatedFieldWellsFilterSensitiveLog = exports.UnaggregatedFieldFilterSensitiveLog = exports.TableAggregatedFieldWellsFilterSensitiveLog = exports.ScatterPlotVisualFilterSensitiveLog = exports.ScatterPlotConfigurationFilterSensitiveLog = exports.ScatterPlotFieldWellsFilterSensitiveLog = exports.ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = exports.ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog = exports.SankeyDiagramVisualFilterSensitiveLog = exports.SankeyDiagramChartConfigurationFilterSensitiveLog = exports.SankeyDiagramFieldWellsFilterSensitiveLog = exports.SankeyDiagramAggregatedFieldWellsFilterSensitiveLog = void 0;
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
const models_0_1 = require("./models_0");
|
|
9
9
|
exports.CustomContentType = {
|
|
@@ -154,6 +154,10 @@ exports.ArcThickness = {
|
|
|
154
154
|
SMALL: "SMALL",
|
|
155
155
|
WHOLE: "WHOLE",
|
|
156
156
|
};
|
|
157
|
+
exports.PivotTableFieldCollapseState = {
|
|
158
|
+
COLLAPSED: "COLLAPSED",
|
|
159
|
+
EXPANDED: "EXPANDED",
|
|
160
|
+
};
|
|
157
161
|
exports.TableBorderStyle = {
|
|
158
162
|
NONE: "NONE",
|
|
159
163
|
SOLID: "SOLID",
|
|
@@ -189,6 +193,11 @@ exports.PivotTableConditionalFormattingScopeRole = {
|
|
|
189
193
|
FIELD_TOTAL: "FIELD_TOTAL",
|
|
190
194
|
GRAND_TOTAL: "GRAND_TOTAL",
|
|
191
195
|
};
|
|
196
|
+
exports.RadarChartAxesRangeScale = {
|
|
197
|
+
AUTO: "AUTO",
|
|
198
|
+
INDEPENDENT: "INDEPENDENT",
|
|
199
|
+
SHARED: "SHARED",
|
|
200
|
+
};
|
|
192
201
|
exports.RadarChartShape = {
|
|
193
202
|
CIRCLE: "CIRCLE",
|
|
194
203
|
POLYGON: "POLYGON",
|
|
@@ -727,6 +736,18 @@ const PieChartVisualFilterSensitiveLog = (obj) => ({
|
|
|
727
736
|
...obj,
|
|
728
737
|
});
|
|
729
738
|
exports.PieChartVisualFilterSensitiveLog = PieChartVisualFilterSensitiveLog;
|
|
739
|
+
const PivotTableFieldCollapseStateTargetFilterSensitiveLog = (obj) => ({
|
|
740
|
+
...obj,
|
|
741
|
+
...(obj.FieldDataPathValues && {
|
|
742
|
+
FieldDataPathValues: obj.FieldDataPathValues.map((item) => (0, models_0_1.DataPathValueFilterSensitiveLog)(item)),
|
|
743
|
+
}),
|
|
744
|
+
});
|
|
745
|
+
exports.PivotTableFieldCollapseStateTargetFilterSensitiveLog = PivotTableFieldCollapseStateTargetFilterSensitiveLog;
|
|
746
|
+
const PivotTableFieldCollapseStateOptionFilterSensitiveLog = (obj) => ({
|
|
747
|
+
...obj,
|
|
748
|
+
...(obj.Target && { Target: (0, exports.PivotTableFieldCollapseStateTargetFilterSensitiveLog)(obj.Target) }),
|
|
749
|
+
});
|
|
750
|
+
exports.PivotTableFieldCollapseStateOptionFilterSensitiveLog = PivotTableFieldCollapseStateOptionFilterSensitiveLog;
|
|
730
751
|
const PivotTableDataPathOptionFilterSensitiveLog = (obj) => ({
|
|
731
752
|
...obj,
|
|
732
753
|
...(obj.DataPathList && { DataPathList: obj.DataPathList.map((item) => (0, models_0_1.DataPathValueFilterSensitiveLog)(item)) }),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.UpdateTemplateRequestFilterSensitiveLog = exports.UpdateDataSourceRequestFilterSensitiveLog = exports.UpdateDataSetRequestFilterSensitiveLog = exports.UpdateDashboardRequestFilterSensitiveLog = exports.UpdateAnalysisRequestFilterSensitiveLog = exports.StartAssetBundleImportJobRequestFilterSensitiveLog = exports.GetSessionEmbedUrlResponseFilterSensitiveLog = exports.GetDashboardEmbedUrlResponseFilterSensitiveLog = exports.GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog = exports.SessionTagFilterSensitiveLog = exports.DescribeTopicResponseFilterSensitiveLog = exports.DescribeTemplateDefinitionResponseFilterSensitiveLog = exports.DescribeDataSetResponseFilterSensitiveLog = exports.DescribeDashboardDefinitionResponseFilterSensitiveLog = exports.DescribeAssetBundleImportJobResponseFilterSensitiveLog = exports.DescribeAnalysisDefinitionResponseFilterSensitiveLog = exports.InvalidRequestException = exports.GroupFilterOperator = exports.GroupFilterAttribute = exports.IdentityTypeNotSupportedException = exports.QuickSightUserNotFoundException = exports.UnsupportedPricingPlanException = exports.SessionLifetimeInMinutesInvalidException = exports.FolderFilterAttribute = exports.EmbeddingIdentityType = exports.DomainNotWhitelistedException = exports.NetworkInterfaceStatus = exports.UserRole = exports.IdentityType = exports.TopicRefreshStatus = exports.ThemeErrorType = exports.ThemeType = exports.TemplateErrorType = exports.NamespaceErrorType = exports.IngestionRequestType = exports.IngestionRequestSource = exports.IngestionErrorType = exports.InvalidNextTokenException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const models_2_1 = require("./models_2");
|
|
6
6
|
const QuickSightServiceException_1 = require("./QuickSightServiceException");
|
|
@@ -329,7 +329,3 @@ const UpdateTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
|
329
329
|
...obj,
|
|
330
330
|
});
|
|
331
331
|
exports.UpdateTemplateRequestFilterSensitiveLog = UpdateTemplateRequestFilterSensitiveLog;
|
|
332
|
-
const UpdateTopicRequestFilterSensitiveLog = (obj) => ({
|
|
333
|
-
...obj,
|
|
334
|
-
});
|
|
335
|
-
exports.UpdateTopicRequestFilterSensitiveLog = UpdateTopicRequestFilterSensitiveLog;
|
|
@@ -1,2 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateTopicRequestFilterSensitiveLog = void 0;
|
|
4
|
+
const UpdateTopicRequestFilterSensitiveLog = (obj) => ({
|
|
5
|
+
...obj,
|
|
6
|
+
});
|
|
7
|
+
exports.UpdateTopicRequestFilterSensitiveLog = UpdateTopicRequestFilterSensitiveLog;
|
|
@@ -14338,6 +14338,7 @@ const se_PivotTableCellConditionalFormatting = (input, context) => {
|
|
|
14338
14338
|
return (0, smithy_client_1.take)(input, {
|
|
14339
14339
|
FieldId: [],
|
|
14340
14340
|
Scope: smithy_client_1._json,
|
|
14341
|
+
Scopes: smithy_client_1._json,
|
|
14341
14342
|
TextFormat: (_) => se_TextConditionalFormat(_, context),
|
|
14342
14343
|
});
|
|
14343
14344
|
};
|
|
@@ -14414,6 +14415,7 @@ const se_RadarChartConfiguration = (input, context) => {
|
|
|
14414
14415
|
AlternateBandColorsVisibility: [],
|
|
14415
14416
|
AlternateBandEvenColor: [],
|
|
14416
14417
|
AlternateBandOddColor: [],
|
|
14418
|
+
AxesRangeScale: [],
|
|
14417
14419
|
BaseSeriesSettings: smithy_client_1._json,
|
|
14418
14420
|
CategoryAxis: (_) => se_AxisDisplayOptions(_, context),
|
|
14419
14421
|
CategoryLabelOptions: smithy_client_1._json,
|
|
@@ -16844,6 +16846,7 @@ const de_PivotTableCellConditionalFormatting = (output, context) => {
|
|
|
16844
16846
|
return (0, smithy_client_1.take)(output, {
|
|
16845
16847
|
FieldId: smithy_client_1.expectString,
|
|
16846
16848
|
Scope: smithy_client_1._json,
|
|
16849
|
+
Scopes: smithy_client_1._json,
|
|
16847
16850
|
TextFormat: (_) => de_TextConditionalFormat(_, context),
|
|
16848
16851
|
});
|
|
16849
16852
|
};
|
|
@@ -16921,6 +16924,7 @@ const de_RadarChartConfiguration = (output, context) => {
|
|
|
16921
16924
|
AlternateBandColorsVisibility: smithy_client_1.expectString,
|
|
16922
16925
|
AlternateBandEvenColor: smithy_client_1.expectString,
|
|
16923
16926
|
AlternateBandOddColor: smithy_client_1.expectString,
|
|
16927
|
+
AxesRangeScale: smithy_client_1.expectString,
|
|
16924
16928
|
BaseSeriesSettings: smithy_client_1._json,
|
|
16925
16929
|
CategoryAxis: (_) => de_AxisDisplayOptions(_, context),
|
|
16926
16930
|
CategoryLabelOptions: smithy_client_1._json,
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeAssetBundleExportJobCommand, se_DescribeAssetBundleExportJobCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeAssetBundleExportJobCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { DescribeAssetBundleImportJobResponseFilterSensitiveLog, } from "../models/models_3";
|
|
5
5
|
import { de_DescribeAssetBundleImportJobCommand, se_DescribeAssetBundleImportJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class DescribeAssetBundleImportJobCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListAssetBundleExportJobsCommand, se_ListAssetBundleExportJobsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListAssetBundleExportJobsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListAssetBundleImportJobsCommand, se_ListAssetBundleImportJobsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListAssetBundleImportJobsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_StartAssetBundleExportJobCommand, se_StartAssetBundleExportJobCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class StartAssetBundleExportJobCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { StartAssetBundleImportJobRequestFilterSensitiveLog, } from "../models/models_3";
|
|
5
5
|
import { de_StartAssetBundleImportJobCommand, se_StartAssetBundleImportJobCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class StartAssetBundleImportJobCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateTopicRequestFilterSensitiveLog } from "../models/
|
|
4
|
+
import { UpdateTopicRequestFilterSensitiveLog } from "../models/models_4";
|
|
5
5
|
import { de_UpdateTopicCommand, se_UpdateTopicCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateTopicCommand extends $Command {
|
|
@@ -148,6 +148,10 @@ export const ArcThickness = {
|
|
|
148
148
|
SMALL: "SMALL",
|
|
149
149
|
WHOLE: "WHOLE",
|
|
150
150
|
};
|
|
151
|
+
export const PivotTableFieldCollapseState = {
|
|
152
|
+
COLLAPSED: "COLLAPSED",
|
|
153
|
+
EXPANDED: "EXPANDED",
|
|
154
|
+
};
|
|
151
155
|
export const TableBorderStyle = {
|
|
152
156
|
NONE: "NONE",
|
|
153
157
|
SOLID: "SOLID",
|
|
@@ -183,6 +187,11 @@ export const PivotTableConditionalFormattingScopeRole = {
|
|
|
183
187
|
FIELD_TOTAL: "FIELD_TOTAL",
|
|
184
188
|
GRAND_TOTAL: "GRAND_TOTAL",
|
|
185
189
|
};
|
|
190
|
+
export const RadarChartAxesRangeScale = {
|
|
191
|
+
AUTO: "AUTO",
|
|
192
|
+
INDEPENDENT: "INDEPENDENT",
|
|
193
|
+
SHARED: "SHARED",
|
|
194
|
+
};
|
|
186
195
|
export const RadarChartShape = {
|
|
187
196
|
CIRCLE: "CIRCLE",
|
|
188
197
|
POLYGON: "POLYGON",
|
|
@@ -646,6 +655,16 @@ export const PieChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
|
646
655
|
export const PieChartVisualFilterSensitiveLog = (obj) => ({
|
|
647
656
|
...obj,
|
|
648
657
|
});
|
|
658
|
+
export const PivotTableFieldCollapseStateTargetFilterSensitiveLog = (obj) => ({
|
|
659
|
+
...obj,
|
|
660
|
+
...(obj.FieldDataPathValues && {
|
|
661
|
+
FieldDataPathValues: obj.FieldDataPathValues.map((item) => DataPathValueFilterSensitiveLog(item)),
|
|
662
|
+
}),
|
|
663
|
+
});
|
|
664
|
+
export const PivotTableFieldCollapseStateOptionFilterSensitiveLog = (obj) => ({
|
|
665
|
+
...obj,
|
|
666
|
+
...(obj.Target && { Target: PivotTableFieldCollapseStateTargetFilterSensitiveLog(obj.Target) }),
|
|
667
|
+
});
|
|
649
668
|
export const PivotTableDataPathOptionFilterSensitiveLog = (obj) => ({
|
|
650
669
|
...obj,
|
|
651
670
|
...(obj.DataPathList && { DataPathList: obj.DataPathList.map((item) => DataPathValueFilterSensitiveLog(item)) }),
|
|
@@ -14013,6 +14013,7 @@ const se_PivotTableCellConditionalFormatting = (input, context) => {
|
|
|
14013
14013
|
return take(input, {
|
|
14014
14014
|
FieldId: [],
|
|
14015
14015
|
Scope: _json,
|
|
14016
|
+
Scopes: _json,
|
|
14016
14017
|
TextFormat: (_) => se_TextConditionalFormat(_, context),
|
|
14017
14018
|
});
|
|
14018
14019
|
};
|
|
@@ -14089,6 +14090,7 @@ const se_RadarChartConfiguration = (input, context) => {
|
|
|
14089
14090
|
AlternateBandColorsVisibility: [],
|
|
14090
14091
|
AlternateBandEvenColor: [],
|
|
14091
14092
|
AlternateBandOddColor: [],
|
|
14093
|
+
AxesRangeScale: [],
|
|
14092
14094
|
BaseSeriesSettings: _json,
|
|
14093
14095
|
CategoryAxis: (_) => se_AxisDisplayOptions(_, context),
|
|
14094
14096
|
CategoryLabelOptions: _json,
|
|
@@ -16519,6 +16521,7 @@ const de_PivotTableCellConditionalFormatting = (output, context) => {
|
|
|
16519
16521
|
return take(output, {
|
|
16520
16522
|
FieldId: __expectString,
|
|
16521
16523
|
Scope: _json,
|
|
16524
|
+
Scopes: _json,
|
|
16522
16525
|
TextFormat: (_) => de_TextConditionalFormat(_, context),
|
|
16523
16526
|
});
|
|
16524
16527
|
};
|
|
@@ -16596,6 +16599,7 @@ const de_RadarChartConfiguration = (output, context) => {
|
|
|
16596
16599
|
AlternateBandColorsVisibility: __expectString,
|
|
16597
16600
|
AlternateBandEvenColor: __expectString,
|
|
16598
16601
|
AlternateBandOddColor: __expectString,
|
|
16602
|
+
AxesRangeScale: __expectString,
|
|
16599
16603
|
BaseSeriesSettings: _json,
|
|
16600
16604
|
CategoryAxis: (_) => de_AxisDisplayOptions(_, context),
|
|
16601
16605
|
CategoryLabelOptions: _json,
|
|
@@ -1336,6 +1336,15 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
1336
1336
|
* Width: "STRING_VALUE",
|
|
1337
1337
|
* },
|
|
1338
1338
|
* ],
|
|
1339
|
+
* CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
|
|
1340
|
+
* { // PivotTableFieldCollapseStateOption
|
|
1341
|
+
* Target: { // PivotTableFieldCollapseStateTarget
|
|
1342
|
+
* FieldId: "STRING_VALUE",
|
|
1343
|
+
* FieldDataPathValues: "<DataPathValueList>",
|
|
1344
|
+
* },
|
|
1345
|
+
* State: "COLLAPSED" || "EXPANDED",
|
|
1346
|
+
* },
|
|
1347
|
+
* ],
|
|
1339
1348
|
* },
|
|
1340
1349
|
* PaginatedReportOptions: { // PivotTablePaginatedReportOptions
|
|
1341
1350
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1388,6 +1397,11 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
1388
1397
|
* Scope: { // PivotTableConditionalFormattingScope
|
|
1389
1398
|
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1390
1399
|
* },
|
|
1400
|
+
* Scopes: [ // PivotTableConditionalFormattingScopeList
|
|
1401
|
+
* {
|
|
1402
|
+
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1403
|
+
* },
|
|
1404
|
+
* ],
|
|
1391
1405
|
* },
|
|
1392
1406
|
* },
|
|
1393
1407
|
* ],
|
|
@@ -3865,6 +3879,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
|
|
|
3865
3879
|
* ColorAxis: "<AxisDisplayOptions>",
|
|
3866
3880
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
3867
3881
|
* Legend: "<LegendOptions>",
|
|
3882
|
+
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
3868
3883
|
* },
|
|
3869
3884
|
* Actions: "<VisualCustomActionList>",
|
|
3870
3885
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -1382,6 +1382,15 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
1382
1382
|
* Width: "STRING_VALUE",
|
|
1383
1383
|
* },
|
|
1384
1384
|
* ],
|
|
1385
|
+
* CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
|
|
1386
|
+
* { // PivotTableFieldCollapseStateOption
|
|
1387
|
+
* Target: { // PivotTableFieldCollapseStateTarget
|
|
1388
|
+
* FieldId: "STRING_VALUE",
|
|
1389
|
+
* FieldDataPathValues: "<DataPathValueList>",
|
|
1390
|
+
* },
|
|
1391
|
+
* State: "COLLAPSED" || "EXPANDED",
|
|
1392
|
+
* },
|
|
1393
|
+
* ],
|
|
1385
1394
|
* },
|
|
1386
1395
|
* PaginatedReportOptions: { // PivotTablePaginatedReportOptions
|
|
1387
1396
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1434,6 +1443,11 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
1434
1443
|
* Scope: { // PivotTableConditionalFormattingScope
|
|
1435
1444
|
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1436
1445
|
* },
|
|
1446
|
+
* Scopes: [ // PivotTableConditionalFormattingScopeList
|
|
1447
|
+
* {
|
|
1448
|
+
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1449
|
+
* },
|
|
1450
|
+
* ],
|
|
1437
1451
|
* },
|
|
1438
1452
|
* },
|
|
1439
1453
|
* ],
|
|
@@ -3911,6 +3925,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
3911
3925
|
* ColorAxis: "<AxisDisplayOptions>",
|
|
3912
3926
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
3913
3927
|
* Legend: "<LegendOptions>",
|
|
3928
|
+
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
3914
3929
|
* },
|
|
3915
3930
|
* Actions: "<VisualCustomActionList>",
|
|
3916
3931
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -1330,6 +1330,15 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1330
1330
|
* Width: "STRING_VALUE",
|
|
1331
1331
|
* },
|
|
1332
1332
|
* ],
|
|
1333
|
+
* CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
|
|
1334
|
+
* { // PivotTableFieldCollapseStateOption
|
|
1335
|
+
* Target: { // PivotTableFieldCollapseStateTarget
|
|
1336
|
+
* FieldId: "STRING_VALUE",
|
|
1337
|
+
* FieldDataPathValues: "<DataPathValueList>",
|
|
1338
|
+
* },
|
|
1339
|
+
* State: "COLLAPSED" || "EXPANDED",
|
|
1340
|
+
* },
|
|
1341
|
+
* ],
|
|
1333
1342
|
* },
|
|
1334
1343
|
* PaginatedReportOptions: { // PivotTablePaginatedReportOptions
|
|
1335
1344
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1382,6 +1391,11 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
1382
1391
|
* Scope: { // PivotTableConditionalFormattingScope
|
|
1383
1392
|
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1384
1393
|
* },
|
|
1394
|
+
* Scopes: [ // PivotTableConditionalFormattingScopeList
|
|
1395
|
+
* {
|
|
1396
|
+
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1397
|
+
* },
|
|
1398
|
+
* ],
|
|
1385
1399
|
* },
|
|
1386
1400
|
* },
|
|
1387
1401
|
* ],
|
|
@@ -3859,6 +3873,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
3859
3873
|
* ColorAxis: "<AxisDisplayOptions>",
|
|
3860
3874
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
3861
3875
|
* Legend: "<LegendOptions>",
|
|
3876
|
+
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
3862
3877
|
* },
|
|
3863
3878
|
* Actions: "<VisualCustomActionList>",
|
|
3864
3879
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteGroupMembershipRequest
|
|
4
|
+
import { DeleteGroupMembershipRequest } from "../models/models_2";
|
|
5
|
+
import { DeleteGroupMembershipResponse } from "../models/models_3";
|
|
5
6
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteIAMPolicyAssignmentRequest, DeleteIAMPolicyAssignmentResponse } from "../models/
|
|
4
|
+
import { DeleteIAMPolicyAssignmentRequest, DeleteIAMPolicyAssignmentResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteNamespaceRequest } from "../models/
|
|
5
|
-
import { DeleteNamespaceResponse } from "../models/models_3";
|
|
4
|
+
import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_3";
|
|
6
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
@@ -1302,6 +1302,15 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
1302
1302
|
* // Width: "STRING_VALUE",
|
|
1303
1303
|
* // },
|
|
1304
1304
|
* // ],
|
|
1305
|
+
* // CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
|
|
1306
|
+
* // { // PivotTableFieldCollapseStateOption
|
|
1307
|
+
* // Target: { // PivotTableFieldCollapseStateTarget
|
|
1308
|
+
* // FieldId: "STRING_VALUE",
|
|
1309
|
+
* // FieldDataPathValues: "<DataPathValueList>",
|
|
1310
|
+
* // },
|
|
1311
|
+
* // State: "COLLAPSED" || "EXPANDED",
|
|
1312
|
+
* // },
|
|
1313
|
+
* // ],
|
|
1305
1314
|
* // },
|
|
1306
1315
|
* // PaginatedReportOptions: { // PivotTablePaginatedReportOptions
|
|
1307
1316
|
* // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1354,6 +1363,11 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
1354
1363
|
* // Scope: { // PivotTableConditionalFormattingScope
|
|
1355
1364
|
* // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1356
1365
|
* // },
|
|
1366
|
+
* // Scopes: [ // PivotTableConditionalFormattingScopeList
|
|
1367
|
+
* // {
|
|
1368
|
+
* // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1369
|
+
* // },
|
|
1370
|
+
* // ],
|
|
1357
1371
|
* // },
|
|
1358
1372
|
* // },
|
|
1359
1373
|
* // ],
|
|
@@ -3831,6 +3845,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
3831
3845
|
* // ColorAxis: "<AxisDisplayOptions>",
|
|
3832
3846
|
* // ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
3833
3847
|
* // Legend: "<LegendOptions>",
|
|
3848
|
+
* // AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
3834
3849
|
* // },
|
|
3835
3850
|
* // Actions: "<VisualCustomActionList>",
|
|
3836
3851
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeAssetBundleExportJobRequest, DescribeAssetBundleExportJobResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeAssetBundleImportJobRequest, DescribeAssetBundleImportJobResponse } from "../models/models_3";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|