@aws-sdk/client-quicksight 3.431.0 → 3.433.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/StartAssetBundleImportJobCommand.js +2 -2
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +17 -9
- package/dist-cjs/models/models_1.js +20 -9
- package/dist-cjs/models/models_2.js +17 -25
- package/dist-cjs/models/models_3.js +22 -15
- package/dist-cjs/models/models_4.js +16 -1
- package/dist-cjs/protocols/Aws_restJson1.js +8 -0
- package/dist-es/commands/StartAssetBundleImportJobCommand.js +1 -1
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +14 -6
- package/dist-es/models/models_1.js +15 -4
- package/dist-es/models/models_2.js +13 -22
- package/dist-es/models/models_3.js +22 -13
- package/dist-es/models/models_4.js +14 -1
- package/dist-es/protocols/Aws_restJson1.js +8 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +47 -12
- package/dist-types/commands/CreateDashboardCommand.d.ts +47 -12
- package/dist-types/commands/CreateDataSetCommand.d.ts +3 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +25 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +44 -12
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +44 -12
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +44 -12
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +22 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +44 -12
- package/dist-types/commands/ListDataSourcesCommand.d.ts +22 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/SearchFoldersCommand.d.ts +2 -2
- package/dist-types/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +12 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +44 -12
- package/dist-types/commands/UpdateDashboardCommand.d.ts +44 -12
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +22 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +44 -12
- package/dist-types/models/models_0.d.ts +111 -106
- package/dist-types/models/models_1.d.ts +137 -122
- package/dist-types/models/models_2.d.ts +320 -310
- package/dist-types/models/models_3.d.ts +309 -290
- package/dist-types/models/models_4.d.ts +290 -2
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -26
- package/dist-types/ts3.4/models/models_1.d.ts +40 -31
- package/dist-types/ts3.4/models/models_2.d.ts +161 -83
- package/dist-types/ts3.4/models/models_3.d.ts +81 -70
- package/dist-types/ts3.4/models/models_4.d.ts +70 -1
- package/package.json +32 -32
|
@@ -159,6 +159,17 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
|
|
|
159
159
|
* // Port: Number("int"), // required
|
|
160
160
|
* // SqlEndpointPath: "STRING_VALUE", // required
|
|
161
161
|
* // },
|
|
162
|
+
* // StarburstParameters: { // StarburstParameters
|
|
163
|
+
* // Host: "STRING_VALUE", // required
|
|
164
|
+
* // Port: Number("int"), // required
|
|
165
|
+
* // Catalog: "STRING_VALUE", // required
|
|
166
|
+
* // ProductType: "GALAXY" || "ENTERPRISE",
|
|
167
|
+
* // },
|
|
168
|
+
* // TrinoParameters: { // TrinoParameters
|
|
169
|
+
* // Host: "STRING_VALUE", // required
|
|
170
|
+
* // Port: Number("int"), // required
|
|
171
|
+
* // Catalog: "STRING_VALUE", // required
|
|
172
|
+
* // },
|
|
162
173
|
* // },
|
|
163
174
|
* // AlternateDataSourceParameters: [ // DataSourceParametersList
|
|
164
175
|
* // {// Union: only one key present
|
|
@@ -273,6 +284,17 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
|
|
|
273
284
|
* // Port: Number("int"), // required
|
|
274
285
|
* // SqlEndpointPath: "STRING_VALUE", // required
|
|
275
286
|
* // },
|
|
287
|
+
* // StarburstParameters: {
|
|
288
|
+
* // Host: "STRING_VALUE", // required
|
|
289
|
+
* // Port: Number("int"), // required
|
|
290
|
+
* // Catalog: "STRING_VALUE", // required
|
|
291
|
+
* // ProductType: "GALAXY" || "ENTERPRISE",
|
|
292
|
+
* // },
|
|
293
|
+
* // TrinoParameters: {
|
|
294
|
+
* // Host: "STRING_VALUE", // required
|
|
295
|
+
* // Port: Number("int"), // required
|
|
296
|
+
* // Catalog: "STRING_VALUE", // required
|
|
297
|
+
* // },
|
|
276
298
|
* // },
|
|
277
299
|
* // ],
|
|
278
300
|
* // VpcConnectionProperties: { // VpcConnectionProperties
|
|
@@ -44,7 +44,7 @@ export interface ListFoldersCommandOutput extends ListFoldersResponse, __Metadat
|
|
|
44
44
|
* // Arn: "STRING_VALUE",
|
|
45
45
|
* // FolderId: "STRING_VALUE",
|
|
46
46
|
* // Name: "STRING_VALUE",
|
|
47
|
-
* // FolderType: "SHARED",
|
|
47
|
+
* // FolderType: "SHARED" || "RESTRICTED",
|
|
48
48
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
49
49
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
50
50
|
* // SharingModel: "ACCOUNT" || "NAMESPACE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { SearchFoldersRequest, SearchFoldersResponse } from "../models/
|
|
4
|
+
import { SearchFoldersRequest, SearchFoldersResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -51,7 +51,7 @@ export interface SearchFoldersCommandOutput extends SearchFoldersResponse, __Met
|
|
|
51
51
|
* // Arn: "STRING_VALUE",
|
|
52
52
|
* // FolderId: "STRING_VALUE",
|
|
53
53
|
* // Name: "STRING_VALUE",
|
|
54
|
-
* // FolderType: "SHARED",
|
|
54
|
+
* // FolderType: "SHARED" || "RESTRICTED",
|
|
55
55
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
56
56
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
57
57
|
* // SharingModel: "ACCOUNT" || "NAMESPACE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { SearchGroupsRequest, SearchGroupsResponse } from "../models/
|
|
4
|
+
import { SearchGroupsRequest, SearchGroupsResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { StartAssetBundleExportJobRequest, StartAssetBundleExportJobResponse } from "../models/
|
|
4
|
+
import { StartAssetBundleExportJobRequest, StartAssetBundleExportJobResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { StartAssetBundleImportJobRequest, StartAssetBundleImportJobResponse } from "../models/
|
|
4
|
+
import { StartAssetBundleImportJobRequest, StartAssetBundleImportJobResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -182,6 +182,17 @@ export interface StartAssetBundleImportJobCommandOutput extends StartAssetBundle
|
|
|
182
182
|
* Port: Number("int"), // required
|
|
183
183
|
* SqlEndpointPath: "STRING_VALUE", // required
|
|
184
184
|
* },
|
|
185
|
+
* StarburstParameters: { // StarburstParameters
|
|
186
|
+
* Host: "STRING_VALUE", // required
|
|
187
|
+
* Port: Number("int"), // required
|
|
188
|
+
* Catalog: "STRING_VALUE", // required
|
|
189
|
+
* ProductType: "GALAXY" || "ENTERPRISE",
|
|
190
|
+
* },
|
|
191
|
+
* TrinoParameters: { // TrinoParameters
|
|
192
|
+
* Host: "STRING_VALUE", // required
|
|
193
|
+
* Port: Number("int"), // required
|
|
194
|
+
* Catalog: "STRING_VALUE", // required
|
|
195
|
+
* },
|
|
185
196
|
* },
|
|
186
197
|
* VpcConnectionProperties: { // VpcConnectionProperties
|
|
187
198
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
@@ -863,6 +863,14 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
863
863
|
* },
|
|
864
864
|
* },
|
|
865
865
|
* },
|
|
866
|
+
* TotalAggregationOptions: [ // TotalAggregationOptionList
|
|
867
|
+
* { // TotalAggregationOption
|
|
868
|
+
* FieldId: "STRING_VALUE", // required
|
|
869
|
+
* TotalAggregationFunction: { // TotalAggregationFunction
|
|
870
|
+
* SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
|
|
871
|
+
* },
|
|
872
|
+
* },
|
|
873
|
+
* ],
|
|
866
874
|
* },
|
|
867
875
|
* FieldOptions: { // TableFieldOptions
|
|
868
876
|
* SelectedFieldOptions: [ // TableFieldOptionList
|
|
@@ -1235,8 +1243,11 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1235
1243
|
* Direction: "ASC" || "DESC", // required
|
|
1236
1244
|
* SortPaths: [ // DataPathValueList // required
|
|
1237
1245
|
* { // DataPathValue
|
|
1238
|
-
* FieldId: "STRING_VALUE",
|
|
1239
|
-
* FieldValue: "STRING_VALUE",
|
|
1246
|
+
* FieldId: "STRING_VALUE",
|
|
1247
|
+
* FieldValue: "STRING_VALUE",
|
|
1248
|
+
* DataPathType: { // DataPathType
|
|
1249
|
+
* PivotTableDataPathType: "HIERARCHY_ROWS_LAYOUT_COLUMN" || "MULTIPLE_ROW_METRICS_COLUMN" || "EMPTY_COLUMN_HEADER" || "COUNT_METRIC_COLUMN",
|
|
1250
|
+
* },
|
|
1240
1251
|
* },
|
|
1241
1252
|
* ],
|
|
1242
1253
|
* },
|
|
@@ -1351,6 +1362,14 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1351
1362
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1352
1363
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1353
1364
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1365
|
+
* TotalAggregationOptions: [
|
|
1366
|
+
* {
|
|
1367
|
+
* FieldId: "STRING_VALUE", // required
|
|
1368
|
+
* TotalAggregationFunction: {
|
|
1369
|
+
* SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
|
|
1370
|
+
* },
|
|
1371
|
+
* },
|
|
1372
|
+
* ],
|
|
1354
1373
|
* },
|
|
1355
1374
|
* ColumnTotalOptions: {
|
|
1356
1375
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1360,6 +1379,14 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1360
1379
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1361
1380
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1362
1381
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1382
|
+
* TotalAggregationOptions: [
|
|
1383
|
+
* {
|
|
1384
|
+
* FieldId: "STRING_VALUE", // required
|
|
1385
|
+
* TotalAggregationFunction: {
|
|
1386
|
+
* SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
|
|
1387
|
+
* },
|
|
1388
|
+
* },
|
|
1389
|
+
* ],
|
|
1363
1390
|
* },
|
|
1364
1391
|
* },
|
|
1365
1392
|
* FieldOptions: { // PivotTableFieldOptions
|
|
@@ -1374,8 +1401,11 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1374
1401
|
* { // PivotTableDataPathOption
|
|
1375
1402
|
* DataPathList: [ // required
|
|
1376
1403
|
* {
|
|
1377
|
-
* FieldId: "STRING_VALUE",
|
|
1378
|
-
* FieldValue: "STRING_VALUE",
|
|
1404
|
+
* FieldId: "STRING_VALUE",
|
|
1405
|
+
* FieldValue: "STRING_VALUE",
|
|
1406
|
+
* DataPathType: {
|
|
1407
|
+
* PivotTableDataPathType: "HIERARCHY_ROWS_LAYOUT_COLUMN" || "MULTIPLE_ROW_METRICS_COLUMN" || "EMPTY_COLUMN_HEADER" || "COUNT_METRIC_COLUMN",
|
|
1408
|
+
* },
|
|
1379
1409
|
* },
|
|
1380
1410
|
* ],
|
|
1381
1411
|
* Width: "STRING_VALUE",
|
|
@@ -1939,6 +1969,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
1939
1969
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
1940
1970
|
* },
|
|
1941
1971
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
1972
|
+
* SeriesType: "BAR" || "LINE",
|
|
1942
1973
|
* },
|
|
1943
1974
|
* StyleConfiguration: { // ReferenceLineStyleConfiguration
|
|
1944
1975
|
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
@@ -3147,6 +3178,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
3147
3178
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3148
3179
|
* },
|
|
3149
3180
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
3181
|
+
* SeriesType: "BAR" || "LINE",
|
|
3150
3182
|
* },
|
|
3151
3183
|
* StyleConfiguration: {
|
|
3152
3184
|
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
@@ -3631,6 +3663,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
3631
3663
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3632
3664
|
* },
|
|
3633
3665
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
3666
|
+
* SeriesType: "BAR" || "LINE",
|
|
3634
3667
|
* },
|
|
3635
3668
|
* StyleConfiguration: {
|
|
3636
3669
|
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
@@ -3704,6 +3737,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
3704
3737
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3705
3738
|
* },
|
|
3706
3739
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
3740
|
+
* SeriesType: "BAR" || "LINE",
|
|
3707
3741
|
* },
|
|
3708
3742
|
* StyleConfiguration: {
|
|
3709
3743
|
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
@@ -4374,6 +4408,10 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
4374
4408
|
* Value: new Date("TIMESTAMP"),
|
|
4375
4409
|
* ParameterName: "STRING_VALUE",
|
|
4376
4410
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
4411
|
+
* RollingDate: {
|
|
4412
|
+
* DataSetIdentifier: "STRING_VALUE",
|
|
4413
|
+
* Expression: "STRING_VALUE", // required
|
|
4414
|
+
* },
|
|
4377
4415
|
* },
|
|
4378
4416
|
* TimeRangeFilter: { // TimeRangeFilter
|
|
4379
4417
|
* FilterId: "STRING_VALUE", // required
|
|
@@ -4382,18 +4420,12 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
4382
4420
|
* IncludeMaximum: true || false,
|
|
4383
4421
|
* RangeMinimumValue: { // TimeRangeFilterValue
|
|
4384
4422
|
* StaticValue: new Date("TIMESTAMP"),
|
|
4385
|
-
* RollingDate:
|
|
4386
|
-
* DataSetIdentifier: "STRING_VALUE",
|
|
4387
|
-
* Expression: "STRING_VALUE", // required
|
|
4388
|
-
* },
|
|
4423
|
+
* RollingDate: "<RollingDateConfiguration>",
|
|
4389
4424
|
* Parameter: "STRING_VALUE",
|
|
4390
4425
|
* },
|
|
4391
4426
|
* RangeMaximumValue: {
|
|
4392
4427
|
* StaticValue: new Date("TIMESTAMP"),
|
|
4393
|
-
* RollingDate:
|
|
4394
|
-
* DataSetIdentifier: "STRING_VALUE",
|
|
4395
|
-
* Expression: "STRING_VALUE", // required
|
|
4396
|
-
* },
|
|
4428
|
+
* RollingDate: "<RollingDateConfiguration>",
|
|
4397
4429
|
* Parameter: "STRING_VALUE",
|
|
4398
4430
|
* },
|
|
4399
4431
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
@@ -908,6 +908,14 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
908
908
|
* },
|
|
909
909
|
* },
|
|
910
910
|
* },
|
|
911
|
+
* TotalAggregationOptions: [ // TotalAggregationOptionList
|
|
912
|
+
* { // TotalAggregationOption
|
|
913
|
+
* FieldId: "STRING_VALUE", // required
|
|
914
|
+
* TotalAggregationFunction: { // TotalAggregationFunction
|
|
915
|
+
* SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
|
|
916
|
+
* },
|
|
917
|
+
* },
|
|
918
|
+
* ],
|
|
911
919
|
* },
|
|
912
920
|
* FieldOptions: { // TableFieldOptions
|
|
913
921
|
* SelectedFieldOptions: [ // TableFieldOptionList
|
|
@@ -1280,8 +1288,11 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1280
1288
|
* Direction: "ASC" || "DESC", // required
|
|
1281
1289
|
* SortPaths: [ // DataPathValueList // required
|
|
1282
1290
|
* { // DataPathValue
|
|
1283
|
-
* FieldId: "STRING_VALUE",
|
|
1284
|
-
* FieldValue: "STRING_VALUE",
|
|
1291
|
+
* FieldId: "STRING_VALUE",
|
|
1292
|
+
* FieldValue: "STRING_VALUE",
|
|
1293
|
+
* DataPathType: { // DataPathType
|
|
1294
|
+
* PivotTableDataPathType: "HIERARCHY_ROWS_LAYOUT_COLUMN" || "MULTIPLE_ROW_METRICS_COLUMN" || "EMPTY_COLUMN_HEADER" || "COUNT_METRIC_COLUMN",
|
|
1295
|
+
* },
|
|
1285
1296
|
* },
|
|
1286
1297
|
* ],
|
|
1287
1298
|
* },
|
|
@@ -1396,6 +1407,14 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1396
1407
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1397
1408
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1398
1409
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1410
|
+
* TotalAggregationOptions: [
|
|
1411
|
+
* {
|
|
1412
|
+
* FieldId: "STRING_VALUE", // required
|
|
1413
|
+
* TotalAggregationFunction: {
|
|
1414
|
+
* SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
|
|
1415
|
+
* },
|
|
1416
|
+
* },
|
|
1417
|
+
* ],
|
|
1399
1418
|
* },
|
|
1400
1419
|
* ColumnTotalOptions: {
|
|
1401
1420
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1405,6 +1424,14 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1405
1424
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1406
1425
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1407
1426
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1427
|
+
* TotalAggregationOptions: [
|
|
1428
|
+
* {
|
|
1429
|
+
* FieldId: "STRING_VALUE", // required
|
|
1430
|
+
* TotalAggregationFunction: {
|
|
1431
|
+
* SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
|
|
1432
|
+
* },
|
|
1433
|
+
* },
|
|
1434
|
+
* ],
|
|
1408
1435
|
* },
|
|
1409
1436
|
* },
|
|
1410
1437
|
* FieldOptions: { // PivotTableFieldOptions
|
|
@@ -1419,8 +1446,11 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1419
1446
|
* { // PivotTableDataPathOption
|
|
1420
1447
|
* DataPathList: [ // required
|
|
1421
1448
|
* {
|
|
1422
|
-
* FieldId: "STRING_VALUE",
|
|
1423
|
-
* FieldValue: "STRING_VALUE",
|
|
1449
|
+
* FieldId: "STRING_VALUE",
|
|
1450
|
+
* FieldValue: "STRING_VALUE",
|
|
1451
|
+
* DataPathType: {
|
|
1452
|
+
* PivotTableDataPathType: "HIERARCHY_ROWS_LAYOUT_COLUMN" || "MULTIPLE_ROW_METRICS_COLUMN" || "EMPTY_COLUMN_HEADER" || "COUNT_METRIC_COLUMN",
|
|
1453
|
+
* },
|
|
1424
1454
|
* },
|
|
1425
1455
|
* ],
|
|
1426
1456
|
* Width: "STRING_VALUE",
|
|
@@ -1984,6 +2014,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
1984
2014
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
1985
2015
|
* },
|
|
1986
2016
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
2017
|
+
* SeriesType: "BAR" || "LINE",
|
|
1987
2018
|
* },
|
|
1988
2019
|
* StyleConfiguration: { // ReferenceLineStyleConfiguration
|
|
1989
2020
|
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
@@ -3192,6 +3223,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3192
3223
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3193
3224
|
* },
|
|
3194
3225
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
3226
|
+
* SeriesType: "BAR" || "LINE",
|
|
3195
3227
|
* },
|
|
3196
3228
|
* StyleConfiguration: {
|
|
3197
3229
|
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
@@ -3676,6 +3708,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3676
3708
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3677
3709
|
* },
|
|
3678
3710
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
3711
|
+
* SeriesType: "BAR" || "LINE",
|
|
3679
3712
|
* },
|
|
3680
3713
|
* StyleConfiguration: {
|
|
3681
3714
|
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
@@ -3749,6 +3782,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
3749
3782
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3750
3783
|
* },
|
|
3751
3784
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
3785
|
+
* SeriesType: "BAR" || "LINE",
|
|
3752
3786
|
* },
|
|
3753
3787
|
* StyleConfiguration: {
|
|
3754
3788
|
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
@@ -4419,6 +4453,10 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
4419
4453
|
* Value: new Date("TIMESTAMP"),
|
|
4420
4454
|
* ParameterName: "STRING_VALUE",
|
|
4421
4455
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
4456
|
+
* RollingDate: {
|
|
4457
|
+
* DataSetIdentifier: "STRING_VALUE",
|
|
4458
|
+
* Expression: "STRING_VALUE", // required
|
|
4459
|
+
* },
|
|
4422
4460
|
* },
|
|
4423
4461
|
* TimeRangeFilter: { // TimeRangeFilter
|
|
4424
4462
|
* FilterId: "STRING_VALUE", // required
|
|
@@ -4427,18 +4465,12 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
4427
4465
|
* IncludeMaximum: true || false,
|
|
4428
4466
|
* RangeMinimumValue: { // TimeRangeFilterValue
|
|
4429
4467
|
* StaticValue: new Date("TIMESTAMP"),
|
|
4430
|
-
* RollingDate:
|
|
4431
|
-
* DataSetIdentifier: "STRING_VALUE",
|
|
4432
|
-
* Expression: "STRING_VALUE", // required
|
|
4433
|
-
* },
|
|
4468
|
+
* RollingDate: "<RollingDateConfiguration>",
|
|
4434
4469
|
* Parameter: "STRING_VALUE",
|
|
4435
4470
|
* },
|
|
4436
4471
|
* RangeMaximumValue: {
|
|
4437
4472
|
* StaticValue: new Date("TIMESTAMP"),
|
|
4438
|
-
* RollingDate:
|
|
4439
|
-
* DataSetIdentifier: "STRING_VALUE",
|
|
4440
|
-
* Expression: "STRING_VALUE", // required
|
|
4441
|
-
* },
|
|
4473
|
+
* RollingDate: "<RollingDateConfiguration>",
|
|
4442
4474
|
* Parameter: "STRING_VALUE",
|
|
4443
4475
|
* },
|
|
4444
4476
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
@@ -146,6 +146,17 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
|
|
|
146
146
|
* Port: Number("int"), // required
|
|
147
147
|
* SqlEndpointPath: "STRING_VALUE", // required
|
|
148
148
|
* },
|
|
149
|
+
* StarburstParameters: { // StarburstParameters
|
|
150
|
+
* Host: "STRING_VALUE", // required
|
|
151
|
+
* Port: Number("int"), // required
|
|
152
|
+
* Catalog: "STRING_VALUE", // required
|
|
153
|
+
* ProductType: "GALAXY" || "ENTERPRISE",
|
|
154
|
+
* },
|
|
155
|
+
* TrinoParameters: { // TrinoParameters
|
|
156
|
+
* Host: "STRING_VALUE", // required
|
|
157
|
+
* Port: Number("int"), // required
|
|
158
|
+
* Catalog: "STRING_VALUE", // required
|
|
159
|
+
* },
|
|
149
160
|
* },
|
|
150
161
|
* Credentials: { // DataSourceCredentials
|
|
151
162
|
* CredentialPair: { // CredentialPair
|
|
@@ -264,6 +275,17 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
|
|
|
264
275
|
* Port: Number("int"), // required
|
|
265
276
|
* SqlEndpointPath: "STRING_VALUE", // required
|
|
266
277
|
* },
|
|
278
|
+
* StarburstParameters: {
|
|
279
|
+
* Host: "STRING_VALUE", // required
|
|
280
|
+
* Port: Number("int"), // required
|
|
281
|
+
* Catalog: "STRING_VALUE", // required
|
|
282
|
+
* ProductType: "GALAXY" || "ENTERPRISE",
|
|
283
|
+
* },
|
|
284
|
+
* TrinoParameters: {
|
|
285
|
+
* Host: "STRING_VALUE", // required
|
|
286
|
+
* Port: Number("int"), // required
|
|
287
|
+
* Catalog: "STRING_VALUE", // required
|
|
288
|
+
* },
|
|
267
289
|
* },
|
|
268
290
|
* ],
|
|
269
291
|
* },
|
|
@@ -850,6 +850,14 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
850
850
|
* },
|
|
851
851
|
* },
|
|
852
852
|
* },
|
|
853
|
+
* TotalAggregationOptions: [ // TotalAggregationOptionList
|
|
854
|
+
* { // TotalAggregationOption
|
|
855
|
+
* FieldId: "STRING_VALUE", // required
|
|
856
|
+
* TotalAggregationFunction: { // TotalAggregationFunction
|
|
857
|
+
* SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
|
|
858
|
+
* },
|
|
859
|
+
* },
|
|
860
|
+
* ],
|
|
853
861
|
* },
|
|
854
862
|
* FieldOptions: { // TableFieldOptions
|
|
855
863
|
* SelectedFieldOptions: [ // TableFieldOptionList
|
|
@@ -1222,8 +1230,11 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1222
1230
|
* Direction: "ASC" || "DESC", // required
|
|
1223
1231
|
* SortPaths: [ // DataPathValueList // required
|
|
1224
1232
|
* { // DataPathValue
|
|
1225
|
-
* FieldId: "STRING_VALUE",
|
|
1226
|
-
* FieldValue: "STRING_VALUE",
|
|
1233
|
+
* FieldId: "STRING_VALUE",
|
|
1234
|
+
* FieldValue: "STRING_VALUE",
|
|
1235
|
+
* DataPathType: { // DataPathType
|
|
1236
|
+
* PivotTableDataPathType: "HIERARCHY_ROWS_LAYOUT_COLUMN" || "MULTIPLE_ROW_METRICS_COLUMN" || "EMPTY_COLUMN_HEADER" || "COUNT_METRIC_COLUMN",
|
|
1237
|
+
* },
|
|
1227
1238
|
* },
|
|
1228
1239
|
* ],
|
|
1229
1240
|
* },
|
|
@@ -1338,6 +1349,14 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1338
1349
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1339
1350
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1340
1351
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1352
|
+
* TotalAggregationOptions: [
|
|
1353
|
+
* {
|
|
1354
|
+
* FieldId: "STRING_VALUE", // required
|
|
1355
|
+
* TotalAggregationFunction: {
|
|
1356
|
+
* SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
|
|
1357
|
+
* },
|
|
1358
|
+
* },
|
|
1359
|
+
* ],
|
|
1341
1360
|
* },
|
|
1342
1361
|
* ColumnTotalOptions: {
|
|
1343
1362
|
* TotalsVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -1347,6 +1366,14 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1347
1366
|
* TotalCellStyle: "<TableCellStyle>",
|
|
1348
1367
|
* ValueCellStyle: "<TableCellStyle>",
|
|
1349
1368
|
* MetricHeaderCellStyle: "<TableCellStyle>",
|
|
1369
|
+
* TotalAggregationOptions: [
|
|
1370
|
+
* {
|
|
1371
|
+
* FieldId: "STRING_VALUE", // required
|
|
1372
|
+
* TotalAggregationFunction: {
|
|
1373
|
+
* SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
|
|
1374
|
+
* },
|
|
1375
|
+
* },
|
|
1376
|
+
* ],
|
|
1350
1377
|
* },
|
|
1351
1378
|
* },
|
|
1352
1379
|
* FieldOptions: { // PivotTableFieldOptions
|
|
@@ -1361,8 +1388,11 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1361
1388
|
* { // PivotTableDataPathOption
|
|
1362
1389
|
* DataPathList: [ // required
|
|
1363
1390
|
* {
|
|
1364
|
-
* FieldId: "STRING_VALUE",
|
|
1365
|
-
* FieldValue: "STRING_VALUE",
|
|
1391
|
+
* FieldId: "STRING_VALUE",
|
|
1392
|
+
* FieldValue: "STRING_VALUE",
|
|
1393
|
+
* DataPathType: {
|
|
1394
|
+
* PivotTableDataPathType: "HIERARCHY_ROWS_LAYOUT_COLUMN" || "MULTIPLE_ROW_METRICS_COLUMN" || "EMPTY_COLUMN_HEADER" || "COUNT_METRIC_COLUMN",
|
|
1395
|
+
* },
|
|
1366
1396
|
* },
|
|
1367
1397
|
* ],
|
|
1368
1398
|
* Width: "STRING_VALUE",
|
|
@@ -1926,6 +1956,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
1926
1956
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
1927
1957
|
* },
|
|
1928
1958
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
1959
|
+
* SeriesType: "BAR" || "LINE",
|
|
1929
1960
|
* },
|
|
1930
1961
|
* StyleConfiguration: { // ReferenceLineStyleConfiguration
|
|
1931
1962
|
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
@@ -3134,6 +3165,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3134
3165
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3135
3166
|
* },
|
|
3136
3167
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
3168
|
+
* SeriesType: "BAR" || "LINE",
|
|
3137
3169
|
* },
|
|
3138
3170
|
* StyleConfiguration: {
|
|
3139
3171
|
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
@@ -3618,6 +3650,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3618
3650
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3619
3651
|
* },
|
|
3620
3652
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
3653
|
+
* SeriesType: "BAR" || "LINE",
|
|
3621
3654
|
* },
|
|
3622
3655
|
* StyleConfiguration: {
|
|
3623
3656
|
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
@@ -3691,6 +3724,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
3691
3724
|
* Calculation: "<NumericalAggregationFunction>", // required
|
|
3692
3725
|
* },
|
|
3693
3726
|
* AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
|
|
3727
|
+
* SeriesType: "BAR" || "LINE",
|
|
3694
3728
|
* },
|
|
3695
3729
|
* StyleConfiguration: {
|
|
3696
3730
|
* Pattern: "SOLID" || "DASHED" || "DOTTED",
|
|
@@ -4361,6 +4395,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
4361
4395
|
* Value: new Date("TIMESTAMP"),
|
|
4362
4396
|
* ParameterName: "STRING_VALUE",
|
|
4363
4397
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
4398
|
+
* RollingDate: {
|
|
4399
|
+
* DataSetIdentifier: "STRING_VALUE",
|
|
4400
|
+
* Expression: "STRING_VALUE", // required
|
|
4401
|
+
* },
|
|
4364
4402
|
* },
|
|
4365
4403
|
* TimeRangeFilter: { // TimeRangeFilter
|
|
4366
4404
|
* FilterId: "STRING_VALUE", // required
|
|
@@ -4369,18 +4407,12 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
4369
4407
|
* IncludeMaximum: true || false,
|
|
4370
4408
|
* RangeMinimumValue: { // TimeRangeFilterValue
|
|
4371
4409
|
* StaticValue: new Date("TIMESTAMP"),
|
|
4372
|
-
* RollingDate:
|
|
4373
|
-
* DataSetIdentifier: "STRING_VALUE",
|
|
4374
|
-
* Expression: "STRING_VALUE", // required
|
|
4375
|
-
* },
|
|
4410
|
+
* RollingDate: "<RollingDateConfiguration>",
|
|
4376
4411
|
* Parameter: "STRING_VALUE",
|
|
4377
4412
|
* },
|
|
4378
4413
|
* RangeMaximumValue: {
|
|
4379
4414
|
* StaticValue: new Date("TIMESTAMP"),
|
|
4380
|
-
* RollingDate:
|
|
4381
|
-
* DataSetIdentifier: "STRING_VALUE",
|
|
4382
|
-
* Expression: "STRING_VALUE", // required
|
|
4383
|
-
* },
|
|
4415
|
+
* RollingDate: "<RollingDateConfiguration>",
|
|
4384
4416
|
* Parameter: "STRING_VALUE",
|
|
4385
4417
|
* },
|
|
4386
4418
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|