@aws-sdk/client-quicksight 3.121.0 → 3.128.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 (50) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/QuickSight.js +30 -0
  3. package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeThemeAliasCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeThemeCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeThemePermissionsCommand.js +3 -3
  8. package/dist-cjs/commands/index.js +2 -0
  9. package/dist-cjs/models/models_0.js +64 -63
  10. package/dist-cjs/models/models_1.js +46 -3
  11. package/dist-cjs/protocols/Aws_restJson1.js +732 -775
  12. package/dist-es/QuickSight.js +30 -0
  13. package/dist-es/commands/CreateAccountSubscriptionCommand.js +39 -0
  14. package/dist-es/commands/DescribeAccountSubscriptionCommand.js +39 -0
  15. package/dist-es/commands/DescribeThemeAliasCommand.js +1 -1
  16. package/dist-es/commands/DescribeThemeCommand.js +2 -1
  17. package/dist-es/commands/DescribeThemePermissionsCommand.js +1 -1
  18. package/dist-es/commands/index.js +2 -0
  19. package/dist-es/models/models_0.js +45 -42
  20. package/dist-es/models/models_1.js +28 -0
  21. package/dist-es/protocols/Aws_restJson1.js +601 -600
  22. package/dist-types/QuickSight.d.ts +62 -22
  23. package/dist-types/QuickSightClient.d.ts +4 -2
  24. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +4 -5
  25. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +62 -0
  26. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +35 -0
  27. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeThemeCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  30. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +2 -4
  31. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +2 -1
  32. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +3 -7
  33. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -2
  34. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +9 -3
  35. package/dist-types/commands/index.d.ts +2 -0
  36. package/dist-types/models/models_0.d.ts +299 -213
  37. package/dist-types/models/models_1.d.ts +212 -18
  38. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  39. package/dist-types/ts3.4/QuickSight.d.ts +10 -0
  40. package/dist-types/ts3.4/QuickSightClient.d.ts +4 -2
  41. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  47. package/dist-types/ts3.4/models/models_0.d.ts +116 -116
  48. package/dist-types/ts3.4/models/models_1.d.ts +108 -1857
  49. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
  50. package/package.json +26 -26
@@ -1,6 +1,112 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { _Parameters, AccountCustomization, ActiveIAMPolicyAssignment, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSearchFilter, DashboardSourceEntity, DashboardSummary, DashboardVersionSummary, DataSetImportMode, DataSetSummary, DataSetUsageConfiguration, DataSource, DataSourceCredentials, DataSourceParameters, FieldFolder, FilterOperator, FolderType, Group, GroupMember, Ingestion, LinkSharingConfiguration, LogicalTable, NamespaceInfoV2, PhysicalTable, ResourcePermission, ResourceStatus, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, ThemeAlias, ThemeConfiguration, ThemeType, VpcConnectionProperties } from "./models_0";
2
+ import { _Parameters, AccountCustomization, ActiveIAMPolicyAssignment, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSearchFilter, DashboardSourceEntity, DashboardSummary, DashboardVersionSummary, DataSetImportMode, DataSetSummary, DataSetUsageConfiguration, DataSource, DataSourceCredentials, DataSourceParameters, FieldFolder, FilterOperator, FolderType, Group, GroupMember, Ingestion, LinkSharingConfiguration, LogicalTable, NamespaceInfoV2, PhysicalTable, ResourcePermission, ResourceStatus, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, ThemeAlias, ThemeConfiguration, ThemeError, ThemeType, VpcConnectionProperties } from "./models_0";
3
3
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
4
+
5
+ export interface ThemeVersion {
6
+
7
+ VersionNumber?: number;
8
+
9
+ Arn?: string;
10
+
11
+ Description?: string;
12
+
13
+ BaseThemeId?: string;
14
+
15
+ CreatedTime?: Date;
16
+
17
+ Configuration?: ThemeConfiguration;
18
+
19
+ Errors?: ThemeError[];
20
+
21
+ Status?: ResourceStatus | string;
22
+ }
23
+ export declare namespace ThemeVersion {
24
+
25
+ const filterSensitiveLog: (obj: ThemeVersion) => any;
26
+ }
27
+
28
+ export interface Theme {
29
+
30
+ Arn?: string;
31
+
32
+ Name?: string;
33
+
34
+ ThemeId?: string;
35
+
36
+ Version?: ThemeVersion;
37
+
38
+ CreatedTime?: Date;
39
+
40
+ LastUpdatedTime?: Date;
41
+
42
+ Type?: ThemeType | string;
43
+ }
44
+ export declare namespace Theme {
45
+
46
+ const filterSensitiveLog: (obj: Theme) => any;
47
+ }
48
+ export interface DescribeThemeResponse {
49
+
50
+ Theme?: Theme;
51
+
52
+ Status?: number;
53
+
54
+ RequestId?: string;
55
+ }
56
+ export declare namespace DescribeThemeResponse {
57
+
58
+ const filterSensitiveLog: (obj: DescribeThemeResponse) => any;
59
+ }
60
+ export interface DescribeThemeAliasRequest {
61
+
62
+ AwsAccountId: string | undefined;
63
+
64
+ ThemeId: string | undefined;
65
+
66
+ AliasName: string | undefined;
67
+ }
68
+ export declare namespace DescribeThemeAliasRequest {
69
+
70
+ const filterSensitiveLog: (obj: DescribeThemeAliasRequest) => any;
71
+ }
72
+ export interface DescribeThemeAliasResponse {
73
+
74
+ ThemeAlias?: ThemeAlias;
75
+
76
+ Status?: number;
77
+
78
+ RequestId?: string;
79
+ }
80
+ export declare namespace DescribeThemeAliasResponse {
81
+
82
+ const filterSensitiveLog: (obj: DescribeThemeAliasResponse) => any;
83
+ }
84
+ export interface DescribeThemePermissionsRequest {
85
+
86
+ AwsAccountId: string | undefined;
87
+
88
+ ThemeId: string | undefined;
89
+ }
90
+ export declare namespace DescribeThemePermissionsRequest {
91
+
92
+ const filterSensitiveLog: (obj: DescribeThemePermissionsRequest) => any;
93
+ }
94
+ export interface DescribeThemePermissionsResponse {
95
+
96
+ ThemeId?: string;
97
+
98
+ ThemeArn?: string;
99
+
100
+ Permissions?: ResourcePermission[];
101
+
102
+ RequestId?: string;
103
+
104
+ Status?: number;
105
+ }
106
+ export declare namespace DescribeThemePermissionsResponse {
107
+
108
+ const filterSensitiveLog: (obj: DescribeThemePermissionsResponse) => any;
109
+ }
4
110
  export interface DescribeUserRequest {
5
111
 
6
112
  UserName: string | undefined;
@@ -150,1859 +256,4 @@ export interface GenerateEmbedUrlForAnonymousUserRequest {
150
256
  AuthorizedResourceArns: string[] | undefined;
151
257
 
152
258
  ExperienceConfiguration: AnonymousUserEmbeddingExperienceConfiguration | undefined;
153
- }
154
- export declare namespace GenerateEmbedUrlForAnonymousUserRequest {
155
-
156
- const filterSensitiveLog: (obj: GenerateEmbedUrlForAnonymousUserRequest) => any;
157
- }
158
- export interface GenerateEmbedUrlForAnonymousUserResponse {
159
-
160
- EmbedUrl: string | undefined;
161
-
162
- Status: number | undefined;
163
-
164
- RequestId: string | undefined;
165
- }
166
- export declare namespace GenerateEmbedUrlForAnonymousUserResponse {
167
-
168
- const filterSensitiveLog: (obj: GenerateEmbedUrlForAnonymousUserResponse) => any;
169
- }
170
-
171
- export declare class SessionLifetimeInMinutesInvalidException extends __BaseException {
172
- readonly name: "SessionLifetimeInMinutesInvalidException";
173
- readonly $fault: "client";
174
- Message?: string;
175
-
176
- RequestId?: string;
177
-
178
- constructor(opts: __ExceptionOptionType<SessionLifetimeInMinutesInvalidException, __BaseException>);
179
- }
180
-
181
- export declare class UnsupportedPricingPlanException extends __BaseException {
182
- readonly name: "UnsupportedPricingPlanException";
183
- readonly $fault: "client";
184
- Message?: string;
185
-
186
- RequestId?: string;
187
-
188
- constructor(opts: __ExceptionOptionType<UnsupportedPricingPlanException, __BaseException>);
189
- }
190
-
191
- export interface RegisteredUserDashboardEmbeddingConfiguration {
192
-
193
- InitialDashboardId: string | undefined;
194
- }
195
- export declare namespace RegisteredUserDashboardEmbeddingConfiguration {
196
-
197
- const filterSensitiveLog: (obj: RegisteredUserDashboardEmbeddingConfiguration) => any;
198
- }
199
-
200
- export interface RegisteredUserQSearchBarEmbeddingConfiguration {
201
-
202
- InitialTopicId?: string;
203
- }
204
- export declare namespace RegisteredUserQSearchBarEmbeddingConfiguration {
205
-
206
- const filterSensitiveLog: (obj: RegisteredUserQSearchBarEmbeddingConfiguration) => any;
207
- }
208
-
209
- export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
210
-
211
- InitialPath?: string;
212
- }
213
- export declare namespace RegisteredUserQuickSightConsoleEmbeddingConfiguration {
214
-
215
- const filterSensitiveLog: (obj: RegisteredUserQuickSightConsoleEmbeddingConfiguration) => any;
216
- }
217
-
218
- export interface RegisteredUserEmbeddingExperienceConfiguration {
219
-
220
- Dashboard?: RegisteredUserDashboardEmbeddingConfiguration;
221
-
222
- QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
223
-
224
- QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
225
- }
226
- export declare namespace RegisteredUserEmbeddingExperienceConfiguration {
227
-
228
- const filterSensitiveLog: (obj: RegisteredUserEmbeddingExperienceConfiguration) => any;
229
- }
230
- export interface GenerateEmbedUrlForRegisteredUserRequest {
231
-
232
- AwsAccountId: string | undefined;
233
-
234
- SessionLifetimeInMinutes?: number;
235
-
236
- UserArn: string | undefined;
237
-
238
- ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfiguration | undefined;
239
- }
240
- export declare namespace GenerateEmbedUrlForRegisteredUserRequest {
241
-
242
- const filterSensitiveLog: (obj: GenerateEmbedUrlForRegisteredUserRequest) => any;
243
- }
244
- export interface GenerateEmbedUrlForRegisteredUserResponse {
245
-
246
- EmbedUrl: string | undefined;
247
-
248
- Status: number | undefined;
249
-
250
- RequestId: string | undefined;
251
- }
252
- export declare namespace GenerateEmbedUrlForRegisteredUserResponse {
253
-
254
- const filterSensitiveLog: (obj: GenerateEmbedUrlForRegisteredUserResponse) => any;
255
- }
256
-
257
- export declare class QuickSightUserNotFoundException extends __BaseException {
258
- readonly name: "QuickSightUserNotFoundException";
259
- readonly $fault: "client";
260
- Message?: string;
261
-
262
- RequestId?: string;
263
-
264
- constructor(opts: __ExceptionOptionType<QuickSightUserNotFoundException, __BaseException>);
265
- }
266
- export interface GetDashboardEmbedUrlRequest {
267
-
268
- AwsAccountId: string | undefined;
269
-
270
- DashboardId: string | undefined;
271
-
272
- IdentityType: EmbeddingIdentityType | string | undefined;
273
-
274
- SessionLifetimeInMinutes?: number;
275
-
276
- UndoRedoDisabled?: boolean;
277
-
278
- ResetDisabled?: boolean;
279
-
280
- StatePersistenceEnabled?: boolean;
281
-
282
- UserArn?: string;
283
-
284
- Namespace?: string;
285
-
286
- AdditionalDashboardIds?: string[];
287
- }
288
- export declare namespace GetDashboardEmbedUrlRequest {
289
-
290
- const filterSensitiveLog: (obj: GetDashboardEmbedUrlRequest) => any;
291
- }
292
-
293
- export interface GetDashboardEmbedUrlResponse {
294
-
295
- EmbedUrl?: string;
296
-
297
- Status?: number;
298
-
299
- RequestId?: string;
300
- }
301
- export declare namespace GetDashboardEmbedUrlResponse {
302
-
303
- const filterSensitiveLog: (obj: GetDashboardEmbedUrlResponse) => any;
304
- }
305
-
306
- export declare class IdentityTypeNotSupportedException extends __BaseException {
307
- readonly name: "IdentityTypeNotSupportedException";
308
- readonly $fault: "client";
309
- Message?: string;
310
-
311
- RequestId?: string;
312
-
313
- constructor(opts: __ExceptionOptionType<IdentityTypeNotSupportedException, __BaseException>);
314
- }
315
- export interface GetSessionEmbedUrlRequest {
316
-
317
- AwsAccountId: string | undefined;
318
-
319
- EntryPoint?: string;
320
-
321
- SessionLifetimeInMinutes?: number;
322
-
323
- UserArn?: string;
324
- }
325
- export declare namespace GetSessionEmbedUrlRequest {
326
-
327
- const filterSensitiveLog: (obj: GetSessionEmbedUrlRequest) => any;
328
- }
329
- export interface GetSessionEmbedUrlResponse {
330
-
331
- EmbedUrl?: string;
332
-
333
- Status?: number;
334
-
335
- RequestId?: string;
336
- }
337
- export declare namespace GetSessionEmbedUrlResponse {
338
-
339
- const filterSensitiveLog: (obj: GetSessionEmbedUrlResponse) => any;
340
- }
341
- export declare enum GroupFilterAttribute {
342
- GROUP_NAME = "GROUP_NAME"
343
- }
344
- export declare enum GroupFilterOperator {
345
- StartsWith = "StartsWith"
346
- }
347
-
348
- export interface GroupSearchFilter {
349
-
350
- Operator: GroupFilterOperator | string | undefined;
351
-
352
- Name: GroupFilterAttribute | string | undefined;
353
-
354
- Value: string | undefined;
355
- }
356
- export declare namespace GroupSearchFilter {
357
-
358
- const filterSensitiveLog: (obj: GroupSearchFilter) => any;
359
- }
360
-
361
- export interface IAMPolicyAssignmentSummary {
362
-
363
- AssignmentName?: string;
364
-
365
- AssignmentStatus?: AssignmentStatus | string;
366
- }
367
- export declare namespace IAMPolicyAssignmentSummary {
368
-
369
- const filterSensitiveLog: (obj: IAMPolicyAssignmentSummary) => any;
370
- }
371
- export interface ListAnalysesRequest {
372
-
373
- AwsAccountId: string | undefined;
374
-
375
- NextToken?: string;
376
-
377
- MaxResults?: number;
378
- }
379
- export declare namespace ListAnalysesRequest {
380
-
381
- const filterSensitiveLog: (obj: ListAnalysesRequest) => any;
382
- }
383
- export interface ListAnalysesResponse {
384
-
385
- AnalysisSummaryList?: AnalysisSummary[];
386
-
387
- NextToken?: string;
388
-
389
- Status?: number;
390
-
391
- RequestId?: string;
392
- }
393
- export declare namespace ListAnalysesResponse {
394
-
395
- const filterSensitiveLog: (obj: ListAnalysesResponse) => any;
396
- }
397
- export interface ListDashboardsRequest {
398
-
399
- AwsAccountId: string | undefined;
400
-
401
- NextToken?: string;
402
-
403
- MaxResults?: number;
404
- }
405
- export declare namespace ListDashboardsRequest {
406
-
407
- const filterSensitiveLog: (obj: ListDashboardsRequest) => any;
408
- }
409
- export interface ListDashboardsResponse {
410
-
411
- DashboardSummaryList?: DashboardSummary[];
412
-
413
- NextToken?: string;
414
-
415
- Status?: number;
416
-
417
- RequestId?: string;
418
- }
419
- export declare namespace ListDashboardsResponse {
420
-
421
- const filterSensitiveLog: (obj: ListDashboardsResponse) => any;
422
- }
423
- export interface ListDashboardVersionsRequest {
424
-
425
- AwsAccountId: string | undefined;
426
-
427
- DashboardId: string | undefined;
428
-
429
- NextToken?: string;
430
-
431
- MaxResults?: number;
432
- }
433
- export declare namespace ListDashboardVersionsRequest {
434
-
435
- const filterSensitiveLog: (obj: ListDashboardVersionsRequest) => any;
436
- }
437
- export interface ListDashboardVersionsResponse {
438
-
439
- DashboardVersionSummaryList?: DashboardVersionSummary[];
440
-
441
- NextToken?: string;
442
-
443
- Status?: number;
444
-
445
- RequestId?: string;
446
- }
447
- export declare namespace ListDashboardVersionsResponse {
448
-
449
- const filterSensitiveLog: (obj: ListDashboardVersionsResponse) => any;
450
- }
451
- export interface ListDataSetsRequest {
452
-
453
- AwsAccountId: string | undefined;
454
-
455
- NextToken?: string;
456
-
457
- MaxResults?: number;
458
- }
459
- export declare namespace ListDataSetsRequest {
460
-
461
- const filterSensitiveLog: (obj: ListDataSetsRequest) => any;
462
- }
463
- export interface ListDataSetsResponse {
464
-
465
- DataSetSummaries?: DataSetSummary[];
466
-
467
- NextToken?: string;
468
-
469
- RequestId?: string;
470
-
471
- Status?: number;
472
- }
473
- export declare namespace ListDataSetsResponse {
474
-
475
- const filterSensitiveLog: (obj: ListDataSetsResponse) => any;
476
- }
477
- export interface ListDataSourcesRequest {
478
-
479
- AwsAccountId: string | undefined;
480
-
481
- NextToken?: string;
482
-
483
- MaxResults?: number;
484
- }
485
- export declare namespace ListDataSourcesRequest {
486
-
487
- const filterSensitiveLog: (obj: ListDataSourcesRequest) => any;
488
- }
489
- export interface ListDataSourcesResponse {
490
-
491
- DataSources?: DataSource[];
492
-
493
- NextToken?: string;
494
-
495
- RequestId?: string;
496
-
497
- Status?: number;
498
- }
499
- export declare namespace ListDataSourcesResponse {
500
-
501
- const filterSensitiveLog: (obj: ListDataSourcesResponse) => any;
502
- }
503
- export interface ListFolderMembersRequest {
504
-
505
- AwsAccountId: string | undefined;
506
-
507
- FolderId: string | undefined;
508
-
509
- NextToken?: string;
510
-
511
- MaxResults?: number;
512
- }
513
- export declare namespace ListFolderMembersRequest {
514
-
515
- const filterSensitiveLog: (obj: ListFolderMembersRequest) => any;
516
- }
517
- export interface ListFolderMembersResponse {
518
-
519
- Status?: number;
520
-
521
- FolderMemberList?: MemberIdArnPair[];
522
-
523
- NextToken?: string;
524
-
525
- RequestId?: string;
526
- }
527
- export declare namespace ListFolderMembersResponse {
528
-
529
- const filterSensitiveLog: (obj: ListFolderMembersResponse) => any;
530
- }
531
- export interface ListFoldersRequest {
532
-
533
- AwsAccountId: string | undefined;
534
-
535
- NextToken?: string;
536
-
537
- MaxResults?: number;
538
- }
539
- export declare namespace ListFoldersRequest {
540
-
541
- const filterSensitiveLog: (obj: ListFoldersRequest) => any;
542
- }
543
- export interface ListFoldersResponse {
544
-
545
- Status?: number;
546
-
547
- FolderSummaryList?: FolderSummary[];
548
-
549
- NextToken?: string;
550
-
551
- RequestId?: string;
552
- }
553
- export declare namespace ListFoldersResponse {
554
-
555
- const filterSensitiveLog: (obj: ListFoldersResponse) => any;
556
- }
557
- export interface ListGroupMembershipsRequest {
558
-
559
- GroupName: string | undefined;
560
-
561
- NextToken?: string;
562
-
563
- MaxResults?: number;
564
-
565
- AwsAccountId: string | undefined;
566
-
567
- Namespace: string | undefined;
568
- }
569
- export declare namespace ListGroupMembershipsRequest {
570
-
571
- const filterSensitiveLog: (obj: ListGroupMembershipsRequest) => any;
572
- }
573
- export interface ListGroupMembershipsResponse {
574
-
575
- GroupMemberList?: GroupMember[];
576
-
577
- NextToken?: string;
578
-
579
- RequestId?: string;
580
-
581
- Status?: number;
582
- }
583
- export declare namespace ListGroupMembershipsResponse {
584
-
585
- const filterSensitiveLog: (obj: ListGroupMembershipsResponse) => any;
586
- }
587
- export interface ListGroupsRequest {
588
-
589
- AwsAccountId: string | undefined;
590
-
591
- NextToken?: string;
592
-
593
- MaxResults?: number;
594
-
595
- Namespace: string | undefined;
596
- }
597
- export declare namespace ListGroupsRequest {
598
-
599
- const filterSensitiveLog: (obj: ListGroupsRequest) => any;
600
- }
601
- export interface ListGroupsResponse {
602
-
603
- GroupList?: Group[];
604
-
605
- NextToken?: string;
606
-
607
- RequestId?: string;
608
-
609
- Status?: number;
610
- }
611
- export declare namespace ListGroupsResponse {
612
-
613
- const filterSensitiveLog: (obj: ListGroupsResponse) => any;
614
- }
615
- export interface ListIAMPolicyAssignmentsRequest {
616
-
617
- AwsAccountId: string | undefined;
618
-
619
- AssignmentStatus?: AssignmentStatus | string;
620
-
621
- Namespace: string | undefined;
622
-
623
- NextToken?: string;
624
-
625
- MaxResults?: number;
626
- }
627
- export declare namespace ListIAMPolicyAssignmentsRequest {
628
-
629
- const filterSensitiveLog: (obj: ListIAMPolicyAssignmentsRequest) => any;
630
- }
631
- export interface ListIAMPolicyAssignmentsResponse {
632
-
633
- IAMPolicyAssignments?: IAMPolicyAssignmentSummary[];
634
-
635
- NextToken?: string;
636
-
637
- RequestId?: string;
638
-
639
- Status?: number;
640
- }
641
- export declare namespace ListIAMPolicyAssignmentsResponse {
642
-
643
- const filterSensitiveLog: (obj: ListIAMPolicyAssignmentsResponse) => any;
644
- }
645
- export interface ListIAMPolicyAssignmentsForUserRequest {
646
-
647
- AwsAccountId: string | undefined;
648
-
649
- UserName: string | undefined;
650
-
651
- NextToken?: string;
652
-
653
- MaxResults?: number;
654
-
655
- Namespace: string | undefined;
656
- }
657
- export declare namespace ListIAMPolicyAssignmentsForUserRequest {
658
-
659
- const filterSensitiveLog: (obj: ListIAMPolicyAssignmentsForUserRequest) => any;
660
- }
661
- export interface ListIAMPolicyAssignmentsForUserResponse {
662
-
663
- ActiveAssignments?: ActiveIAMPolicyAssignment[];
664
-
665
- RequestId?: string;
666
-
667
- NextToken?: string;
668
-
669
- Status?: number;
670
- }
671
- export declare namespace ListIAMPolicyAssignmentsForUserResponse {
672
-
673
- const filterSensitiveLog: (obj: ListIAMPolicyAssignmentsForUserResponse) => any;
674
- }
675
- export interface ListIngestionsRequest {
676
-
677
- DataSetId: string | undefined;
678
-
679
- NextToken?: string;
680
-
681
- AwsAccountId: string | undefined;
682
-
683
- MaxResults?: number;
684
- }
685
- export declare namespace ListIngestionsRequest {
686
-
687
- const filterSensitiveLog: (obj: ListIngestionsRequest) => any;
688
- }
689
- export interface ListIngestionsResponse {
690
-
691
- Ingestions?: Ingestion[];
692
-
693
- NextToken?: string;
694
-
695
- RequestId?: string;
696
-
697
- Status?: number;
698
- }
699
- export declare namespace ListIngestionsResponse {
700
-
701
- const filterSensitiveLog: (obj: ListIngestionsResponse) => any;
702
- }
703
- export interface ListNamespacesRequest {
704
-
705
- AwsAccountId: string | undefined;
706
-
707
- NextToken?: string;
708
-
709
- MaxResults?: number;
710
- }
711
- export declare namespace ListNamespacesRequest {
712
-
713
- const filterSensitiveLog: (obj: ListNamespacesRequest) => any;
714
- }
715
- export interface ListNamespacesResponse {
716
-
717
- Namespaces?: NamespaceInfoV2[];
718
-
719
- NextToken?: string;
720
-
721
- RequestId?: string;
722
-
723
- Status?: number;
724
- }
725
- export declare namespace ListNamespacesResponse {
726
-
727
- const filterSensitiveLog: (obj: ListNamespacesResponse) => any;
728
- }
729
- export interface ListTagsForResourceRequest {
730
-
731
- ResourceArn: string | undefined;
732
- }
733
- export declare namespace ListTagsForResourceRequest {
734
-
735
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
736
- }
737
- export interface ListTagsForResourceResponse {
738
-
739
- Tags?: Tag[];
740
-
741
- RequestId?: string;
742
-
743
- Status?: number;
744
- }
745
- export declare namespace ListTagsForResourceResponse {
746
-
747
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
748
- }
749
- export interface ListTemplateAliasesRequest {
750
-
751
- AwsAccountId: string | undefined;
752
-
753
- TemplateId: string | undefined;
754
-
755
- NextToken?: string;
756
-
757
- MaxResults?: number;
758
- }
759
- export declare namespace ListTemplateAliasesRequest {
760
-
761
- const filterSensitiveLog: (obj: ListTemplateAliasesRequest) => any;
762
- }
763
- export interface ListTemplateAliasesResponse {
764
-
765
- TemplateAliasList?: TemplateAlias[];
766
-
767
- Status?: number;
768
-
769
- RequestId?: string;
770
-
771
- NextToken?: string;
772
- }
773
- export declare namespace ListTemplateAliasesResponse {
774
-
775
- const filterSensitiveLog: (obj: ListTemplateAliasesResponse) => any;
776
- }
777
- export interface ListTemplatesRequest {
778
-
779
- AwsAccountId: string | undefined;
780
-
781
- NextToken?: string;
782
-
783
- MaxResults?: number;
784
- }
785
- export declare namespace ListTemplatesRequest {
786
-
787
- const filterSensitiveLog: (obj: ListTemplatesRequest) => any;
788
- }
789
-
790
- export interface TemplateSummary {
791
-
792
- Arn?: string;
793
-
794
- TemplateId?: string;
795
-
796
- Name?: string;
797
-
798
- LatestVersionNumber?: number;
799
-
800
- CreatedTime?: Date;
801
-
802
- LastUpdatedTime?: Date;
803
- }
804
- export declare namespace TemplateSummary {
805
-
806
- const filterSensitiveLog: (obj: TemplateSummary) => any;
807
- }
808
- export interface ListTemplatesResponse {
809
-
810
- TemplateSummaryList?: TemplateSummary[];
811
-
812
- NextToken?: string;
813
-
814
- Status?: number;
815
-
816
- RequestId?: string;
817
- }
818
- export declare namespace ListTemplatesResponse {
819
-
820
- const filterSensitiveLog: (obj: ListTemplatesResponse) => any;
821
- }
822
- export interface ListTemplateVersionsRequest {
823
-
824
- AwsAccountId: string | undefined;
825
-
826
- TemplateId: string | undefined;
827
-
828
- NextToken?: string;
829
-
830
- MaxResults?: number;
831
- }
832
- export declare namespace ListTemplateVersionsRequest {
833
-
834
- const filterSensitiveLog: (obj: ListTemplateVersionsRequest) => any;
835
- }
836
-
837
- export interface TemplateVersionSummary {
838
-
839
- Arn?: string;
840
-
841
- VersionNumber?: number;
842
-
843
- CreatedTime?: Date;
844
-
845
- Status?: ResourceStatus | string;
846
-
847
- Description?: string;
848
- }
849
- export declare namespace TemplateVersionSummary {
850
-
851
- const filterSensitiveLog: (obj: TemplateVersionSummary) => any;
852
- }
853
- export interface ListTemplateVersionsResponse {
854
-
855
- TemplateVersionSummaryList?: TemplateVersionSummary[];
856
-
857
- NextToken?: string;
858
-
859
- Status?: number;
860
-
861
- RequestId?: string;
862
- }
863
- export declare namespace ListTemplateVersionsResponse {
864
-
865
- const filterSensitiveLog: (obj: ListTemplateVersionsResponse) => any;
866
- }
867
- export interface ListThemeAliasesRequest {
868
-
869
- AwsAccountId: string | undefined;
870
-
871
- ThemeId: string | undefined;
872
-
873
- NextToken?: string;
874
-
875
- MaxResults?: number;
876
- }
877
- export declare namespace ListThemeAliasesRequest {
878
-
879
- const filterSensitiveLog: (obj: ListThemeAliasesRequest) => any;
880
- }
881
- export interface ListThemeAliasesResponse {
882
-
883
- ThemeAliasList?: ThemeAlias[];
884
-
885
- Status?: number;
886
-
887
- RequestId?: string;
888
-
889
- NextToken?: string;
890
- }
891
- export declare namespace ListThemeAliasesResponse {
892
-
893
- const filterSensitiveLog: (obj: ListThemeAliasesResponse) => any;
894
- }
895
- export interface ListThemesRequest {
896
-
897
- AwsAccountId: string | undefined;
898
-
899
- NextToken?: string;
900
-
901
- MaxResults?: number;
902
-
903
- Type?: ThemeType | string;
904
- }
905
- export declare namespace ListThemesRequest {
906
-
907
- const filterSensitiveLog: (obj: ListThemesRequest) => any;
908
- }
909
-
910
- export interface ThemeSummary {
911
-
912
- Arn?: string;
913
-
914
- Name?: string;
915
-
916
- ThemeId?: string;
917
-
918
- LatestVersionNumber?: number;
919
-
920
- CreatedTime?: Date;
921
-
922
- LastUpdatedTime?: Date;
923
- }
924
- export declare namespace ThemeSummary {
925
-
926
- const filterSensitiveLog: (obj: ThemeSummary) => any;
927
- }
928
- export interface ListThemesResponse {
929
-
930
- ThemeSummaryList?: ThemeSummary[];
931
-
932
- NextToken?: string;
933
-
934
- Status?: number;
935
-
936
- RequestId?: string;
937
- }
938
- export declare namespace ListThemesResponse {
939
-
940
- const filterSensitiveLog: (obj: ListThemesResponse) => any;
941
- }
942
- export interface ListThemeVersionsRequest {
943
-
944
- AwsAccountId: string | undefined;
945
-
946
- ThemeId: string | undefined;
947
-
948
- NextToken?: string;
949
-
950
- MaxResults?: number;
951
- }
952
- export declare namespace ListThemeVersionsRequest {
953
-
954
- const filterSensitiveLog: (obj: ListThemeVersionsRequest) => any;
955
- }
956
-
957
- export interface ThemeVersionSummary {
958
-
959
- VersionNumber?: number;
960
-
961
- Arn?: string;
962
-
963
- Description?: string;
964
-
965
- CreatedTime?: Date;
966
-
967
- Status?: ResourceStatus | string;
968
- }
969
- export declare namespace ThemeVersionSummary {
970
-
971
- const filterSensitiveLog: (obj: ThemeVersionSummary) => any;
972
- }
973
- export interface ListThemeVersionsResponse {
974
-
975
- ThemeVersionSummaryList?: ThemeVersionSummary[];
976
-
977
- NextToken?: string;
978
-
979
- Status?: number;
980
-
981
- RequestId?: string;
982
- }
983
- export declare namespace ListThemeVersionsResponse {
984
-
985
- const filterSensitiveLog: (obj: ListThemeVersionsResponse) => any;
986
- }
987
- export interface ListUserGroupsRequest {
988
-
989
- UserName: string | undefined;
990
-
991
- AwsAccountId: string | undefined;
992
-
993
- Namespace: string | undefined;
994
-
995
- NextToken?: string;
996
-
997
- MaxResults?: number;
998
- }
999
- export declare namespace ListUserGroupsRequest {
1000
-
1001
- const filterSensitiveLog: (obj: ListUserGroupsRequest) => any;
1002
- }
1003
- export interface ListUserGroupsResponse {
1004
-
1005
- GroupList?: Group[];
1006
-
1007
- NextToken?: string;
1008
-
1009
- RequestId?: string;
1010
-
1011
- Status?: number;
1012
- }
1013
- export declare namespace ListUserGroupsResponse {
1014
-
1015
- const filterSensitiveLog: (obj: ListUserGroupsResponse) => any;
1016
- }
1017
- export interface ListUsersRequest {
1018
-
1019
- AwsAccountId: string | undefined;
1020
-
1021
- NextToken?: string;
1022
-
1023
- MaxResults?: number;
1024
-
1025
- Namespace: string | undefined;
1026
- }
1027
- export declare namespace ListUsersRequest {
1028
-
1029
- const filterSensitiveLog: (obj: ListUsersRequest) => any;
1030
- }
1031
- export interface ListUsersResponse {
1032
-
1033
- UserList?: User[];
1034
-
1035
- NextToken?: string;
1036
-
1037
- RequestId?: string;
1038
-
1039
- Status?: number;
1040
- }
1041
- export declare namespace ListUsersResponse {
1042
-
1043
- const filterSensitiveLog: (obj: ListUsersResponse) => any;
1044
- }
1045
- export interface RegisterUserRequest {
1046
-
1047
- IdentityType: IdentityType | string | undefined;
1048
-
1049
- Email: string | undefined;
1050
-
1051
- UserRole: UserRole | string | undefined;
1052
-
1053
- IamArn?: string;
1054
-
1055
- SessionName?: string;
1056
-
1057
- AwsAccountId: string | undefined;
1058
-
1059
- Namespace: string | undefined;
1060
-
1061
- UserName?: string;
1062
-
1063
- CustomPermissionsName?: string;
1064
-
1065
- ExternalLoginFederationProviderType?: string;
1066
-
1067
- CustomFederationProviderUrl?: string;
1068
-
1069
- ExternalLoginId?: string;
1070
- }
1071
- export declare namespace RegisterUserRequest {
1072
-
1073
- const filterSensitiveLog: (obj: RegisterUserRequest) => any;
1074
- }
1075
- export interface RegisterUserResponse {
1076
-
1077
- User?: User;
1078
-
1079
- UserInvitationUrl?: string;
1080
-
1081
- RequestId?: string;
1082
-
1083
- Status?: number;
1084
- }
1085
- export declare namespace RegisterUserResponse {
1086
-
1087
- const filterSensitiveLog: (obj: RegisterUserResponse) => any;
1088
- }
1089
- export interface RestoreAnalysisRequest {
1090
-
1091
- AwsAccountId: string | undefined;
1092
-
1093
- AnalysisId: string | undefined;
1094
- }
1095
- export declare namespace RestoreAnalysisRequest {
1096
-
1097
- const filterSensitiveLog: (obj: RestoreAnalysisRequest) => any;
1098
- }
1099
- export interface RestoreAnalysisResponse {
1100
-
1101
- Status?: number;
1102
-
1103
- Arn?: string;
1104
-
1105
- AnalysisId?: string;
1106
-
1107
- RequestId?: string;
1108
- }
1109
- export declare namespace RestoreAnalysisResponse {
1110
-
1111
- const filterSensitiveLog: (obj: RestoreAnalysisResponse) => any;
1112
- }
1113
- export interface SearchAnalysesRequest {
1114
-
1115
- AwsAccountId: string | undefined;
1116
-
1117
- Filters: AnalysisSearchFilter[] | undefined;
1118
-
1119
- NextToken?: string;
1120
-
1121
- MaxResults?: number;
1122
- }
1123
- export declare namespace SearchAnalysesRequest {
1124
-
1125
- const filterSensitiveLog: (obj: SearchAnalysesRequest) => any;
1126
- }
1127
- export interface SearchAnalysesResponse {
1128
-
1129
- AnalysisSummaryList?: AnalysisSummary[];
1130
-
1131
- NextToken?: string;
1132
-
1133
- Status?: number;
1134
-
1135
- RequestId?: string;
1136
- }
1137
- export declare namespace SearchAnalysesResponse {
1138
-
1139
- const filterSensitiveLog: (obj: SearchAnalysesResponse) => any;
1140
- }
1141
- export interface SearchDashboardsRequest {
1142
-
1143
- AwsAccountId: string | undefined;
1144
-
1145
- Filters: DashboardSearchFilter[] | undefined;
1146
-
1147
- NextToken?: string;
1148
-
1149
- MaxResults?: number;
1150
- }
1151
- export declare namespace SearchDashboardsRequest {
1152
-
1153
- const filterSensitiveLog: (obj: SearchDashboardsRequest) => any;
1154
- }
1155
- export interface SearchDashboardsResponse {
1156
-
1157
- DashboardSummaryList?: DashboardSummary[];
1158
-
1159
- NextToken?: string;
1160
-
1161
- Status?: number;
1162
-
1163
- RequestId?: string;
1164
- }
1165
- export declare namespace SearchDashboardsResponse {
1166
-
1167
- const filterSensitiveLog: (obj: SearchDashboardsResponse) => any;
1168
- }
1169
- export interface SearchFoldersRequest {
1170
-
1171
- AwsAccountId: string | undefined;
1172
-
1173
- Filters: FolderSearchFilter[] | undefined;
1174
-
1175
- NextToken?: string;
1176
-
1177
- MaxResults?: number;
1178
- }
1179
- export declare namespace SearchFoldersRequest {
1180
-
1181
- const filterSensitiveLog: (obj: SearchFoldersRequest) => any;
1182
- }
1183
- export interface SearchFoldersResponse {
1184
-
1185
- Status?: number;
1186
-
1187
- FolderSummaryList?: FolderSummary[];
1188
-
1189
- NextToken?: string;
1190
-
1191
- RequestId?: string;
1192
- }
1193
- export declare namespace SearchFoldersResponse {
1194
-
1195
- const filterSensitiveLog: (obj: SearchFoldersResponse) => any;
1196
- }
1197
- export interface SearchGroupsRequest {
1198
-
1199
- AwsAccountId: string | undefined;
1200
-
1201
- NextToken?: string;
1202
-
1203
- MaxResults?: number;
1204
-
1205
- Namespace: string | undefined;
1206
-
1207
- Filters: GroupSearchFilter[] | undefined;
1208
- }
1209
- export declare namespace SearchGroupsRequest {
1210
-
1211
- const filterSensitiveLog: (obj: SearchGroupsRequest) => any;
1212
- }
1213
- export interface SearchGroupsResponse {
1214
-
1215
- GroupList?: Group[];
1216
-
1217
- NextToken?: string;
1218
-
1219
- RequestId?: string;
1220
-
1221
- Status?: number;
1222
- }
1223
- export declare namespace SearchGroupsResponse {
1224
-
1225
- const filterSensitiveLog: (obj: SearchGroupsResponse) => any;
1226
- }
1227
- export interface TagResourceRequest {
1228
-
1229
- ResourceArn: string | undefined;
1230
-
1231
- Tags: Tag[] | undefined;
1232
- }
1233
- export declare namespace TagResourceRequest {
1234
-
1235
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1236
- }
1237
- export interface TagResourceResponse {
1238
-
1239
- RequestId?: string;
1240
-
1241
- Status?: number;
1242
- }
1243
- export declare namespace TagResourceResponse {
1244
-
1245
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1246
- }
1247
- export interface UntagResourceRequest {
1248
-
1249
- ResourceArn: string | undefined;
1250
-
1251
- TagKeys: string[] | undefined;
1252
- }
1253
- export declare namespace UntagResourceRequest {
1254
-
1255
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1256
- }
1257
- export interface UntagResourceResponse {
1258
-
1259
- RequestId?: string;
1260
-
1261
- Status?: number;
1262
- }
1263
- export declare namespace UntagResourceResponse {
1264
-
1265
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1266
- }
1267
- export interface UpdateAccountCustomizationRequest {
1268
-
1269
- AwsAccountId: string | undefined;
1270
-
1271
- Namespace?: string;
1272
-
1273
- AccountCustomization: AccountCustomization | undefined;
1274
- }
1275
- export declare namespace UpdateAccountCustomizationRequest {
1276
-
1277
- const filterSensitiveLog: (obj: UpdateAccountCustomizationRequest) => any;
1278
- }
1279
- export interface UpdateAccountCustomizationResponse {
1280
-
1281
- Arn?: string;
1282
-
1283
- AwsAccountId?: string;
1284
-
1285
- Namespace?: string;
1286
-
1287
- AccountCustomization?: AccountCustomization;
1288
-
1289
- RequestId?: string;
1290
-
1291
- Status?: number;
1292
- }
1293
- export declare namespace UpdateAccountCustomizationResponse {
1294
-
1295
- const filterSensitiveLog: (obj: UpdateAccountCustomizationResponse) => any;
1296
- }
1297
- export interface UpdateAccountSettingsRequest {
1298
-
1299
- AwsAccountId: string | undefined;
1300
-
1301
- DefaultNamespace: string | undefined;
1302
-
1303
- NotificationEmail?: string;
1304
- }
1305
- export declare namespace UpdateAccountSettingsRequest {
1306
-
1307
- const filterSensitiveLog: (obj: UpdateAccountSettingsRequest) => any;
1308
- }
1309
- export interface UpdateAccountSettingsResponse {
1310
-
1311
- RequestId?: string;
1312
-
1313
- Status?: number;
1314
- }
1315
- export declare namespace UpdateAccountSettingsResponse {
1316
-
1317
- const filterSensitiveLog: (obj: UpdateAccountSettingsResponse) => any;
1318
- }
1319
- export interface UpdateAnalysisRequest {
1320
-
1321
- AwsAccountId: string | undefined;
1322
-
1323
- AnalysisId: string | undefined;
1324
-
1325
- Name: string | undefined;
1326
-
1327
- Parameters?: _Parameters;
1328
-
1329
- SourceEntity: AnalysisSourceEntity | undefined;
1330
-
1331
- ThemeArn?: string;
1332
- }
1333
- export declare namespace UpdateAnalysisRequest {
1334
-
1335
- const filterSensitiveLog: (obj: UpdateAnalysisRequest) => any;
1336
- }
1337
- export interface UpdateAnalysisResponse {
1338
-
1339
- Arn?: string;
1340
-
1341
- AnalysisId?: string;
1342
-
1343
- UpdateStatus?: ResourceStatus | string;
1344
-
1345
- Status?: number;
1346
-
1347
- RequestId?: string;
1348
- }
1349
- export declare namespace UpdateAnalysisResponse {
1350
-
1351
- const filterSensitiveLog: (obj: UpdateAnalysisResponse) => any;
1352
- }
1353
- export interface UpdateAnalysisPermissionsRequest {
1354
-
1355
- AwsAccountId: string | undefined;
1356
-
1357
- AnalysisId: string | undefined;
1358
-
1359
- GrantPermissions?: ResourcePermission[];
1360
-
1361
- RevokePermissions?: ResourcePermission[];
1362
- }
1363
- export declare namespace UpdateAnalysisPermissionsRequest {
1364
-
1365
- const filterSensitiveLog: (obj: UpdateAnalysisPermissionsRequest) => any;
1366
- }
1367
- export interface UpdateAnalysisPermissionsResponse {
1368
-
1369
- AnalysisArn?: string;
1370
-
1371
- AnalysisId?: string;
1372
-
1373
- Permissions?: ResourcePermission[];
1374
-
1375
- RequestId?: string;
1376
-
1377
- Status?: number;
1378
- }
1379
- export declare namespace UpdateAnalysisPermissionsResponse {
1380
-
1381
- const filterSensitiveLog: (obj: UpdateAnalysisPermissionsResponse) => any;
1382
- }
1383
- export interface UpdateDashboardRequest {
1384
-
1385
- AwsAccountId: string | undefined;
1386
-
1387
- DashboardId: string | undefined;
1388
-
1389
- Name: string | undefined;
1390
-
1391
- SourceEntity: DashboardSourceEntity | undefined;
1392
-
1393
- Parameters?: _Parameters;
1394
-
1395
- VersionDescription?: string;
1396
-
1397
- DashboardPublishOptions?: DashboardPublishOptions;
1398
-
1399
- ThemeArn?: string;
1400
- }
1401
- export declare namespace UpdateDashboardRequest {
1402
-
1403
- const filterSensitiveLog: (obj: UpdateDashboardRequest) => any;
1404
- }
1405
- export interface UpdateDashboardResponse {
1406
-
1407
- Arn?: string;
1408
-
1409
- VersionArn?: string;
1410
-
1411
- DashboardId?: string;
1412
-
1413
- CreationStatus?: ResourceStatus | string;
1414
-
1415
- Status?: number;
1416
-
1417
- RequestId?: string;
1418
- }
1419
- export declare namespace UpdateDashboardResponse {
1420
-
1421
- const filterSensitiveLog: (obj: UpdateDashboardResponse) => any;
1422
- }
1423
- export interface UpdateDashboardPermissionsRequest {
1424
-
1425
- AwsAccountId: string | undefined;
1426
-
1427
- DashboardId: string | undefined;
1428
-
1429
- GrantPermissions?: ResourcePermission[];
1430
-
1431
- RevokePermissions?: ResourcePermission[];
1432
-
1433
- GrantLinkPermissions?: ResourcePermission[];
1434
-
1435
- RevokeLinkPermissions?: ResourcePermission[];
1436
- }
1437
- export declare namespace UpdateDashboardPermissionsRequest {
1438
-
1439
- const filterSensitiveLog: (obj: UpdateDashboardPermissionsRequest) => any;
1440
- }
1441
- export interface UpdateDashboardPermissionsResponse {
1442
-
1443
- DashboardArn?: string;
1444
-
1445
- DashboardId?: string;
1446
-
1447
- Permissions?: ResourcePermission[];
1448
-
1449
- RequestId?: string;
1450
-
1451
- Status?: number;
1452
-
1453
- LinkSharingConfiguration?: LinkSharingConfiguration;
1454
- }
1455
- export declare namespace UpdateDashboardPermissionsResponse {
1456
-
1457
- const filterSensitiveLog: (obj: UpdateDashboardPermissionsResponse) => any;
1458
- }
1459
- export interface UpdateDashboardPublishedVersionRequest {
1460
-
1461
- AwsAccountId: string | undefined;
1462
-
1463
- DashboardId: string | undefined;
1464
-
1465
- VersionNumber: number | undefined;
1466
- }
1467
- export declare namespace UpdateDashboardPublishedVersionRequest {
1468
-
1469
- const filterSensitiveLog: (obj: UpdateDashboardPublishedVersionRequest) => any;
1470
- }
1471
- export interface UpdateDashboardPublishedVersionResponse {
1472
-
1473
- DashboardId?: string;
1474
-
1475
- DashboardArn?: string;
1476
-
1477
- Status?: number;
1478
-
1479
- RequestId?: string;
1480
- }
1481
- export declare namespace UpdateDashboardPublishedVersionResponse {
1482
-
1483
- const filterSensitiveLog: (obj: UpdateDashboardPublishedVersionResponse) => any;
1484
- }
1485
- export interface UpdateDataSetRequest {
1486
-
1487
- AwsAccountId: string | undefined;
1488
-
1489
- DataSetId: string | undefined;
1490
-
1491
- Name: string | undefined;
1492
-
1493
- PhysicalTableMap: Record<string, PhysicalTable> | undefined;
1494
-
1495
- LogicalTableMap?: Record<string, LogicalTable>;
1496
-
1497
- ImportMode: DataSetImportMode | string | undefined;
1498
-
1499
- ColumnGroups?: ColumnGroup[];
1500
-
1501
- FieldFolders?: Record<string, FieldFolder>;
1502
-
1503
- RowLevelPermissionDataSet?: RowLevelPermissionDataSet;
1504
-
1505
- RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
1506
-
1507
- ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
1508
-
1509
- DataSetUsageConfiguration?: DataSetUsageConfiguration;
1510
- }
1511
- export declare namespace UpdateDataSetRequest {
1512
-
1513
- const filterSensitiveLog: (obj: UpdateDataSetRequest) => any;
1514
- }
1515
- export interface UpdateDataSetResponse {
1516
-
1517
- Arn?: string;
1518
-
1519
- DataSetId?: string;
1520
-
1521
- IngestionArn?: string;
1522
-
1523
- IngestionId?: string;
1524
-
1525
- RequestId?: string;
1526
-
1527
- Status?: number;
1528
- }
1529
- export declare namespace UpdateDataSetResponse {
1530
-
1531
- const filterSensitiveLog: (obj: UpdateDataSetResponse) => any;
1532
- }
1533
- export interface UpdateDataSetPermissionsRequest {
1534
-
1535
- AwsAccountId: string | undefined;
1536
-
1537
- DataSetId: string | undefined;
1538
-
1539
- GrantPermissions?: ResourcePermission[];
1540
-
1541
- RevokePermissions?: ResourcePermission[];
1542
- }
1543
- export declare namespace UpdateDataSetPermissionsRequest {
1544
-
1545
- const filterSensitiveLog: (obj: UpdateDataSetPermissionsRequest) => any;
1546
- }
1547
- export interface UpdateDataSetPermissionsResponse {
1548
-
1549
- DataSetArn?: string;
1550
-
1551
- DataSetId?: string;
1552
-
1553
- RequestId?: string;
1554
-
1555
- Status?: number;
1556
- }
1557
- export declare namespace UpdateDataSetPermissionsResponse {
1558
-
1559
- const filterSensitiveLog: (obj: UpdateDataSetPermissionsResponse) => any;
1560
- }
1561
- export interface UpdateDataSourceRequest {
1562
-
1563
- AwsAccountId: string | undefined;
1564
-
1565
- DataSourceId: string | undefined;
1566
-
1567
- Name: string | undefined;
1568
-
1569
- DataSourceParameters?: DataSourceParameters;
1570
-
1571
- Credentials?: DataSourceCredentials;
1572
-
1573
- VpcConnectionProperties?: VpcConnectionProperties;
1574
-
1575
- SslProperties?: SslProperties;
1576
- }
1577
- export declare namespace UpdateDataSourceRequest {
1578
-
1579
- const filterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
1580
- }
1581
- export interface UpdateDataSourceResponse {
1582
-
1583
- Arn?: string;
1584
-
1585
- DataSourceId?: string;
1586
-
1587
- UpdateStatus?: ResourceStatus | string;
1588
-
1589
- RequestId?: string;
1590
-
1591
- Status?: number;
1592
- }
1593
- export declare namespace UpdateDataSourceResponse {
1594
-
1595
- const filterSensitiveLog: (obj: UpdateDataSourceResponse) => any;
1596
- }
1597
- export interface UpdateDataSourcePermissionsRequest {
1598
-
1599
- AwsAccountId: string | undefined;
1600
-
1601
- DataSourceId: string | undefined;
1602
-
1603
- GrantPermissions?: ResourcePermission[];
1604
-
1605
- RevokePermissions?: ResourcePermission[];
1606
- }
1607
- export declare namespace UpdateDataSourcePermissionsRequest {
1608
-
1609
- const filterSensitiveLog: (obj: UpdateDataSourcePermissionsRequest) => any;
1610
- }
1611
- export interface UpdateDataSourcePermissionsResponse {
1612
-
1613
- DataSourceArn?: string;
1614
-
1615
- DataSourceId?: string;
1616
-
1617
- RequestId?: string;
1618
-
1619
- Status?: number;
1620
- }
1621
- export declare namespace UpdateDataSourcePermissionsResponse {
1622
-
1623
- const filterSensitiveLog: (obj: UpdateDataSourcePermissionsResponse) => any;
1624
- }
1625
- export interface UpdateFolderRequest {
1626
-
1627
- AwsAccountId: string | undefined;
1628
-
1629
- FolderId: string | undefined;
1630
-
1631
- Name: string | undefined;
1632
- }
1633
- export declare namespace UpdateFolderRequest {
1634
-
1635
- const filterSensitiveLog: (obj: UpdateFolderRequest) => any;
1636
- }
1637
- export interface UpdateFolderResponse {
1638
-
1639
- Status?: number;
1640
-
1641
- Arn?: string;
1642
-
1643
- FolderId?: string;
1644
-
1645
- RequestId?: string;
1646
- }
1647
- export declare namespace UpdateFolderResponse {
1648
-
1649
- const filterSensitiveLog: (obj: UpdateFolderResponse) => any;
1650
- }
1651
- export interface UpdateFolderPermissionsRequest {
1652
-
1653
- AwsAccountId: string | undefined;
1654
-
1655
- FolderId: string | undefined;
1656
-
1657
- GrantPermissions?: ResourcePermission[];
1658
-
1659
- RevokePermissions?: ResourcePermission[];
1660
- }
1661
- export declare namespace UpdateFolderPermissionsRequest {
1662
-
1663
- const filterSensitiveLog: (obj: UpdateFolderPermissionsRequest) => any;
1664
- }
1665
- export interface UpdateFolderPermissionsResponse {
1666
-
1667
- Status?: number;
1668
-
1669
- Arn?: string;
1670
-
1671
- FolderId?: string;
1672
-
1673
- Permissions?: ResourcePermission[];
1674
-
1675
- RequestId?: string;
1676
- }
1677
- export declare namespace UpdateFolderPermissionsResponse {
1678
-
1679
- const filterSensitiveLog: (obj: UpdateFolderPermissionsResponse) => any;
1680
- }
1681
- export interface UpdateGroupRequest {
1682
-
1683
- GroupName: string | undefined;
1684
-
1685
- Description?: string;
1686
-
1687
- AwsAccountId: string | undefined;
1688
-
1689
- Namespace: string | undefined;
1690
- }
1691
- export declare namespace UpdateGroupRequest {
1692
-
1693
- const filterSensitiveLog: (obj: UpdateGroupRequest) => any;
1694
- }
1695
- export interface UpdateGroupResponse {
1696
-
1697
- Group?: Group;
1698
-
1699
- RequestId?: string;
1700
-
1701
- Status?: number;
1702
- }
1703
- export declare namespace UpdateGroupResponse {
1704
-
1705
- const filterSensitiveLog: (obj: UpdateGroupResponse) => any;
1706
- }
1707
- export interface UpdateIAMPolicyAssignmentRequest {
1708
-
1709
- AwsAccountId: string | undefined;
1710
-
1711
- AssignmentName: string | undefined;
1712
-
1713
- Namespace: string | undefined;
1714
-
1715
- AssignmentStatus?: AssignmentStatus | string;
1716
-
1717
- PolicyArn?: string;
1718
-
1719
- Identities?: Record<string, string[]>;
1720
- }
1721
- export declare namespace UpdateIAMPolicyAssignmentRequest {
1722
-
1723
- const filterSensitiveLog: (obj: UpdateIAMPolicyAssignmentRequest) => any;
1724
- }
1725
- export interface UpdateIAMPolicyAssignmentResponse {
1726
-
1727
- AssignmentName?: string;
1728
-
1729
- AssignmentId?: string;
1730
-
1731
- PolicyArn?: string;
1732
-
1733
- Identities?: Record<string, string[]>;
1734
-
1735
- AssignmentStatus?: AssignmentStatus | string;
1736
-
1737
- RequestId?: string;
1738
-
1739
- Status?: number;
1740
- }
1741
- export declare namespace UpdateIAMPolicyAssignmentResponse {
1742
-
1743
- const filterSensitiveLog: (obj: UpdateIAMPolicyAssignmentResponse) => any;
1744
- }
1745
- export interface UpdateIpRestrictionRequest {
1746
-
1747
- AwsAccountId: string | undefined;
1748
-
1749
- IpRestrictionRuleMap?: Record<string, string>;
1750
-
1751
- Enabled?: boolean;
1752
- }
1753
- export declare namespace UpdateIpRestrictionRequest {
1754
-
1755
- const filterSensitiveLog: (obj: UpdateIpRestrictionRequest) => any;
1756
- }
1757
- export interface UpdateIpRestrictionResponse {
1758
-
1759
- AwsAccountId?: string;
1760
-
1761
- RequestId?: string;
1762
-
1763
- Status?: number;
1764
- }
1765
- export declare namespace UpdateIpRestrictionResponse {
1766
-
1767
- const filterSensitiveLog: (obj: UpdateIpRestrictionResponse) => any;
1768
- }
1769
- export interface UpdatePublicSharingSettingsRequest {
1770
-
1771
- AwsAccountId: string | undefined;
1772
-
1773
- PublicSharingEnabled?: boolean;
1774
- }
1775
- export declare namespace UpdatePublicSharingSettingsRequest {
1776
-
1777
- const filterSensitiveLog: (obj: UpdatePublicSharingSettingsRequest) => any;
1778
- }
1779
- export interface UpdatePublicSharingSettingsResponse {
1780
-
1781
- RequestId?: string;
1782
-
1783
- Status?: number;
1784
- }
1785
- export declare namespace UpdatePublicSharingSettingsResponse {
1786
-
1787
- const filterSensitiveLog: (obj: UpdatePublicSharingSettingsResponse) => any;
1788
- }
1789
- export interface UpdateTemplateRequest {
1790
-
1791
- AwsAccountId: string | undefined;
1792
-
1793
- TemplateId: string | undefined;
1794
-
1795
- SourceEntity: TemplateSourceEntity | undefined;
1796
-
1797
- VersionDescription?: string;
1798
-
1799
- Name?: string;
1800
- }
1801
- export declare namespace UpdateTemplateRequest {
1802
-
1803
- const filterSensitiveLog: (obj: UpdateTemplateRequest) => any;
1804
- }
1805
- export interface UpdateTemplateResponse {
1806
-
1807
- TemplateId?: string;
1808
-
1809
- Arn?: string;
1810
-
1811
- VersionArn?: string;
1812
-
1813
- CreationStatus?: ResourceStatus | string;
1814
-
1815
- Status?: number;
1816
-
1817
- RequestId?: string;
1818
- }
1819
- export declare namespace UpdateTemplateResponse {
1820
-
1821
- const filterSensitiveLog: (obj: UpdateTemplateResponse) => any;
1822
- }
1823
- export interface UpdateTemplateAliasRequest {
1824
-
1825
- AwsAccountId: string | undefined;
1826
-
1827
- TemplateId: string | undefined;
1828
-
1829
- AliasName: string | undefined;
1830
-
1831
- TemplateVersionNumber: number | undefined;
1832
- }
1833
- export declare namespace UpdateTemplateAliasRequest {
1834
-
1835
- const filterSensitiveLog: (obj: UpdateTemplateAliasRequest) => any;
1836
- }
1837
- export interface UpdateTemplateAliasResponse {
1838
-
1839
- TemplateAlias?: TemplateAlias;
1840
-
1841
- Status?: number;
1842
-
1843
- RequestId?: string;
1844
- }
1845
- export declare namespace UpdateTemplateAliasResponse {
1846
-
1847
- const filterSensitiveLog: (obj: UpdateTemplateAliasResponse) => any;
1848
- }
1849
- export interface UpdateTemplatePermissionsRequest {
1850
-
1851
- AwsAccountId: string | undefined;
1852
-
1853
- TemplateId: string | undefined;
1854
-
1855
- GrantPermissions?: ResourcePermission[];
1856
-
1857
- RevokePermissions?: ResourcePermission[];
1858
- }
1859
- export declare namespace UpdateTemplatePermissionsRequest {
1860
-
1861
- const filterSensitiveLog: (obj: UpdateTemplatePermissionsRequest) => any;
1862
- }
1863
- export interface UpdateTemplatePermissionsResponse {
1864
-
1865
- TemplateId?: string;
1866
-
1867
- TemplateArn?: string;
1868
-
1869
- Permissions?: ResourcePermission[];
1870
-
1871
- RequestId?: string;
1872
-
1873
- Status?: number;
1874
- }
1875
- export declare namespace UpdateTemplatePermissionsResponse {
1876
-
1877
- const filterSensitiveLog: (obj: UpdateTemplatePermissionsResponse) => any;
1878
- }
1879
- export interface UpdateThemeRequest {
1880
-
1881
- AwsAccountId: string | undefined;
1882
-
1883
- ThemeId: string | undefined;
1884
-
1885
- Name?: string;
1886
-
1887
- BaseThemeId: string | undefined;
1888
-
1889
- VersionDescription?: string;
1890
-
1891
- Configuration?: ThemeConfiguration;
1892
- }
1893
- export declare namespace UpdateThemeRequest {
1894
-
1895
- const filterSensitiveLog: (obj: UpdateThemeRequest) => any;
1896
- }
1897
- export interface UpdateThemeResponse {
1898
-
1899
- ThemeId?: string;
1900
-
1901
- Arn?: string;
1902
-
1903
- VersionArn?: string;
1904
-
1905
- CreationStatus?: ResourceStatus | string;
1906
-
1907
- Status?: number;
1908
-
1909
- RequestId?: string;
1910
- }
1911
- export declare namespace UpdateThemeResponse {
1912
-
1913
- const filterSensitiveLog: (obj: UpdateThemeResponse) => any;
1914
- }
1915
- export interface UpdateThemeAliasRequest {
1916
-
1917
- AwsAccountId: string | undefined;
1918
-
1919
- ThemeId: string | undefined;
1920
-
1921
- AliasName: string | undefined;
1922
-
1923
- ThemeVersionNumber: number | undefined;
1924
- }
1925
- export declare namespace UpdateThemeAliasRequest {
1926
-
1927
- const filterSensitiveLog: (obj: UpdateThemeAliasRequest) => any;
1928
- }
1929
- export interface UpdateThemeAliasResponse {
1930
-
1931
- ThemeAlias?: ThemeAlias;
1932
-
1933
- Status?: number;
1934
-
1935
- RequestId?: string;
1936
- }
1937
- export declare namespace UpdateThemeAliasResponse {
1938
-
1939
- const filterSensitiveLog: (obj: UpdateThemeAliasResponse) => any;
1940
- }
1941
- export interface UpdateThemePermissionsRequest {
1942
-
1943
- AwsAccountId: string | undefined;
1944
-
1945
- ThemeId: string | undefined;
1946
-
1947
- GrantPermissions?: ResourcePermission[];
1948
-
1949
- RevokePermissions?: ResourcePermission[];
1950
- }
1951
- export declare namespace UpdateThemePermissionsRequest {
1952
-
1953
- const filterSensitiveLog: (obj: UpdateThemePermissionsRequest) => any;
1954
- }
1955
- export interface UpdateThemePermissionsResponse {
1956
-
1957
- ThemeId?: string;
1958
-
1959
- ThemeArn?: string;
1960
-
1961
- Permissions?: ResourcePermission[];
1962
-
1963
- RequestId?: string;
1964
-
1965
- Status?: number;
1966
- }
1967
- export declare namespace UpdateThemePermissionsResponse {
1968
-
1969
- const filterSensitiveLog: (obj: UpdateThemePermissionsResponse) => any;
1970
- }
1971
- export interface UpdateUserRequest {
1972
-
1973
- UserName: string | undefined;
1974
-
1975
- AwsAccountId: string | undefined;
1976
-
1977
- Namespace: string | undefined;
1978
-
1979
- Email: string | undefined;
1980
-
1981
- Role: UserRole | string | undefined;
1982
-
1983
- CustomPermissionsName?: string;
1984
-
1985
- UnapplyCustomPermissions?: boolean;
1986
-
1987
- ExternalLoginFederationProviderType?: string;
1988
-
1989
- CustomFederationProviderUrl?: string;
1990
-
1991
- ExternalLoginId?: string;
1992
- }
1993
- export declare namespace UpdateUserRequest {
1994
-
1995
- const filterSensitiveLog: (obj: UpdateUserRequest) => any;
1996
- }
1997
- export interface UpdateUserResponse {
1998
-
1999
- User?: User;
2000
-
2001
- RequestId?: string;
2002
-
2003
- Status?: number;
2004
- }
2005
- export declare namespace UpdateUserResponse {
2006
-
2007
- const filterSensitiveLog: (obj: UpdateUserResponse) => any;
2008
- }
259
+