@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.
Files changed (53) hide show
  1. package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +2 -2
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/models/models_0.js +17 -9
  4. package/dist-cjs/models/models_1.js +20 -9
  5. package/dist-cjs/models/models_2.js +17 -25
  6. package/dist-cjs/models/models_3.js +22 -15
  7. package/dist-cjs/models/models_4.js +16 -1
  8. package/dist-cjs/protocols/Aws_restJson1.js +8 -0
  9. package/dist-es/commands/StartAssetBundleImportJobCommand.js +1 -1
  10. package/dist-es/endpoint/ruleset.js +3 -3
  11. package/dist-es/models/models_0.js +14 -6
  12. package/dist-es/models/models_1.js +15 -4
  13. package/dist-es/models/models_2.js +13 -22
  14. package/dist-es/models/models_3.js +22 -13
  15. package/dist-es/models/models_4.js +14 -1
  16. package/dist-es/protocols/Aws_restJson1.js +8 -0
  17. package/dist-types/commands/CreateAnalysisCommand.d.ts +47 -12
  18. package/dist-types/commands/CreateDashboardCommand.d.ts +47 -12
  19. package/dist-types/commands/CreateDataSetCommand.d.ts +3 -0
  20. package/dist-types/commands/CreateDataSourceCommand.d.ts +25 -0
  21. package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTemplateCommand.d.ts +44 -12
  23. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +44 -12
  24. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +44 -12
  26. package/dist-types/commands/DescribeDataSourceCommand.d.ts +22 -0
  27. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +44 -12
  29. package/dist-types/commands/ListDataSourcesCommand.d.ts +22 -0
  30. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  31. package/dist-types/commands/SearchFoldersCommand.d.ts +2 -2
  32. package/dist-types/commands/SearchGroupsCommand.d.ts +1 -1
  33. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  34. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +12 -1
  35. package/dist-types/commands/UpdateAnalysisCommand.d.ts +44 -12
  36. package/dist-types/commands/UpdateDashboardCommand.d.ts +44 -12
  37. package/dist-types/commands/UpdateDataSourceCommand.d.ts +22 -0
  38. package/dist-types/commands/UpdateTemplateCommand.d.ts +44 -12
  39. package/dist-types/models/models_0.d.ts +111 -106
  40. package/dist-types/models/models_1.d.ts +137 -122
  41. package/dist-types/models/models_2.d.ts +320 -310
  42. package/dist-types/models/models_3.d.ts +309 -290
  43. package/dist-types/models/models_4.d.ts +290 -2
  44. package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +29 -26
  49. package/dist-types/ts3.4/models/models_1.d.ts +40 -31
  50. package/dist-types/ts3.4/models/models_2.d.ts +161 -83
  51. package/dist-types/ts3.4/models/models_3.d.ts +81 -70
  52. package/dist-types/ts3.4/models/models_4.d.ts +70 -1
  53. package/package.json +32 -32
@@ -1,6 +1,5 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
3
- import { SnapshotJobS3ResultFilterSensitiveLog, } from "./models_1";
4
3
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
4
  export const AssetBundleExportJobAnalysisPropertyToOverride = {
6
5
  NAME: "Name",
@@ -55,6 +54,10 @@ export const AssetBundleImportFailureAction = {
55
54
  DO_NOTHING: "DO_NOTHING",
56
55
  ROLLBACK: "ROLLBACK",
57
56
  };
57
+ export const StarburstProductType = {
58
+ ENTERPRISE: "ENTERPRISE",
59
+ GALAXY: "GALAXY",
60
+ };
58
61
  export var DataSourceParameters;
59
62
  (function (DataSourceParameters) {
60
63
  DataSourceParameters.visit = (value, visitor) => {
@@ -104,6 +107,10 @@ export var DataSourceParameters;
104
107
  return visitor.ExasolParameters(value.ExasolParameters);
105
108
  if (value.DatabricksParameters !== undefined)
106
109
  return visitor.DatabricksParameters(value.DatabricksParameters);
110
+ if (value.StarburstParameters !== undefined)
111
+ return visitor.StarburstParameters(value.StarburstParameters);
112
+ if (value.TrinoParameters !== undefined)
113
+ return visitor.TrinoParameters(value.TrinoParameters);
107
114
  return visitor._(value.$unknown[0], value.$unknown[1]);
108
115
  };
109
116
  })(DataSourceParameters || (DataSourceParameters = {}));
@@ -477,6 +484,7 @@ export const DataSourceType = {
477
484
  TWITTER: "TWITTER",
478
485
  };
479
486
  export const FolderType = {
487
+ RESTRICTED: "RESTRICTED",
480
488
  SHARED: "SHARED",
481
489
  };
482
490
  export const SharingModel = {
@@ -643,27 +651,10 @@ export const VPCConnectionResourceStatus = {
643
651
  UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
644
652
  UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
645
653
  };
646
- export const DashboardErrorType = {
647
- ACCESS_DENIED: "ACCESS_DENIED",
648
- COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH",
649
- COLUMN_REPLACEMENT_MISSING: "COLUMN_REPLACEMENT_MISSING",
650
- COLUMN_TYPE_MISMATCH: "COLUMN_TYPE_MISMATCH",
651
- DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
652
- INTERNAL_FAILURE: "INTERNAL_FAILURE",
653
- PARAMETER_NOT_FOUND: "PARAMETER_NOT_FOUND",
654
- PARAMETER_TYPE_INVALID: "PARAMETER_TYPE_INVALID",
655
- PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE",
656
- SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",
657
- };
658
- export const DashboardFilterAttribute = {
659
- DASHBOARD_NAME: "DASHBOARD_NAME",
660
- DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
661
- DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
662
- DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
663
- QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
664
- QUICKSIGHT_USER: "QUICKSIGHT_USER",
665
- QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
666
- };
654
+ export const SnapshotJobS3ResultFilterSensitiveLog = (obj) => ({
655
+ ...obj,
656
+ ...(obj.S3Uri && { S3Uri: SENSITIVE_STRING }),
657
+ });
667
658
  export const SnapshotJobResultFileGroupFilterSensitiveLog = (obj) => ({
668
659
  ...obj,
669
660
  ...(obj.S3Results && { S3Results: obj.S3Results.map((item) => SnapshotJobS3ResultFilterSensitiveLog(item)) }),
@@ -1,6 +1,27 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
- import { _ParametersFilterSensitiveLog, AssetBundleImportSourceFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
2
+ import { _ParametersFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
3
3
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
4
+ export const DashboardErrorType = {
5
+ ACCESS_DENIED: "ACCESS_DENIED",
6
+ COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH",
7
+ COLUMN_REPLACEMENT_MISSING: "COLUMN_REPLACEMENT_MISSING",
8
+ COLUMN_TYPE_MISMATCH: "COLUMN_TYPE_MISMATCH",
9
+ DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
10
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
11
+ PARAMETER_NOT_FOUND: "PARAMETER_NOT_FOUND",
12
+ PARAMETER_TYPE_INVALID: "PARAMETER_TYPE_INVALID",
13
+ PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE",
14
+ SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",
15
+ };
16
+ export const DashboardFilterAttribute = {
17
+ DASHBOARD_NAME: "DASHBOARD_NAME",
18
+ DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
19
+ DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
20
+ DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
21
+ QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
22
+ QUICKSIGHT_USER: "QUICKSIGHT_USER",
23
+ QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
24
+ };
4
25
  export const DataSetFilterAttribute = {
5
26
  DATASET_NAME: "DATASET_NAME",
6
27
  DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
@@ -328,15 +349,3 @@ export const GetSessionEmbedUrlResponseFilterSensitiveLog = (obj) => ({
328
349
  ...obj,
329
350
  ...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
330
351
  });
331
- export const StartAssetBundleImportJobRequestFilterSensitiveLog = (obj) => ({
332
- ...obj,
333
- ...(obj.AssetBundleImportSource && {
334
- AssetBundleImportSource: AssetBundleImportSourceFilterSensitiveLog(obj.AssetBundleImportSource),
335
- }),
336
- });
337
- export const SnapshotAnonymousUserFilterSensitiveLog = (obj) => ({
338
- ...obj,
339
- ...(obj.RowLevelPermissionTags && {
340
- RowLevelPermissionTags: obj.RowLevelPermissionTags.map((item) => SessionTagFilterSensitiveLog(item)),
341
- }),
342
- });
@@ -1,5 +1,18 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
- import { _ParametersFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
2
+ import { _ParametersFilterSensitiveLog, AssetBundleImportSourceFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
3
+ import { SessionTagFilterSensitiveLog, } from "./models_3";
4
+ export const StartAssetBundleImportJobRequestFilterSensitiveLog = (obj) => ({
5
+ ...obj,
6
+ ...(obj.AssetBundleImportSource && {
7
+ AssetBundleImportSource: AssetBundleImportSourceFilterSensitiveLog(obj.AssetBundleImportSource),
8
+ }),
9
+ });
10
+ export const SnapshotAnonymousUserFilterSensitiveLog = (obj) => ({
11
+ ...obj,
12
+ ...(obj.RowLevelPermissionTags && {
13
+ RowLevelPermissionTags: obj.RowLevelPermissionTags.map((item) => SessionTagFilterSensitiveLog(item)),
14
+ }),
15
+ });
3
16
  export const SnapshotUserConfigurationFilterSensitiveLog = (obj) => ({
4
17
  ...obj,
5
18
  });
@@ -96,6 +96,7 @@ export const se_CreateAnalysisCommand = async (input, context) => {
96
96
  let body;
97
97
  body = JSON.stringify(take(input, {
98
98
  Definition: (_) => se_AnalysisDefinition(_, context),
99
+ FolderArns: (_) => _json(_),
99
100
  Name: [],
100
101
  Parameters: (_) => se__Parameters(_, context),
101
102
  Permissions: (_) => _json(_),
@@ -127,6 +128,7 @@ export const se_CreateDashboardCommand = async (input, context) => {
127
128
  body = JSON.stringify(take(input, {
128
129
  DashboardPublishOptions: (_) => _json(_),
129
130
  Definition: (_) => se_DashboardVersionDefinition(_, context),
131
+ FolderArns: (_) => _json(_),
130
132
  Name: [],
131
133
  Parameters: (_) => se__Parameters(_, context),
132
134
  Permissions: (_) => _json(_),
@@ -161,6 +163,7 @@ export const se_CreateDataSetCommand = async (input, context) => {
161
163
  DataSetUsageConfiguration: (_) => _json(_),
162
164
  DatasetParameters: (_) => se_DatasetParameterList(_, context),
163
165
  FieldFolders: (_) => _json(_),
166
+ FolderArns: (_) => _json(_),
164
167
  ImportMode: [],
165
168
  LogicalTableMap: (_) => se_LogicalTableMap(_, context),
166
169
  Name: [],
@@ -192,6 +195,7 @@ export const se_CreateDataSourceCommand = async (input, context) => {
192
195
  Credentials: (_) => _json(_),
193
196
  DataSourceId: [],
194
197
  DataSourceParameters: (_) => _json(_),
198
+ FolderArns: (_) => _json(_),
195
199
  Name: [],
196
200
  Permissions: (_) => _json(_),
197
201
  SslProperties: (_) => _json(_),
@@ -14436,6 +14440,7 @@ const se_ReferenceLineDataConfiguration = (input, context) => {
14436
14440
  return take(input, {
14437
14441
  AxisBinding: [],
14438
14442
  DynamicConfiguration: (_) => se_ReferenceLineDynamicDataConfiguration(_, context),
14443
+ SeriesType: [],
14439
14444
  StaticConfiguration: (_) => se_ReferenceLineStaticDataConfiguration(_, context),
14440
14445
  });
14441
14446
  };
@@ -14733,6 +14738,7 @@ const se_TimeEqualityFilter = (input, context) => {
14733
14738
  Column: _json,
14734
14739
  FilterId: [],
14735
14740
  ParameterName: [],
14741
+ RollingDate: _json,
14736
14742
  TimeGranularity: [],
14737
14743
  Value: (_) => Math.round(_.getTime() / 1000),
14738
14744
  });
@@ -17006,6 +17012,7 @@ const de_ReferenceLineDataConfiguration = (output, context) => {
17006
17012
  return take(output, {
17007
17013
  AxisBinding: __expectString,
17008
17014
  DynamicConfiguration: (_) => de_ReferenceLineDynamicDataConfiguration(_, context),
17015
+ SeriesType: __expectString,
17009
17016
  StaticConfiguration: (_) => de_ReferenceLineStaticDataConfiguration(_, context),
17010
17017
  });
17011
17018
  };
@@ -17434,6 +17441,7 @@ const de_TimeEqualityFilter = (output, context) => {
17434
17441
  Column: _json,
17435
17442
  FilterId: __expectString,
17436
17443
  ParameterName: __expectString,
17444
+ RollingDate: _json,
17437
17445
  TimeGranularity: __expectString,
17438
17446
  Value: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
17439
17447
  });
@@ -877,6 +877,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
877
877
  * },
878
878
  * },
879
879
  * },
880
+ * TotalAggregationOptions: [ // TotalAggregationOptionList
881
+ * { // TotalAggregationOption
882
+ * FieldId: "STRING_VALUE", // required
883
+ * TotalAggregationFunction: { // TotalAggregationFunction
884
+ * SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
885
+ * },
886
+ * },
887
+ * ],
880
888
  * },
881
889
  * FieldOptions: { // TableFieldOptions
882
890
  * SelectedFieldOptions: [ // TableFieldOptionList
@@ -1249,8 +1257,11 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1249
1257
  * Direction: "ASC" || "DESC", // required
1250
1258
  * SortPaths: [ // DataPathValueList // required
1251
1259
  * { // DataPathValue
1252
- * FieldId: "STRING_VALUE", // required
1253
- * FieldValue: "STRING_VALUE", // required
1260
+ * FieldId: "STRING_VALUE",
1261
+ * FieldValue: "STRING_VALUE",
1262
+ * DataPathType: { // DataPathType
1263
+ * PivotTableDataPathType: "HIERARCHY_ROWS_LAYOUT_COLUMN" || "MULTIPLE_ROW_METRICS_COLUMN" || "EMPTY_COLUMN_HEADER" || "COUNT_METRIC_COLUMN",
1264
+ * },
1254
1265
  * },
1255
1266
  * ],
1256
1267
  * },
@@ -1365,6 +1376,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1365
1376
  * TotalCellStyle: "<TableCellStyle>",
1366
1377
  * ValueCellStyle: "<TableCellStyle>",
1367
1378
  * MetricHeaderCellStyle: "<TableCellStyle>",
1379
+ * TotalAggregationOptions: [
1380
+ * {
1381
+ * FieldId: "STRING_VALUE", // required
1382
+ * TotalAggregationFunction: {
1383
+ * SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
1384
+ * },
1385
+ * },
1386
+ * ],
1368
1387
  * },
1369
1388
  * ColumnTotalOptions: {
1370
1389
  * TotalsVisibility: "HIDDEN" || "VISIBLE",
@@ -1374,6 +1393,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1374
1393
  * TotalCellStyle: "<TableCellStyle>",
1375
1394
  * ValueCellStyle: "<TableCellStyle>",
1376
1395
  * MetricHeaderCellStyle: "<TableCellStyle>",
1396
+ * TotalAggregationOptions: [
1397
+ * {
1398
+ * FieldId: "STRING_VALUE", // required
1399
+ * TotalAggregationFunction: {
1400
+ * SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
1401
+ * },
1402
+ * },
1403
+ * ],
1377
1404
  * },
1378
1405
  * },
1379
1406
  * FieldOptions: { // PivotTableFieldOptions
@@ -1388,8 +1415,11 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1388
1415
  * { // PivotTableDataPathOption
1389
1416
  * DataPathList: [ // required
1390
1417
  * {
1391
- * FieldId: "STRING_VALUE", // required
1392
- * FieldValue: "STRING_VALUE", // required
1418
+ * FieldId: "STRING_VALUE",
1419
+ * FieldValue: "STRING_VALUE",
1420
+ * DataPathType: {
1421
+ * PivotTableDataPathType: "HIERARCHY_ROWS_LAYOUT_COLUMN" || "MULTIPLE_ROW_METRICS_COLUMN" || "EMPTY_COLUMN_HEADER" || "COUNT_METRIC_COLUMN",
1422
+ * },
1393
1423
  * },
1394
1424
  * ],
1395
1425
  * Width: "STRING_VALUE",
@@ -1953,6 +1983,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1953
1983
  * Calculation: "<NumericalAggregationFunction>", // required
1954
1984
  * },
1955
1985
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
1986
+ * SeriesType: "BAR" || "LINE",
1956
1987
  * },
1957
1988
  * StyleConfiguration: { // ReferenceLineStyleConfiguration
1958
1989
  * Pattern: "SOLID" || "DASHED" || "DOTTED",
@@ -3161,6 +3192,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3161
3192
  * Calculation: "<NumericalAggregationFunction>", // required
3162
3193
  * },
3163
3194
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
3195
+ * SeriesType: "BAR" || "LINE",
3164
3196
  * },
3165
3197
  * StyleConfiguration: {
3166
3198
  * Pattern: "SOLID" || "DASHED" || "DOTTED",
@@ -3645,6 +3677,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3645
3677
  * Calculation: "<NumericalAggregationFunction>", // required
3646
3678
  * },
3647
3679
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
3680
+ * SeriesType: "BAR" || "LINE",
3648
3681
  * },
3649
3682
  * StyleConfiguration: {
3650
3683
  * Pattern: "SOLID" || "DASHED" || "DOTTED",
@@ -3718,6 +3751,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3718
3751
  * Calculation: "<NumericalAggregationFunction>", // required
3719
3752
  * },
3720
3753
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
3754
+ * SeriesType: "BAR" || "LINE",
3721
3755
  * },
3722
3756
  * StyleConfiguration: {
3723
3757
  * Pattern: "SOLID" || "DASHED" || "DOTTED",
@@ -4388,6 +4422,10 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4388
4422
  * Value: new Date("TIMESTAMP"),
4389
4423
  * ParameterName: "STRING_VALUE",
4390
4424
  * TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
4425
+ * RollingDate: {
4426
+ * DataSetIdentifier: "STRING_VALUE",
4427
+ * Expression: "STRING_VALUE", // required
4428
+ * },
4391
4429
  * },
4392
4430
  * TimeRangeFilter: { // TimeRangeFilter
4393
4431
  * FilterId: "STRING_VALUE", // required
@@ -4396,18 +4434,12 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4396
4434
  * IncludeMaximum: true || false,
4397
4435
  * RangeMinimumValue: { // TimeRangeFilterValue
4398
4436
  * StaticValue: new Date("TIMESTAMP"),
4399
- * RollingDate: {
4400
- * DataSetIdentifier: "STRING_VALUE",
4401
- * Expression: "STRING_VALUE", // required
4402
- * },
4437
+ * RollingDate: "<RollingDateConfiguration>",
4403
4438
  * Parameter: "STRING_VALUE",
4404
4439
  * },
4405
4440
  * RangeMaximumValue: {
4406
4441
  * StaticValue: new Date("TIMESTAMP"),
4407
- * RollingDate: {
4408
- * DataSetIdentifier: "STRING_VALUE",
4409
- * Expression: "STRING_VALUE", // required
4410
- * },
4442
+ * RollingDate: "<RollingDateConfiguration>",
4411
4443
  * Parameter: "STRING_VALUE",
4412
4444
  * },
4413
4445
  * NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
@@ -4528,6 +4560,9 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4528
4560
  * ValidationStrategy: { // ValidationStrategy
4529
4561
  * Mode: "STRICT" || "LENIENT", // required
4530
4562
  * },
4563
+ * FolderArns: [ // FolderArnList
4564
+ * "STRING_VALUE",
4565
+ * ],
4531
4566
  * };
4532
4567
  * const command = new CreateAnalysisCommand(input);
4533
4568
  * const response = await client.send(command);
@@ -923,6 +923,14 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
923
923
  * },
924
924
  * },
925
925
  * },
926
+ * TotalAggregationOptions: [ // TotalAggregationOptionList
927
+ * { // TotalAggregationOption
928
+ * FieldId: "STRING_VALUE", // required
929
+ * TotalAggregationFunction: { // TotalAggregationFunction
930
+ * SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
931
+ * },
932
+ * },
933
+ * ],
926
934
  * },
927
935
  * FieldOptions: { // TableFieldOptions
928
936
  * SelectedFieldOptions: [ // TableFieldOptionList
@@ -1295,8 +1303,11 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1295
1303
  * Direction: "ASC" || "DESC", // required
1296
1304
  * SortPaths: [ // DataPathValueList // required
1297
1305
  * { // DataPathValue
1298
- * FieldId: "STRING_VALUE", // required
1299
- * FieldValue: "STRING_VALUE", // required
1306
+ * FieldId: "STRING_VALUE",
1307
+ * FieldValue: "STRING_VALUE",
1308
+ * DataPathType: { // DataPathType
1309
+ * PivotTableDataPathType: "HIERARCHY_ROWS_LAYOUT_COLUMN" || "MULTIPLE_ROW_METRICS_COLUMN" || "EMPTY_COLUMN_HEADER" || "COUNT_METRIC_COLUMN",
1310
+ * },
1300
1311
  * },
1301
1312
  * ],
1302
1313
  * },
@@ -1411,6 +1422,14 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1411
1422
  * TotalCellStyle: "<TableCellStyle>",
1412
1423
  * ValueCellStyle: "<TableCellStyle>",
1413
1424
  * MetricHeaderCellStyle: "<TableCellStyle>",
1425
+ * TotalAggregationOptions: [
1426
+ * {
1427
+ * FieldId: "STRING_VALUE", // required
1428
+ * TotalAggregationFunction: {
1429
+ * SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
1430
+ * },
1431
+ * },
1432
+ * ],
1414
1433
  * },
1415
1434
  * ColumnTotalOptions: {
1416
1435
  * TotalsVisibility: "HIDDEN" || "VISIBLE",
@@ -1420,6 +1439,14 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1420
1439
  * TotalCellStyle: "<TableCellStyle>",
1421
1440
  * ValueCellStyle: "<TableCellStyle>",
1422
1441
  * MetricHeaderCellStyle: "<TableCellStyle>",
1442
+ * TotalAggregationOptions: [
1443
+ * {
1444
+ * FieldId: "STRING_VALUE", // required
1445
+ * TotalAggregationFunction: {
1446
+ * SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
1447
+ * },
1448
+ * },
1449
+ * ],
1423
1450
  * },
1424
1451
  * },
1425
1452
  * FieldOptions: { // PivotTableFieldOptions
@@ -1434,8 +1461,11 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1434
1461
  * { // PivotTableDataPathOption
1435
1462
  * DataPathList: [ // required
1436
1463
  * {
1437
- * FieldId: "STRING_VALUE", // required
1438
- * FieldValue: "STRING_VALUE", // required
1464
+ * FieldId: "STRING_VALUE",
1465
+ * FieldValue: "STRING_VALUE",
1466
+ * DataPathType: {
1467
+ * PivotTableDataPathType: "HIERARCHY_ROWS_LAYOUT_COLUMN" || "MULTIPLE_ROW_METRICS_COLUMN" || "EMPTY_COLUMN_HEADER" || "COUNT_METRIC_COLUMN",
1468
+ * },
1439
1469
  * },
1440
1470
  * ],
1441
1471
  * Width: "STRING_VALUE",
@@ -1999,6 +2029,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
1999
2029
  * Calculation: "<NumericalAggregationFunction>", // required
2000
2030
  * },
2001
2031
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
2032
+ * SeriesType: "BAR" || "LINE",
2002
2033
  * },
2003
2034
  * StyleConfiguration: { // ReferenceLineStyleConfiguration
2004
2035
  * Pattern: "SOLID" || "DASHED" || "DOTTED",
@@ -3207,6 +3238,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
3207
3238
  * Calculation: "<NumericalAggregationFunction>", // required
3208
3239
  * },
3209
3240
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
3241
+ * SeriesType: "BAR" || "LINE",
3210
3242
  * },
3211
3243
  * StyleConfiguration: {
3212
3244
  * Pattern: "SOLID" || "DASHED" || "DOTTED",
@@ -3691,6 +3723,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
3691
3723
  * Calculation: "<NumericalAggregationFunction>", // required
3692
3724
  * },
3693
3725
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
3726
+ * SeriesType: "BAR" || "LINE",
3694
3727
  * },
3695
3728
  * StyleConfiguration: {
3696
3729
  * Pattern: "SOLID" || "DASHED" || "DOTTED",
@@ -3764,6 +3797,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
3764
3797
  * Calculation: "<NumericalAggregationFunction>", // required
3765
3798
  * },
3766
3799
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
3800
+ * SeriesType: "BAR" || "LINE",
3767
3801
  * },
3768
3802
  * StyleConfiguration: {
3769
3803
  * Pattern: "SOLID" || "DASHED" || "DOTTED",
@@ -4434,6 +4468,10 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
4434
4468
  * Value: new Date("TIMESTAMP"),
4435
4469
  * ParameterName: "STRING_VALUE",
4436
4470
  * TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
4471
+ * RollingDate: {
4472
+ * DataSetIdentifier: "STRING_VALUE",
4473
+ * Expression: "STRING_VALUE", // required
4474
+ * },
4437
4475
  * },
4438
4476
  * TimeRangeFilter: { // TimeRangeFilter
4439
4477
  * FilterId: "STRING_VALUE", // required
@@ -4442,18 +4480,12 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
4442
4480
  * IncludeMaximum: true || false,
4443
4481
  * RangeMinimumValue: { // TimeRangeFilterValue
4444
4482
  * StaticValue: new Date("TIMESTAMP"),
4445
- * RollingDate: {
4446
- * DataSetIdentifier: "STRING_VALUE",
4447
- * Expression: "STRING_VALUE", // required
4448
- * },
4483
+ * RollingDate: "<RollingDateConfiguration>",
4449
4484
  * Parameter: "STRING_VALUE",
4450
4485
  * },
4451
4486
  * RangeMaximumValue: {
4452
4487
  * StaticValue: new Date("TIMESTAMP"),
4453
- * RollingDate: {
4454
- * DataSetIdentifier: "STRING_VALUE",
4455
- * Expression: "STRING_VALUE", // required
4456
- * },
4488
+ * RollingDate: "<RollingDateConfiguration>",
4457
4489
  * Parameter: "STRING_VALUE",
4458
4490
  * },
4459
4491
  * NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
@@ -4574,6 +4606,9 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
4574
4606
  * ValidationStrategy: { // ValidationStrategy
4575
4607
  * Mode: "STRICT" || "LENIENT", // required
4576
4608
  * },
4609
+ * FolderArns: [ // FolderArnList
4610
+ * "STRING_VALUE",
4611
+ * ],
4577
4612
  * };
4578
4613
  * const command = new CreateDashboardCommand(input);
4579
4614
  * const response = await client.send(command);
@@ -279,6 +279,9 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
279
279
  * },
280
280
  * },
281
281
  * ],
282
+ * FolderArns: [ // FolderArnList
283
+ * "STRING_VALUE",
284
+ * ],
282
285
  * };
283
286
  * const command = new CreateDataSetCommand(input);
284
287
  * const response = await client.send(command);
@@ -147,6 +147,17 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
147
147
  * Port: Number("int"), // required
148
148
  * SqlEndpointPath: "STRING_VALUE", // required
149
149
  * },
150
+ * StarburstParameters: { // StarburstParameters
151
+ * Host: "STRING_VALUE", // required
152
+ * Port: Number("int"), // required
153
+ * Catalog: "STRING_VALUE", // required
154
+ * ProductType: "GALAXY" || "ENTERPRISE",
155
+ * },
156
+ * TrinoParameters: { // TrinoParameters
157
+ * Host: "STRING_VALUE", // required
158
+ * Port: Number("int"), // required
159
+ * Catalog: "STRING_VALUE", // required
160
+ * },
150
161
  * },
151
162
  * Credentials: { // DataSourceCredentials
152
163
  * CredentialPair: { // CredentialPair
@@ -265,6 +276,17 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
265
276
  * Port: Number("int"), // required
266
277
  * SqlEndpointPath: "STRING_VALUE", // required
267
278
  * },
279
+ * StarburstParameters: {
280
+ * Host: "STRING_VALUE", // required
281
+ * Port: Number("int"), // required
282
+ * Catalog: "STRING_VALUE", // required
283
+ * ProductType: "GALAXY" || "ENTERPRISE",
284
+ * },
285
+ * TrinoParameters: {
286
+ * Host: "STRING_VALUE", // required
287
+ * Port: Number("int"), // required
288
+ * Catalog: "STRING_VALUE", // required
289
+ * },
268
290
  * },
269
291
  * ],
270
292
  * },
@@ -291,6 +313,9 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
291
313
  * Value: "STRING_VALUE", // required
292
314
  * },
293
315
  * ],
316
+ * FolderArns: [ // FolderArnList
317
+ * "STRING_VALUE",
318
+ * ],
294
319
  * };
295
320
  * const command = new CreateDataSourceCommand(input);
296
321
  * const response = await client.send(command);
@@ -34,7 +34,7 @@ export interface CreateFolderCommandOutput extends CreateFolderResponse, __Metad
34
34
  * AwsAccountId: "STRING_VALUE", // required
35
35
  * FolderId: "STRING_VALUE", // required
36
36
  * Name: "STRING_VALUE",
37
- * FolderType: "SHARED",
37
+ * FolderType: "SHARED" || "RESTRICTED",
38
38
  * ParentFolderArn: "STRING_VALUE",
39
39
  * Permissions: [ // ResourcePermissionList
40
40
  * { // ResourcePermission