@aws-sdk/client-quicksight 3.345.0 → 3.347.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/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
|
@@ -1304,6 +1304,15 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
1304
1304
|
* // Width: "STRING_VALUE",
|
|
1305
1305
|
* // },
|
|
1306
1306
|
* // ],
|
|
1307
|
+
* // CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
|
|
1308
|
+
* // { // PivotTableFieldCollapseStateOption
|
|
1309
|
+
* // Target: { // PivotTableFieldCollapseStateTarget
|
|
1310
|
+
* // FieldId: "STRING_VALUE",
|
|
1311
|
+
* // FieldDataPathValues: "<DataPathValueList>",
|
|
1312
|
+
* // },
|
|
1313
|
+
* // State: "COLLAPSED" || "EXPANDED",
|
|
1314
|
+
* // },
|
|
1315
|
+
* // ],
|
|
1307
1316
|
* // },
|
|
1308
1317
|
* // PaginatedReportOptions: { // PivotTablePaginatedReportOptions
|
|
1309
1318
|
* // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1356,6 +1365,11 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
1356
1365
|
* // Scope: { // PivotTableConditionalFormattingScope
|
|
1357
1366
|
* // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1358
1367
|
* // },
|
|
1368
|
+
* // Scopes: [ // PivotTableConditionalFormattingScopeList
|
|
1369
|
+
* // {
|
|
1370
|
+
* // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1371
|
+
* // },
|
|
1372
|
+
* // ],
|
|
1359
1373
|
* // },
|
|
1360
1374
|
* // },
|
|
1361
1375
|
* // ],
|
|
@@ -3833,6 +3847,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
3833
3847
|
* // ColorAxis: "<AxisDisplayOptions>",
|
|
3834
3848
|
* // ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
3835
3849
|
* // Legend: "<LegendOptions>",
|
|
3850
|
+
* // AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
3836
3851
|
* // },
|
|
3837
3852
|
* // Actions: "<VisualCustomActionList>",
|
|
3838
3853
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -1322,6 +1322,15 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
1322
1322
|
* // Width: "STRING_VALUE",
|
|
1323
1323
|
* // },
|
|
1324
1324
|
* // ],
|
|
1325
|
+
* // CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
|
|
1326
|
+
* // { // PivotTableFieldCollapseStateOption
|
|
1327
|
+
* // Target: { // PivotTableFieldCollapseStateTarget
|
|
1328
|
+
* // FieldId: "STRING_VALUE",
|
|
1329
|
+
* // FieldDataPathValues: "<DataPathValueList>",
|
|
1330
|
+
* // },
|
|
1331
|
+
* // State: "COLLAPSED" || "EXPANDED",
|
|
1332
|
+
* // },
|
|
1333
|
+
* // ],
|
|
1325
1334
|
* // },
|
|
1326
1335
|
* // PaginatedReportOptions: { // PivotTablePaginatedReportOptions
|
|
1327
1336
|
* // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1374,6 +1383,11 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
1374
1383
|
* // Scope: { // PivotTableConditionalFormattingScope
|
|
1375
1384
|
* // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1376
1385
|
* // },
|
|
1386
|
+
* // Scopes: [ // PivotTableConditionalFormattingScopeList
|
|
1387
|
+
* // {
|
|
1388
|
+
* // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1389
|
+
* // },
|
|
1390
|
+
* // ],
|
|
1377
1391
|
* // },
|
|
1378
1392
|
* // },
|
|
1379
1393
|
* // ],
|
|
@@ -3851,6 +3865,7 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
3851
3865
|
* // ColorAxis: "<AxisDisplayOptions>",
|
|
3852
3866
|
* // ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
3853
3867
|
* // Legend: "<LegendOptions>",
|
|
3868
|
+
* // AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
3854
3869
|
* // },
|
|
3855
3870
|
* // Actions: "<VisualCustomActionList>",
|
|
3856
3871
|
* // 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 { ListAssetBundleExportJobsRequest, ListAssetBundleExportJobsResponse } 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 { ListAssetBundleImportJobsRequest, ListAssetBundleImportJobsResponse } 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 { StartAssetBundleExportJobRequest, StartAssetBundleExportJobResponse } 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 { StartAssetBundleImportJobRequest, StartAssetBundleImportJobResponse } 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
|
*
|
|
@@ -1322,6 +1322,15 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1322
1322
|
* Width: "STRING_VALUE",
|
|
1323
1323
|
* },
|
|
1324
1324
|
* ],
|
|
1325
|
+
* CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
|
|
1326
|
+
* { // PivotTableFieldCollapseStateOption
|
|
1327
|
+
* Target: { // PivotTableFieldCollapseStateTarget
|
|
1328
|
+
* FieldId: "STRING_VALUE",
|
|
1329
|
+
* FieldDataPathValues: "<DataPathValueList>",
|
|
1330
|
+
* },
|
|
1331
|
+
* State: "COLLAPSED" || "EXPANDED",
|
|
1332
|
+
* },
|
|
1333
|
+
* ],
|
|
1325
1334
|
* },
|
|
1326
1335
|
* PaginatedReportOptions: { // PivotTablePaginatedReportOptions
|
|
1327
1336
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1374,6 +1383,11 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1374
1383
|
* Scope: { // PivotTableConditionalFormattingScope
|
|
1375
1384
|
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1376
1385
|
* },
|
|
1386
|
+
* Scopes: [ // PivotTableConditionalFormattingScopeList
|
|
1387
|
+
* {
|
|
1388
|
+
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1389
|
+
* },
|
|
1390
|
+
* ],
|
|
1377
1391
|
* },
|
|
1378
1392
|
* },
|
|
1379
1393
|
* ],
|
|
@@ -3851,6 +3865,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
3851
3865
|
* ColorAxis: "<AxisDisplayOptions>",
|
|
3852
3866
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
3853
3867
|
* Legend: "<LegendOptions>",
|
|
3868
|
+
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
3854
3869
|
* },
|
|
3855
3870
|
* Actions: "<VisualCustomActionList>",
|
|
3856
3871
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -1367,6 +1367,15 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1367
1367
|
* Width: "STRING_VALUE",
|
|
1368
1368
|
* },
|
|
1369
1369
|
* ],
|
|
1370
|
+
* CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
|
|
1371
|
+
* { // PivotTableFieldCollapseStateOption
|
|
1372
|
+
* Target: { // PivotTableFieldCollapseStateTarget
|
|
1373
|
+
* FieldId: "STRING_VALUE",
|
|
1374
|
+
* FieldDataPathValues: "<DataPathValueList>",
|
|
1375
|
+
* },
|
|
1376
|
+
* State: "COLLAPSED" || "EXPANDED",
|
|
1377
|
+
* },
|
|
1378
|
+
* ],
|
|
1370
1379
|
* },
|
|
1371
1380
|
* PaginatedReportOptions: { // PivotTablePaginatedReportOptions
|
|
1372
1381
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1419,6 +1428,11 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1419
1428
|
* Scope: { // PivotTableConditionalFormattingScope
|
|
1420
1429
|
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1421
1430
|
* },
|
|
1431
|
+
* Scopes: [ // PivotTableConditionalFormattingScopeList
|
|
1432
|
+
* {
|
|
1433
|
+
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1434
|
+
* },
|
|
1435
|
+
* ],
|
|
1422
1436
|
* },
|
|
1423
1437
|
* },
|
|
1424
1438
|
* ],
|
|
@@ -3896,6 +3910,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3896
3910
|
* ColorAxis: "<AxisDisplayOptions>",
|
|
3897
3911
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
3898
3912
|
* Legend: "<LegendOptions>",
|
|
3913
|
+
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
3899
3914
|
* },
|
|
3900
3915
|
* Actions: "<VisualCustomActionList>",
|
|
3901
3916
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -1309,6 +1309,15 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1309
1309
|
* Width: "STRING_VALUE",
|
|
1310
1310
|
* },
|
|
1311
1311
|
* ],
|
|
1312
|
+
* CollapseStateOptions: [ // PivotTableFieldCollapseStateOptionList
|
|
1313
|
+
* { // PivotTableFieldCollapseStateOption
|
|
1314
|
+
* Target: { // PivotTableFieldCollapseStateTarget
|
|
1315
|
+
* FieldId: "STRING_VALUE",
|
|
1316
|
+
* FieldDataPathValues: "<DataPathValueList>",
|
|
1317
|
+
* },
|
|
1318
|
+
* State: "COLLAPSED" || "EXPANDED",
|
|
1319
|
+
* },
|
|
1320
|
+
* ],
|
|
1312
1321
|
* },
|
|
1313
1322
|
* PaginatedReportOptions: { // PivotTablePaginatedReportOptions
|
|
1314
1323
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1361,6 +1370,11 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1361
1370
|
* Scope: { // PivotTableConditionalFormattingScope
|
|
1362
1371
|
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1363
1372
|
* },
|
|
1373
|
+
* Scopes: [ // PivotTableConditionalFormattingScopeList
|
|
1374
|
+
* {
|
|
1375
|
+
* Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
|
|
1376
|
+
* },
|
|
1377
|
+
* ],
|
|
1364
1378
|
* },
|
|
1365
1379
|
* },
|
|
1366
1380
|
* ],
|
|
@@ -3838,6 +3852,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3838
3852
|
* ColorAxis: "<AxisDisplayOptions>",
|
|
3839
3853
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
3840
3854
|
* Legend: "<LegendOptions>",
|
|
3855
|
+
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
3841
3856
|
* },
|
|
3842
3857
|
* Actions: "<VisualCustomActionList>",
|
|
3843
3858
|
* 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 { UpdateThemeAliasRequest
|
|
4
|
+
import { UpdateThemeAliasRequest } from "../models/models_3";
|
|
5
|
+
import { UpdateThemeAliasResponse } from "../models/models_4";
|
|
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 { UpdateThemePermissionsRequest, UpdateThemePermissionsResponse } from "../models/
|
|
4
|
+
import { UpdateThemePermissionsRequest, UpdateThemePermissionsResponse } from "../models/models_4";
|
|
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 { UpdateTopicRequest } from "../models/
|
|
5
|
-
import { UpdateTopicResponse } from "../models/models_4";
|
|
4
|
+
import { UpdateTopicRequest, UpdateTopicResponse } from "../models/models_4";
|
|
6
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
@@ -2993,6 +2993,58 @@ export interface PieChartVisual {
|
|
|
2993
2993
|
*/
|
|
2994
2994
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
2995
2995
|
}
|
|
2996
|
+
/**
|
|
2997
|
+
* @public
|
|
2998
|
+
* @enum
|
|
2999
|
+
*/
|
|
3000
|
+
export declare const PivotTableFieldCollapseState: {
|
|
3001
|
+
readonly COLLAPSED: "COLLAPSED";
|
|
3002
|
+
readonly EXPANDED: "EXPANDED";
|
|
3003
|
+
};
|
|
3004
|
+
/**
|
|
3005
|
+
* @public
|
|
3006
|
+
*/
|
|
3007
|
+
export type PivotTableFieldCollapseState = (typeof PivotTableFieldCollapseState)[keyof typeof PivotTableFieldCollapseState];
|
|
3008
|
+
/**
|
|
3009
|
+
* @public
|
|
3010
|
+
* <p>The target of a pivot table field collapse state.</p>
|
|
3011
|
+
*/
|
|
3012
|
+
export interface PivotTableFieldCollapseStateTarget {
|
|
3013
|
+
/**
|
|
3014
|
+
* <p>The field ID of the pivot table that the collapse state needs to be set to.</p>
|
|
3015
|
+
*/
|
|
3016
|
+
FieldId?: string;
|
|
3017
|
+
/**
|
|
3018
|
+
* <p>The data path of the pivot table's header. Used to set the collapse state.</p>
|
|
3019
|
+
*/
|
|
3020
|
+
FieldDataPathValues?: DataPathValue[];
|
|
3021
|
+
}
|
|
3022
|
+
/**
|
|
3023
|
+
* @public
|
|
3024
|
+
* <p>The collapse state options for the pivot table field options.</p>
|
|
3025
|
+
*/
|
|
3026
|
+
export interface PivotTableFieldCollapseStateOption {
|
|
3027
|
+
/**
|
|
3028
|
+
* <p>A tagged-union object that sets the collapse state.</p>
|
|
3029
|
+
*/
|
|
3030
|
+
Target: PivotTableFieldCollapseStateTarget | undefined;
|
|
3031
|
+
/**
|
|
3032
|
+
* <p>The state of the field target of a pivot table. Choose one of the following options:</p>
|
|
3033
|
+
* <ul>
|
|
3034
|
+
* <li>
|
|
3035
|
+
* <p>
|
|
3036
|
+
* <code>COLLAPSED</code>
|
|
3037
|
+
* </p>
|
|
3038
|
+
* </li>
|
|
3039
|
+
* <li>
|
|
3040
|
+
* <p>
|
|
3041
|
+
* <code>EXPANDED</code>
|
|
3042
|
+
* </p>
|
|
3043
|
+
* </li>
|
|
3044
|
+
* </ul>
|
|
3045
|
+
*/
|
|
3046
|
+
State?: PivotTableFieldCollapseState | string;
|
|
3047
|
+
}
|
|
2996
3048
|
/**
|
|
2997
3049
|
* @public
|
|
2998
3050
|
* <p>The data path options for the pivot table field options.</p>
|
|
@@ -3038,6 +3090,10 @@ export interface PivotTableFieldOptions {
|
|
|
3038
3090
|
* <p>The data path options for the pivot table field options.</p>
|
|
3039
3091
|
*/
|
|
3040
3092
|
DataPathOptions?: PivotTableDataPathOption[];
|
|
3093
|
+
/**
|
|
3094
|
+
* <p>The collapse state options for the pivot table field options.</p>
|
|
3095
|
+
*/
|
|
3096
|
+
CollapseStateOptions?: PivotTableFieldCollapseStateOption[];
|
|
3041
3097
|
}
|
|
3042
3098
|
/**
|
|
3043
3099
|
* @public
|
|
@@ -3572,6 +3628,10 @@ export interface PivotTableCellConditionalFormatting {
|
|
|
3572
3628
|
* <p>The scope of the cell for conditional formatting.</p>
|
|
3573
3629
|
*/
|
|
3574
3630
|
Scope?: PivotTableConditionalFormattingScope;
|
|
3631
|
+
/**
|
|
3632
|
+
* <p>A list of cell scopes for conditional formatting.</p>
|
|
3633
|
+
*/
|
|
3634
|
+
Scopes?: PivotTableConditionalFormattingScope[];
|
|
3575
3635
|
}
|
|
3576
3636
|
/**
|
|
3577
3637
|
* @public
|
|
@@ -3624,6 +3684,19 @@ export interface PivotTableVisual {
|
|
|
3624
3684
|
*/
|
|
3625
3685
|
Actions?: VisualCustomAction[];
|
|
3626
3686
|
}
|
|
3687
|
+
/**
|
|
3688
|
+
* @public
|
|
3689
|
+
* @enum
|
|
3690
|
+
*/
|
|
3691
|
+
export declare const RadarChartAxesRangeScale: {
|
|
3692
|
+
readonly AUTO: "AUTO";
|
|
3693
|
+
readonly INDEPENDENT: "INDEPENDENT";
|
|
3694
|
+
readonly SHARED: "SHARED";
|
|
3695
|
+
};
|
|
3696
|
+
/**
|
|
3697
|
+
* @public
|
|
3698
|
+
*/
|
|
3699
|
+
export type RadarChartAxesRangeScale = (typeof RadarChartAxesRangeScale)[keyof typeof RadarChartAxesRangeScale];
|
|
3627
3700
|
/**
|
|
3628
3701
|
* @public
|
|
3629
3702
|
* <p>The configured style settings of a radar chart.</p>
|
|
@@ -3767,6 +3840,10 @@ export interface RadarChartConfiguration {
|
|
|
3767
3840
|
* <p>The legend display setup of the visual.</p>
|
|
3768
3841
|
*/
|
|
3769
3842
|
Legend?: LegendOptions;
|
|
3843
|
+
/**
|
|
3844
|
+
* <p>The axis behavior options of a radar chart.</p>
|
|
3845
|
+
*/
|
|
3846
|
+
AxesRangeScale?: RadarChartAxesRangeScale | string;
|
|
3770
3847
|
}
|
|
3771
3848
|
/**
|
|
3772
3849
|
* @public
|
|
@@ -5749,11 +5826,11 @@ export interface AssetBundleImportJobDataSourceCredentialPair {
|
|
|
5749
5826
|
*/
|
|
5750
5827
|
export interface AssetBundleImportJobDataSourceCredentials {
|
|
5751
5828
|
/**
|
|
5752
|
-
* <p>A username and password credential pair to be used to create the imported data source.
|
|
5829
|
+
* <p>A username and password credential pair to be used to create the imported data source. Keep this field blank if you are using a Secrets Manager secret to provide credentials.</p>
|
|
5753
5830
|
*/
|
|
5754
5831
|
CredentialPair?: AssetBundleImportJobDataSourceCredentialPair;
|
|
5755
5832
|
/**
|
|
5756
|
-
* <p>The ARN of the Secrets Manager
|
|
5833
|
+
* <p>The ARN of the Secrets Manager secret that's used to create the imported data source. Keep this field blank, unless you are using a secret in place of a credential pair.</p>
|
|
5757
5834
|
*/
|
|
5758
5835
|
SecretArn?: string;
|
|
5759
5836
|
}
|
|
@@ -5817,66 +5894,6 @@ export interface AwsIotAnalyticsParameters {
|
|
|
5817
5894
|
*/
|
|
5818
5895
|
DataSetName: string | undefined;
|
|
5819
5896
|
}
|
|
5820
|
-
/**
|
|
5821
|
-
* @public
|
|
5822
|
-
* <p>The required parameters that are needed to connect to a Databricks data source.</p>
|
|
5823
|
-
*/
|
|
5824
|
-
export interface DatabricksParameters {
|
|
5825
|
-
/**
|
|
5826
|
-
* <p>The host name of the Databricks data source.</p>
|
|
5827
|
-
*/
|
|
5828
|
-
Host: string | undefined;
|
|
5829
|
-
/**
|
|
5830
|
-
* <p>The port for the Databricks data source.</p>
|
|
5831
|
-
*/
|
|
5832
|
-
Port: number | undefined;
|
|
5833
|
-
/**
|
|
5834
|
-
* <p>The HTTP path of the Databricks data source.</p>
|
|
5835
|
-
*/
|
|
5836
|
-
SqlEndpointPath: string | undefined;
|
|
5837
|
-
}
|
|
5838
|
-
/**
|
|
5839
|
-
* @public
|
|
5840
|
-
* <p>The required parameters for connecting to an Exasol data source.</p>
|
|
5841
|
-
*/
|
|
5842
|
-
export interface ExasolParameters {
|
|
5843
|
-
/**
|
|
5844
|
-
* <p>The hostname or IP address of the Exasol data source.</p>
|
|
5845
|
-
*/
|
|
5846
|
-
Host: string | undefined;
|
|
5847
|
-
/**
|
|
5848
|
-
* <p>The port for the Exasol data source.</p>
|
|
5849
|
-
*/
|
|
5850
|
-
Port: number | undefined;
|
|
5851
|
-
}
|
|
5852
|
-
/**
|
|
5853
|
-
* @public
|
|
5854
|
-
* <p>The parameters for Jira.</p>
|
|
5855
|
-
*/
|
|
5856
|
-
export interface JiraParameters {
|
|
5857
|
-
/**
|
|
5858
|
-
* <p>The base URL of the Jira site.</p>
|
|
5859
|
-
*/
|
|
5860
|
-
SiteBaseUrl: string | undefined;
|
|
5861
|
-
}
|
|
5862
|
-
/**
|
|
5863
|
-
* @public
|
|
5864
|
-
* <p>The parameters for MariaDB.</p>
|
|
5865
|
-
*/
|
|
5866
|
-
export interface MariaDbParameters {
|
|
5867
|
-
/**
|
|
5868
|
-
* <p>Host.</p>
|
|
5869
|
-
*/
|
|
5870
|
-
Host: string | undefined;
|
|
5871
|
-
/**
|
|
5872
|
-
* <p>Port.</p>
|
|
5873
|
-
*/
|
|
5874
|
-
Port: number | undefined;
|
|
5875
|
-
/**
|
|
5876
|
-
* <p>Database.</p>
|
|
5877
|
-
*/
|
|
5878
|
-
Database: string | undefined;
|
|
5879
|
-
}
|
|
5880
5897
|
/**
|
|
5881
5898
|
* @internal
|
|
5882
5899
|
*/
|
|
@@ -6177,6 +6194,14 @@ export declare const PieChartConfigurationFilterSensitiveLog: (obj: PieChartConf
|
|
|
6177
6194
|
* @internal
|
|
6178
6195
|
*/
|
|
6179
6196
|
export declare const PieChartVisualFilterSensitiveLog: (obj: PieChartVisual) => any;
|
|
6197
|
+
/**
|
|
6198
|
+
* @internal
|
|
6199
|
+
*/
|
|
6200
|
+
export declare const PivotTableFieldCollapseStateTargetFilterSensitiveLog: (obj: PivotTableFieldCollapseStateTarget) => any;
|
|
6201
|
+
/**
|
|
6202
|
+
* @internal
|
|
6203
|
+
*/
|
|
6204
|
+
export declare const PivotTableFieldCollapseStateOptionFilterSensitiveLog: (obj: PivotTableFieldCollapseStateOption) => any;
|
|
6180
6205
|
/**
|
|
6181
6206
|
* @internal
|
|
6182
6207
|
*/
|