@aws-sdk/client-quicksight 3.682.0 → 3.687.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/README.md CHANGED
@@ -15,7 +15,7 @@ you can use to manage Amazon QuickSight. </p>
15
15
 
16
16
  ## Installing
17
17
 
18
- To install the this package, simply type add or install @aws-sdk/client-quicksight
18
+ To install this package, simply type add or install @aws-sdk/client-quicksight
19
19
  using your favorite package manager:
20
20
 
21
21
  - `npm install @aws-sdk/client-quicksight`
package/dist-cjs/index.js CHANGED
@@ -53,6 +53,7 @@ __export(src_exports, {
53
53
  AssetBundleImportSourceFilterSensitiveLog: () => AssetBundleImportSourceFilterSensitiveLog,
54
54
  AssignmentStatus: () => AssignmentStatus,
55
55
  AuthenticationMethodOption: () => AuthenticationMethodOption,
56
+ AuthenticationType: () => AuthenticationType,
56
57
  AuthorSpecifiedAggregation: () => AuthorSpecifiedAggregation,
57
58
  AxisBinding: () => AxisBinding,
58
59
  BarChartAggregatedFieldWellsFilterSensitiveLog: () => BarChartAggregatedFieldWellsFilterSensitiveLog,
@@ -2722,6 +2723,11 @@ var AssetBundleImportFailureAction = {
2722
2723
  DO_NOTHING: "DO_NOTHING",
2723
2724
  ROLLBACK: "ROLLBACK"
2724
2725
  };
2726
+ var AuthenticationType = {
2727
+ PASSWORD: "PASSWORD",
2728
+ TOKEN: "TOKEN",
2729
+ X509: "X509"
2730
+ };
2725
2731
  var StarburstProductType = {
2726
2732
  ENTERPRISE: "ENTERPRISE",
2727
2733
  GALAXY: "GALAXY"
@@ -3271,10 +3277,6 @@ var RowLevelPermissionPolicy = {
3271
3277
  DENY_ACCESS: "DENY_ACCESS",
3272
3278
  GRANT_ACCESS: "GRANT_ACCESS"
3273
3279
  };
3274
- var Status = {
3275
- DISABLED: "DISABLED",
3276
- ENABLED: "ENABLED"
3277
- };
3278
3280
  var TreeMapConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3279
3281
  ...obj,
3280
3282
  ...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }
@@ -3484,6 +3486,10 @@ var LogicalTableFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3484
3486
 
3485
3487
  // src/models/models_3.ts
3486
3488
 
3489
+ var Status = {
3490
+ DISABLED: "DISABLED",
3491
+ ENABLED: "ENABLED"
3492
+ };
3487
3493
  var DataSourceType = {
3488
3494
  ADOBE_ANALYTICS: "ADOBE_ANALYTICS",
3489
3495
  AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH",
@@ -19532,6 +19538,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19532
19538
  AssetBundleExportFormat,
19533
19539
  AssetBundleExportJobStatus,
19534
19540
  AssetBundleImportFailureAction,
19541
+ AuthenticationType,
19535
19542
  StarburstProductType,
19536
19543
  DataSourceParameters,
19537
19544
  AssetBundleImportJobStatus,
@@ -19586,7 +19593,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19586
19593
  PhysicalTable,
19587
19594
  RowLevelPermissionFormatVersion,
19588
19595
  RowLevelPermissionPolicy,
19589
- Status,
19590
19596
  TreeMapConfigurationFilterSensitiveLog,
19591
19597
  TreeMapVisualFilterSensitiveLog,
19592
19598
  WaterfallChartAggregatedFieldWellsFilterSensitiveLog,
@@ -19627,6 +19633,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
19627
19633
  TagColumnOperationFilterSensitiveLog,
19628
19634
  TransformOperationFilterSensitiveLog,
19629
19635
  LogicalTableFilterSensitiveLog,
19636
+ Status,
19630
19637
  DataSourceType,
19631
19638
  CustomerManagedKeyUnavailableException,
19632
19639
  FolderType,
@@ -113,6 +113,11 @@ export const AssetBundleImportFailureAction = {
113
113
  DO_NOTHING: "DO_NOTHING",
114
114
  ROLLBACK: "ROLLBACK",
115
115
  };
116
+ export const AuthenticationType = {
117
+ PASSWORD: "PASSWORD",
118
+ TOKEN: "TOKEN",
119
+ X509: "X509",
120
+ };
116
121
  export const StarburstProductType = {
117
122
  ENTERPRISE: "ENTERPRISE",
118
123
  GALAXY: "GALAXY",
@@ -607,10 +612,6 @@ export const RowLevelPermissionPolicy = {
607
612
  DENY_ACCESS: "DENY_ACCESS",
608
613
  GRANT_ACCESS: "GRANT_ACCESS",
609
614
  };
610
- export const Status = {
611
- DISABLED: "DISABLED",
612
- ENABLED: "ENABLED",
613
- };
614
615
  export const TreeMapConfigurationFilterSensitiveLog = (obj) => ({
615
616
  ...obj,
616
617
  ...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
@@ -2,6 +2,10 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
3
3
  import { _ParametersFilterSensitiveLog, AssetBundleImportSourceDescriptionFilterSensitiveLog, LogicalTableFilterSensitiveLog, } from "./models_2";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ export const Status = {
6
+ DISABLED: "DISABLED",
7
+ ENABLED: "ENABLED",
8
+ };
5
9
  export const DataSourceType = {
6
10
  ADOBE_ANALYTICS: "ADOBE_ANALYTICS",
7
11
  AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH",
@@ -123,6 +123,16 @@ declare const CreateDataSourceCommand_base: {
123
123
  * Host: "STRING_VALUE", // required
124
124
  * Database: "STRING_VALUE", // required
125
125
  * Warehouse: "STRING_VALUE", // required
126
+ * AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
127
+ * DatabaseAccessControlRole: "STRING_VALUE",
128
+ * OAuthParameters: { // OAuthParameters
129
+ * TokenProviderUrl: "STRING_VALUE", // required
130
+ * OAuthScope: "STRING_VALUE",
131
+ * IdentityProviderVpcConnectionProperties: { // VpcConnectionProperties
132
+ * VpcConnectionArn: "STRING_VALUE", // required
133
+ * },
134
+ * IdentityProviderResourceUri: "STRING_VALUE",
135
+ * },
126
136
  * },
127
137
  * SparkParameters: { // SparkParameters
128
138
  * Host: "STRING_VALUE", // required
@@ -159,6 +169,16 @@ declare const CreateDataSourceCommand_base: {
159
169
  * Port: Number("int"), // required
160
170
  * Catalog: "STRING_VALUE", // required
161
171
  * ProductType: "GALAXY" || "ENTERPRISE",
172
+ * DatabaseAccessControlRole: "STRING_VALUE",
173
+ * AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
174
+ * OAuthParameters: {
175
+ * TokenProviderUrl: "STRING_VALUE", // required
176
+ * OAuthScope: "STRING_VALUE",
177
+ * IdentityProviderVpcConnectionProperties: {
178
+ * VpcConnectionArn: "STRING_VALUE", // required
179
+ * },
180
+ * IdentityProviderResourceUri: "STRING_VALUE",
181
+ * },
162
182
  * },
163
183
  * TrinoParameters: { // TrinoParameters
164
184
  * Host: "STRING_VALUE", // required
@@ -259,6 +279,16 @@ declare const CreateDataSourceCommand_base: {
259
279
  * Host: "STRING_VALUE", // required
260
280
  * Database: "STRING_VALUE", // required
261
281
  * Warehouse: "STRING_VALUE", // required
282
+ * AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
283
+ * DatabaseAccessControlRole: "STRING_VALUE",
284
+ * OAuthParameters: {
285
+ * TokenProviderUrl: "STRING_VALUE", // required
286
+ * OAuthScope: "STRING_VALUE",
287
+ * IdentityProviderVpcConnectionProperties: {
288
+ * VpcConnectionArn: "STRING_VALUE", // required
289
+ * },
290
+ * IdentityProviderResourceUri: "STRING_VALUE",
291
+ * },
262
292
  * },
263
293
  * SparkParameters: {
264
294
  * Host: "STRING_VALUE", // required
@@ -295,6 +325,16 @@ declare const CreateDataSourceCommand_base: {
295
325
  * Port: Number("int"), // required
296
326
  * Catalog: "STRING_VALUE", // required
297
327
  * ProductType: "GALAXY" || "ENTERPRISE",
328
+ * DatabaseAccessControlRole: "STRING_VALUE",
329
+ * AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
330
+ * OAuthParameters: {
331
+ * TokenProviderUrl: "STRING_VALUE", // required
332
+ * OAuthScope: "STRING_VALUE",
333
+ * IdentityProviderVpcConnectionProperties: {
334
+ * VpcConnectionArn: "STRING_VALUE", // required
335
+ * },
336
+ * IdentityProviderResourceUri: "STRING_VALUE",
337
+ * },
298
338
  * },
299
339
  * TrinoParameters: {
300
340
  * Host: "STRING_VALUE", // required
@@ -319,9 +359,7 @@ declare const CreateDataSourceCommand_base: {
319
359
  * ],
320
360
  * },
321
361
  * ],
322
- * VpcConnectionProperties: { // VpcConnectionProperties
323
- * VpcConnectionArn: "STRING_VALUE", // required
324
- * },
362
+ * VpcConnectionProperties: "<VpcConnectionProperties>",
325
363
  * SslProperties: { // SslProperties
326
364
  * DisableSsl: true || false,
327
365
  * },
@@ -180,6 +180,16 @@ declare const DescribeAssetBundleImportJobCommand_base: {
180
180
  * // Host: "STRING_VALUE", // required
181
181
  * // Database: "STRING_VALUE", // required
182
182
  * // Warehouse: "STRING_VALUE", // required
183
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
184
+ * // DatabaseAccessControlRole: "STRING_VALUE",
185
+ * // OAuthParameters: { // OAuthParameters
186
+ * // TokenProviderUrl: "STRING_VALUE", // required
187
+ * // OAuthScope: "STRING_VALUE",
188
+ * // IdentityProviderVpcConnectionProperties: { // VpcConnectionProperties
189
+ * // VpcConnectionArn: "STRING_VALUE", // required
190
+ * // },
191
+ * // IdentityProviderResourceUri: "STRING_VALUE",
192
+ * // },
183
193
  * // },
184
194
  * // SparkParameters: { // SparkParameters
185
195
  * // Host: "STRING_VALUE", // required
@@ -216,6 +226,16 @@ declare const DescribeAssetBundleImportJobCommand_base: {
216
226
  * // Port: Number("int"), // required
217
227
  * // Catalog: "STRING_VALUE", // required
218
228
  * // ProductType: "GALAXY" || "ENTERPRISE",
229
+ * // DatabaseAccessControlRole: "STRING_VALUE",
230
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
231
+ * // OAuthParameters: {
232
+ * // TokenProviderUrl: "STRING_VALUE", // required
233
+ * // OAuthScope: "STRING_VALUE",
234
+ * // IdentityProviderVpcConnectionProperties: {
235
+ * // VpcConnectionArn: "STRING_VALUE", // required
236
+ * // },
237
+ * // IdentityProviderResourceUri: "STRING_VALUE",
238
+ * // },
219
239
  * // },
220
240
  * // TrinoParameters: { // TrinoParameters
221
241
  * // Host: "STRING_VALUE", // required
@@ -227,7 +247,7 @@ declare const DescribeAssetBundleImportJobCommand_base: {
227
247
  * // DataSetRegion: "STRING_VALUE",
228
248
  * // },
229
249
  * // },
230
- * // VpcConnectionProperties: { // VpcConnectionProperties
250
+ * // VpcConnectionProperties: {
231
251
  * // VpcConnectionArn: "STRING_VALUE", // required
232
252
  * // },
233
253
  * // SslProperties: { // SslProperties
@@ -133,6 +133,16 @@ declare const DescribeDataSourceCommand_base: {
133
133
  * // Host: "STRING_VALUE", // required
134
134
  * // Database: "STRING_VALUE", // required
135
135
  * // Warehouse: "STRING_VALUE", // required
136
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
137
+ * // DatabaseAccessControlRole: "STRING_VALUE",
138
+ * // OAuthParameters: { // OAuthParameters
139
+ * // TokenProviderUrl: "STRING_VALUE", // required
140
+ * // OAuthScope: "STRING_VALUE",
141
+ * // IdentityProviderVpcConnectionProperties: { // VpcConnectionProperties
142
+ * // VpcConnectionArn: "STRING_VALUE", // required
143
+ * // },
144
+ * // IdentityProviderResourceUri: "STRING_VALUE",
145
+ * // },
136
146
  * // },
137
147
  * // SparkParameters: { // SparkParameters
138
148
  * // Host: "STRING_VALUE", // required
@@ -169,6 +179,16 @@ declare const DescribeDataSourceCommand_base: {
169
179
  * // Port: Number("int"), // required
170
180
  * // Catalog: "STRING_VALUE", // required
171
181
  * // ProductType: "GALAXY" || "ENTERPRISE",
182
+ * // DatabaseAccessControlRole: "STRING_VALUE",
183
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
184
+ * // OAuthParameters: {
185
+ * // TokenProviderUrl: "STRING_VALUE", // required
186
+ * // OAuthScope: "STRING_VALUE",
187
+ * // IdentityProviderVpcConnectionProperties: {
188
+ * // VpcConnectionArn: "STRING_VALUE", // required
189
+ * // },
190
+ * // IdentityProviderResourceUri: "STRING_VALUE",
191
+ * // },
172
192
  * // },
173
193
  * // TrinoParameters: { // TrinoParameters
174
194
  * // Host: "STRING_VALUE", // required
@@ -265,6 +285,16 @@ declare const DescribeDataSourceCommand_base: {
265
285
  * // Host: "STRING_VALUE", // required
266
286
  * // Database: "STRING_VALUE", // required
267
287
  * // Warehouse: "STRING_VALUE", // required
288
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
289
+ * // DatabaseAccessControlRole: "STRING_VALUE",
290
+ * // OAuthParameters: {
291
+ * // TokenProviderUrl: "STRING_VALUE", // required
292
+ * // OAuthScope: "STRING_VALUE",
293
+ * // IdentityProviderVpcConnectionProperties: {
294
+ * // VpcConnectionArn: "STRING_VALUE", // required
295
+ * // },
296
+ * // IdentityProviderResourceUri: "STRING_VALUE",
297
+ * // },
268
298
  * // },
269
299
  * // SparkParameters: {
270
300
  * // Host: "STRING_VALUE", // required
@@ -301,6 +331,16 @@ declare const DescribeDataSourceCommand_base: {
301
331
  * // Port: Number("int"), // required
302
332
  * // Catalog: "STRING_VALUE", // required
303
333
  * // ProductType: "GALAXY" || "ENTERPRISE",
334
+ * // DatabaseAccessControlRole: "STRING_VALUE",
335
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
336
+ * // OAuthParameters: {
337
+ * // TokenProviderUrl: "STRING_VALUE", // required
338
+ * // OAuthScope: "STRING_VALUE",
339
+ * // IdentityProviderVpcConnectionProperties: {
340
+ * // VpcConnectionArn: "STRING_VALUE", // required
341
+ * // },
342
+ * // IdentityProviderResourceUri: "STRING_VALUE",
343
+ * // },
304
344
  * // },
305
345
  * // TrinoParameters: {
306
346
  * // Host: "STRING_VALUE", // required
@@ -313,9 +353,7 @@ declare const DescribeDataSourceCommand_base: {
313
353
  * // },
314
354
  * // },
315
355
  * // ],
316
- * // VpcConnectionProperties: { // VpcConnectionProperties
317
- * // VpcConnectionArn: "STRING_VALUE", // required
318
- * // },
356
+ * // VpcConnectionProperties: "<VpcConnectionProperties>",
319
357
  * // SslProperties: { // SslProperties
320
358
  * // DisableSsl: true || false,
321
359
  * // },
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeTopicPermissionsRequest, DescribeTopicPermissionsResponse } from "../models/models_3";
3
+ import { DescribeTopicPermissionsRequest } from "../models/models_3";
4
+ import { DescribeTopicPermissionsResponse } from "../models/models_4";
4
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
6
  /**
6
7
  * @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 { DescribeTopicRefreshRequest } from "../models/models_3";
4
- import { DescribeTopicRefreshResponse } from "../models/models_4";
3
+ import { DescribeTopicRefreshRequest, DescribeTopicRefreshResponse } from "../models/models_4";
5
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
5
  /**
7
6
  * @public
@@ -135,6 +135,16 @@ declare const ListDataSourcesCommand_base: {
135
135
  * // Host: "STRING_VALUE", // required
136
136
  * // Database: "STRING_VALUE", // required
137
137
  * // Warehouse: "STRING_VALUE", // required
138
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
139
+ * // DatabaseAccessControlRole: "STRING_VALUE",
140
+ * // OAuthParameters: { // OAuthParameters
141
+ * // TokenProviderUrl: "STRING_VALUE", // required
142
+ * // OAuthScope: "STRING_VALUE",
143
+ * // IdentityProviderVpcConnectionProperties: { // VpcConnectionProperties
144
+ * // VpcConnectionArn: "STRING_VALUE", // required
145
+ * // },
146
+ * // IdentityProviderResourceUri: "STRING_VALUE",
147
+ * // },
138
148
  * // },
139
149
  * // SparkParameters: { // SparkParameters
140
150
  * // Host: "STRING_VALUE", // required
@@ -171,6 +181,16 @@ declare const ListDataSourcesCommand_base: {
171
181
  * // Port: Number("int"), // required
172
182
  * // Catalog: "STRING_VALUE", // required
173
183
  * // ProductType: "GALAXY" || "ENTERPRISE",
184
+ * // DatabaseAccessControlRole: "STRING_VALUE",
185
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
186
+ * // OAuthParameters: {
187
+ * // TokenProviderUrl: "STRING_VALUE", // required
188
+ * // OAuthScope: "STRING_VALUE",
189
+ * // IdentityProviderVpcConnectionProperties: {
190
+ * // VpcConnectionArn: "STRING_VALUE", // required
191
+ * // },
192
+ * // IdentityProviderResourceUri: "STRING_VALUE",
193
+ * // },
174
194
  * // },
175
195
  * // TrinoParameters: { // TrinoParameters
176
196
  * // Host: "STRING_VALUE", // required
@@ -267,6 +287,16 @@ declare const ListDataSourcesCommand_base: {
267
287
  * // Host: "STRING_VALUE", // required
268
288
  * // Database: "STRING_VALUE", // required
269
289
  * // Warehouse: "STRING_VALUE", // required
290
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
291
+ * // DatabaseAccessControlRole: "STRING_VALUE",
292
+ * // OAuthParameters: {
293
+ * // TokenProviderUrl: "STRING_VALUE", // required
294
+ * // OAuthScope: "STRING_VALUE",
295
+ * // IdentityProviderVpcConnectionProperties: {
296
+ * // VpcConnectionArn: "STRING_VALUE", // required
297
+ * // },
298
+ * // IdentityProviderResourceUri: "STRING_VALUE",
299
+ * // },
270
300
  * // },
271
301
  * // SparkParameters: {
272
302
  * // Host: "STRING_VALUE", // required
@@ -303,6 +333,16 @@ declare const ListDataSourcesCommand_base: {
303
333
  * // Port: Number("int"), // required
304
334
  * // Catalog: "STRING_VALUE", // required
305
335
  * // ProductType: "GALAXY" || "ENTERPRISE",
336
+ * // DatabaseAccessControlRole: "STRING_VALUE",
337
+ * // AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
338
+ * // OAuthParameters: {
339
+ * // TokenProviderUrl: "STRING_VALUE", // required
340
+ * // OAuthScope: "STRING_VALUE",
341
+ * // IdentityProviderVpcConnectionProperties: {
342
+ * // VpcConnectionArn: "STRING_VALUE", // required
343
+ * // },
344
+ * // IdentityProviderResourceUri: "STRING_VALUE",
345
+ * // },
306
346
  * // },
307
347
  * // TrinoParameters: {
308
348
  * // Host: "STRING_VALUE", // required
@@ -315,9 +355,7 @@ declare const ListDataSourcesCommand_base: {
315
355
  * // },
316
356
  * // },
317
357
  * // ],
318
- * // VpcConnectionProperties: { // VpcConnectionProperties
319
- * // VpcConnectionArn: "STRING_VALUE", // required
320
- * // },
358
+ * // VpcConnectionProperties: "<VpcConnectionProperties>",
321
359
  * // SslProperties: { // SslProperties
322
360
  * // DisableSsl: true || false,
323
361
  * // },
@@ -158,6 +158,16 @@ declare const StartAssetBundleImportJobCommand_base: {
158
158
  * Host: "STRING_VALUE", // required
159
159
  * Database: "STRING_VALUE", // required
160
160
  * Warehouse: "STRING_VALUE", // required
161
+ * AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
162
+ * DatabaseAccessControlRole: "STRING_VALUE",
163
+ * OAuthParameters: { // OAuthParameters
164
+ * TokenProviderUrl: "STRING_VALUE", // required
165
+ * OAuthScope: "STRING_VALUE",
166
+ * IdentityProviderVpcConnectionProperties: { // VpcConnectionProperties
167
+ * VpcConnectionArn: "STRING_VALUE", // required
168
+ * },
169
+ * IdentityProviderResourceUri: "STRING_VALUE",
170
+ * },
161
171
  * },
162
172
  * SparkParameters: { // SparkParameters
163
173
  * Host: "STRING_VALUE", // required
@@ -194,6 +204,16 @@ declare const StartAssetBundleImportJobCommand_base: {
194
204
  * Port: Number("int"), // required
195
205
  * Catalog: "STRING_VALUE", // required
196
206
  * ProductType: "GALAXY" || "ENTERPRISE",
207
+ * DatabaseAccessControlRole: "STRING_VALUE",
208
+ * AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
209
+ * OAuthParameters: {
210
+ * TokenProviderUrl: "STRING_VALUE", // required
211
+ * OAuthScope: "STRING_VALUE",
212
+ * IdentityProviderVpcConnectionProperties: {
213
+ * VpcConnectionArn: "STRING_VALUE", // required
214
+ * },
215
+ * IdentityProviderResourceUri: "STRING_VALUE",
216
+ * },
197
217
  * },
198
218
  * TrinoParameters: { // TrinoParameters
199
219
  * Host: "STRING_VALUE", // required
@@ -205,7 +225,7 @@ declare const StartAssetBundleImportJobCommand_base: {
205
225
  * DataSetRegion: "STRING_VALUE",
206
226
  * },
207
227
  * },
208
- * VpcConnectionProperties: { // VpcConnectionProperties
228
+ * VpcConnectionProperties: {
209
229
  * VpcConnectionArn: "STRING_VALUE", // required
210
230
  * },
211
231
  * SslProperties: { // SslProperties
@@ -122,6 +122,16 @@ declare const UpdateDataSourceCommand_base: {
122
122
  * Host: "STRING_VALUE", // required
123
123
  * Database: "STRING_VALUE", // required
124
124
  * Warehouse: "STRING_VALUE", // required
125
+ * AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
126
+ * DatabaseAccessControlRole: "STRING_VALUE",
127
+ * OAuthParameters: { // OAuthParameters
128
+ * TokenProviderUrl: "STRING_VALUE", // required
129
+ * OAuthScope: "STRING_VALUE",
130
+ * IdentityProviderVpcConnectionProperties: { // VpcConnectionProperties
131
+ * VpcConnectionArn: "STRING_VALUE", // required
132
+ * },
133
+ * IdentityProviderResourceUri: "STRING_VALUE",
134
+ * },
125
135
  * },
126
136
  * SparkParameters: { // SparkParameters
127
137
  * Host: "STRING_VALUE", // required
@@ -158,6 +168,16 @@ declare const UpdateDataSourceCommand_base: {
158
168
  * Port: Number("int"), // required
159
169
  * Catalog: "STRING_VALUE", // required
160
170
  * ProductType: "GALAXY" || "ENTERPRISE",
171
+ * DatabaseAccessControlRole: "STRING_VALUE",
172
+ * AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
173
+ * OAuthParameters: {
174
+ * TokenProviderUrl: "STRING_VALUE", // required
175
+ * OAuthScope: "STRING_VALUE",
176
+ * IdentityProviderVpcConnectionProperties: {
177
+ * VpcConnectionArn: "STRING_VALUE", // required
178
+ * },
179
+ * IdentityProviderResourceUri: "STRING_VALUE",
180
+ * },
161
181
  * },
162
182
  * TrinoParameters: { // TrinoParameters
163
183
  * Host: "STRING_VALUE", // required
@@ -258,6 +278,16 @@ declare const UpdateDataSourceCommand_base: {
258
278
  * Host: "STRING_VALUE", // required
259
279
  * Database: "STRING_VALUE", // required
260
280
  * Warehouse: "STRING_VALUE", // required
281
+ * AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
282
+ * DatabaseAccessControlRole: "STRING_VALUE",
283
+ * OAuthParameters: {
284
+ * TokenProviderUrl: "STRING_VALUE", // required
285
+ * OAuthScope: "STRING_VALUE",
286
+ * IdentityProviderVpcConnectionProperties: {
287
+ * VpcConnectionArn: "STRING_VALUE", // required
288
+ * },
289
+ * IdentityProviderResourceUri: "STRING_VALUE",
290
+ * },
261
291
  * },
262
292
  * SparkParameters: {
263
293
  * Host: "STRING_VALUE", // required
@@ -294,6 +324,16 @@ declare const UpdateDataSourceCommand_base: {
294
324
  * Port: Number("int"), // required
295
325
  * Catalog: "STRING_VALUE", // required
296
326
  * ProductType: "GALAXY" || "ENTERPRISE",
327
+ * DatabaseAccessControlRole: "STRING_VALUE",
328
+ * AuthenticationType: "PASSWORD" || "TOKEN" || "X509",
329
+ * OAuthParameters: {
330
+ * TokenProviderUrl: "STRING_VALUE", // required
331
+ * OAuthScope: "STRING_VALUE",
332
+ * IdentityProviderVpcConnectionProperties: {
333
+ * VpcConnectionArn: "STRING_VALUE", // required
334
+ * },
335
+ * IdentityProviderResourceUri: "STRING_VALUE",
336
+ * },
297
337
  * },
298
338
  * TrinoParameters: {
299
339
  * Host: "STRING_VALUE", // required
@@ -310,9 +350,7 @@ declare const UpdateDataSourceCommand_base: {
310
350
  * CopySourceArn: "STRING_VALUE",
311
351
  * SecretArn: "STRING_VALUE",
312
352
  * },
313
- * VpcConnectionProperties: { // VpcConnectionProperties
314
- * VpcConnectionArn: "STRING_VALUE", // required
315
- * },
353
+ * VpcConnectionProperties: "<VpcConnectionProperties>",
316
354
  * SslProperties: { // SslProperties
317
355
  * DisableSsl: true || false,
318
356
  * },
@@ -2341,6 +2341,56 @@ export interface ServiceNowParameters {
2341
2341
  */
2342
2342
  SiteBaseUrl: string | undefined;
2343
2343
  }
2344
+ /**
2345
+ * @public
2346
+ * @enum
2347
+ */
2348
+ export declare const AuthenticationType: {
2349
+ readonly PASSWORD: "PASSWORD";
2350
+ readonly TOKEN: "TOKEN";
2351
+ readonly X509: "X509";
2352
+ };
2353
+ /**
2354
+ * @public
2355
+ */
2356
+ export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
2357
+ /**
2358
+ * <p>VPC connection properties.</p>
2359
+ * @public
2360
+ */
2361
+ export interface VpcConnectionProperties {
2362
+ /**
2363
+ * <p>The Amazon Resource Name (ARN) for the VPC connection.</p>
2364
+ * @public
2365
+ */
2366
+ VpcConnectionArn: string | undefined;
2367
+ }
2368
+ /**
2369
+ * <p>An object that contains information needed to create a data source connection that uses OAuth client credentials. This option is available for data source connections that are made with Snowflake and Starburst.</p>
2370
+ * @public
2371
+ */
2372
+ export interface OAuthParameters {
2373
+ /**
2374
+ * <p>The token endpoint URL of the identity provider.</p>
2375
+ * @public
2376
+ */
2377
+ TokenProviderUrl: string | undefined;
2378
+ /**
2379
+ * <p>The OAuth scope.</p>
2380
+ * @public
2381
+ */
2382
+ OAuthScope?: string;
2383
+ /**
2384
+ * <p>VPC connection properties.</p>
2385
+ * @public
2386
+ */
2387
+ IdentityProviderVpcConnectionProperties?: VpcConnectionProperties;
2388
+ /**
2389
+ * <p>The resource uri of the identity provider.</p>
2390
+ * @public
2391
+ */
2392
+ IdentityProviderResourceUri?: string;
2393
+ }
2344
2394
  /**
2345
2395
  * <p>The parameters for Snowflake.</p>
2346
2396
  * @public
@@ -2361,6 +2411,21 @@ export interface SnowflakeParameters {
2361
2411
  * @public
2362
2412
  */
2363
2413
  Warehouse: string | undefined;
2414
+ /**
2415
+ * <p>The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.</p>
2416
+ * @public
2417
+ */
2418
+ AuthenticationType?: AuthenticationType;
2419
+ /**
2420
+ * <p>The database access control role.</p>
2421
+ * @public
2422
+ */
2423
+ DatabaseAccessControlRole?: string;
2424
+ /**
2425
+ * <p>An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.</p>
2426
+ * @public
2427
+ */
2428
+ OAuthParameters?: OAuthParameters;
2364
2429
  }
2365
2430
  /**
2366
2431
  * <p>The parameters for Spark.</p>
@@ -2436,6 +2501,21 @@ export interface StarburstParameters {
2436
2501
  * @public
2437
2502
  */
2438
2503
  ProductType?: StarburstProductType;
2504
+ /**
2505
+ * <p>The database access control role.</p>
2506
+ * @public
2507
+ */
2508
+ DatabaseAccessControlRole?: string;
2509
+ /**
2510
+ * <p>The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.</p>
2511
+ * @public
2512
+ */
2513
+ AuthenticationType?: AuthenticationType;
2514
+ /**
2515
+ * <p>An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.</p>
2516
+ * @public
2517
+ */
2518
+ OAuthParameters?: OAuthParameters;
2439
2519
  }
2440
2520
  /**
2441
2521
  * <p>The parameters for Teradata.</p>
@@ -3439,17 +3519,6 @@ export interface SslProperties {
3439
3519
  */
3440
3520
  DisableSsl?: boolean;
3441
3521
  }
3442
- /**
3443
- * <p>VPC connection properties.</p>
3444
- * @public
3445
- */
3446
- export interface VpcConnectionProperties {
3447
- /**
3448
- * <p>The Amazon Resource Name (ARN) for the VPC connection.</p>
3449
- * @public
3450
- */
3451
- VpcConnectionArn: string | undefined;
3452
- }
3453
3522
  /**
3454
3523
  * <p>The override parameters for a single data source that is being imported.</p>
3455
3524
  * @public
@@ -7400,56 +7469,6 @@ export declare const RowLevelPermissionPolicy: {
7400
7469
  * @public
7401
7470
  */
7402
7471
  export type RowLevelPermissionPolicy = (typeof RowLevelPermissionPolicy)[keyof typeof RowLevelPermissionPolicy];
7403
- /**
7404
- * @public
7405
- * @enum
7406
- */
7407
- export declare const Status: {
7408
- readonly DISABLED: "DISABLED";
7409
- readonly ENABLED: "ENABLED";
7410
- };
7411
- /**
7412
- * @public
7413
- */
7414
- export type Status = (typeof Status)[keyof typeof Status];
7415
- /**
7416
- * <p>Information about a dataset that contains permissions for row-level security (RLS).
7417
- * The permissions dataset maps fields to users or groups. For more information, see
7418
- * <a href="https://docs.aws.amazon.com/quicksight/latest/user/restrict-access-to-a-data-set-using-row-level-security.html">Using Row-Level Security (RLS) to Restrict Access to a Dataset</a> in the <i>Amazon QuickSight User
7419
- * Guide</i>.</p>
7420
- * <p>The option to deny permissions by setting <code>PermissionPolicy</code> to <code>DENY_ACCESS</code> is
7421
- * not supported for new RLS datasets.</p>
7422
- * @public
7423
- */
7424
- export interface RowLevelPermissionDataSet {
7425
- /**
7426
- * <p>The namespace associated with the dataset that contains permissions for RLS.</p>
7427
- * @public
7428
- */
7429
- Namespace?: string;
7430
- /**
7431
- * <p>The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.</p>
7432
- * @public
7433
- */
7434
- Arn: string | undefined;
7435
- /**
7436
- * <p>The type of permissions to use when interpreting the permissions for RLS. <code>DENY_ACCESS</code>
7437
- * is included for backward compatibility only.</p>
7438
- * @public
7439
- */
7440
- PermissionPolicy: RowLevelPermissionPolicy | undefined;
7441
- /**
7442
- * <p>The user or group rules associated with the dataset that contains permissions for RLS.</p>
7443
- * <p>By default, <code>FormatVersion</code> is <code>VERSION_1</code>. When <code>FormatVersion</code> is <code>VERSION_1</code>, <code>UserName</code> and <code>GroupName</code> are required. When <code>FormatVersion</code> is <code>VERSION_2</code>, <code>UserARN</code> and <code>GroupARN</code> are required, and <code>Namespace</code> must not exist.</p>
7444
- * @public
7445
- */
7446
- FormatVersion?: RowLevelPermissionFormatVersion;
7447
- /**
7448
- * <p>The status of the row-level security permission dataset. If enabled, the status is <code>ENABLED</code>. If disabled, the status is <code>DISABLED</code>.</p>
7449
- * @public
7450
- */
7451
- Status?: Status;
7452
- }
7453
7472
  /**
7454
7473
  * @internal
7455
7474
  */
@@ -1,7 +1,57 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AccountCustomization, AccountInfo, AccountSettings, Analysis, AnalysisDefaults, AnalysisError, AssetOptions, CalculatedField, ColumnConfiguration, Entity, FilterGroup, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, Sheet, TopicTimeGranularity } from "./models_0";
3
- import { _Parameters, AnalysisDefinition, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, AssignmentStatus, AuthorSpecifiedAggregation, BorderStyle, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ComparativeOrder, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetReference, DataSetUsageConfiguration, DataSourceParameters, DisplayFormat, DisplayFormatOptions, FieldFolder, FilterClass, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, ServiceType, SheetDefinition, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Status, Tag, ValidationStrategy, VpcConnectionProperties } from "./models_2";
3
+ import { _Parameters, AnalysisDefinition, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, AssignmentStatus, AuthorSpecifiedAggregation, BorderStyle, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ComparativeOrder, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetReference, DataSetUsageConfiguration, DataSourceParameters, DisplayFormat, DisplayFormatOptions, FieldFolder, FilterClass, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, RowLevelPermissionFormatVersion, RowLevelPermissionPolicy, ServiceType, SheetDefinition, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, ValidationStrategy, VpcConnectionProperties } from "./models_2";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ /**
6
+ * @public
7
+ * @enum
8
+ */
9
+ export declare const Status: {
10
+ readonly DISABLED: "DISABLED";
11
+ readonly ENABLED: "ENABLED";
12
+ };
13
+ /**
14
+ * @public
15
+ */
16
+ export type Status = (typeof Status)[keyof typeof Status];
17
+ /**
18
+ * <p>Information about a dataset that contains permissions for row-level security (RLS).
19
+ * The permissions dataset maps fields to users or groups. For more information, see
20
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/user/restrict-access-to-a-data-set-using-row-level-security.html">Using Row-Level Security (RLS) to Restrict Access to a Dataset</a> in the <i>Amazon QuickSight User
21
+ * Guide</i>.</p>
22
+ * <p>The option to deny permissions by setting <code>PermissionPolicy</code> to <code>DENY_ACCESS</code> is
23
+ * not supported for new RLS datasets.</p>
24
+ * @public
25
+ */
26
+ export interface RowLevelPermissionDataSet {
27
+ /**
28
+ * <p>The namespace associated with the dataset that contains permissions for RLS.</p>
29
+ * @public
30
+ */
31
+ Namespace?: string;
32
+ /**
33
+ * <p>The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.</p>
34
+ * @public
35
+ */
36
+ Arn: string | undefined;
37
+ /**
38
+ * <p>The type of permissions to use when interpreting the permissions for RLS. <code>DENY_ACCESS</code>
39
+ * is included for backward compatibility only.</p>
40
+ * @public
41
+ */
42
+ PermissionPolicy: RowLevelPermissionPolicy | undefined;
43
+ /**
44
+ * <p>The user or group rules associated with the dataset that contains permissions for RLS.</p>
45
+ * <p>By default, <code>FormatVersion</code> is <code>VERSION_1</code>. When <code>FormatVersion</code> is <code>VERSION_1</code>, <code>UserName</code> and <code>GroupName</code> are required. When <code>FormatVersion</code> is <code>VERSION_2</code>, <code>UserARN</code> and <code>GroupARN</code> are required, and <code>Namespace</code> must not exist.</p>
46
+ * @public
47
+ */
48
+ FormatVersion?: RowLevelPermissionFormatVersion;
49
+ /**
50
+ * <p>The status of the row-level security permission dataset. If enabled, the status is <code>ENABLED</code>. If disabled, the status is <code>DISABLED</code>.</p>
51
+ * @public
52
+ */
53
+ Status?: Status;
54
+ }
5
55
  /**
6
56
  * <p>A set of rules associated with a tag.</p>
7
57
  * @public
@@ -8007,57 +8057,6 @@ export interface DescribeTopicPermissionsRequest {
8007
8057
  */
8008
8058
  TopicId: string | undefined;
8009
8059
  }
8010
- /**
8011
- * @public
8012
- */
8013
- export interface DescribeTopicPermissionsResponse {
8014
- /**
8015
- * <p>The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
8016
- * @public
8017
- */
8018
- TopicId?: string;
8019
- /**
8020
- * <p>The Amazon Resource Name (ARN) of the topic.</p>
8021
- * @public
8022
- */
8023
- TopicArn?: string;
8024
- /**
8025
- * <p>A list of resource permissions that are configured to the topic.</p>
8026
- * @public
8027
- */
8028
- Permissions?: ResourcePermission[];
8029
- /**
8030
- * <p>The HTTP status of the request.</p>
8031
- * @public
8032
- */
8033
- Status?: number;
8034
- /**
8035
- * <p>The Amazon Web Services request ID for this operation.</p>
8036
- * @public
8037
- */
8038
- RequestId?: string;
8039
- }
8040
- /**
8041
- * @public
8042
- */
8043
- export interface DescribeTopicRefreshRequest {
8044
- /**
8045
- * <p>The ID of the Amazon Web Services account that contains the topic whose refresh you want
8046
- * to describe.</p>
8047
- * @public
8048
- */
8049
- AwsAccountId: string | undefined;
8050
- /**
8051
- * <p>The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
8052
- * @public
8053
- */
8054
- TopicId: string | undefined;
8055
- /**
8056
- * <p>The ID of the refresh, which is performed when the topic is created or updated.</p>
8057
- * @public
8058
- */
8059
- RefreshId: string | undefined;
8060
- }
8061
8060
  /**
8062
8061
  * @internal
8063
8062
  */
@@ -1,8 +1,59 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AccountCustomization, ActiveIAMPolicyAssignment, ResourceStatus } from "./models_0";
3
- import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DashboardVisualId, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, FieldFolder, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, RowLevelPermissionDataSet, ServiceType, SharedViewConfigurations, SslProperties, Tag, TopicIR, TopicTemplate, ValidationStrategy, VisualRole, VpcConnectionProperties } from "./models_2";
4
- import { DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceCredentials, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IncludeFolderMembers, Ingestion, NamespaceInfoV2, PersonalizationMode, RefreshSchedule, RegisteredCustomerManagedKey, Role, RowLevelPermissionTagConfiguration, SharingModel, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
3
+ import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DashboardVisualId, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, FieldFolder, FilterOperator, LinkSharingConfiguration, LogicalTable, PhysicalTable, ResourcePermission, ServiceType, SharedViewConfigurations, SslProperties, Tag, TopicIR, TopicTemplate, ValidationStrategy, VisualRole, VpcConnectionProperties } from "./models_2";
4
+ import { DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceCredentials, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IncludeFolderMembers, Ingestion, NamespaceInfoV2, PersonalizationMode, RefreshSchedule, RegisteredCustomerManagedKey, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SharingModel, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
5
5
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeTopicPermissionsResponse {
10
+ /**
11
+ * <p>The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
12
+ * @public
13
+ */
14
+ TopicId?: string;
15
+ /**
16
+ * <p>The Amazon Resource Name (ARN) of the topic.</p>
17
+ * @public
18
+ */
19
+ TopicArn?: string;
20
+ /**
21
+ * <p>A list of resource permissions that are configured to the topic.</p>
22
+ * @public
23
+ */
24
+ Permissions?: ResourcePermission[];
25
+ /**
26
+ * <p>The HTTP status of the request.</p>
27
+ * @public
28
+ */
29
+ Status?: number;
30
+ /**
31
+ * <p>The Amazon Web Services request ID for this operation.</p>
32
+ * @public
33
+ */
34
+ RequestId?: string;
35
+ }
36
+ /**
37
+ * @public
38
+ */
39
+ export interface DescribeTopicRefreshRequest {
40
+ /**
41
+ * <p>The ID of the Amazon Web Services account that contains the topic whose refresh you want
42
+ * to describe.</p>
43
+ * @public
44
+ */
45
+ AwsAccountId: string | undefined;
46
+ /**
47
+ * <p>The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
48
+ * @public
49
+ */
50
+ TopicId: string | undefined;
51
+ /**
52
+ * <p>The ID of the refresh, which is performed when the topic is created or updated.</p>
53
+ * @public
54
+ */
55
+ RefreshId: string | undefined;
56
+ }
6
57
  /**
7
58
  * @public
8
59
  * @enum
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DescribeTopicPermissionsRequest,
5
- DescribeTopicPermissionsResponse,
6
- } from "../models/models_3";
3
+ import { DescribeTopicPermissionsRequest } from "../models/models_3";
4
+ import { DescribeTopicPermissionsResponse } from "../models/models_4";
7
5
  import {
8
6
  QuickSightClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeTopicRefreshRequest } from "../models/models_3";
4
- import { DescribeTopicRefreshResponse } from "../models/models_4";
3
+ import {
4
+ DescribeTopicRefreshRequest,
5
+ DescribeTopicRefreshResponse,
6
+ } from "../models/models_4";
5
7
  import {
6
8
  QuickSightClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -684,10 +684,29 @@ export interface S3Parameters {
684
684
  export interface ServiceNowParameters {
685
685
  SiteBaseUrl: string | undefined;
686
686
  }
687
+ export declare const AuthenticationType: {
688
+ readonly PASSWORD: "PASSWORD";
689
+ readonly TOKEN: "TOKEN";
690
+ readonly X509: "X509";
691
+ };
692
+ export type AuthenticationType =
693
+ (typeof AuthenticationType)[keyof typeof AuthenticationType];
694
+ export interface VpcConnectionProperties {
695
+ VpcConnectionArn: string | undefined;
696
+ }
697
+ export interface OAuthParameters {
698
+ TokenProviderUrl: string | undefined;
699
+ OAuthScope?: string;
700
+ IdentityProviderVpcConnectionProperties?: VpcConnectionProperties;
701
+ IdentityProviderResourceUri?: string;
702
+ }
687
703
  export interface SnowflakeParameters {
688
704
  Host: string | undefined;
689
705
  Database: string | undefined;
690
706
  Warehouse: string | undefined;
707
+ AuthenticationType?: AuthenticationType;
708
+ DatabaseAccessControlRole?: string;
709
+ OAuthParameters?: OAuthParameters;
691
710
  }
692
711
  export interface SparkParameters {
693
712
  Host: string | undefined;
@@ -709,6 +728,9 @@ export interface StarburstParameters {
709
728
  Port: number | undefined;
710
729
  Catalog: string | undefined;
711
730
  ProductType?: StarburstProductType;
731
+ DatabaseAccessControlRole?: string;
732
+ AuthenticationType?: AuthenticationType;
733
+ OAuthParameters?: OAuthParameters;
712
734
  }
713
735
  export interface TeradataParameters {
714
736
  Host: string | undefined;
@@ -1570,9 +1592,6 @@ export declare namespace DataSourceParameters {
1570
1592
  export interface SslProperties {
1571
1593
  DisableSsl?: boolean;
1572
1594
  }
1573
- export interface VpcConnectionProperties {
1574
- VpcConnectionArn: string | undefined;
1575
- }
1576
1595
  export interface AssetBundleImportJobDataSourceOverrideParameters {
1577
1596
  DataSourceId: string | undefined;
1578
1597
  Name?: string;
@@ -2805,18 +2824,6 @@ export declare const RowLevelPermissionPolicy: {
2805
2824
  };
2806
2825
  export type RowLevelPermissionPolicy =
2807
2826
  (typeof RowLevelPermissionPolicy)[keyof typeof RowLevelPermissionPolicy];
2808
- export declare const Status: {
2809
- readonly DISABLED: "DISABLED";
2810
- readonly ENABLED: "ENABLED";
2811
- };
2812
- export type Status = (typeof Status)[keyof typeof Status];
2813
- export interface RowLevelPermissionDataSet {
2814
- Namespace?: string;
2815
- Arn: string | undefined;
2816
- PermissionPolicy: RowLevelPermissionPolicy | undefined;
2817
- FormatVersion?: RowLevelPermissionFormatVersion;
2818
- Status?: Status;
2819
- }
2820
2827
  export declare const TreeMapConfigurationFilterSensitiveLog: (
2821
2828
  obj: TreeMapConfiguration
2822
2829
  ) => any;
@@ -68,18 +68,30 @@ import {
68
68
  LogicalTable,
69
69
  PhysicalTable,
70
70
  ResourcePermission,
71
- RowLevelPermissionDataSet,
71
+ RowLevelPermissionFormatVersion,
72
+ RowLevelPermissionPolicy,
72
73
  ServiceType,
73
74
  SheetDefinition,
74
75
  SnapshotFile,
75
76
  SnapshotS3DestinationConfiguration,
76
77
  SslProperties,
77
- Status,
78
78
  Tag,
79
79
  ValidationStrategy,
80
80
  VpcConnectionProperties,
81
81
  } from "./models_2";
82
82
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
83
+ export declare const Status: {
84
+ readonly DISABLED: "DISABLED";
85
+ readonly ENABLED: "ENABLED";
86
+ };
87
+ export type Status = (typeof Status)[keyof typeof Status];
88
+ export interface RowLevelPermissionDataSet {
89
+ Namespace?: string;
90
+ Arn: string | undefined;
91
+ PermissionPolicy: RowLevelPermissionPolicy | undefined;
92
+ FormatVersion?: RowLevelPermissionFormatVersion;
93
+ Status?: Status;
94
+ }
83
95
  export interface RowLevelPermissionTagRule {
84
96
  TagKey: string | undefined;
85
97
  ColumnName: string | undefined;
@@ -2054,18 +2066,6 @@ export interface DescribeTopicPermissionsRequest {
2054
2066
  AwsAccountId: string | undefined;
2055
2067
  TopicId: string | undefined;
2056
2068
  }
2057
- export interface DescribeTopicPermissionsResponse {
2058
- TopicId?: string;
2059
- TopicArn?: string;
2060
- Permissions?: ResourcePermission[];
2061
- Status?: number;
2062
- RequestId?: string;
2063
- }
2064
- export interface DescribeTopicRefreshRequest {
2065
- AwsAccountId: string | undefined;
2066
- TopicId: string | undefined;
2067
- RefreshId: string | undefined;
2068
- }
2069
2069
  export declare const RowLevelPermissionTagRuleFilterSensitiveLog: (
2070
2070
  obj: RowLevelPermissionTagRule
2071
2071
  ) => any;
@@ -41,7 +41,6 @@ import {
41
41
  LogicalTable,
42
42
  PhysicalTable,
43
43
  ResourcePermission,
44
- RowLevelPermissionDataSet,
45
44
  ServiceType,
46
45
  SharedViewConfigurations,
47
46
  SslProperties,
@@ -73,6 +72,7 @@ import {
73
72
  RefreshSchedule,
74
73
  RegisteredCustomerManagedKey,
75
74
  Role,
75
+ RowLevelPermissionDataSet,
76
76
  RowLevelPermissionTagConfiguration,
77
77
  SharingModel,
78
78
  SnapshotConfiguration,
@@ -89,6 +89,18 @@ import {
89
89
  VPCConnectionResourceStatus,
90
90
  } from "./models_3";
91
91
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
92
+ export interface DescribeTopicPermissionsResponse {
93
+ TopicId?: string;
94
+ TopicArn?: string;
95
+ Permissions?: ResourcePermission[];
96
+ Status?: number;
97
+ RequestId?: string;
98
+ }
99
+ export interface DescribeTopicRefreshRequest {
100
+ AwsAccountId: string | undefined;
101
+ TopicId: string | undefined;
102
+ RefreshId: string | undefined;
103
+ }
92
104
  export declare const TopicRefreshStatus: {
93
105
  readonly CANCELLED: "CANCELLED";
94
106
  readonly COMPLETED: "COMPLETED";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-quicksight",
3
3
  "description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4
- "version": "3.682.0",
4
+ "version": "3.687.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-quicksight",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.682.0",
24
- "@aws-sdk/client-sts": "3.682.0",
25
- "@aws-sdk/core": "3.679.0",
26
- "@aws-sdk/credential-provider-node": "3.682.0",
27
- "@aws-sdk/middleware-host-header": "3.679.0",
28
- "@aws-sdk/middleware-logger": "3.679.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.679.0",
30
- "@aws-sdk/middleware-user-agent": "3.682.0",
31
- "@aws-sdk/region-config-resolver": "3.679.0",
32
- "@aws-sdk/types": "3.679.0",
33
- "@aws-sdk/util-endpoints": "3.679.0",
34
- "@aws-sdk/util-user-agent-browser": "3.679.0",
35
- "@aws-sdk/util-user-agent-node": "3.682.0",
36
- "@smithy/config-resolver": "^3.0.9",
37
- "@smithy/core": "^2.4.8",
38
- "@smithy/fetch-http-handler": "^3.2.9",
39
- "@smithy/hash-node": "^3.0.7",
40
- "@smithy/invalid-dependency": "^3.0.7",
41
- "@smithy/middleware-content-length": "^3.0.9",
42
- "@smithy/middleware-endpoint": "^3.1.4",
43
- "@smithy/middleware-retry": "^3.0.23",
44
- "@smithy/middleware-serde": "^3.0.7",
45
- "@smithy/middleware-stack": "^3.0.7",
46
- "@smithy/node-config-provider": "^3.1.8",
47
- "@smithy/node-http-handler": "^3.2.4",
48
- "@smithy/protocol-http": "^4.1.4",
49
- "@smithy/smithy-client": "^3.4.0",
50
- "@smithy/types": "^3.5.0",
51
- "@smithy/url-parser": "^3.0.7",
23
+ "@aws-sdk/client-sso-oidc": "3.687.0",
24
+ "@aws-sdk/client-sts": "3.687.0",
25
+ "@aws-sdk/core": "3.686.0",
26
+ "@aws-sdk/credential-provider-node": "3.687.0",
27
+ "@aws-sdk/middleware-host-header": "3.686.0",
28
+ "@aws-sdk/middleware-logger": "3.686.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.686.0",
30
+ "@aws-sdk/middleware-user-agent": "3.687.0",
31
+ "@aws-sdk/region-config-resolver": "3.686.0",
32
+ "@aws-sdk/types": "3.686.0",
33
+ "@aws-sdk/util-endpoints": "3.686.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.686.0",
35
+ "@aws-sdk/util-user-agent-node": "3.687.0",
36
+ "@smithy/config-resolver": "^3.0.10",
37
+ "@smithy/core": "^2.5.1",
38
+ "@smithy/fetch-http-handler": "^4.0.0",
39
+ "@smithy/hash-node": "^3.0.8",
40
+ "@smithy/invalid-dependency": "^3.0.8",
41
+ "@smithy/middleware-content-length": "^3.0.10",
42
+ "@smithy/middleware-endpoint": "^3.2.1",
43
+ "@smithy/middleware-retry": "^3.0.25",
44
+ "@smithy/middleware-serde": "^3.0.8",
45
+ "@smithy/middleware-stack": "^3.0.8",
46
+ "@smithy/node-config-provider": "^3.1.9",
47
+ "@smithy/node-http-handler": "^3.2.5",
48
+ "@smithy/protocol-http": "^4.1.5",
49
+ "@smithy/smithy-client": "^3.4.2",
50
+ "@smithy/types": "^3.6.0",
51
+ "@smithy/url-parser": "^3.0.8",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.23",
56
- "@smithy/util-defaults-mode-node": "^3.0.23",
57
- "@smithy/util-endpoints": "^2.1.3",
58
- "@smithy/util-middleware": "^3.0.7",
59
- "@smithy/util-retry": "^3.0.7",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.25",
56
+ "@smithy/util-defaults-mode-node": "^3.0.25",
57
+ "@smithy/util-endpoints": "^2.1.4",
58
+ "@smithy/util-middleware": "^3.0.8",
59
+ "@smithy/util-retry": "^3.0.8",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },