@aws-sdk/client-quicksight 3.1061.0 → 3.1063.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 (103) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +195 -0
  3. package/dist-cjs/models/errors.js +54 -54
  4. package/dist-cjs/schemas/schemas_0.js +569 -225
  5. package/dist-es/QuickSight.js +20 -0
  6. package/dist-es/commands/BatchDeleteKnowledgeBaseCommand.js +16 -0
  7. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +16 -0
  8. package/dist-es/commands/DescribeKnowledgeBaseCommand.js +16 -0
  9. package/dist-es/commands/DescribeKnowledgeBasePermissionsCommand.js +16 -0
  10. package/dist-es/commands/ListKnowledgeBasesCommand.js +16 -0
  11. package/dist-es/commands/ListUsersIndexCapacityCommand.js +16 -0
  12. package/dist-es/commands/SearchKnowledgeBasesCommand.js +16 -0
  13. package/dist-es/commands/UpdateKnowledgeBasePermissionsCommand.js +16 -0
  14. package/dist-es/commands/index.js +8 -0
  15. package/dist-es/models/enums.js +63 -0
  16. package/dist-es/models/errors.js +48 -48
  17. package/dist-es/pagination/ListKnowledgeBasesPaginator.js +4 -0
  18. package/dist-es/pagination/SearchKnowledgeBasesPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +2 -0
  20. package/dist-es/schemas/schemas_0.js +532 -189
  21. package/dist-types/QuickSight.d.ts +70 -0
  22. package/dist-types/QuickSightClient.d.ts +10 -2
  23. package/dist-types/commands/BatchDeleteKnowledgeBaseCommand.d.ts +117 -0
  24. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +110 -0
  25. package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -2
  30. package/dist-types/commands/DescribeKnowledgeBaseCommand.d.ts +157 -0
  31. package/dist-types/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +115 -0
  32. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +117 -0
  33. package/dist-types/commands/ListUsersIndexCapacityCommand.d.ts +127 -0
  34. package/dist-types/commands/SearchKnowledgeBasesCommand.d.ts +131 -0
  35. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  36. package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateActionConnectorCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateAgentCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateBrandCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +134 -0
  51. package/dist-types/commands/index.d.ts +8 -0
  52. package/dist-types/models/enums.d.ts +159 -0
  53. package/dist-types/models/errors.d.ts +53 -53
  54. package/dist-types/models/models_2.d.ts +106 -144
  55. package/dist-types/models/models_3.d.ts +184 -154
  56. package/dist-types/models/models_4.d.ts +1367 -1363
  57. package/dist-types/models/models_5.d.ts +860 -4
  58. package/dist-types/pagination/ListKnowledgeBasesPaginator.d.ts +7 -0
  59. package/dist-types/pagination/SearchKnowledgeBasesPaginator.d.ts +7 -0
  60. package/dist-types/pagination/index.d.ts +2 -0
  61. package/dist-types/schemas/schemas_0.d.ts +41 -0
  62. package/dist-types/ts3.4/QuickSight.d.ts +150 -0
  63. package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
  64. package/dist-types/ts3.4/commands/BatchDeleteKnowledgeBaseCommand.d.ts +53 -0
  65. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +53 -0
  66. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +4 -2
  71. package/dist-types/ts3.4/commands/DescribeKnowledgeBaseCommand.d.ts +53 -0
  72. package/dist-types/ts3.4/commands/DescribeKnowledgeBasePermissionsCommand.d.ts +53 -0
  73. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +53 -0
  74. package/dist-types/ts3.4/commands/ListUsersIndexCapacityCommand.d.ts +53 -0
  75. package/dist-types/ts3.4/commands/SearchKnowledgeBasesCommand.d.ts +53 -0
  76. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/UpdateKnowledgeBasePermissionsCommand.d.ts +53 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  93. package/dist-types/ts3.4/models/enums.d.ts +85 -0
  94. package/dist-types/ts3.4/models/errors.d.ts +28 -28
  95. package/dist-types/ts3.4/models/models_2.d.ts +27 -34
  96. package/dist-types/ts3.4/models/models_3.d.ts +47 -44
  97. package/dist-types/ts3.4/models/models_4.d.ts +219 -195
  98. package/dist-types/ts3.4/models/models_5.d.ts +209 -0
  99. package/dist-types/ts3.4/pagination/ListKnowledgeBasesPaginator.d.ts +11 -0
  100. package/dist-types/ts3.4/pagination/SearchKnowledgeBasesPaginator.d.ts +11 -0
  101. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  102. package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -0
  103. package/package.json +5 -5
@@ -1,8 +1,809 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { AssignmentStatus, DashboardsQAStatus, DataSetImportMode, DataSourceType, PersonalizationMode, PurchaseMode, QSearchStatus, ResourceStatus, Role, SelfUpgradeAdminAction, SelfUpgradeStatus, ServiceType, SpaceQuickSightResourceType, UserRole, VisualRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
3
- import type { _Parameters, Capabilities, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSourceParameters, LinkSharingConfiguration, ResourcePermission, SslProperties, TopicIR, TopicTemplate, ValidationStrategy, VpcConnectionProperties } from "./models_2";
4
- import type { CustomInstructions, DataPrepConfiguration, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LogicalTable, PerformanceConfiguration, Permission, PhysicalTable, RefreshSchedule, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SemanticModelConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule } from "./models_3";
5
- import type { FailedKeyRegistrationEntry, FailedSpaceResourceOperation, RegisteredCustomerManagedKey, SelfUpgradeRequestDetail, SpaceQuickSightResourceDetails, User } from "./models_4";
2
+ import type { AgentStatus, AssignmentStatus, DashboardsQAStatus, DataSetImportMode, DataSourceType, PersonalizationMode, PurchaseMode, QSearchStatus, ResourceStatus, Role, SelfUpgradeAdminAction, SelfUpgradeStatus, ServiceType, SpaceQuickSightResourceType, UserRole, VisualRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
3
+ import type { AccountCustomization } from "./models_0";
4
+ import type { _Parameters, AnalysisDefinition, AnalysisSourceEntity, AuthConfig, BrandDefinition, BrandDetail, Capabilities, ColumnGroup, ColumnLevelPermissionRule, CustomPromptInput, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSourceParameters, LinkSharingConfiguration, ResourcePermission, SslProperties, Tag, TopicIR, TopicTemplate, ValidationStrategy, VpcConnectionProperties } from "./models_2";
5
+ import type { CustomInstructions, DataPrepConfiguration, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LogicalTable, PerformanceConfiguration, Permission, PhysicalTable, RefreshSchedule, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SemanticModelConfiguration, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule } from "./models_3";
6
+ import type { FailedKeyRegistrationEntry, FailedSpaceResourceOperation, FailedToUpdateAssociation, RegisteredCustomerManagedKey, SelfUpgradeRequestDetail, SnapshotAnonymousUser, SpaceQuickSightResourceDetails, User } from "./models_4";
7
+ /**
8
+ * <p>A structure that contains information about the users that the dashboard snapshot is generated for.</p>
9
+ * <important>
10
+ * <p>When using identity-enhanced session credentials, set the UserConfiguration request attribute to null. Otherwise, the request will be invalid.</p>
11
+ * </important>
12
+ * @public
13
+ */
14
+ export interface SnapshotUserConfiguration {
15
+ /**
16
+ * <p>An array of records that describe the anonymous users that the dashboard snapshot is generated for.</p>
17
+ * @public
18
+ */
19
+ AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
20
+ }
21
+ /**
22
+ * @public
23
+ */
24
+ export interface StartDashboardSnapshotJobRequest {
25
+ /**
26
+ * <p>The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.</p>
27
+ * @public
28
+ */
29
+ AwsAccountId: string | undefined;
30
+ /**
31
+ * <p>The ID of the dashboard that you want to start a snapshot job for.
32
+ * </p>
33
+ * @public
34
+ */
35
+ DashboardId: string | undefined;
36
+ /**
37
+ * <p>An ID for the dashboard snapshot job. This ID is unique to the dashboard while the job is running. This ID can be used to poll the status of a job with a <code>DescribeDashboardSnapshotJob</code> while the job runs. You can reuse this ID for another job 24 hours after the current job is completed.</p>
38
+ * @public
39
+ */
40
+ SnapshotJobId: string | undefined;
41
+ /**
42
+ * <p>A structure that contains information about the users that the dashboard snapshot is generated for. The users can be either anonymous users or registered users. Anonymous users cannot be used together with registered users.</p>
43
+ * <important>
44
+ * <p>When using identity-enhanced session credentials, set the UserConfiguration request attribute to null. Otherwise, the request will be invalid.</p>
45
+ * </important>
46
+ * @public
47
+ */
48
+ UserConfiguration?: SnapshotUserConfiguration | undefined;
49
+ /**
50
+ * <p>A structure that describes the configuration of the dashboard snapshot.</p>
51
+ * @public
52
+ */
53
+ SnapshotConfiguration: SnapshotConfiguration | undefined;
54
+ }
55
+ /**
56
+ * @public
57
+ */
58
+ export interface StartDashboardSnapshotJobResponse {
59
+ /**
60
+ * <p>The Amazon Resource Name (ARN) for the dashboard snapshot job.</p>
61
+ * @public
62
+ */
63
+ Arn?: string | undefined;
64
+ /**
65
+ * <p>The ID of the job. The job ID is set when you start a new job with a <code>StartDashboardSnapshotJob</code> API call.</p>
66
+ * @public
67
+ */
68
+ SnapshotJobId?: string | undefined;
69
+ /**
70
+ * <p>
71
+ * The Amazon Web Services request ID for this operation.
72
+ * </p>
73
+ * @public
74
+ */
75
+ RequestId?: string | undefined;
76
+ /**
77
+ * <p>The HTTP status of the request</p>
78
+ * @public
79
+ */
80
+ Status?: number | undefined;
81
+ }
82
+ /**
83
+ * @public
84
+ */
85
+ export interface StartDashboardSnapshotJobScheduleRequest {
86
+ /**
87
+ * <p>The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.</p>
88
+ * @public
89
+ */
90
+ AwsAccountId: string | undefined;
91
+ /**
92
+ * <p>The ID of the dashboard that you want to start a snapshot job schedule for.
93
+ * </p>
94
+ * @public
95
+ */
96
+ DashboardId: string | undefined;
97
+ /**
98
+ * <p>The ID of the schedule that you want to start a snapshot job schedule for. The schedule ID can be found in the Amazon Quick Sight console in the <b>Schedules</b> pane of the dashboard that the schedule is configured for.</p>
99
+ * @public
100
+ */
101
+ ScheduleId: string | undefined;
102
+ }
103
+ /**
104
+ * @public
105
+ */
106
+ export interface StartDashboardSnapshotJobScheduleResponse {
107
+ /**
108
+ * <p>
109
+ * The Amazon Web Services request ID for this operation.
110
+ * </p>
111
+ * @public
112
+ */
113
+ RequestId?: string | undefined;
114
+ /**
115
+ * <p>The HTTP status of the request</p>
116
+ * @public
117
+ */
118
+ Status?: number | undefined;
119
+ }
120
+ /**
121
+ * @public
122
+ */
123
+ export interface TagResourceRequest {
124
+ /**
125
+ * <p>The Amazon Resource Name (ARN) of the resource that you want to tag.</p>
126
+ * @public
127
+ */
128
+ ResourceArn: string | undefined;
129
+ /**
130
+ * <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the
131
+ * resource.</p>
132
+ * @public
133
+ */
134
+ Tags: Tag[] | undefined;
135
+ }
136
+ /**
137
+ * @public
138
+ */
139
+ export interface TagResourceResponse {
140
+ /**
141
+ * <p>The Amazon Web Services request ID for this operation.</p>
142
+ * @public
143
+ */
144
+ RequestId?: string | undefined;
145
+ /**
146
+ * <p>The HTTP status of the request.</p>
147
+ * @public
148
+ */
149
+ Status?: number | undefined;
150
+ }
151
+ /**
152
+ * @public
153
+ */
154
+ export interface UntagResourceRequest {
155
+ /**
156
+ * <p>The Amazon Resource Name (ARN) of the resource that you want to untag.</p>
157
+ * @public
158
+ */
159
+ ResourceArn: string | undefined;
160
+ /**
161
+ * <p>The keys of the key-value pairs for the resource tag or tags assigned to the
162
+ * resource.</p>
163
+ * @public
164
+ */
165
+ TagKeys: string[] | undefined;
166
+ }
167
+ /**
168
+ * @public
169
+ */
170
+ export interface UntagResourceResponse {
171
+ /**
172
+ * <p>The Amazon Web Services request ID for this operation.</p>
173
+ * @public
174
+ */
175
+ RequestId?: string | undefined;
176
+ /**
177
+ * <p>The HTTP status of the request.</p>
178
+ * @public
179
+ */
180
+ Status?: number | undefined;
181
+ }
182
+ /**
183
+ * @public
184
+ */
185
+ export interface UpdateAccountCustomizationRequest {
186
+ /**
187
+ * <p>The ID for the Amazon Web Services account that you want to update Quick Sight customizations
188
+ * for.</p>
189
+ * @public
190
+ */
191
+ AwsAccountId: string | undefined;
192
+ /**
193
+ * <p>The namespace that you want to update Quick Sight customizations for.</p>
194
+ * @public
195
+ */
196
+ Namespace?: string | undefined;
197
+ /**
198
+ * <p>The Quick Sight customizations you're updating. </p>
199
+ * @public
200
+ */
201
+ AccountCustomization: AccountCustomization | undefined;
202
+ }
203
+ /**
204
+ * @public
205
+ */
206
+ export interface UpdateAccountCustomizationResponse {
207
+ /**
208
+ * <p>The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.</p>
209
+ * @public
210
+ */
211
+ Arn?: string | undefined;
212
+ /**
213
+ * <p>The ID for the Amazon Web Services account that you want to update Quick Sight customizations
214
+ * for.</p>
215
+ * @public
216
+ */
217
+ AwsAccountId?: string | undefined;
218
+ /**
219
+ * <p>The namespace associated with the customization that you're updating.</p>
220
+ * @public
221
+ */
222
+ Namespace?: string | undefined;
223
+ /**
224
+ * <p>The Quick Sight customizations you're updating. </p>
225
+ * @public
226
+ */
227
+ AccountCustomization?: AccountCustomization | undefined;
228
+ /**
229
+ * <p>The Amazon Web Services request ID for this operation.</p>
230
+ * @public
231
+ */
232
+ RequestId?: string | undefined;
233
+ /**
234
+ * <p>The HTTP status of the request.</p>
235
+ * @public
236
+ */
237
+ Status?: number | undefined;
238
+ }
239
+ /**
240
+ * @public
241
+ */
242
+ export interface UpdateAccountCustomPermissionRequest {
243
+ /**
244
+ * <p>The name of the custom permissions profile that you want to apply to an account.</p>
245
+ * @public
246
+ */
247
+ CustomPermissionsName: string | undefined;
248
+ /**
249
+ * <p>The ID of the Amazon Web Services account for which you want to apply a custom permissions profile.</p>
250
+ * @public
251
+ */
252
+ AwsAccountId: string | undefined;
253
+ }
254
+ /**
255
+ * @public
256
+ */
257
+ export interface UpdateAccountCustomPermissionResponse {
258
+ /**
259
+ * <p>The Amazon Web Services request ID for this operation.</p>
260
+ * @public
261
+ */
262
+ RequestId?: string | undefined;
263
+ /**
264
+ * <p>The HTTP status of the request.</p>
265
+ * @public
266
+ */
267
+ Status?: number | undefined;
268
+ }
269
+ /**
270
+ * @public
271
+ */
272
+ export interface UpdateAccountSettingsRequest {
273
+ /**
274
+ * <p>The ID for the Amazon Web Services account that contains the Quick Sight settings that you want to
275
+ * list.</p>
276
+ * @public
277
+ */
278
+ AwsAccountId: string | undefined;
279
+ /**
280
+ * <p>The default namespace for this Amazon Web Services account. Currently, the default is
281
+ * <code>default</code>. IAM users that
282
+ * register for the first time with Amazon Quick Sight provide an email address that becomes
283
+ * associated with the default namespace.
284
+ * </p>
285
+ * @public
286
+ */
287
+ DefaultNamespace: string | undefined;
288
+ /**
289
+ * <p>The email address that you want Quick Sight to send notifications to regarding your
290
+ * Amazon Web Services account or Quick Sight subscription.</p>
291
+ * @public
292
+ */
293
+ NotificationEmail?: string | undefined;
294
+ /**
295
+ * <p>A boolean value that determines whether or not an Quick Sight account can be deleted. A <code>True</code> value doesn't allow the account to be deleted and results in an error message if a user tries to make a <code>DeleteAccountSubscription</code> request. A <code>False</code> value will allow the account to be deleted.</p>
296
+ * @public
297
+ */
298
+ TerminationProtectionEnabled?: boolean | undefined;
299
+ }
300
+ /**
301
+ * @public
302
+ */
303
+ export interface UpdateAccountSettingsResponse {
304
+ /**
305
+ * <p>The Amazon Web Services request ID for this operation.</p>
306
+ * @public
307
+ */
308
+ RequestId?: string | undefined;
309
+ /**
310
+ * <p>The HTTP status of the request.</p>
311
+ * @public
312
+ */
313
+ Status?: number | undefined;
314
+ }
315
+ /**
316
+ * @public
317
+ */
318
+ export interface UpdateActionConnectorRequest {
319
+ /**
320
+ * <p>The Amazon Web Services account ID that contains the action connector to update.</p>
321
+ * @public
322
+ */
323
+ AwsAccountId: string | undefined;
324
+ /**
325
+ * <p>The unique identifier of the action connector to update.</p>
326
+ * @public
327
+ */
328
+ ActionConnectorId: string | undefined;
329
+ /**
330
+ * <p>The new name for the action connector.</p>
331
+ * @public
332
+ */
333
+ Name: string | undefined;
334
+ /**
335
+ * <p>The updated authentication configuration for connecting to the external service.</p>
336
+ * @public
337
+ */
338
+ AuthenticationConfig: AuthConfig | undefined;
339
+ /**
340
+ * <p>The updated description of the action connector.</p>
341
+ * @public
342
+ */
343
+ Description?: string | undefined;
344
+ /**
345
+ * <p>The updated ARN of the VPC connection to use for secure connectivity.</p>
346
+ * @public
347
+ */
348
+ VpcConnectionArn?: string | undefined;
349
+ }
350
+ /**
351
+ * @public
352
+ */
353
+ export interface UpdateActionConnectorResponse {
354
+ /**
355
+ * <p>The Amazon Resource Name (ARN) of the updated action connector.</p>
356
+ * @public
357
+ */
358
+ Arn?: string | undefined;
359
+ /**
360
+ * <p>The unique identifier of the updated action connector.</p>
361
+ * @public
362
+ */
363
+ ActionConnectorId?: string | undefined;
364
+ /**
365
+ * <p>The Amazon Web Services request ID for this operation.</p>
366
+ * @public
367
+ */
368
+ RequestId?: string | undefined;
369
+ /**
370
+ * <p>The status of the update operation.</p>
371
+ * @public
372
+ */
373
+ UpdateStatus?: ResourceStatus | undefined;
374
+ /**
375
+ * <p>The HTTP status code of the request.</p>
376
+ * @public
377
+ */
378
+ Status?: number | undefined;
379
+ }
380
+ /**
381
+ * @public
382
+ */
383
+ export interface UpdateActionConnectorPermissionsRequest {
384
+ /**
385
+ * <p>The Amazon Web Services account ID that contains the action connector.</p>
386
+ * @public
387
+ */
388
+ AwsAccountId: string | undefined;
389
+ /**
390
+ * <p>The unique identifier of the action connector whose permissions you want to update.</p>
391
+ * @public
392
+ */
393
+ ActionConnectorId: string | undefined;
394
+ /**
395
+ * <p>The permissions to grant to users and groups for this action connector.</p>
396
+ * @public
397
+ */
398
+ GrantPermissions?: ResourcePermission[] | undefined;
399
+ /**
400
+ * <p>The permissions to revoke from users and groups for this action connector.</p>
401
+ * @public
402
+ */
403
+ RevokePermissions?: ResourcePermission[] | undefined;
404
+ }
405
+ /**
406
+ * @public
407
+ */
408
+ export interface UpdateActionConnectorPermissionsResponse {
409
+ /**
410
+ * <p>The Amazon Resource Name (ARN) of the action connector.</p>
411
+ * @public
412
+ */
413
+ Arn?: string | undefined;
414
+ /**
415
+ * <p>The unique identifier of the action connector.</p>
416
+ * @public
417
+ */
418
+ ActionConnectorId?: string | undefined;
419
+ /**
420
+ * <p>The Amazon Web Services request ID for this operation.</p>
421
+ * @public
422
+ */
423
+ RequestId?: string | undefined;
424
+ /**
425
+ * <p>The HTTP status code of the request.</p>
426
+ * @public
427
+ */
428
+ Status?: number | undefined;
429
+ /**
430
+ * <p>The updated permissions configuration for the action connector.</p>
431
+ * @public
432
+ */
433
+ Permissions?: ResourcePermission[] | undefined;
434
+ }
435
+ /**
436
+ * @public
437
+ */
438
+ export interface UpdateAgentRequest {
439
+ /**
440
+ * <p>The unique identifier for the agent to update.</p>
441
+ * @public
442
+ */
443
+ AgentId: string | undefined;
444
+ /**
445
+ * <p>The ID of the Amazon Web Services account that contains the agent.</p>
446
+ * @public
447
+ */
448
+ AwsAccountId: string | undefined;
449
+ /**
450
+ * <p>The name of the agent.</p>
451
+ * @public
452
+ */
453
+ Name: string | undefined;
454
+ /**
455
+ * <p>A description of the agent.</p>
456
+ * @public
457
+ */
458
+ Description?: string | undefined;
459
+ /**
460
+ * <p>The icon identifier for the agent.</p>
461
+ * @public
462
+ */
463
+ IconId?: string | undefined;
464
+ /**
465
+ * <p>A list of starter prompts that are displayed to users when they begin interacting with the agent.</p>
466
+ * @public
467
+ */
468
+ StarterPrompts?: string[] | undefined;
469
+ /**
470
+ * <p>The welcome message that is displayed when a user starts a conversation with the agent.</p>
471
+ * @public
472
+ */
473
+ WelcomeMessage?: string | undefined;
474
+ /**
475
+ * <p>The custom prompt configuration for the agent.</p>
476
+ * @public
477
+ */
478
+ CustomPromptInput?: CustomPromptInput | undefined;
479
+ /**
480
+ * <p>The Amazon Resource Names (ARNs) of the spaces to attach to the agent.</p>
481
+ * @public
482
+ */
483
+ SpacesToAdd?: string[] | undefined;
484
+ /**
485
+ * <p>The Amazon Resource Names (ARNs) of the spaces to detach from the agent.</p>
486
+ * @public
487
+ */
488
+ SpacesToRemove?: string[] | undefined;
489
+ /**
490
+ * <p>The Amazon Resource Names (ARNs) of the action connectors to attach to the agent.</p>
491
+ * @public
492
+ */
493
+ ActionConnectorsToAdd?: string[] | undefined;
494
+ /**
495
+ * <p>The Amazon Resource Names (ARNs) of the action connectors to detach from the agent.</p>
496
+ * @public
497
+ */
498
+ ActionConnectorsToRemove?: string[] | undefined;
499
+ }
500
+ /**
501
+ * @public
502
+ */
503
+ export interface UpdateAgentResponse {
504
+ /**
505
+ * <p>The Amazon Resource Name (ARN) of the agent.</p>
506
+ * @public
507
+ */
508
+ Arn: string | undefined;
509
+ /**
510
+ * <p>The unique identifier for the agent.</p>
511
+ * @public
512
+ */
513
+ AgentId: string | undefined;
514
+ /**
515
+ * <p>The status of the agent.</p>
516
+ * @public
517
+ */
518
+ AgentStatus: AgentStatus | undefined;
519
+ /**
520
+ * <p>A list of per-ARN failures from the spaces that were requested to be added.</p>
521
+ * @public
522
+ */
523
+ FailedToAddSpaces?: FailedToUpdateAssociation[] | undefined;
524
+ /**
525
+ * <p>A list of per-ARN failures from the spaces that were requested to be removed.</p>
526
+ * @public
527
+ */
528
+ FailedToRemoveSpaces?: FailedToUpdateAssociation[] | undefined;
529
+ /**
530
+ * <p>A list of per-ARN failures from the action connectors that were requested to be added.</p>
531
+ * @public
532
+ */
533
+ FailedToAddActionConnectors?: FailedToUpdateAssociation[] | undefined;
534
+ /**
535
+ * <p>A list of per-ARN failures from the action connectors that were requested to be removed.</p>
536
+ * @public
537
+ */
538
+ FailedToRemoveActionConnectors?: FailedToUpdateAssociation[] | undefined;
539
+ /**
540
+ * <p>The Amazon Web Services request ID for this operation.</p>
541
+ * @public
542
+ */
543
+ RequestId?: string | undefined;
544
+ }
545
+ /**
546
+ * @public
547
+ */
548
+ export interface UpdateAgentPermissionsRequest {
549
+ /**
550
+ * <p>The unique identifier for the agent.</p>
551
+ * @public
552
+ */
553
+ AgentId: string | undefined;
554
+ /**
555
+ * <p>The ID of the Amazon Web Services account that contains the agent.</p>
556
+ * @public
557
+ */
558
+ AwsAccountId: string | undefined;
559
+ /**
560
+ * <p>The resource permissions that you want to grant on the agent.</p>
561
+ * @public
562
+ */
563
+ GrantPermissions?: ResourcePermission[] | undefined;
564
+ /**
565
+ * <p>The resource permissions that you want to revoke from the agent.</p>
566
+ * @public
567
+ */
568
+ RevokePermissions?: ResourcePermission[] | undefined;
569
+ }
570
+ /**
571
+ * @public
572
+ */
573
+ export interface UpdateAgentPermissionsResponse {
574
+ /**
575
+ * <p>The Amazon Resource Name (ARN) of the agent.</p>
576
+ * @public
577
+ */
578
+ Arn: string | undefined;
579
+ /**
580
+ * <p>The unique identifier for the agent.</p>
581
+ * @public
582
+ */
583
+ AgentId: string | undefined;
584
+ /**
585
+ * <p>The Amazon Web Services request ID for this operation.</p>
586
+ * @public
587
+ */
588
+ RequestId?: string | undefined;
589
+ /**
590
+ * <p>The resource permissions for the agent.</p>
591
+ * @public
592
+ */
593
+ Permissions?: ResourcePermission[] | undefined;
594
+ }
595
+ /**
596
+ * @public
597
+ */
598
+ export interface UpdateAnalysisRequest {
599
+ /**
600
+ * <p>The ID of the Amazon Web Services account that contains the analysis that you're updating.</p>
601
+ * @public
602
+ */
603
+ AwsAccountId: string | undefined;
604
+ /**
605
+ * <p>The ID for the analysis that you're updating. This ID displays in the URL of the
606
+ * analysis.</p>
607
+ * @public
608
+ */
609
+ AnalysisId: string | undefined;
610
+ /**
611
+ * <p>A descriptive name for the analysis that you're updating. This name displays for the
612
+ * analysis in the Amazon Quick Sight console.</p>
613
+ * @public
614
+ */
615
+ Name: string | undefined;
616
+ /**
617
+ * <p>The parameter names and override values that you want to use. An analysis can have
618
+ * any parameter type, and some parameters might accept multiple values. </p>
619
+ * @public
620
+ */
621
+ Parameters?: _Parameters | undefined;
622
+ /**
623
+ * <p>A source entity to use for the analysis that you're updating. This metadata structure
624
+ * contains details that describe a source template and one or more datasets.</p>
625
+ * @public
626
+ */
627
+ SourceEntity?: AnalysisSourceEntity | undefined;
628
+ /**
629
+ * <p>The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're
630
+ * creating. To see the theme in the Amazon Quick Sight console, make sure that you have access to
631
+ * it.</p>
632
+ * @public
633
+ */
634
+ ThemeArn?: string | undefined;
635
+ /**
636
+ * <p>The definition of an analysis.</p>
637
+ * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
638
+ * @public
639
+ */
640
+ Definition?: AnalysisDefinition | undefined;
641
+ /**
642
+ * <p>The option to relax the validation needed to update an analysis with definition objects. This skips the validation step for specific errors.</p>
643
+ * @public
644
+ */
645
+ ValidationStrategy?: ValidationStrategy | undefined;
646
+ }
647
+ /**
648
+ * @public
649
+ */
650
+ export interface UpdateAnalysisResponse {
651
+ /**
652
+ * <p>The ARN of the analysis that you're updating.</p>
653
+ * @public
654
+ */
655
+ Arn?: string | undefined;
656
+ /**
657
+ * <p>The ID of the analysis.</p>
658
+ * @public
659
+ */
660
+ AnalysisId?: string | undefined;
661
+ /**
662
+ * <p>The update status of the last update that was made to the analysis.</p>
663
+ * @public
664
+ */
665
+ UpdateStatus?: ResourceStatus | undefined;
666
+ /**
667
+ * <p>The HTTP status of the request.</p>
668
+ * @public
669
+ */
670
+ Status?: number | undefined;
671
+ /**
672
+ * <p>The Amazon Web Services request ID for this operation.</p>
673
+ * @public
674
+ */
675
+ RequestId?: string | undefined;
676
+ }
677
+ /**
678
+ * @public
679
+ */
680
+ export interface UpdateAnalysisPermissionsRequest {
681
+ /**
682
+ * <p>The ID of the Amazon Web Services account that contains the analysis whose permissions you're
683
+ * updating. You must be using the Amazon Web Services account that the analysis is in.</p>
684
+ * @public
685
+ */
686
+ AwsAccountId: string | undefined;
687
+ /**
688
+ * <p>The ID of the analysis whose permissions you're updating. The ID is part of the
689
+ * analysis URL.</p>
690
+ * @public
691
+ */
692
+ AnalysisId: string | undefined;
693
+ /**
694
+ * <p>A structure that describes the permissions to add and the principal to add them
695
+ * to.</p>
696
+ * @public
697
+ */
698
+ GrantPermissions?: ResourcePermission[] | undefined;
699
+ /**
700
+ * <p>A structure that describes the permissions to remove and the principal to remove them
701
+ * from.</p>
702
+ * @public
703
+ */
704
+ RevokePermissions?: ResourcePermission[] | undefined;
705
+ }
706
+ /**
707
+ * @public
708
+ */
709
+ export interface UpdateAnalysisPermissionsResponse {
710
+ /**
711
+ * <p>The Amazon Resource Name (ARN) of the analysis that you updated.</p>
712
+ * @public
713
+ */
714
+ AnalysisArn?: string | undefined;
715
+ /**
716
+ * <p>The ID of the analysis that you updated permissions for.</p>
717
+ * @public
718
+ */
719
+ AnalysisId?: string | undefined;
720
+ /**
721
+ * <p>A structure that describes the principals and the resource-level permissions on an
722
+ * analysis.</p>
723
+ * @public
724
+ */
725
+ Permissions?: ResourcePermission[] | undefined;
726
+ /**
727
+ * <p>The Amazon Web Services request ID for this operation.</p>
728
+ * @public
729
+ */
730
+ RequestId?: string | undefined;
731
+ /**
732
+ * <p>The HTTP status of the request.</p>
733
+ * @public
734
+ */
735
+ Status?: number | undefined;
736
+ }
737
+ /**
738
+ * @public
739
+ */
740
+ export interface UpdateApplicationWithTokenExchangeGrantRequest {
741
+ /**
742
+ * <p>The ID of the Amazon Web Services account to be updated with a token exchange grant.</p>
743
+ * @public
744
+ */
745
+ AwsAccountId: string | undefined;
746
+ /**
747
+ * <p>The namespace of the Quick application.</p>
748
+ * @public
749
+ */
750
+ Namespace: string | undefined;
751
+ }
752
+ /**
753
+ * @public
754
+ */
755
+ export interface UpdateApplicationWithTokenExchangeGrantResponse {
756
+ /**
757
+ * <p>The HTTP status of the request.</p>
758
+ * @public
759
+ */
760
+ Status?: number | undefined;
761
+ /**
762
+ * <p>The Amazon Web Services request ID for this operation.</p>
763
+ * @public
764
+ */
765
+ RequestId?: string | undefined;
766
+ }
767
+ /**
768
+ * @public
769
+ */
770
+ export interface UpdateBrandRequest {
771
+ /**
772
+ * <p>The ID of the Amazon Web Services account that owns the brand.</p>
773
+ * @public
774
+ */
775
+ AwsAccountId: string | undefined;
776
+ /**
777
+ * <p>The ID of the Quick brand.</p>
778
+ * @public
779
+ */
780
+ BrandId: string | undefined;
781
+ /**
782
+ * <p>The definition of the brand.</p>
783
+ * @public
784
+ */
785
+ BrandDefinition?: BrandDefinition | undefined;
786
+ }
787
+ /**
788
+ * @public
789
+ */
790
+ export interface UpdateBrandResponse {
791
+ /**
792
+ * <p>The Amazon Web Services request ID for this operation.</p>
793
+ * @public
794
+ */
795
+ RequestId?: string | undefined;
796
+ /**
797
+ * <p>The details of the brand.</p>
798
+ * @public
799
+ */
800
+ BrandDetail?: BrandDetail | undefined;
801
+ /**
802
+ * <p>The definition of the brand.</p>
803
+ * @public
804
+ */
805
+ BrandDefinition?: BrandDefinition | undefined;
806
+ }
6
807
  /**
7
808
  * @public
8
809
  */
@@ -1336,6 +2137,61 @@ export interface UpdateKeyRegistrationResponse {
1336
2137
  */
1337
2138
  RequestId?: string | undefined;
1338
2139
  }
2140
+ /**
2141
+ * @public
2142
+ */
2143
+ export interface UpdateKnowledgeBasePermissionsRequest {
2144
+ /**
2145
+ * <p>The ID of the Amazon Web Services account that contains the knowledge base.</p>
2146
+ * @public
2147
+ */
2148
+ AwsAccountId: string | undefined;
2149
+ /**
2150
+ * <p>The unique identifier for the knowledge base.</p>
2151
+ * @public
2152
+ */
2153
+ KnowledgeBaseId: string | undefined;
2154
+ /**
2155
+ * <p>The resource permissions that you want to grant on the knowledge base.</p>
2156
+ * @public
2157
+ */
2158
+ GrantPermissions?: ResourcePermission[] | undefined;
2159
+ /**
2160
+ * <p>The resource permissions that you want to revoke from the knowledge base.</p>
2161
+ * @public
2162
+ */
2163
+ RevokePermissions?: ResourcePermission[] | undefined;
2164
+ }
2165
+ /**
2166
+ * @public
2167
+ */
2168
+ export interface UpdateKnowledgeBasePermissionsResponse {
2169
+ /**
2170
+ * <p>The Amazon Resource Name (ARN) of the knowledge base.</p>
2171
+ * @public
2172
+ */
2173
+ KnowledgeBaseArn: string | undefined;
2174
+ /**
2175
+ * <p>The unique identifier for the knowledge base.</p>
2176
+ * @public
2177
+ */
2178
+ KnowledgeBaseId: string | undefined;
2179
+ /**
2180
+ * <p>The resource permissions for the knowledge base.</p>
2181
+ * @public
2182
+ */
2183
+ Permissions?: ResourcePermission[] | undefined;
2184
+ /**
2185
+ * <p>The Amazon Web Services request ID for this operation.</p>
2186
+ * @public
2187
+ */
2188
+ RequestId?: string | undefined;
2189
+ /**
2190
+ * <p>The HTTP status of the request.</p>
2191
+ * @public
2192
+ */
2193
+ Status?: number | undefined;
2194
+ }
1339
2195
  /**
1340
2196
  * @public
1341
2197
  */