@aws-sdk/client-quicksight 3.699.0 → 3.705.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 (80) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/index.js +524 -62
  3. package/dist-es/QuickSight.js +16 -0
  4. package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
  5. package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
  6. package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
  7. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
  8. package/dist-es/commands/PredictQAResultsCommand.js +23 -0
  9. package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
  10. package/dist-es/commands/UpdateDashboardCommand.js +1 -1
  11. package/dist-es/commands/UpdateDataSetCommand.js +1 -1
  12. package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
  13. package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
  14. package/dist-es/commands/index.js +8 -0
  15. package/dist-es/models/models_2.js +1 -0
  16. package/dist-es/models/models_4.js +47 -17
  17. package/dist-es/models/models_5.js +17 -0
  18. package/dist-es/protocols/Aws_restJson1.js +251 -0
  19. package/dist-types/QuickSight.d.ts +56 -0
  20. package/dist-types/QuickSightClient.d.ts +10 -2
  21. package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
  22. package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -2
  25. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
  26. package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
  27. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
  28. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  29. package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
  30. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
  31. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -2
  42. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
  43. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
  45. package/dist-types/commands/index.d.ts +8 -0
  46. package/dist-types/models/models_2.d.ts +1 -0
  47. package/dist-types/models/models_3.d.ts +76 -64
  48. package/dist-types/models/models_4.d.ts +423 -608
  49. package/dist-types/models/models_5.d.ts +671 -3
  50. package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
  51. package/dist-types/ts3.4/QuickSight.d.ts +178 -0
  52. package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
  53. package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +4 -2
  56. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
  60. package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +4 -2
  72. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  75. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  76. package/dist-types/ts3.4/models/models_3.d.ts +18 -15
  77. package/dist-types/ts3.4/models/models_4.d.ts +123 -146
  78. package/dist-types/ts3.4/models/models_5.d.ts +174 -0
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
  80. package/package.json +1 -1
@@ -1,7 +1,597 @@
1
1
  import { ResourceStatus } from "./models_0";
2
- import { AssignmentStatus, DataSourceParameters, ServiceType, SslProperties, TopicIR, TopicTemplate, VisualRole, VpcConnectionProperties } from "./models_2";
3
- import { DataSourceCredentials, Group, RefreshSchedule, ResourcePermission, Role, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
4
- import { FailedKeyRegistrationEntry, PersonalizationMode, PurchaseMode, RegisteredCustomerManagedKey, User, UserRole } from "./models_4";
2
+ import { AssignmentStatus, BrandDefinition, BrandDetail, Capabilities, ColumnGroup, ColumnLevelPermissionRule, DataSourceParameters, ServiceType, SslProperties, TopicIR, TopicTemplate, VisualRole, VpcConnectionProperties } from "./models_2";
3
+ import { _Parameters, DashboardPublishOptions, DashboardSourceEntity, DashboardsQAStatus, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
4
+ import { FailedKeyRegistrationEntry, PersonalizationMode, PurchaseMode, QSearchStatus, RegisteredCustomerManagedKey, User, UserRole } from "./models_4";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface UpdateBrandResponse {
9
+ /**
10
+ * <p>The Amazon Web Services request ID for this operation.</p>
11
+ * @public
12
+ */
13
+ RequestId?: string | undefined;
14
+ /**
15
+ * <p>The details of the brand.</p>
16
+ * @public
17
+ */
18
+ BrandDetail?: BrandDetail | undefined;
19
+ /**
20
+ * <p>The definition of the brand.</p>
21
+ * @public
22
+ */
23
+ BrandDefinition?: BrandDefinition | undefined;
24
+ }
25
+ /**
26
+ * @public
27
+ */
28
+ export interface UpdateBrandAssignmentRequest {
29
+ /**
30
+ * <p>The ID of the Amazon Web Services account that owns the brand assignment.</p>
31
+ * @public
32
+ */
33
+ AwsAccountId: string | undefined;
34
+ /**
35
+ * <p>The Amazon Resource Name (ARN) of the brand.</p>
36
+ * @public
37
+ */
38
+ BrandArn: string | undefined;
39
+ }
40
+ /**
41
+ * @public
42
+ */
43
+ export interface UpdateBrandAssignmentResponse {
44
+ /**
45
+ * <p>The Amazon Web Services request ID for this operation.</p>
46
+ * @public
47
+ */
48
+ RequestId?: string | undefined;
49
+ /**
50
+ * <p>The Amazon Resource Name (ARN) of the brand.</p>
51
+ * @public
52
+ */
53
+ BrandArn?: string | undefined;
54
+ }
55
+ /**
56
+ * @public
57
+ */
58
+ export interface UpdateBrandPublishedVersionRequest {
59
+ /**
60
+ * <p>The ID of the Amazon Web Services account that owns the brand.</p>
61
+ * @public
62
+ */
63
+ AwsAccountId: string | undefined;
64
+ /**
65
+ * <p>The ID of the Amazon QuickSight brand.</p>
66
+ * @public
67
+ */
68
+ BrandId: string | undefined;
69
+ /**
70
+ * <p>The ID of the published version.</p>
71
+ * @public
72
+ */
73
+ VersionId: string | undefined;
74
+ }
75
+ /**
76
+ * @public
77
+ */
78
+ export interface UpdateBrandPublishedVersionResponse {
79
+ /**
80
+ * <p>The Amazon Web Services request ID for this operation.</p>
81
+ * @public
82
+ */
83
+ RequestId?: string | undefined;
84
+ /**
85
+ * <p>The ID of the published version.</p>
86
+ * @public
87
+ */
88
+ VersionId?: string | undefined;
89
+ }
90
+ /**
91
+ * @public
92
+ */
93
+ export interface UpdateCustomPermissionsRequest {
94
+ /**
95
+ * <p>The ID of the Amazon Web Services account that contains the custom permissions profile that you want to update.</p>
96
+ * @public
97
+ */
98
+ AwsAccountId: string | undefined;
99
+ /**
100
+ * <p>The name of the custom permissions profile that you want to update.</p>
101
+ * @public
102
+ */
103
+ CustomPermissionsName: string | undefined;
104
+ /**
105
+ * <p>A set of actions to include in the custom permissions profile.</p>
106
+ * @public
107
+ */
108
+ Capabilities?: Capabilities | undefined;
109
+ }
110
+ /**
111
+ * @public
112
+ */
113
+ export interface UpdateCustomPermissionsResponse {
114
+ /**
115
+ * <p>The HTTP status of the request.</p>
116
+ * @public
117
+ */
118
+ Status?: number | undefined;
119
+ /**
120
+ * <p>The Amazon Resource Name (ARN) of the custom permissions profile.</p>
121
+ * @public
122
+ */
123
+ Arn?: string | undefined;
124
+ /**
125
+ * <p>The Amazon Web Services request ID for this operation.</p>
126
+ * @public
127
+ */
128
+ RequestId?: string | undefined;
129
+ }
130
+ /**
131
+ * @public
132
+ */
133
+ export interface UpdateDashboardRequest {
134
+ /**
135
+ * <p>The ID of the Amazon Web Services account that contains the dashboard that you're
136
+ * updating.</p>
137
+ * @public
138
+ */
139
+ AwsAccountId: string | undefined;
140
+ /**
141
+ * <p>The ID for the dashboard.</p>
142
+ * @public
143
+ */
144
+ DashboardId: string | undefined;
145
+ /**
146
+ * <p>The display name of the dashboard.</p>
147
+ * @public
148
+ */
149
+ Name: string | undefined;
150
+ /**
151
+ * <p>The entity that you are using as a source when you update the dashboard. In
152
+ * <code>SourceEntity</code>, you specify the type of object you're using as source. You
153
+ * can only update a dashboard from a template, so you use a <code>SourceTemplate</code>
154
+ * entity. If you need to update a dashboard from an analysis, first convert the analysis
155
+ * to a template by using the <code>
156
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
157
+ * </code> API operation. For
158
+ * <code>SourceTemplate</code>, specify the Amazon Resource Name (ARN) of the source
159
+ * template. The <code>SourceTemplate</code> ARN can contain any Amazon Web Services account and any
160
+ * Amazon QuickSight-supported Amazon Web Services Region. </p>
161
+ * <p>Use the <code>DataSetReferences</code> entity within <code>SourceTemplate</code> to
162
+ * list the replacement datasets for the placeholders listed in the original. The schema in
163
+ * each dataset must match its placeholder. </p>
164
+ * @public
165
+ */
166
+ SourceEntity?: DashboardSourceEntity | undefined;
167
+ /**
168
+ * <p>A structure that contains the parameters of the dashboard. These are parameter
169
+ * overrides for a dashboard. A dashboard can have any type of parameters, and some
170
+ * parameters might accept multiple values.</p>
171
+ * @public
172
+ */
173
+ Parameters?: _Parameters | undefined;
174
+ /**
175
+ * <p>A description for the first version of the dashboard being created.</p>
176
+ * @public
177
+ */
178
+ VersionDescription?: string | undefined;
179
+ /**
180
+ * <p>Options for publishing the dashboard when you create it:</p>
181
+ * <ul>
182
+ * <li>
183
+ * <p>
184
+ * <code>AvailabilityStatus</code> for <code>AdHocFilteringOption</code> - This
185
+ * status can be either <code>ENABLED</code> or <code>DISABLED</code>. When this is
186
+ * set to <code>DISABLED</code>, Amazon QuickSight disables the left filter pane on the
187
+ * published dashboard, which can be used for ad hoc (one-time) filtering. This
188
+ * option is <code>ENABLED</code> by default. </p>
189
+ * </li>
190
+ * <li>
191
+ * <p>
192
+ * <code>AvailabilityStatus</code> for <code>ExportToCSVOption</code> - This
193
+ * status can be either <code>ENABLED</code> or <code>DISABLED</code>. The visual
194
+ * option to export data to .CSV format isn't enabled when this is set to
195
+ * <code>DISABLED</code>. This option is <code>ENABLED</code> by default. </p>
196
+ * </li>
197
+ * <li>
198
+ * <p>
199
+ * <code>VisibilityState</code> for <code>SheetControlsOption</code> - This
200
+ * visibility state can be either <code>COLLAPSED</code> or <code>EXPANDED</code>.
201
+ * This option is <code>COLLAPSED</code> by default. </p>
202
+ * </li>
203
+ * </ul>
204
+ * @public
205
+ */
206
+ DashboardPublishOptions?: DashboardPublishOptions | undefined;
207
+ /**
208
+ * <p>The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If
209
+ * you add a value for this field, it overrides the value that was originally associated
210
+ * with the entity. The theme ARN must exist in the same Amazon Web Services account where you create the
211
+ * dashboard.</p>
212
+ * @public
213
+ */
214
+ ThemeArn?: string | undefined;
215
+ /**
216
+ * <p>The definition of a dashboard.</p>
217
+ * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
218
+ * @public
219
+ */
220
+ Definition?: DashboardVersionDefinition | undefined;
221
+ /**
222
+ * <p>The option to relax the validation needed to update a dashboard with definition objects. This skips the validation step for specific errors.</p>
223
+ * @public
224
+ */
225
+ ValidationStrategy?: ValidationStrategy | undefined;
226
+ }
227
+ /**
228
+ * @public
229
+ */
230
+ export interface UpdateDashboardResponse {
231
+ /**
232
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
233
+ * @public
234
+ */
235
+ Arn?: string | undefined;
236
+ /**
237
+ * <p>The ARN of the dashboard, including the version number.</p>
238
+ * @public
239
+ */
240
+ VersionArn?: string | undefined;
241
+ /**
242
+ * <p>The ID for the dashboard.</p>
243
+ * @public
244
+ */
245
+ DashboardId?: string | undefined;
246
+ /**
247
+ * <p>The creation status of the request.</p>
248
+ * @public
249
+ */
250
+ CreationStatus?: ResourceStatus | undefined;
251
+ /**
252
+ * <p>The HTTP status of the request.</p>
253
+ * @public
254
+ */
255
+ Status?: number | undefined;
256
+ /**
257
+ * <p>The Amazon Web Services request ID for this operation.</p>
258
+ * @public
259
+ */
260
+ RequestId?: string | undefined;
261
+ }
262
+ /**
263
+ * @public
264
+ */
265
+ export interface UpdateDashboardLinksRequest {
266
+ /**
267
+ * <p>The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.</p>
268
+ * @public
269
+ */
270
+ AwsAccountId: string | undefined;
271
+ /**
272
+ * <p>The ID for the dashboard.</p>
273
+ * @public
274
+ */
275
+ DashboardId: string | undefined;
276
+ /**
277
+ * <p> list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.</p>
278
+ * @public
279
+ */
280
+ LinkEntities: string[] | undefined;
281
+ }
282
+ /**
283
+ * @public
284
+ */
285
+ export interface UpdateDashboardLinksResponse {
286
+ /**
287
+ * <p>The Amazon Web Services request ID for this operation.</p>
288
+ * @public
289
+ */
290
+ RequestId?: string | undefined;
291
+ /**
292
+ * <p>The HTTP status of the request.</p>
293
+ * @public
294
+ */
295
+ Status?: number | undefined;
296
+ /**
297
+ * <p>The Amazon Resource Name (ARN) of the dashboard.</p>
298
+ * @public
299
+ */
300
+ DashboardArn?: string | undefined;
301
+ /**
302
+ * <p>A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.</p>
303
+ * @public
304
+ */
305
+ LinkEntities?: string[] | undefined;
306
+ }
307
+ /**
308
+ * @public
309
+ */
310
+ export interface UpdateDashboardPermissionsRequest {
311
+ /**
312
+ * <p>The ID of the Amazon Web Services account that contains the dashboard whose permissions you're
313
+ * updating.</p>
314
+ * @public
315
+ */
316
+ AwsAccountId: string | undefined;
317
+ /**
318
+ * <p>The ID for the dashboard.</p>
319
+ * @public
320
+ */
321
+ DashboardId: string | undefined;
322
+ /**
323
+ * <p>The permissions that you want to grant on this resource.</p>
324
+ * @public
325
+ */
326
+ GrantPermissions?: ResourcePermission[] | undefined;
327
+ /**
328
+ * <p>The permissions that you want to revoke from this resource.</p>
329
+ * @public
330
+ */
331
+ RevokePermissions?: ResourcePermission[] | undefined;
332
+ /**
333
+ * <p>Grants link permissions to all users in a defined namespace.</p>
334
+ * @public
335
+ */
336
+ GrantLinkPermissions?: ResourcePermission[] | undefined;
337
+ /**
338
+ * <p>Revokes link permissions from all users in a defined namespace.</p>
339
+ * @public
340
+ */
341
+ RevokeLinkPermissions?: ResourcePermission[] | undefined;
342
+ }
343
+ /**
344
+ * @public
345
+ */
346
+ export interface UpdateDashboardPermissionsResponse {
347
+ /**
348
+ * <p>The Amazon Resource Name (ARN) of the dashboard.</p>
349
+ * @public
350
+ */
351
+ DashboardArn?: string | undefined;
352
+ /**
353
+ * <p>The ID for the dashboard.</p>
354
+ * @public
355
+ */
356
+ DashboardId?: string | undefined;
357
+ /**
358
+ * <p>Information about the permissions on the dashboard.</p>
359
+ * @public
360
+ */
361
+ Permissions?: ResourcePermission[] | undefined;
362
+ /**
363
+ * <p>The Amazon Web Services request ID for this operation.</p>
364
+ * @public
365
+ */
366
+ RequestId?: string | undefined;
367
+ /**
368
+ * <p>The HTTP status of the request.</p>
369
+ * @public
370
+ */
371
+ Status?: number | undefined;
372
+ /**
373
+ * <p>Updates the permissions of a shared link to an Amazon QuickSight dashboard.</p>
374
+ * @public
375
+ */
376
+ LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
377
+ }
378
+ /**
379
+ * @public
380
+ */
381
+ export interface UpdateDashboardPublishedVersionRequest {
382
+ /**
383
+ * <p>The ID of the Amazon Web Services account that contains the dashboard that you're
384
+ * updating.</p>
385
+ * @public
386
+ */
387
+ AwsAccountId: string | undefined;
388
+ /**
389
+ * <p>The ID for the dashboard.</p>
390
+ * @public
391
+ */
392
+ DashboardId: string | undefined;
393
+ /**
394
+ * <p>The version number of the dashboard.</p>
395
+ * @public
396
+ */
397
+ VersionNumber: number | undefined;
398
+ }
399
+ /**
400
+ * @public
401
+ */
402
+ export interface UpdateDashboardPublishedVersionResponse {
403
+ /**
404
+ * <p>The ID for the dashboard.</p>
405
+ * @public
406
+ */
407
+ DashboardId?: string | undefined;
408
+ /**
409
+ * <p>The Amazon Resource Name (ARN) of the dashboard.</p>
410
+ * @public
411
+ */
412
+ DashboardArn?: string | undefined;
413
+ /**
414
+ * <p>The HTTP status of the request.</p>
415
+ * @public
416
+ */
417
+ Status?: number | undefined;
418
+ /**
419
+ * <p>The Amazon Web Services request ID for this operation.</p>
420
+ * @public
421
+ */
422
+ RequestId?: string | undefined;
423
+ }
424
+ /**
425
+ * @public
426
+ */
427
+ export interface UpdateDashboardsQAConfigurationRequest {
428
+ /**
429
+ * <p>The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want to update.</p>
430
+ * @public
431
+ */
432
+ AwsAccountId: string | undefined;
433
+ /**
434
+ * <p>The status of dashboards QA configuration that you want to update.</p>
435
+ * @public
436
+ */
437
+ DashboardsQAStatus: DashboardsQAStatus | undefined;
438
+ }
439
+ /**
440
+ * @public
441
+ */
442
+ export interface UpdateDashboardsQAConfigurationResponse {
443
+ /**
444
+ * <p>A value that indicates whether the dashboard QA configuration is enabled or not.</p>
445
+ * @public
446
+ */
447
+ DashboardsQAStatus?: DashboardsQAStatus | undefined;
448
+ /**
449
+ * <p>The Amazon Web Services request ID for this operation.</p>
450
+ * @public
451
+ */
452
+ RequestId?: string | undefined;
453
+ /**
454
+ * <p>The HTTP status of the request.</p>
455
+ * @public
456
+ */
457
+ Status?: number | undefined;
458
+ }
459
+ /**
460
+ * @public
461
+ */
462
+ export interface UpdateDataSetRequest {
463
+ /**
464
+ * <p>The Amazon Web Services account ID.</p>
465
+ * @public
466
+ */
467
+ AwsAccountId: string | undefined;
468
+ /**
469
+ * <p>The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each
470
+ * Amazon Web Services account.</p>
471
+ * @public
472
+ */
473
+ DataSetId: string | undefined;
474
+ /**
475
+ * <p>The display name for the dataset.</p>
476
+ * @public
477
+ */
478
+ Name: string | undefined;
479
+ /**
480
+ * <p>Declares the physical tables that are available in the underlying data sources.</p>
481
+ * @public
482
+ */
483
+ PhysicalTableMap: Record<string, PhysicalTable> | undefined;
484
+ /**
485
+ * <p>Configures the combination and transformation of the data from the physical tables.</p>
486
+ * @public
487
+ */
488
+ LogicalTableMap?: Record<string, LogicalTable> | undefined;
489
+ /**
490
+ * <p>Indicates whether you want to import the data into SPICE.</p>
491
+ * @public
492
+ */
493
+ ImportMode: DataSetImportMode | undefined;
494
+ /**
495
+ * <p>Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.</p>
496
+ * @public
497
+ */
498
+ ColumnGroups?: ColumnGroup[] | undefined;
499
+ /**
500
+ * <p>The folder that contains fields and nested subfolders for your dataset.</p>
501
+ * @public
502
+ */
503
+ FieldFolders?: Record<string, FieldFolder> | undefined;
504
+ /**
505
+ * <p>The row-level security configuration for the data you want to create.</p>
506
+ * @public
507
+ */
508
+ RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
509
+ /**
510
+ * <p>The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only.</p>
511
+ * @public
512
+ */
513
+ RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | undefined;
514
+ /**
515
+ * <p>A set of one or more definitions of a <code>
516
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html">ColumnLevelPermissionRule</a>
517
+ * </code>.</p>
518
+ * @public
519
+ */
520
+ ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
521
+ /**
522
+ * <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
523
+ * @public
524
+ */
525
+ DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
526
+ /**
527
+ * <p>The parameter declarations of the dataset.</p>
528
+ * @public
529
+ */
530
+ DatasetParameters?: DatasetParameter[] | undefined;
531
+ }
532
+ /**
533
+ * @public
534
+ */
535
+ export interface UpdateDataSetResponse {
536
+ /**
537
+ * <p>The Amazon Resource Name (ARN) of the dataset.</p>
538
+ * @public
539
+ */
540
+ Arn?: string | undefined;
541
+ /**
542
+ * <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
543
+ * @public
544
+ */
545
+ DataSetId?: string | undefined;
546
+ /**
547
+ * <p>The ARN for the ingestion, which is triggered as a result of dataset creation if the import
548
+ * mode is SPICE.</p>
549
+ * @public
550
+ */
551
+ IngestionArn?: string | undefined;
552
+ /**
553
+ * <p>The ID of the ingestion, which is triggered as a result of dataset creation if the import
554
+ * mode is SPICE.</p>
555
+ * @public
556
+ */
557
+ IngestionId?: string | undefined;
558
+ /**
559
+ * <p>The Amazon Web Services request ID for this operation.</p>
560
+ * @public
561
+ */
562
+ RequestId?: string | undefined;
563
+ /**
564
+ * <p>The HTTP status of the request.</p>
565
+ * @public
566
+ */
567
+ Status?: number | undefined;
568
+ }
569
+ /**
570
+ * @public
571
+ */
572
+ export interface UpdateDataSetPermissionsRequest {
573
+ /**
574
+ * <p>The Amazon Web Services account ID.</p>
575
+ * @public
576
+ */
577
+ AwsAccountId: string | undefined;
578
+ /**
579
+ * <p>The ID for the dataset whose permissions you want to update. This ID is unique per
580
+ * Amazon Web Services Region for each Amazon Web Services account.</p>
581
+ * @public
582
+ */
583
+ DataSetId: string | undefined;
584
+ /**
585
+ * <p>The resource permissions that you want to grant to the dataset.</p>
586
+ * @public
587
+ */
588
+ GrantPermissions?: ResourcePermission[] | undefined;
589
+ /**
590
+ * <p>The resource permissions that you want to revoke from the dataset.</p>
591
+ * @public
592
+ */
593
+ RevokePermissions?: ResourcePermission[] | undefined;
594
+ }
5
595
  /**
6
596
  * @public
7
597
  */
@@ -151,6 +741,41 @@ export interface UpdateDataSourcePermissionsResponse {
151
741
  */
152
742
  Status?: number | undefined;
153
743
  }
744
+ /**
745
+ * @public
746
+ */
747
+ export interface UpdateDefaultQBusinessApplicationRequest {
748
+ /**
749
+ * <p>The ID of the Amazon QuickSight account that is connected to the Amazon Q Business application that you want to update.</p>
750
+ * @public
751
+ */
752
+ AwsAccountId: string | undefined;
753
+ /**
754
+ * <p>The Amazon QuickSight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter.</p>
755
+ * @public
756
+ */
757
+ Namespace?: string | undefined;
758
+ /**
759
+ * <p>The ID of the Amazon Q Business application that you want to update.</p>
760
+ * @public
761
+ */
762
+ ApplicationId: string | undefined;
763
+ }
764
+ /**
765
+ * @public
766
+ */
767
+ export interface UpdateDefaultQBusinessApplicationResponse {
768
+ /**
769
+ * <p>The Amazon Web Services request ID for this operation.</p>
770
+ * @public
771
+ */
772
+ RequestId?: string | undefined;
773
+ /**
774
+ * <p>The HTTP status of the request.</p>
775
+ * @public
776
+ */
777
+ Status?: number | undefined;
778
+ }
154
779
  /**
155
780
  * @public
156
781
  */
@@ -615,6 +1240,41 @@ export interface UpdateQPersonalizationConfigurationResponse {
615
1240
  */
616
1241
  Status?: number | undefined;
617
1242
  }
1243
+ /**
1244
+ * @public
1245
+ */
1246
+ export interface UpdateQuickSightQSearchConfigurationRequest {
1247
+ /**
1248
+ * <p>The ID of the Amazon Web Services account that contains the Amazon QuickSight Q Search configuration that you want to update.</p>
1249
+ * @public
1250
+ */
1251
+ AwsAccountId: string | undefined;
1252
+ /**
1253
+ * <p>The status of the Amazon QuickSight Q Search configuration that the user wants to update.</p>
1254
+ * @public
1255
+ */
1256
+ QSearchStatus: QSearchStatus | undefined;
1257
+ }
1258
+ /**
1259
+ * @public
1260
+ */
1261
+ export interface UpdateQuickSightQSearchConfigurationResponse {
1262
+ /**
1263
+ * <p>The status of the Amazon QuickSight Q Search configuration.</p>
1264
+ * @public
1265
+ */
1266
+ QSearchStatus?: QSearchStatus | undefined;
1267
+ /**
1268
+ * <p>The Amazon Web Services request ID for this operation.</p>
1269
+ * @public
1270
+ */
1271
+ RequestId?: string | undefined;
1272
+ /**
1273
+ * <p>The HTTP status of the request.</p>
1274
+ * @public
1275
+ */
1276
+ Status?: number | undefined;
1277
+ }
618
1278
  /**
619
1279
  * @public
620
1280
  */
@@ -1692,6 +2352,14 @@ export interface ListTopicReviewedAnswersResponse {
1692
2352
  */
1693
2353
  RequestId?: string | undefined;
1694
2354
  }
2355
+ /**
2356
+ * @internal
2357
+ */
2358
+ export declare const UpdateDashboardRequestFilterSensitiveLog: (obj: UpdateDashboardRequest) => any;
2359
+ /**
2360
+ * @internal
2361
+ */
2362
+ export declare const UpdateDataSetRequestFilterSensitiveLog: (obj: UpdateDataSetRequest) => any;
1695
2363
  /**
1696
2364
  * @internal
1697
2365
  */