@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
@@ -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 { ListAssetBundleImportJobsRequest, ListAssetBundleImportJobsResponse } from "../models/models_4";
3
+ import { ListAssetBundleImportJobsRequest, ListAssetBundleImportJobsResponse } from "../models/models_5";
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 { ListBrandsRequest, ListBrandsResponse } from "../models/models_4";
3
+ import { ListBrandsRequest, ListBrandsResponse } from "../models/models_5";
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 { ListCustomPermissionsRequest, ListCustomPermissionsResponse } from "../models/models_4";
3
+ import { ListCustomPermissionsRequest, ListCustomPermissionsResponse } from "../models/models_5";
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 { ListDashboardVersionsRequest, ListDashboardVersionsResponse } from "../models/models_4";
3
+ import { ListDashboardVersionsRequest, ListDashboardVersionsResponse } from "../models/models_5";
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 { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_4";
3
+ import { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_5";
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 { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_4";
3
+ import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -62,6 +62,15 @@ declare const ListDataSetsCommand_base: {
62
62
  * // FormatVersion: "VERSION_1" || "VERSION_2",
63
63
  * // Status: "ENABLED" || "DISABLED",
64
64
  * // },
65
+ * // RowLevelPermissionDataSetMap: { // RowLevelPermissionDataSetMap
66
+ * // "<keys>": {
67
+ * // Namespace: "STRING_VALUE",
68
+ * // Arn: "STRING_VALUE", // required
69
+ * // PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
70
+ * // FormatVersion: "VERSION_1" || "VERSION_2",
71
+ * // Status: "ENABLED" || "DISABLED",
72
+ * // },
73
+ * // },
65
74
  * // RowLevelPermissionTagConfigurationApplied: true || false,
66
75
  * // ColumnLevelPermissionRulesApplied: true || false,
67
76
  * // UseAs: "RLS_RULES",
@@ -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 { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_4";
3
+ import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_5";
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 { ListFlowsInput, ListFlowsOutput } from "../models/models_4";
3
+ import { ListFlowsInput, ListFlowsOutput } from "../models/models_5";
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 { ListFolderMembersRequest, ListFolderMembersResponse } from "../models/models_4";
3
+ import { ListFolderMembersRequest, ListFolderMembersResponse } from "../models/models_5";
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 { ListFoldersRequest, ListFoldersResponse } from "../models/models_4";
3
+ import { ListFoldersRequest, ListFoldersResponse } from "../models/models_5";
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 { ListFoldersForResourceRequest, ListFoldersForResourceResponse } from "../models/models_4";
3
+ import { ListFoldersForResourceRequest, ListFoldersForResourceResponse } from "../models/models_5";
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 { ListGroupMembershipsRequest, ListGroupMembershipsResponse } from "../models/models_4";
3
+ import { ListGroupMembershipsRequest, ListGroupMembershipsResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListGroupsRequest } from "../models/models_4";
4
- import { ListGroupsResponse } from "../models/models_5";
3
+ import { ListGroupsRequest, ListGroupsResponse } from "../models/models_5";
5
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
5
  /**
7
6
  * @public
@@ -28,7 +28,7 @@ declare const PredictQAResultsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Predicts existing visuals or generates new visuals to answer a given query.</p>
31
- * <p>This API uses <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html">trusted identity propagation</a> to ensure that an end user is authenticated and receives the embed URL that is specific to that user. The IAM Identity Center application that the user has logged into needs to have <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html">trusted Identity Propagation enabled for QuickSight</a> with the scope value set to <code>quicksight:read</code>. Before you use this action, make sure that you have configured the relevant QuickSight resource and permissions.</p>
31
+ * <p>This API uses <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html">trusted identity propagation</a> to ensure that an end user is authenticated and receives the embed URL that is specific to that user. The IAM Identity Center application that the user has logged into needs to have <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html">trusted Identity Propagation enabled for Quick Suite</a> with the scope value set to <code>quicksight:read</code>. Before you use this action, make sure that you have configured the relevant Quick Suite resource and permissions.</p>
32
32
  * <p>We recommend enabling the <code>QSearchStatus</code> API to unlock the full potential of <code>PredictQnA</code>. When <code>QSearchStatus</code> is enabled, it first checks the specified dashboard for any existing visuals that match the question. If no matching visuals are found, <code>PredictQnA</code> uses generative Q&A to provide an answer. To update the <code>QSearchStatus</code>, see <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateQuickSightQSearchConfiguration.html">UpdateQuickSightQSearchConfiguration</a>.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,15 @@ declare const SearchDataSetsCommand_base: {
67
67
  * // FormatVersion: "VERSION_1" || "VERSION_2",
68
68
  * // Status: "ENABLED" || "DISABLED",
69
69
  * // },
70
+ * // RowLevelPermissionDataSetMap: { // RowLevelPermissionDataSetMap
71
+ * // "<keys>": {
72
+ * // Namespace: "STRING_VALUE",
73
+ * // Arn: "STRING_VALUE", // required
74
+ * // PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
75
+ * // FormatVersion: "VERSION_1" || "VERSION_2",
76
+ * // Status: "ENABLED" || "DISABLED",
77
+ * // },
78
+ * // },
70
79
  * // RowLevelPermissionTagConfigurationApplied: true || false,
71
80
  * // ColumnLevelPermissionRulesApplied: true || false,
72
81
  * // UseAs: "RLS_RULES",
@@ -27,7 +27,7 @@ declare const SearchTopicsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Searches for any Q topic that exists in an QuickSight account.</p>
30
+ * <p>Searches for any Q topic that exists in an Quick Suite account.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const UpdateApplicationWithTokenExchangeGrantCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates an QuickSight application with a token exchange grant. This operation only supports QuickSight applications that are registered with IAM Identity Center.</p>
30
+ * <p>Updates an Quick Suite application with a token exchange grant. This operation only supports Quick Suite applications that are registered with IAM Identity Center.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -51,6 +51,7 @@ declare const UpdateDataSetCommand_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 UpdateDataSetCommand_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 UpdateDataSetCommand_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 UpdateDataSetCommand_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
@@ -222,7 +318,7 @@ declare const UpdateDataSetCommand_base: {
222
318
  * Principals: [ // PrincipalList
223
319
  * "STRING_VALUE",
224
320
  * ],
225
- * ColumnNames: [ // ColumnNameList
321
+ * ColumnNames: [ // ColumnLevelPermissionRuleColumnNameList
226
322
  * "STRING_VALUE",
227
323
  * ],
228
324
  * },
@@ -285,6 +381,302 @@ declare const UpdateDataSetCommand_base: {
285
381
  * },
286
382
  * ],
287
383
  * },
384
+ * DataPrepConfiguration: { // DataPrepConfiguration
385
+ * SourceTableMap: { // SourceTableMap // required
386
+ * "<keys>": { // SourceTable
387
+ * PhysicalTableId: "STRING_VALUE",
388
+ * DataSet: { // ParentDataSet
389
+ * DataSetArn: "STRING_VALUE", // required
390
+ * InputColumns: [ // required
391
+ * {
392
+ * Name: "STRING_VALUE", // required
393
+ * Id: "STRING_VALUE",
394
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
395
+ * SubType: "FLOAT" || "FIXED",
396
+ * },
397
+ * ],
398
+ * },
399
+ * },
400
+ * },
401
+ * TransformStepMap: { // TransformStepMap // required
402
+ * "<keys>": { // TransformStep
403
+ * ImportTableStep: { // ImportTableOperation
404
+ * Alias: "STRING_VALUE", // required
405
+ * Source: { // ImportTableOperationSource
406
+ * SourceTableId: "STRING_VALUE", // required
407
+ * ColumnIdMappings: [
408
+ * {
409
+ * SourceColumnId: "STRING_VALUE", // required
410
+ * TargetColumnId: "STRING_VALUE", // required
411
+ * },
412
+ * ],
413
+ * },
414
+ * },
415
+ * ProjectStep: {
416
+ * Alias: "STRING_VALUE",
417
+ * Source: {
418
+ * TransformOperationId: "STRING_VALUE", // required
419
+ * ColumnIdMappings: [
420
+ * {
421
+ * SourceColumnId: "STRING_VALUE", // required
422
+ * TargetColumnId: "STRING_VALUE", // required
423
+ * },
424
+ * ],
425
+ * },
426
+ * ProjectedColumns: [ // required
427
+ * "STRING_VALUE",
428
+ * ],
429
+ * },
430
+ * FiltersStep: { // FiltersOperation
431
+ * Alias: "STRING_VALUE", // required
432
+ * Source: {
433
+ * TransformOperationId: "STRING_VALUE", // required
434
+ * ColumnIdMappings: [
435
+ * {
436
+ * SourceColumnId: "STRING_VALUE", // required
437
+ * TargetColumnId: "STRING_VALUE", // required
438
+ * },
439
+ * ],
440
+ * },
441
+ * FilterOperations: [ // FilterOperationList // required
442
+ * {
443
+ * ConditionExpression: "STRING_VALUE",
444
+ * StringFilterCondition: {
445
+ * ColumnName: "STRING_VALUE",
446
+ * ComparisonFilterCondition: {
447
+ * Operator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
448
+ * Value: {
449
+ * StaticValue: "STRING_VALUE",
450
+ * },
451
+ * },
452
+ * ListFilterCondition: {
453
+ * Operator: "INCLUDE" || "EXCLUDE", // required
454
+ * Values: {
455
+ * StaticValues: [
456
+ * "STRING_VALUE",
457
+ * ],
458
+ * },
459
+ * },
460
+ * },
461
+ * NumericFilterCondition: {
462
+ * ColumnName: "STRING_VALUE",
463
+ * ComparisonFilterCondition: {
464
+ * Operator: "EQUALS" || "DOES_NOT_EQUAL" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS_TO" || "LESS_THAN" || "LESS_THAN_OR_EQUALS_TO", // required
465
+ * Value: {
466
+ * StaticValue: Number("double"),
467
+ * },
468
+ * },
469
+ * RangeFilterCondition: {
470
+ * RangeMinimum: {
471
+ * StaticValue: Number("double"),
472
+ * },
473
+ * RangeMaximum: "<DataSetNumericFilterValue>",
474
+ * IncludeMinimum: true || false,
475
+ * IncludeMaximum: true || false,
476
+ * },
477
+ * },
478
+ * DateFilterCondition: {
479
+ * ColumnName: "STRING_VALUE",
480
+ * ComparisonFilterCondition: {
481
+ * Operator: "BEFORE" || "BEFORE_OR_EQUALS_TO" || "AFTER" || "AFTER_OR_EQUALS_TO", // required
482
+ * Value: {
483
+ * StaticValue: new Date("TIMESTAMP"),
484
+ * },
485
+ * },
486
+ * RangeFilterCondition: {
487
+ * RangeMinimum: {
488
+ * StaticValue: new Date("TIMESTAMP"),
489
+ * },
490
+ * RangeMaximum: "<DataSetDateFilterValue>",
491
+ * IncludeMinimum: true || false,
492
+ * IncludeMaximum: true || false,
493
+ * },
494
+ * },
495
+ * },
496
+ * ],
497
+ * },
498
+ * CreateColumnsStep: {
499
+ * Alias: "STRING_VALUE",
500
+ * Source: {
501
+ * TransformOperationId: "STRING_VALUE", // required
502
+ * ColumnIdMappings: "<DataSetColumnIdMappingList>",
503
+ * },
504
+ * Columns: [ // required
505
+ * {
506
+ * ColumnName: "STRING_VALUE", // required
507
+ * ColumnId: "STRING_VALUE", // required
508
+ * Expression: "STRING_VALUE", // required
509
+ * },
510
+ * ],
511
+ * },
512
+ * RenameColumnsStep: { // RenameColumnsOperation
513
+ * Alias: "STRING_VALUE", // required
514
+ * Source: "<TransformOperationSource>", // required
515
+ * RenameColumnOperations: [ // RenameColumnOperationList // required
516
+ * {
517
+ * ColumnName: "STRING_VALUE", // required
518
+ * NewColumnName: "STRING_VALUE", // required
519
+ * },
520
+ * ],
521
+ * },
522
+ * CastColumnTypesStep: { // CastColumnTypesOperation
523
+ * Alias: "STRING_VALUE", // required
524
+ * Source: "<TransformOperationSource>", // required
525
+ * CastColumnTypeOperations: [ // CastColumnTypeOperationList // required
526
+ * {
527
+ * ColumnName: "STRING_VALUE", // required
528
+ * NewColumnType: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME", // required
529
+ * SubType: "FLOAT" || "FIXED",
530
+ * Format: "STRING_VALUE",
531
+ * },
532
+ * ],
533
+ * },
534
+ * JoinStep: { // JoinOperation
535
+ * Alias: "STRING_VALUE", // required
536
+ * LeftOperand: "<TransformOperationSource>", // required
537
+ * RightOperand: "<TransformOperationSource>", // required
538
+ * Type: "INNER" || "OUTER" || "LEFT" || "RIGHT", // required
539
+ * OnClause: "STRING_VALUE", // required
540
+ * LeftOperandProperties: { // JoinOperandProperties
541
+ * OutputColumnNameOverrides: [ // OutputColumnNameOverrideList // required
542
+ * { // OutputColumnNameOverride
543
+ * SourceColumnName: "STRING_VALUE",
544
+ * OutputColumnName: "STRING_VALUE", // required
545
+ * },
546
+ * ],
547
+ * },
548
+ * RightOperandProperties: {
549
+ * OutputColumnNameOverrides: [ // required
550
+ * {
551
+ * SourceColumnName: "STRING_VALUE",
552
+ * OutputColumnName: "STRING_VALUE", // required
553
+ * },
554
+ * ],
555
+ * },
556
+ * },
557
+ * AggregateStep: { // AggregateOperation
558
+ * Alias: "STRING_VALUE", // required
559
+ * Source: "<TransformOperationSource>", // required
560
+ * GroupByColumnNames: [ // GroupByColumnNameList
561
+ * "STRING_VALUE",
562
+ * ],
563
+ * Aggregations: [ // AggregationList // required
564
+ * { // Aggregation
565
+ * AggregationFunction: { // DataPrepAggregationFunction
566
+ * SimpleAggregation: { // DataPrepSimpleAggregationFunction
567
+ * InputColumnName: "STRING_VALUE",
568
+ * FunctionType: "COUNT" || "DISTINCT_COUNT" || "SUM" || "AVERAGE" || "MAX" || "MIN", // required
569
+ * },
570
+ * ListAggregation: { // DataPrepListAggregationFunction
571
+ * InputColumnName: "STRING_VALUE",
572
+ * Separator: "STRING_VALUE", // required
573
+ * Distinct: true || false, // required
574
+ * },
575
+ * },
576
+ * NewColumnName: "STRING_VALUE", // required
577
+ * NewColumnId: "STRING_VALUE", // required
578
+ * },
579
+ * ],
580
+ * },
581
+ * PivotStep: { // PivotOperation
582
+ * Alias: "STRING_VALUE", // required
583
+ * Source: "<TransformOperationSource>", // required
584
+ * GroupByColumnNames: [ // PivotGroupByColumnNameList
585
+ * "STRING_VALUE",
586
+ * ],
587
+ * ValueColumnConfiguration: { // ValueColumnConfiguration
588
+ * AggregationFunction: {
589
+ * SimpleAggregation: {
590
+ * InputColumnName: "STRING_VALUE",
591
+ * FunctionType: "COUNT" || "DISTINCT_COUNT" || "SUM" || "AVERAGE" || "MAX" || "MIN", // required
592
+ * },
593
+ * ListAggregation: {
594
+ * InputColumnName: "STRING_VALUE",
595
+ * Separator: "STRING_VALUE", // required
596
+ * Distinct: true || false, // required
597
+ * },
598
+ * },
599
+ * },
600
+ * PivotConfiguration: { // PivotConfiguration
601
+ * LabelColumnName: "STRING_VALUE",
602
+ * PivotedLabels: [ // PivotedLabelList // required
603
+ * { // PivotedLabel
604
+ * LabelName: "STRING_VALUE", // required
605
+ * NewColumnName: "STRING_VALUE", // required
606
+ * NewColumnId: "STRING_VALUE", // required
607
+ * },
608
+ * ],
609
+ * },
610
+ * },
611
+ * UnpivotStep: { // UnpivotOperation
612
+ * Alias: "STRING_VALUE", // required
613
+ * Source: "<TransformOperationSource>", // required
614
+ * ColumnsToUnpivot: [ // ColumnToUnpivotList // required
615
+ * { // ColumnToUnpivot
616
+ * ColumnName: "STRING_VALUE",
617
+ * NewValue: "STRING_VALUE",
618
+ * },
619
+ * ],
620
+ * UnpivotedLabelColumnName: "STRING_VALUE", // required
621
+ * UnpivotedLabelColumnId: "STRING_VALUE", // required
622
+ * UnpivotedValueColumnName: "STRING_VALUE", // required
623
+ * UnpivotedValueColumnId: "STRING_VALUE", // required
624
+ * },
625
+ * AppendStep: { // AppendOperation
626
+ * Alias: "STRING_VALUE", // required
627
+ * FirstSource: "<TransformOperationSource>",
628
+ * SecondSource: "<TransformOperationSource>",
629
+ * AppendedColumns: [ // AppendedColumnList // required
630
+ * { // AppendedColumn
631
+ * ColumnName: "STRING_VALUE", // required
632
+ * NewColumnId: "STRING_VALUE", // required
633
+ * },
634
+ * ],
635
+ * },
636
+ * },
637
+ * },
638
+ * DestinationTableMap: { // DestinationTableMap // required
639
+ * "<keys>": { // DestinationTable
640
+ * Alias: "STRING_VALUE", // required
641
+ * Source: { // DestinationTableSource
642
+ * TransformOperationId: "STRING_VALUE", // required
643
+ * },
644
+ * },
645
+ * },
646
+ * },
647
+ * SemanticModelConfiguration: { // SemanticModelConfiguration
648
+ * TableMap: { // SemanticTableMap
649
+ * "<keys>": { // SemanticTable
650
+ * Alias: "STRING_VALUE", // required
651
+ * DestinationTableId: "STRING_VALUE", // required
652
+ * RowLevelPermissionConfiguration: { // RowLevelPermissionConfiguration
653
+ * TagConfiguration: {
654
+ * Status: "ENABLED" || "DISABLED",
655
+ * TagRules: [ // required
656
+ * {
657
+ * TagKey: "STRING_VALUE", // required
658
+ * ColumnName: "STRING_VALUE", // required
659
+ * TagMultiValueDelimiter: "STRING_VALUE",
660
+ * MatchAllValue: "STRING_VALUE",
661
+ * },
662
+ * ],
663
+ * TagRuleConfigurations: [
664
+ * [
665
+ * "STRING_VALUE",
666
+ * ],
667
+ * ],
668
+ * },
669
+ * RowLevelPermissionDataSet: {
670
+ * Namespace: "STRING_VALUE",
671
+ * Arn: "STRING_VALUE", // required
672
+ * PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
673
+ * FormatVersion: "VERSION_1" || "VERSION_2",
674
+ * Status: "ENABLED" || "DISABLED",
675
+ * },
676
+ * },
677
+ * },
678
+ * },
679
+ * },
288
680
  * };
289
681
  * const command = new UpdateDataSetCommand(input);
290
682
  * const response = await client.send(command);
@@ -317,6 +709,9 @@ declare const UpdateDataSetCommand_base: {
317
709
  * @throws {@link InternalFailureException} (server fault)
318
710
  * <p>An internal failure occurred.</p>
319
711
  *
712
+ * @throws {@link InvalidDataSetParameterValueException} (client fault)
713
+ * <p>An exception thrown when an invalid parameter value is provided for dataset operations.</p>
714
+ *
320
715
  * @throws {@link InvalidParameterValueException} (client fault)
321
716
  * <p>One or more parameters has a value that isn't valid.</p>
322
717
  *