@aws-sdk/client-quicksight 3.925.0 → 3.927.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 (90) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/index.js +823 -360
  3. package/dist-es/commands/CreateTopicCommand.js +1 -1
  4. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  5. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +1 -1
  6. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  7. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  8. package/dist-es/commands/ListActionConnectorsCommand.js +1 -1
  9. package/dist-es/models/models_0.js +8 -4
  10. package/dist-es/models/models_1.js +5 -26
  11. package/dist-es/models/models_2.js +26 -39
  12. package/dist-es/models/models_3.js +233 -222
  13. package/dist-es/models/models_4.js +217 -70
  14. package/dist-es/models/models_5.js +74 -2
  15. package/dist-es/protocols/Aws_restJson1.js +240 -4
  16. package/dist-types/QuickSight.d.ts +1 -1
  17. package/dist-types/QuickSightClient.d.ts +1 -1
  18. package/dist-types/commands/CreateDataSetCommand.d.ts +398 -3
  19. package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeDataSetCommand.d.ts +396 -3
  23. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +4 -4
  24. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +7 -7
  25. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
  26. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +4 -4
  27. package/dist-types/commands/GetFlowMetadataCommand.d.ts +1 -1
  28. package/dist-types/commands/GetFlowPermissionsCommand.d.ts +1 -1
  29. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
  30. package/dist-types/commands/ListActionConnectorsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  32. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListDataSetsCommand.d.ts +10 -1
  39. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  40. package/dist-types/commands/ListFlowsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
  42. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  43. package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
  44. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListGroupsCommand.d.ts +1 -2
  46. package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
  47. package/dist-types/commands/SearchDataSetsCommand.d.ts +9 -0
  48. package/dist-types/commands/SearchTopicsCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateDataSetCommand.d.ts +398 -3
  51. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  52. package/dist-types/index.d.ts +1 -1
  53. package/dist-types/models/models_0.d.ts +162 -182
  54. package/dist-types/models/models_1.d.ts +177 -161
  55. package/dist-types/models/models_2.d.ts +196 -250
  56. package/dist-types/models/models_3.d.ts +2725 -3153
  57. package/dist-types/models/models_4.d.ts +4088 -3877
  58. package/dist-types/models/models_5.d.ts +1555 -12
  59. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -2
  84. package/dist-types/ts3.4/models/models_0.d.ts +42 -42
  85. package/dist-types/ts3.4/models/models_1.d.ts +44 -56
  86. package/dist-types/ts3.4/models/models_2.d.ts +72 -94
  87. package/dist-types/ts3.4/models/models_3.d.ts +446 -511
  88. package/dist-types/ts3.4/models/models_4.d.ts +513 -366
  89. package/dist-types/ts3.4/models/models_5.d.ts +381 -17
  90. package/package.json +5 -5
@@ -51,6 +51,7 @@ declare const CreateDataSetCommand_base: {
51
51
  * InputColumns: [ // InputColumnList // required
52
52
  * { // InputColumn
53
53
  * Name: "STRING_VALUE", // required
54
+ * Id: "STRING_VALUE",
54
55
  * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
55
56
  * SubType: "FLOAT" || "FIXED",
56
57
  * },
@@ -63,6 +64,7 @@ declare const CreateDataSetCommand_base: {
63
64
  * Columns: [
64
65
  * {
65
66
  * Name: "STRING_VALUE", // required
67
+ * Id: "STRING_VALUE",
66
68
  * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
67
69
  * SubType: "FLOAT" || "FIXED",
68
70
  * },
@@ -76,10 +78,29 @@ declare const CreateDataSetCommand_base: {
76
78
  * ContainsHeader: true || false,
77
79
  * TextQualifier: "DOUBLE_QUOTE" || "SINGLE_QUOTE",
78
80
  * Delimiter: "STRING_VALUE",
81
+ * CustomCellAddressRange: "STRING_VALUE",
79
82
  * },
80
83
  * InputColumns: [ // required
81
84
  * {
82
85
  * Name: "STRING_VALUE", // required
86
+ * Id: "STRING_VALUE",
87
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
88
+ * SubType: "FLOAT" || "FIXED",
89
+ * },
90
+ * ],
91
+ * },
92
+ * SaaSTable: { // SaaSTable
93
+ * DataSourceArn: "STRING_VALUE", // required
94
+ * TablePath: [ // TablePathElementList // required
95
+ * { // TablePathElement
96
+ * Name: "STRING_VALUE",
97
+ * Id: "STRING_VALUE",
98
+ * },
99
+ * ],
100
+ * InputColumns: [ // required
101
+ * {
102
+ * Name: "STRING_VALUE", // required
103
+ * Id: "STRING_VALUE",
83
104
  * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
84
105
  * SubType: "FLOAT" || "FIXED",
85
106
  * },
@@ -93,14 +114,89 @@ declare const CreateDataSetCommand_base: {
93
114
  * DataTransforms: [ // TransformOperationList
94
115
  * { // TransformOperation Union: only one key present
95
116
  * ProjectOperation: { // ProjectOperation
96
- * ProjectedColumns: [ // ProjectedColumnList // required
117
+ * Alias: "STRING_VALUE",
118
+ * Source: { // TransformOperationSource
119
+ * TransformOperationId: "STRING_VALUE", // required
120
+ * ColumnIdMappings: [ // DataSetColumnIdMappingList
121
+ * { // DataSetColumnIdMapping
122
+ * SourceColumnId: "STRING_VALUE", // required
123
+ * TargetColumnId: "STRING_VALUE", // required
124
+ * },
125
+ * ],
126
+ * },
127
+ * ProjectedColumns: [ // ProjectedColumnNameList // required
97
128
  * "STRING_VALUE",
98
129
  * ],
99
130
  * },
100
131
  * FilterOperation: { // FilterOperation
101
- * ConditionExpression: "STRING_VALUE", // required
132
+ * ConditionExpression: "STRING_VALUE",
133
+ * StringFilterCondition: { // DataSetStringFilterCondition
134
+ * ColumnName: "STRING_VALUE",
135
+ * ComparisonFilterCondition: { // DataSetStringComparisonFilterCondition
136
+ * Operator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
137
+ * Value: { // DataSetStringFilterValue
138
+ * StaticValue: "STRING_VALUE",
139
+ * },
140
+ * },
141
+ * ListFilterCondition: { // DataSetStringListFilterCondition
142
+ * Operator: "INCLUDE" || "EXCLUDE", // required
143
+ * Values: { // DataSetStringListFilterValue
144
+ * StaticValues: [ // DataSetStringFilterStaticValueList
145
+ * "STRING_VALUE",
146
+ * ],
147
+ * },
148
+ * },
149
+ * },
150
+ * NumericFilterCondition: { // DataSetNumericFilterCondition
151
+ * ColumnName: "STRING_VALUE",
152
+ * ComparisonFilterCondition: { // DataSetNumericComparisonFilterCondition
153
+ * Operator: "EQUALS" || "DOES_NOT_EQUAL" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS_TO" || "LESS_THAN" || "LESS_THAN_OR_EQUALS_TO", // required
154
+ * Value: { // DataSetNumericFilterValue
155
+ * StaticValue: Number("double"),
156
+ * },
157
+ * },
158
+ * RangeFilterCondition: { // DataSetNumericRangeFilterCondition
159
+ * RangeMinimum: {
160
+ * StaticValue: Number("double"),
161
+ * },
162
+ * RangeMaximum: {
163
+ * StaticValue: Number("double"),
164
+ * },
165
+ * IncludeMinimum: true || false,
166
+ * IncludeMaximum: true || false,
167
+ * },
168
+ * },
169
+ * DateFilterCondition: { // DataSetDateFilterCondition
170
+ * ColumnName: "STRING_VALUE",
171
+ * ComparisonFilterCondition: { // DataSetDateComparisonFilterCondition
172
+ * Operator: "BEFORE" || "BEFORE_OR_EQUALS_TO" || "AFTER" || "AFTER_OR_EQUALS_TO", // required
173
+ * Value: { // DataSetDateFilterValue
174
+ * StaticValue: new Date("TIMESTAMP"),
175
+ * },
176
+ * },
177
+ * RangeFilterCondition: { // DataSetDateRangeFilterCondition
178
+ * RangeMinimum: {
179
+ * StaticValue: new Date("TIMESTAMP"),
180
+ * },
181
+ * RangeMaximum: {
182
+ * StaticValue: new Date("TIMESTAMP"),
183
+ * },
184
+ * IncludeMinimum: true || false,
185
+ * IncludeMaximum: true || false,
186
+ * },
187
+ * },
102
188
  * },
103
189
  * CreateColumnsOperation: { // CreateColumnsOperation
190
+ * Alias: "STRING_VALUE",
191
+ * Source: {
192
+ * TransformOperationId: "STRING_VALUE", // required
193
+ * ColumnIdMappings: [
194
+ * {
195
+ * SourceColumnId: "STRING_VALUE", // required
196
+ * TargetColumnId: "STRING_VALUE", // required
197
+ * },
198
+ * ],
199
+ * },
104
200
  * Columns: [ // CalculatedColumnList // required
105
201
  * { // CalculatedColumn
106
202
  * ColumnName: "STRING_VALUE", // required
@@ -230,7 +326,7 @@ declare const CreateDataSetCommand_base: {
230
326
  * Principals: [ // PrincipalList
231
327
  * "STRING_VALUE",
232
328
  * ],
233
- * ColumnNames: [ // ColumnNameList
329
+ * ColumnNames: [ // ColumnLevelPermissionRuleColumnNameList
234
330
  * "STRING_VALUE",
235
331
  * ],
236
332
  * },
@@ -303,6 +399,302 @@ declare const CreateDataSetCommand_base: {
303
399
  * ],
304
400
  * },
305
401
  * UseAs: "RLS_RULES",
402
+ * DataPrepConfiguration: { // DataPrepConfiguration
403
+ * SourceTableMap: { // SourceTableMap // required
404
+ * "<keys>": { // SourceTable
405
+ * PhysicalTableId: "STRING_VALUE",
406
+ * DataSet: { // ParentDataSet
407
+ * DataSetArn: "STRING_VALUE", // required
408
+ * InputColumns: [ // required
409
+ * {
410
+ * Name: "STRING_VALUE", // required
411
+ * Id: "STRING_VALUE",
412
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
413
+ * SubType: "FLOAT" || "FIXED",
414
+ * },
415
+ * ],
416
+ * },
417
+ * },
418
+ * },
419
+ * TransformStepMap: { // TransformStepMap // required
420
+ * "<keys>": { // TransformStep
421
+ * ImportTableStep: { // ImportTableOperation
422
+ * Alias: "STRING_VALUE", // required
423
+ * Source: { // ImportTableOperationSource
424
+ * SourceTableId: "STRING_VALUE", // required
425
+ * ColumnIdMappings: [
426
+ * {
427
+ * SourceColumnId: "STRING_VALUE", // required
428
+ * TargetColumnId: "STRING_VALUE", // required
429
+ * },
430
+ * ],
431
+ * },
432
+ * },
433
+ * ProjectStep: {
434
+ * Alias: "STRING_VALUE",
435
+ * Source: {
436
+ * TransformOperationId: "STRING_VALUE", // required
437
+ * ColumnIdMappings: [
438
+ * {
439
+ * SourceColumnId: "STRING_VALUE", // required
440
+ * TargetColumnId: "STRING_VALUE", // required
441
+ * },
442
+ * ],
443
+ * },
444
+ * ProjectedColumns: [ // required
445
+ * "STRING_VALUE",
446
+ * ],
447
+ * },
448
+ * FiltersStep: { // FiltersOperation
449
+ * Alias: "STRING_VALUE", // required
450
+ * Source: {
451
+ * TransformOperationId: "STRING_VALUE", // required
452
+ * ColumnIdMappings: [
453
+ * {
454
+ * SourceColumnId: "STRING_VALUE", // required
455
+ * TargetColumnId: "STRING_VALUE", // required
456
+ * },
457
+ * ],
458
+ * },
459
+ * FilterOperations: [ // FilterOperationList // required
460
+ * {
461
+ * ConditionExpression: "STRING_VALUE",
462
+ * StringFilterCondition: {
463
+ * ColumnName: "STRING_VALUE",
464
+ * ComparisonFilterCondition: {
465
+ * Operator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
466
+ * Value: {
467
+ * StaticValue: "STRING_VALUE",
468
+ * },
469
+ * },
470
+ * ListFilterCondition: {
471
+ * Operator: "INCLUDE" || "EXCLUDE", // required
472
+ * Values: {
473
+ * StaticValues: [
474
+ * "STRING_VALUE",
475
+ * ],
476
+ * },
477
+ * },
478
+ * },
479
+ * NumericFilterCondition: {
480
+ * ColumnName: "STRING_VALUE",
481
+ * ComparisonFilterCondition: {
482
+ * Operator: "EQUALS" || "DOES_NOT_EQUAL" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS_TO" || "LESS_THAN" || "LESS_THAN_OR_EQUALS_TO", // required
483
+ * Value: {
484
+ * StaticValue: Number("double"),
485
+ * },
486
+ * },
487
+ * RangeFilterCondition: {
488
+ * RangeMinimum: {
489
+ * StaticValue: Number("double"),
490
+ * },
491
+ * RangeMaximum: "<DataSetNumericFilterValue>",
492
+ * IncludeMinimum: true || false,
493
+ * IncludeMaximum: true || false,
494
+ * },
495
+ * },
496
+ * DateFilterCondition: {
497
+ * ColumnName: "STRING_VALUE",
498
+ * ComparisonFilterCondition: {
499
+ * Operator: "BEFORE" || "BEFORE_OR_EQUALS_TO" || "AFTER" || "AFTER_OR_EQUALS_TO", // required
500
+ * Value: {
501
+ * StaticValue: new Date("TIMESTAMP"),
502
+ * },
503
+ * },
504
+ * RangeFilterCondition: {
505
+ * RangeMinimum: {
506
+ * StaticValue: new Date("TIMESTAMP"),
507
+ * },
508
+ * RangeMaximum: "<DataSetDateFilterValue>",
509
+ * IncludeMinimum: true || false,
510
+ * IncludeMaximum: true || false,
511
+ * },
512
+ * },
513
+ * },
514
+ * ],
515
+ * },
516
+ * CreateColumnsStep: {
517
+ * Alias: "STRING_VALUE",
518
+ * Source: {
519
+ * TransformOperationId: "STRING_VALUE", // required
520
+ * ColumnIdMappings: "<DataSetColumnIdMappingList>",
521
+ * },
522
+ * Columns: [ // required
523
+ * {
524
+ * ColumnName: "STRING_VALUE", // required
525
+ * ColumnId: "STRING_VALUE", // required
526
+ * Expression: "STRING_VALUE", // required
527
+ * },
528
+ * ],
529
+ * },
530
+ * RenameColumnsStep: { // RenameColumnsOperation
531
+ * Alias: "STRING_VALUE", // required
532
+ * Source: "<TransformOperationSource>", // required
533
+ * RenameColumnOperations: [ // RenameColumnOperationList // required
534
+ * {
535
+ * ColumnName: "STRING_VALUE", // required
536
+ * NewColumnName: "STRING_VALUE", // required
537
+ * },
538
+ * ],
539
+ * },
540
+ * CastColumnTypesStep: { // CastColumnTypesOperation
541
+ * Alias: "STRING_VALUE", // required
542
+ * Source: "<TransformOperationSource>", // required
543
+ * CastColumnTypeOperations: [ // CastColumnTypeOperationList // required
544
+ * {
545
+ * ColumnName: "STRING_VALUE", // required
546
+ * NewColumnType: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME", // required
547
+ * SubType: "FLOAT" || "FIXED",
548
+ * Format: "STRING_VALUE",
549
+ * },
550
+ * ],
551
+ * },
552
+ * JoinStep: { // JoinOperation
553
+ * Alias: "STRING_VALUE", // required
554
+ * LeftOperand: "<TransformOperationSource>", // required
555
+ * RightOperand: "<TransformOperationSource>", // required
556
+ * Type: "INNER" || "OUTER" || "LEFT" || "RIGHT", // required
557
+ * OnClause: "STRING_VALUE", // required
558
+ * LeftOperandProperties: { // JoinOperandProperties
559
+ * OutputColumnNameOverrides: [ // OutputColumnNameOverrideList // required
560
+ * { // OutputColumnNameOverride
561
+ * SourceColumnName: "STRING_VALUE",
562
+ * OutputColumnName: "STRING_VALUE", // required
563
+ * },
564
+ * ],
565
+ * },
566
+ * RightOperandProperties: {
567
+ * OutputColumnNameOverrides: [ // required
568
+ * {
569
+ * SourceColumnName: "STRING_VALUE",
570
+ * OutputColumnName: "STRING_VALUE", // required
571
+ * },
572
+ * ],
573
+ * },
574
+ * },
575
+ * AggregateStep: { // AggregateOperation
576
+ * Alias: "STRING_VALUE", // required
577
+ * Source: "<TransformOperationSource>", // required
578
+ * GroupByColumnNames: [ // GroupByColumnNameList
579
+ * "STRING_VALUE",
580
+ * ],
581
+ * Aggregations: [ // AggregationList // required
582
+ * { // Aggregation
583
+ * AggregationFunction: { // DataPrepAggregationFunction
584
+ * SimpleAggregation: { // DataPrepSimpleAggregationFunction
585
+ * InputColumnName: "STRING_VALUE",
586
+ * FunctionType: "COUNT" || "DISTINCT_COUNT" || "SUM" || "AVERAGE" || "MAX" || "MIN", // required
587
+ * },
588
+ * ListAggregation: { // DataPrepListAggregationFunction
589
+ * InputColumnName: "STRING_VALUE",
590
+ * Separator: "STRING_VALUE", // required
591
+ * Distinct: true || false, // required
592
+ * },
593
+ * },
594
+ * NewColumnName: "STRING_VALUE", // required
595
+ * NewColumnId: "STRING_VALUE", // required
596
+ * },
597
+ * ],
598
+ * },
599
+ * PivotStep: { // PivotOperation
600
+ * Alias: "STRING_VALUE", // required
601
+ * Source: "<TransformOperationSource>", // required
602
+ * GroupByColumnNames: [ // PivotGroupByColumnNameList
603
+ * "STRING_VALUE",
604
+ * ],
605
+ * ValueColumnConfiguration: { // ValueColumnConfiguration
606
+ * AggregationFunction: {
607
+ * SimpleAggregation: {
608
+ * InputColumnName: "STRING_VALUE",
609
+ * FunctionType: "COUNT" || "DISTINCT_COUNT" || "SUM" || "AVERAGE" || "MAX" || "MIN", // required
610
+ * },
611
+ * ListAggregation: {
612
+ * InputColumnName: "STRING_VALUE",
613
+ * Separator: "STRING_VALUE", // required
614
+ * Distinct: true || false, // required
615
+ * },
616
+ * },
617
+ * },
618
+ * PivotConfiguration: { // PivotConfiguration
619
+ * LabelColumnName: "STRING_VALUE",
620
+ * PivotedLabels: [ // PivotedLabelList // required
621
+ * { // PivotedLabel
622
+ * LabelName: "STRING_VALUE", // required
623
+ * NewColumnName: "STRING_VALUE", // required
624
+ * NewColumnId: "STRING_VALUE", // required
625
+ * },
626
+ * ],
627
+ * },
628
+ * },
629
+ * UnpivotStep: { // UnpivotOperation
630
+ * Alias: "STRING_VALUE", // required
631
+ * Source: "<TransformOperationSource>", // required
632
+ * ColumnsToUnpivot: [ // ColumnToUnpivotList // required
633
+ * { // ColumnToUnpivot
634
+ * ColumnName: "STRING_VALUE",
635
+ * NewValue: "STRING_VALUE",
636
+ * },
637
+ * ],
638
+ * UnpivotedLabelColumnName: "STRING_VALUE", // required
639
+ * UnpivotedLabelColumnId: "STRING_VALUE", // required
640
+ * UnpivotedValueColumnName: "STRING_VALUE", // required
641
+ * UnpivotedValueColumnId: "STRING_VALUE", // required
642
+ * },
643
+ * AppendStep: { // AppendOperation
644
+ * Alias: "STRING_VALUE", // required
645
+ * FirstSource: "<TransformOperationSource>",
646
+ * SecondSource: "<TransformOperationSource>",
647
+ * AppendedColumns: [ // AppendedColumnList // required
648
+ * { // AppendedColumn
649
+ * ColumnName: "STRING_VALUE", // required
650
+ * NewColumnId: "STRING_VALUE", // required
651
+ * },
652
+ * ],
653
+ * },
654
+ * },
655
+ * },
656
+ * DestinationTableMap: { // DestinationTableMap // required
657
+ * "<keys>": { // DestinationTable
658
+ * Alias: "STRING_VALUE", // required
659
+ * Source: { // DestinationTableSource
660
+ * TransformOperationId: "STRING_VALUE", // required
661
+ * },
662
+ * },
663
+ * },
664
+ * },
665
+ * SemanticModelConfiguration: { // SemanticModelConfiguration
666
+ * TableMap: { // SemanticTableMap
667
+ * "<keys>": { // SemanticTable
668
+ * Alias: "STRING_VALUE", // required
669
+ * DestinationTableId: "STRING_VALUE", // required
670
+ * RowLevelPermissionConfiguration: { // RowLevelPermissionConfiguration
671
+ * TagConfiguration: {
672
+ * Status: "ENABLED" || "DISABLED",
673
+ * TagRules: [ // required
674
+ * {
675
+ * TagKey: "STRING_VALUE", // required
676
+ * ColumnName: "STRING_VALUE", // required
677
+ * TagMultiValueDelimiter: "STRING_VALUE",
678
+ * MatchAllValue: "STRING_VALUE",
679
+ * },
680
+ * ],
681
+ * TagRuleConfigurations: [
682
+ * [
683
+ * "STRING_VALUE",
684
+ * ],
685
+ * ],
686
+ * },
687
+ * RowLevelPermissionDataSet: {
688
+ * Namespace: "STRING_VALUE",
689
+ * Arn: "STRING_VALUE", // required
690
+ * PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
691
+ * FormatVersion: "VERSION_1" || "VERSION_2",
692
+ * Status: "ENABLED" || "DISABLED",
693
+ * },
694
+ * },
695
+ * },
696
+ * },
697
+ * },
306
698
  * };
307
699
  * const command = new CreateDataSetCommand(input);
308
700
  * const response = await client.send(command);
@@ -335,6 +727,9 @@ declare const CreateDataSetCommand_base: {
335
727
  * @throws {@link InternalFailureException} (server fault)
336
728
  * <p>An internal failure occurred.</p>
337
729
  *
730
+ * @throws {@link InvalidDataSetParameterValueException} (client fault)
731
+ * <p>An exception thrown when an invalid parameter value is provided for dataset operations.</p>
732
+ *
338
733
  * @throws {@link InvalidParameterValueException} (client fault)
339
734
  * <p>One or more parameters has a value that isn't valid.</p>
340
735
  *
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateTopicRequest, CreateTopicResponse } from "../models/models_3";
3
+ import { CreateTopicRequest, CreateTopicResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateTopicRefreshScheduleRequest, CreateTopicRefreshScheduleResponse } from "../models/models_3";
3
+ import { CreateTopicRefreshScheduleRequest, CreateTopicRefreshScheduleResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateVPCConnectionRequest, CreateVPCConnectionResponse } from "../models/models_3";
3
+ import { CreateVPCConnectionRequest, CreateVPCConnectionResponse } from "../models/models_4";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public