@aws-sdk/client-quicksight 3.451.0 → 3.453.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 (112) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/QuickSight.js +12 -0
  3. package/dist-cjs/commands/CreateRoleMembershipCommand.js +51 -0
  4. package/dist-cjs/commands/CreateTopicCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteRoleCustomPermissionCommand.js +51 -0
  6. package/dist-cjs/commands/DeleteRoleMembershipCommand.js +51 -0
  7. package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeRoleCustomPermissionCommand.js +51 -0
  9. package/dist-cjs/commands/ListRoleMembershipsCommand.js +51 -0
  10. package/dist-cjs/commands/UpdateRoleCustomPermissionCommand.js +51 -0
  11. package/dist-cjs/commands/index.js +6 -0
  12. package/dist-cjs/models/models_0.js +10 -10
  13. package/dist-cjs/models/models_2.js +17 -104
  14. package/dist-cjs/models/models_3.js +112 -1
  15. package/dist-cjs/pagination/ListRoleMembershipsPaginator.js +29 -0
  16. package/dist-cjs/pagination/index.js +1 -0
  17. package/dist-cjs/protocols/Aws_restJson1.js +488 -10
  18. package/dist-es/QuickSight.js +12 -0
  19. package/dist-es/commands/CreateRoleMembershipCommand.js +47 -0
  20. package/dist-es/commands/CreateTopicCommand.js +1 -1
  21. package/dist-es/commands/DeleteRoleCustomPermissionCommand.js +47 -0
  22. package/dist-es/commands/DeleteRoleMembershipCommand.js +47 -0
  23. package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +2 -1
  24. package/dist-es/commands/DescribeRoleCustomPermissionCommand.js +47 -0
  25. package/dist-es/commands/ListRoleMembershipsCommand.js +47 -0
  26. package/dist-es/commands/UpdateRoleCustomPermissionCommand.js +47 -0
  27. package/dist-es/commands/index.js +6 -0
  28. package/dist-es/models/models_0.js +9 -9
  29. package/dist-es/models/models_2.js +14 -94
  30. package/dist-es/models/models_3.js +102 -1
  31. package/dist-es/pagination/ListRoleMembershipsPaginator.js +25 -0
  32. package/dist-es/pagination/index.js +1 -0
  33. package/dist-es/protocols/Aws_restJson1.js +469 -3
  34. package/dist-types/QuickSight.d.ts +42 -0
  35. package/dist-types/QuickSightClient.d.ts +8 -2
  36. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  37. package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
  38. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +101 -0
  39. package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -2
  42. package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +100 -0
  43. package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +101 -0
  44. package/dist-types/commands/DescribeAnalysisCommand.d.ts +0 -4
  45. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +18 -7
  46. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +150 -0
  47. package/dist-types/commands/DescribeDashboardCommand.d.ts +0 -4
  48. package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
  49. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +101 -0
  50. package/dist-types/commands/DescribeTemplateCommand.d.ts +0 -4
  51. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +2 -0
  52. package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
  53. package/dist-types/commands/ListRoleMembershipsCommand.d.ts +112 -0
  54. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  57. package/dist-types/commands/ListTopicsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  60. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
  61. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  62. package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
  63. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  64. package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
  65. package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
  66. package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -2
  67. package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
  68. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -7
  69. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +150 -0
  70. package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
  71. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +101 -0
  72. package/dist-types/commands/index.d.ts +6 -0
  73. package/dist-types/models/models_0.d.ts +33 -38
  74. package/dist-types/models/models_2.d.ts +573 -773
  75. package/dist-types/models/models_3.d.ts +3973 -4050
  76. package/dist-types/models/models_4.d.ts +1012 -4
  77. package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/index.d.ts +1 -0
  79. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  80. package/dist-types/ts3.4/QuickSight.d.ts +102 -0
  81. package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
  82. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +42 -0
  83. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +4 -2
  86. package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +42 -0
  87. package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +42 -0
  89. package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +4 -2
  103. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +42 -0
  104. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  105. package/dist-types/ts3.4/models/models_0.d.ts +14 -15
  106. package/dist-types/ts3.4/models/models_2.d.ts +177 -206
  107. package/dist-types/ts3.4/models/models_3.d.ts +264 -201
  108. package/dist-types/ts3.4/models/models_4.d.ts +229 -4
  109. package/dist-types/ts3.4/pagination/ListRoleMembershipsPaginator.d.ts +11 -0
  110. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  111. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  112. package/package.json +1 -1
@@ -194,7 +194,7 @@ export interface AssetBundleExportJobAnalysisOverrideProperties {
194
194
  * @public
195
195
  * <p>The ARN of the specific <code>Analysis</code> resource whose override properties are configured in this structure.</p>
196
196
  */
197
- Arn?: string;
197
+ Arn: string | undefined;
198
198
  /**
199
199
  * @public
200
200
  * <p>A list of <code>Analysis</code> resource properties to generate variables for in the returned CloudFormation template.</p>
@@ -221,7 +221,7 @@ export interface AssetBundleExportJobDashboardOverrideProperties {
221
221
  * @public
222
222
  * <p>The ARN of the specific <code>Dashboard</code> resource whose override properties are configured in this structure.</p>
223
223
  */
224
- Arn?: string;
224
+ Arn: string | undefined;
225
225
  /**
226
226
  * @public
227
227
  * <p>A list of <code>Dashboard</code> resource properties to generate variables for in the returned CloudFormation template.</p>
@@ -248,7 +248,7 @@ export interface AssetBundleExportJobDataSetOverrideProperties {
248
248
  * @public
249
249
  * <p>The ARN of the specific <code>DataSet</code> resource whose override properties are configured in this structure.</p>
250
250
  */
251
- Arn?: string;
251
+ Arn: string | undefined;
252
252
  /**
253
253
  * @public
254
254
  * <p>A list of <code>DataSet</code> resource properties to generate variables for in the returned CloudFormation template.</p>
@@ -291,7 +291,7 @@ export interface AssetBundleExportJobDataSourceOverrideProperties {
291
291
  * @public
292
292
  * <p>The ARN of the specific <code>DataSource</code> resource whose override properties are configured in this structure.</p>
293
293
  */
294
- Arn?: string;
294
+ Arn: string | undefined;
295
295
  /**
296
296
  * @public
297
297
  * <p>A list of <code>DataSource</code> resource properties to generate variables for in the returned CloudFormation template.</p>
@@ -318,7 +318,7 @@ export interface AssetBundleExportJobRefreshScheduleOverrideProperties {
318
318
  * @public
319
319
  * <p>The ARN of the specific <code>RefreshSchedule</code> resource whose override properties are configured in this structure.</p>
320
320
  */
321
- Arn?: string;
321
+ Arn: string | undefined;
322
322
  /**
323
323
  * @public
324
324
  * <p>A list of <code>RefreshSchedule</code> resource properties to generate variables for in the returned CloudFormation template.</p>
@@ -356,7 +356,7 @@ export interface AssetBundleExportJobThemeOverrideProperties {
356
356
  * @public
357
357
  * <p>The ARN of the specific <code>Theme</code> resource whose override properties are configured in this structure.</p>
358
358
  */
359
- Arn?: string;
359
+ Arn: string | undefined;
360
360
  /**
361
361
  * @public
362
362
  * <p>A list of <code>Theme</code> resource properties to generate variables for in the returned CloudFormation template.</p>
@@ -385,7 +385,7 @@ export interface AssetBundleExportJobVPCConnectionOverrideProperties {
385
385
  * @public
386
386
  * <p>The ARN of the specific <code>VPCConnection</code> resource whose override properties are configured in this structure.</p>
387
387
  */
388
- Arn?: string;
388
+ Arn: string | undefined;
389
389
  /**
390
390
  * @public
391
391
  * <p>A list of <code>VPCConnection</code> resource properties to generate variables for in the returned CloudFormation template.</p>
@@ -520,6 +520,43 @@ export interface AssetBundleExportJobSummary {
520
520
  * <p>The format for the export job.</p>
521
521
  */
522
522
  ExportFormat?: AssetBundleExportFormat;
523
+ /**
524
+ * @public
525
+ * <p>The flag that determines the inclusion of permissions associated with each resource ARN.</p>
526
+ */
527
+ IncludePermissions?: boolean;
528
+ /**
529
+ * @public
530
+ * <p>The flag that determines the inclusion of tags associated with each resource ARN.</p>
531
+ */
532
+ IncludeTags?: boolean;
533
+ }
534
+ /**
535
+ * @public
536
+ * <p>The option to relax the validation that is required to export each asset. When <code>StrictModeForAllResource</code> is set to true, validation is skipped for specific UI errors.</p>
537
+ */
538
+ export interface AssetBundleExportJobValidationStrategy {
539
+ /**
540
+ * @public
541
+ * <p>A Boolean value that indicates whether to export resources under strict or lenient mode.</p>
542
+ */
543
+ StrictModeForAllResources?: boolean;
544
+ }
545
+ /**
546
+ * @public
547
+ * <p>Describes a warning that occurred during an Asset Bundle export job.</p>
548
+ */
549
+ export interface AssetBundleExportJobWarning {
550
+ /**
551
+ * @public
552
+ * <p>The ARN of the resource whose processing caused a warning.</p>
553
+ */
554
+ Arn?: string;
555
+ /**
556
+ * @public
557
+ * <p>A description of the warning.</p>
558
+ */
559
+ Message?: string;
523
560
  }
524
561
  /**
525
562
  * @public
@@ -549,6 +586,71 @@ export interface AssetBundleImportJobAnalysisOverrideParameters {
549
586
  */
550
587
  Name?: string;
551
588
  }
589
+ /**
590
+ * @public
591
+ * <p>A structure that contains the permissions for the resource that you want to override in an asset bundle import job.</p>
592
+ */
593
+ export interface AssetBundleResourcePermissions {
594
+ /**
595
+ * @public
596
+ * <p>A list of principals to grant permissions on.</p>
597
+ */
598
+ Principals: string[] | undefined;
599
+ /**
600
+ * @public
601
+ * <p>A list of IAM actions to grant permissions on.</p>
602
+ */
603
+ Actions: string[] | undefined;
604
+ }
605
+ /**
606
+ * @public
607
+ * <p>An object that contains a list of permissions to be applied to a list of analysis IDs.</p>
608
+ */
609
+ export interface AssetBundleImportJobAnalysisOverridePermissions {
610
+ /**
611
+ * @public
612
+ * <p>A list of analysis IDs that you want to apply overrides to. You can use <code>*</code> to override all analyses in this asset bundle.</p>
613
+ */
614
+ AnalysisIds: string[] | undefined;
615
+ /**
616
+ * @public
617
+ * <p>A list of permissions for the analyses that you want to apply overrides to.</p>
618
+ */
619
+ Permissions: AssetBundleResourcePermissions | undefined;
620
+ }
621
+ /**
622
+ * @public
623
+ * <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
624
+ * resource.</p>
625
+ */
626
+ export interface Tag {
627
+ /**
628
+ * @public
629
+ * <p>Tag key.</p>
630
+ */
631
+ Key: string | undefined;
632
+ /**
633
+ * @public
634
+ * <p>Tag value.</p>
635
+ */
636
+ Value: string | undefined;
637
+ }
638
+ /**
639
+ * @public
640
+ * <p>An object that contains a list of tags to be assigned to a list of analysis IDs.</p>
641
+ */
642
+ export interface AssetBundleImportJobAnalysisOverrideTags {
643
+ /**
644
+ * @public
645
+ * <p>A list of analysis IDs that you want to apply overrides to. You can use <code>*</code> to override all analyses in this asset bundle.</p>
646
+ */
647
+ AnalysisIds: string[] | undefined;
648
+ /**
649
+ * @public
650
+ * <p>A list of tags for the analyses that you want to apply overrides to.</p>
651
+ */
652
+ Tags: Tag[] | undefined;
653
+ }
552
654
  /**
553
655
  * @public
554
656
  * <p>The override parameters for a single dashboard that is being imported.</p>
@@ -565,6 +667,54 @@ export interface AssetBundleImportJobDashboardOverrideParameters {
565
667
  */
566
668
  Name?: string;
567
669
  }
670
+ /**
671
+ * @public
672
+ * <p>A structure that contains the configuration of a shared link to an Amazon QuickSight dashboard.</p>
673
+ */
674
+ export interface AssetBundleResourceLinkSharingConfiguration {
675
+ /**
676
+ * @public
677
+ * <p>A list of link sharing permissions for the dashboards that you want to apply overrides to.</p>
678
+ */
679
+ Permissions?: AssetBundleResourcePermissions;
680
+ }
681
+ /**
682
+ * @public
683
+ * <p>An object that contains a list of permissions to be applied to a list of dashboard IDs.</p>
684
+ */
685
+ export interface AssetBundleImportJobDashboardOverridePermissions {
686
+ /**
687
+ * @public
688
+ * <p>A list of dashboard IDs that you want to apply overrides to. You can use <code>*</code> to override all dashboards in this asset bundle.</p>
689
+ */
690
+ DashboardIds: string[] | undefined;
691
+ /**
692
+ * @public
693
+ * <p>A list of permissions for the dashboards that you want to apply overrides to.</p>
694
+ */
695
+ Permissions?: AssetBundleResourcePermissions;
696
+ /**
697
+ * @public
698
+ * <p>A structure that contains the link sharing configurations that you want to apply overrides to.</p>
699
+ */
700
+ LinkSharingConfiguration?: AssetBundleResourceLinkSharingConfiguration;
701
+ }
702
+ /**
703
+ * @public
704
+ * <p>An object that contains a list of tags to be assigned to a list of dashboard IDs.</p>
705
+ */
706
+ export interface AssetBundleImportJobDashboardOverrideTags {
707
+ /**
708
+ * @public
709
+ * <p>A list of dashboard IDs that you want to apply overrides to. You can use <code>*</code> to override all dashboards in this asset bundle.</p>
710
+ */
711
+ DashboardIds: string[] | undefined;
712
+ /**
713
+ * @public
714
+ * <p>A list of tags for the dashboards that you want to apply overrides to.</p>
715
+ */
716
+ Tags: Tag[] | undefined;
717
+ }
568
718
  /**
569
719
  * @public
570
720
  * <p>The override parameters for a single dataset that is being imported.</p>
@@ -581,6 +731,38 @@ export interface AssetBundleImportJobDataSetOverrideParameters {
581
731
  */
582
732
  Name?: string;
583
733
  }
734
+ /**
735
+ * @public
736
+ * <p>An object that contains a list of permissions to be applied to a list of dataset IDs.</p>
737
+ */
738
+ export interface AssetBundleImportJobDataSetOverridePermissions {
739
+ /**
740
+ * @public
741
+ * <p>A list of dataset IDs that you want to apply overrides to. You can use <code>*</code> to override all datasets in this asset bundle.</p>
742
+ */
743
+ DataSetIds: string[] | undefined;
744
+ /**
745
+ * @public
746
+ * <p>A list of permissions for the datasets that you want to apply overrides to.</p>
747
+ */
748
+ Permissions: AssetBundleResourcePermissions | undefined;
749
+ }
750
+ /**
751
+ * @public
752
+ * <p>An object that contains a list of tags to be assigned to a list of dataset IDs.</p>
753
+ */
754
+ export interface AssetBundleImportJobDataSetOverrideTags {
755
+ /**
756
+ * @public
757
+ * <p>A list of dataset IDs that you want to apply overrides to. You can use <code>*</code> to override all datasets in this asset bundle.</p>
758
+ */
759
+ DataSetIds: string[] | undefined;
760
+ /**
761
+ * @public
762
+ * <p>A list of tags for the datasets that you want to apply overrides to.</p>
763
+ */
764
+ Tags: Tag[] | undefined;
765
+ }
584
766
  /**
585
767
  * @public
586
768
  * <p>A username and password credential pair to use to import a data source resource.</p>
@@ -682,6 +864,22 @@ export interface AwsIotAnalyticsParameters {
682
864
  */
683
865
  DataSetName: string | undefined;
684
866
  }
867
+ /**
868
+ * @public
869
+ * <p>The parameters that are required to connect to a Google BigQuery data source.</p>
870
+ */
871
+ export interface BigQueryParameters {
872
+ /**
873
+ * @public
874
+ * <p>The Google Cloud Platform project ID where your datasource was created.</p>
875
+ */
876
+ ProjectId: string | undefined;
877
+ /**
878
+ * @public
879
+ * <p>The storage location where you create a Google BigQuery data source.</p>
880
+ */
881
+ DataSetRegion?: string;
882
+ }
685
883
  /**
686
884
  * @public
687
885
  * <p>The parameters that are required to connect to a Databricks data source.</p>
@@ -1116,7 +1314,7 @@ export interface TwitterParameters {
1116
1314
  * This is a variant type structure. For this structure to be valid, only one of the
1117
1315
  * attributes can be non-null.</p>
1118
1316
  */
1119
- export type DataSourceParameters = DataSourceParameters.AmazonElasticsearchParametersMember | DataSourceParameters.AmazonOpenSearchParametersMember | DataSourceParameters.AthenaParametersMember | DataSourceParameters.AuroraParametersMember | DataSourceParameters.AuroraPostgreSqlParametersMember | DataSourceParameters.AwsIotAnalyticsParametersMember | DataSourceParameters.DatabricksParametersMember | DataSourceParameters.ExasolParametersMember | DataSourceParameters.JiraParametersMember | DataSourceParameters.MariaDbParametersMember | DataSourceParameters.MySqlParametersMember | DataSourceParameters.OracleParametersMember | DataSourceParameters.PostgreSqlParametersMember | DataSourceParameters.PrestoParametersMember | DataSourceParameters.RdsParametersMember | DataSourceParameters.RedshiftParametersMember | DataSourceParameters.S3ParametersMember | DataSourceParameters.ServiceNowParametersMember | DataSourceParameters.SnowflakeParametersMember | DataSourceParameters.SparkParametersMember | DataSourceParameters.SqlServerParametersMember | DataSourceParameters.StarburstParametersMember | DataSourceParameters.TeradataParametersMember | DataSourceParameters.TrinoParametersMember | DataSourceParameters.TwitterParametersMember | DataSourceParameters.$UnknownMember;
1317
+ export type DataSourceParameters = DataSourceParameters.AmazonElasticsearchParametersMember | DataSourceParameters.AmazonOpenSearchParametersMember | DataSourceParameters.AthenaParametersMember | DataSourceParameters.AuroraParametersMember | DataSourceParameters.AuroraPostgreSqlParametersMember | DataSourceParameters.AwsIotAnalyticsParametersMember | DataSourceParameters.BigQueryParametersMember | DataSourceParameters.DatabricksParametersMember | DataSourceParameters.ExasolParametersMember | DataSourceParameters.JiraParametersMember | DataSourceParameters.MariaDbParametersMember | DataSourceParameters.MySqlParametersMember | DataSourceParameters.OracleParametersMember | DataSourceParameters.PostgreSqlParametersMember | DataSourceParameters.PrestoParametersMember | DataSourceParameters.RdsParametersMember | DataSourceParameters.RedshiftParametersMember | DataSourceParameters.S3ParametersMember | DataSourceParameters.ServiceNowParametersMember | DataSourceParameters.SnowflakeParametersMember | DataSourceParameters.SparkParametersMember | DataSourceParameters.SqlServerParametersMember | DataSourceParameters.StarburstParametersMember | DataSourceParameters.TeradataParametersMember | DataSourceParameters.TrinoParametersMember | DataSourceParameters.TwitterParametersMember | DataSourceParameters.$UnknownMember;
1120
1318
  /**
1121
1319
  * @public
1122
1320
  */
@@ -1151,6 +1349,7 @@ export declare namespace DataSourceParameters {
1151
1349
  DatabricksParameters?: never;
1152
1350
  StarburstParameters?: never;
1153
1351
  TrinoParameters?: never;
1352
+ BigQueryParameters?: never;
1154
1353
  $unknown?: never;
1155
1354
  }
1156
1355
  /**
@@ -1183,6 +1382,7 @@ export declare namespace DataSourceParameters {
1183
1382
  DatabricksParameters?: never;
1184
1383
  StarburstParameters?: never;
1185
1384
  TrinoParameters?: never;
1385
+ BigQueryParameters?: never;
1186
1386
  $unknown?: never;
1187
1387
  }
1188
1388
  /**
@@ -1215,6 +1415,7 @@ export declare namespace DataSourceParameters {
1215
1415
  DatabricksParameters?: never;
1216
1416
  StarburstParameters?: never;
1217
1417
  TrinoParameters?: never;
1418
+ BigQueryParameters?: never;
1218
1419
  $unknown?: never;
1219
1420
  }
1220
1421
  /**
@@ -1247,6 +1448,7 @@ export declare namespace DataSourceParameters {
1247
1448
  DatabricksParameters?: never;
1248
1449
  StarburstParameters?: never;
1249
1450
  TrinoParameters?: never;
1451
+ BigQueryParameters?: never;
1250
1452
  $unknown?: never;
1251
1453
  }
1252
1454
  /**
@@ -1279,6 +1481,7 @@ export declare namespace DataSourceParameters {
1279
1481
  DatabricksParameters?: never;
1280
1482
  StarburstParameters?: never;
1281
1483
  TrinoParameters?: never;
1484
+ BigQueryParameters?: never;
1282
1485
  $unknown?: never;
1283
1486
  }
1284
1487
  /**
@@ -1311,6 +1514,7 @@ export declare namespace DataSourceParameters {
1311
1514
  DatabricksParameters?: never;
1312
1515
  StarburstParameters?: never;
1313
1516
  TrinoParameters?: never;
1517
+ BigQueryParameters?: never;
1314
1518
  $unknown?: never;
1315
1519
  }
1316
1520
  /**
@@ -1343,6 +1547,7 @@ export declare namespace DataSourceParameters {
1343
1547
  DatabricksParameters?: never;
1344
1548
  StarburstParameters?: never;
1345
1549
  TrinoParameters?: never;
1550
+ BigQueryParameters?: never;
1346
1551
  $unknown?: never;
1347
1552
  }
1348
1553
  /**
@@ -1375,6 +1580,7 @@ export declare namespace DataSourceParameters {
1375
1580
  DatabricksParameters?: never;
1376
1581
  StarburstParameters?: never;
1377
1582
  TrinoParameters?: never;
1583
+ BigQueryParameters?: never;
1378
1584
  $unknown?: never;
1379
1585
  }
1380
1586
  /**
@@ -1407,6 +1613,7 @@ export declare namespace DataSourceParameters {
1407
1613
  DatabricksParameters?: never;
1408
1614
  StarburstParameters?: never;
1409
1615
  TrinoParameters?: never;
1616
+ BigQueryParameters?: never;
1410
1617
  $unknown?: never;
1411
1618
  }
1412
1619
  /**
@@ -1439,6 +1646,7 @@ export declare namespace DataSourceParameters {
1439
1646
  DatabricksParameters?: never;
1440
1647
  StarburstParameters?: never;
1441
1648
  TrinoParameters?: never;
1649
+ BigQueryParameters?: never;
1442
1650
  $unknown?: never;
1443
1651
  }
1444
1652
  /**
@@ -1471,6 +1679,7 @@ export declare namespace DataSourceParameters {
1471
1679
  DatabricksParameters?: never;
1472
1680
  StarburstParameters?: never;
1473
1681
  TrinoParameters?: never;
1682
+ BigQueryParameters?: never;
1474
1683
  $unknown?: never;
1475
1684
  }
1476
1685
  /**
@@ -1503,6 +1712,7 @@ export declare namespace DataSourceParameters {
1503
1712
  DatabricksParameters?: never;
1504
1713
  StarburstParameters?: never;
1505
1714
  TrinoParameters?: never;
1715
+ BigQueryParameters?: never;
1506
1716
  $unknown?: never;
1507
1717
  }
1508
1718
  /**
@@ -1535,6 +1745,7 @@ export declare namespace DataSourceParameters {
1535
1745
  DatabricksParameters?: never;
1536
1746
  StarburstParameters?: never;
1537
1747
  TrinoParameters?: never;
1748
+ BigQueryParameters?: never;
1538
1749
  $unknown?: never;
1539
1750
  }
1540
1751
  /**
@@ -1567,6 +1778,7 @@ export declare namespace DataSourceParameters {
1567
1778
  DatabricksParameters?: never;
1568
1779
  StarburstParameters?: never;
1569
1780
  TrinoParameters?: never;
1781
+ BigQueryParameters?: never;
1570
1782
  $unknown?: never;
1571
1783
  }
1572
1784
  /**
@@ -1599,6 +1811,7 @@ export declare namespace DataSourceParameters {
1599
1811
  DatabricksParameters?: never;
1600
1812
  StarburstParameters?: never;
1601
1813
  TrinoParameters?: never;
1814
+ BigQueryParameters?: never;
1602
1815
  $unknown?: never;
1603
1816
  }
1604
1817
  /**
@@ -1631,6 +1844,7 @@ export declare namespace DataSourceParameters {
1631
1844
  DatabricksParameters?: never;
1632
1845
  StarburstParameters?: never;
1633
1846
  TrinoParameters?: never;
1847
+ BigQueryParameters?: never;
1634
1848
  $unknown?: never;
1635
1849
  }
1636
1850
  /**
@@ -1663,6 +1877,7 @@ export declare namespace DataSourceParameters {
1663
1877
  DatabricksParameters?: never;
1664
1878
  StarburstParameters?: never;
1665
1879
  TrinoParameters?: never;
1880
+ BigQueryParameters?: never;
1666
1881
  $unknown?: never;
1667
1882
  }
1668
1883
  /**
@@ -1695,6 +1910,7 @@ export declare namespace DataSourceParameters {
1695
1910
  DatabricksParameters?: never;
1696
1911
  StarburstParameters?: never;
1697
1912
  TrinoParameters?: never;
1913
+ BigQueryParameters?: never;
1698
1914
  $unknown?: never;
1699
1915
  }
1700
1916
  /**
@@ -1727,6 +1943,7 @@ export declare namespace DataSourceParameters {
1727
1943
  DatabricksParameters?: never;
1728
1944
  StarburstParameters?: never;
1729
1945
  TrinoParameters?: never;
1946
+ BigQueryParameters?: never;
1730
1947
  $unknown?: never;
1731
1948
  }
1732
1949
  /**
@@ -1759,6 +1976,7 @@ export declare namespace DataSourceParameters {
1759
1976
  DatabricksParameters?: never;
1760
1977
  StarburstParameters?: never;
1761
1978
  TrinoParameters?: never;
1979
+ BigQueryParameters?: never;
1762
1980
  $unknown?: never;
1763
1981
  }
1764
1982
  /**
@@ -1791,6 +2009,7 @@ export declare namespace DataSourceParameters {
1791
2009
  DatabricksParameters?: never;
1792
2010
  StarburstParameters?: never;
1793
2011
  TrinoParameters?: never;
2012
+ BigQueryParameters?: never;
1794
2013
  $unknown?: never;
1795
2014
  }
1796
2015
  /**
@@ -1823,6 +2042,7 @@ export declare namespace DataSourceParameters {
1823
2042
  DatabricksParameters?: never;
1824
2043
  StarburstParameters?: never;
1825
2044
  TrinoParameters?: never;
2045
+ BigQueryParameters?: never;
1826
2046
  $unknown?: never;
1827
2047
  }
1828
2048
  /**
@@ -1855,6 +2075,7 @@ export declare namespace DataSourceParameters {
1855
2075
  DatabricksParameters: DatabricksParameters;
1856
2076
  StarburstParameters?: never;
1857
2077
  TrinoParameters?: never;
2078
+ BigQueryParameters?: never;
1858
2079
  $unknown?: never;
1859
2080
  }
1860
2081
  /**
@@ -1887,6 +2108,7 @@ export declare namespace DataSourceParameters {
1887
2108
  DatabricksParameters?: never;
1888
2109
  StarburstParameters: StarburstParameters;
1889
2110
  TrinoParameters?: never;
2111
+ BigQueryParameters?: never;
1890
2112
  $unknown?: never;
1891
2113
  }
1892
2114
  /**
@@ -1919,6 +2141,40 @@ export declare namespace DataSourceParameters {
1919
2141
  DatabricksParameters?: never;
1920
2142
  StarburstParameters?: never;
1921
2143
  TrinoParameters: TrinoParameters;
2144
+ BigQueryParameters?: never;
2145
+ $unknown?: never;
2146
+ }
2147
+ /**
2148
+ * @public
2149
+ * <p>The parameters that are required to connect to a Google BigQuery data source.</p>
2150
+ */
2151
+ interface BigQueryParametersMember {
2152
+ AmazonElasticsearchParameters?: never;
2153
+ AthenaParameters?: never;
2154
+ AuroraParameters?: never;
2155
+ AuroraPostgreSqlParameters?: never;
2156
+ AwsIotAnalyticsParameters?: never;
2157
+ JiraParameters?: never;
2158
+ MariaDbParameters?: never;
2159
+ MySqlParameters?: never;
2160
+ OracleParameters?: never;
2161
+ PostgreSqlParameters?: never;
2162
+ PrestoParameters?: never;
2163
+ RdsParameters?: never;
2164
+ RedshiftParameters?: never;
2165
+ S3Parameters?: never;
2166
+ ServiceNowParameters?: never;
2167
+ SnowflakeParameters?: never;
2168
+ SparkParameters?: never;
2169
+ SqlServerParameters?: never;
2170
+ TeradataParameters?: never;
2171
+ TwitterParameters?: never;
2172
+ AmazonOpenSearchParameters?: never;
2173
+ ExasolParameters?: never;
2174
+ DatabricksParameters?: never;
2175
+ StarburstParameters?: never;
2176
+ TrinoParameters?: never;
2177
+ BigQueryParameters: BigQueryParameters;
1922
2178
  $unknown?: never;
1923
2179
  }
1924
2180
  /**
@@ -1950,6 +2206,7 @@ export declare namespace DataSourceParameters {
1950
2206
  DatabricksParameters?: never;
1951
2207
  StarburstParameters?: never;
1952
2208
  TrinoParameters?: never;
2209
+ BigQueryParameters?: never;
1953
2210
  $unknown: [string, any];
1954
2211
  }
1955
2212
  interface Visitor<T> {
@@ -1978,6 +2235,7 @@ export declare namespace DataSourceParameters {
1978
2235
  DatabricksParameters: (value: DatabricksParameters) => T;
1979
2236
  StarburstParameters: (value: StarburstParameters) => T;
1980
2237
  TrinoParameters: (value: TrinoParameters) => T;
2238
+ BigQueryParameters: (value: BigQueryParameters) => T;
1981
2239
  _: (name: string, value: any) => T;
1982
2240
  }
1983
2241
  const visit: <T>(value: DataSourceParameters, visitor: Visitor<T>) => T;
@@ -2044,6 +2302,38 @@ export interface AssetBundleImportJobDataSourceOverrideParameters {
2044
2302
  */
2045
2303
  Credentials?: AssetBundleImportJobDataSourceCredentials;
2046
2304
  }
2305
+ /**
2306
+ * @public
2307
+ * <p>An object that contains a list of permissions to be applied to a list of data source IDs.</p>
2308
+ */
2309
+ export interface AssetBundleImportJobDataSourceOverridePermissions {
2310
+ /**
2311
+ * @public
2312
+ * <p>A list of data source IDs that you want to apply overrides to. You can use <code>*</code> to override all data sources in this asset bundle.</p>
2313
+ */
2314
+ DataSourceIds: string[] | undefined;
2315
+ /**
2316
+ * @public
2317
+ * <p>A list of permissions for the data source that you want to apply overrides to.</p>
2318
+ */
2319
+ Permissions: AssetBundleResourcePermissions | undefined;
2320
+ }
2321
+ /**
2322
+ * @public
2323
+ * <p>An object that contains a list of tags to be assigned to a list of data source IDs.</p>
2324
+ */
2325
+ export interface AssetBundleImportJobDataSourceOverrideTags {
2326
+ /**
2327
+ * @public
2328
+ * <p>A list of data source IDs that you want to apply overrides to. You can use <code>*</code> to override all data sources in this asset bundle.</p>
2329
+ */
2330
+ DataSourceIds: string[] | undefined;
2331
+ /**
2332
+ * @public
2333
+ * <p>A list of tags for the data source that you want to apply overrides to.</p>
2334
+ */
2335
+ Tags: Tag[] | undefined;
2336
+ }
2047
2337
  /**
2048
2338
  * @public
2049
2339
  * <p>Describes an error that occurred within an Asset Bundle import execution.</p>
@@ -2201,101 +2491,227 @@ export interface AssetBundleImportJobOverrideParameters {
2201
2491
  }
2202
2492
  /**
2203
2493
  * @public
2204
- * @enum
2205
- */
2206
- export declare const AssetBundleImportJobStatus: {
2207
- readonly FAILED: "FAILED";
2208
- readonly FAILED_ROLLBACK_COMPLETED: "FAILED_ROLLBACK_COMPLETED";
2209
- readonly FAILED_ROLLBACK_ERROR: "FAILED_ROLLBACK_ERROR";
2210
- readonly FAILED_ROLLBACK_IN_PROGRESS: "FAILED_ROLLBACK_IN_PROGRESS";
2211
- readonly IN_PROGRESS: "IN_PROGRESS";
2212
- readonly QUEUED_FOR_IMMEDIATE_EXECUTION: "QUEUED_FOR_IMMEDIATE_EXECUTION";
2213
- readonly SUCCESSFUL: "SUCCESSFUL";
2214
- };
2215
- /**
2216
- * @public
2494
+ * <p>An object that contains a list of permissions to be applied to a list of theme IDs.</p>
2217
2495
  */
2218
- export type AssetBundleImportJobStatus = (typeof AssetBundleImportJobStatus)[keyof typeof AssetBundleImportJobStatus];
2496
+ export interface AssetBundleImportJobThemeOverridePermissions {
2497
+ /**
2498
+ * @public
2499
+ * <p>A list of theme IDs that you want to apply overrides to. You can use <code>*</code> to override all themes in this asset bundle.</p>
2500
+ */
2501
+ ThemeIds: string[] | undefined;
2502
+ /**
2503
+ * @public
2504
+ * <p>A list of permissions for the themes that you want to apply overrides to.</p>
2505
+ */
2506
+ Permissions: AssetBundleResourcePermissions | undefined;
2507
+ }
2219
2508
  /**
2220
2509
  * @public
2221
- * <p>A summary of the import job that includes details of the requested job's configuration and its current status.</p>
2510
+ * <p>A structure that contains the override permission configurations that modify the permissions for specified resources before the resource is imported.</p>
2222
2511
  */
2223
- export interface AssetBundleImportJobSummary {
2512
+ export interface AssetBundleImportJobOverridePermissions {
2224
2513
  /**
2225
2514
  * @public
2226
- * <p>The current status of the import job.</p>
2515
+ * <p>A list of permissions overrides for any <code>DataSource</code> resources that are present in the asset bundle that is imported.</p>
2227
2516
  */
2228
- JobStatus?: AssetBundleImportJobStatus;
2517
+ DataSources?: AssetBundleImportJobDataSourceOverridePermissions[];
2229
2518
  /**
2230
2519
  * @public
2231
- * <p>The ARN of the import job.</p>
2520
+ * <p>A list of permissions overrides for any <code>DataSet</code> resources that are present in the asset bundle that is imported.</p>
2232
2521
  */
2233
- Arn?: string;
2522
+ DataSets?: AssetBundleImportJobDataSetOverridePermissions[];
2234
2523
  /**
2235
2524
  * @public
2236
- * <p>The time that the import job was created.</p>
2525
+ * <p>A list of permissions overrides for any <code>Theme</code> resources that are present in the asset bundle that is imported.</p>
2237
2526
  */
2238
- CreatedTime?: Date;
2527
+ Themes?: AssetBundleImportJobThemeOverridePermissions[];
2239
2528
  /**
2240
2529
  * @public
2241
- * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
2530
+ * <p>A list of permissions overrides for any <code>Analysis</code> resources that are present in the asset bundle that is imported.</p>
2242
2531
  */
2243
- AssetBundleImportJobId?: string;
2532
+ Analyses?: AssetBundleImportJobAnalysisOverridePermissions[];
2244
2533
  /**
2245
2534
  * @public
2246
- * <p>The failure action for the import job.</p>
2535
+ * <p>A list of permissions overrides for any <code>Dashboard</code> resources that are present in the asset bundle that is imported.</p>
2247
2536
  */
2248
- FailureAction?: AssetBundleImportFailureAction;
2537
+ Dashboards?: AssetBundleImportJobDashboardOverridePermissions[];
2249
2538
  }
2250
2539
  /**
2251
2540
  * @public
2252
- * <p>The source of the asset bundle zip file that contains the data that you want to import. The file must be in <code>QUICKSIGHT_JSON</code> format.</p>
2541
+ * <p>An object that contains a list of tags to be assigned to a list of theme IDs.</p>
2253
2542
  */
2254
- export interface AssetBundleImportSource {
2543
+ export interface AssetBundleImportJobThemeOverrideTags {
2255
2544
  /**
2256
2545
  * @public
2257
- * <p>The bytes of the base64 encoded asset bundle import zip file. This file can't exceed 20 MB.</p>
2258
- * <p>If you are calling the API operations from the Amazon Web Services SDK for Java, JavaScript, Python, or
2259
- * PHP, the SDK encodes base64 automatically to allow the direct setting of the zip file's bytes. If you are using
2260
- * an SDK for a different language or receiving related errors, try to base64 encode your data.</p>
2546
+ * <p>A list of theme IDs that you want to apply overrides to. You can use <code>*</code> to override all themes in this asset bundle.</p>
2261
2547
  */
2262
- Body?: Uint8Array;
2548
+ ThemeIds: string[] | undefined;
2263
2549
  /**
2264
2550
  * @public
2265
- * <p>The Amazon S3 URI for an asset bundle import file that exists in an Amazon S3 bucket that the caller
2266
- * has read access to. The file must be a zip format file and can't exceed 20 MB.</p>
2551
+ * <p>A list of tags for the themes that you want to apply overrides to.</p>
2267
2552
  */
2268
- S3Uri?: string;
2553
+ Tags: Tag[] | undefined;
2269
2554
  }
2270
2555
  /**
2271
2556
  * @public
2272
- * <p>A description of the import source that you provide at the start of an import job. This value is set to either <code>Body</code> or <code>S3Uri</code>, depending on how the <code>StartAssetBundleImportJobRequest</code> is configured.</p>
2557
+ * <p>An object that contains a list of tags to be assigned to a list of VPC connection IDs.</p>
2273
2558
  */
2274
- export interface AssetBundleImportSourceDescription {
2559
+ export interface AssetBundleImportJobVPCConnectionOverrideTags {
2275
2560
  /**
2276
2561
  * @public
2277
- * <p>An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import job. This URL is valid for five minutes after issuance. Call <code>DescribeAssetBundleExportJob</code> again for a fresh URL if needed. The downloaded asset bundle is a <code>.qs</code> zip file.</p>
2562
+ * <p>A list of VPC connection IDs that you want to apply overrides to. You can use <code>*</code> to override all VPC connections in this asset bundle.</p>
2278
2563
  */
2279
- Body?: string;
2564
+ VPCConnectionIds: string[] | undefined;
2280
2565
  /**
2281
2566
  * @public
2282
- * <p>The Amazon S3 URI that you provided at the start of the import job.</p>
2567
+ * <p>A list of tags for the VPC connections that you want to apply overrides to.</p>
2283
2568
  */
2284
- S3Uri?: string;
2569
+ Tags: Tag[] | undefined;
2285
2570
  }
2286
2571
  /**
2287
2572
  * @public
2288
- * @enum
2289
- */
2290
- export declare const AssignmentStatus: {
2291
- readonly DISABLED: "DISABLED";
2292
- readonly DRAFT: "DRAFT";
2293
- readonly ENABLED: "ENABLED";
2294
- };
2295
- /**
2296
- * @public
2573
+ * <p>A structure that contains the override tag configuration that modify the tags that are assigned to specified resources before the resource is imported.</p>
2297
2574
  */
2298
- export type AssignmentStatus = (typeof AssignmentStatus)[keyof typeof AssignmentStatus];
2575
+ export interface AssetBundleImportJobOverrideTags {
2576
+ /**
2577
+ * @public
2578
+ * <p>A list of tag overrides for any <code>VPCConnection</code> resources that are present in the asset bundle that is imported.</p>
2579
+ */
2580
+ VPCConnections?: AssetBundleImportJobVPCConnectionOverrideTags[];
2581
+ /**
2582
+ * @public
2583
+ * <p>A list of tag overrides for any <code>DataSource</code> resources that are present in the asset bundle that is imported.</p>
2584
+ */
2585
+ DataSources?: AssetBundleImportJobDataSourceOverrideTags[];
2586
+ /**
2587
+ * @public
2588
+ * <p>A list of tag overrides for any <code>DataSet</code> resources that are present in the asset bundle that is imported.</p>
2589
+ */
2590
+ DataSets?: AssetBundleImportJobDataSetOverrideTags[];
2591
+ /**
2592
+ * @public
2593
+ * <p>A list of tag overrides for any <code>Theme</code> resources that are present in the asset bundle that is imported.</p>
2594
+ */
2595
+ Themes?: AssetBundleImportJobThemeOverrideTags[];
2596
+ /**
2597
+ * @public
2598
+ * <p>A list of tag overrides for any <code>Analysis</code> resources that are present in the asset bundle that is imported.</p>
2599
+ */
2600
+ Analyses?: AssetBundleImportJobAnalysisOverrideTags[];
2601
+ /**
2602
+ * @public
2603
+ * <p>A list of tag overrides for any <code>Dashboard</code> resources that are present in the asset bundle that is imported.</p>
2604
+ */
2605
+ Dashboards?: AssetBundleImportJobDashboardOverrideTags[];
2606
+ }
2607
+ /**
2608
+ * @public
2609
+ * <p>An optional parameter that overrides the validation strategy for all analyses and dashboards before the resource is imported.</p>
2610
+ */
2611
+ export interface AssetBundleImportJobOverrideValidationStrategy {
2612
+ /**
2613
+ * @public
2614
+ * <p>A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.</p>
2615
+ */
2616
+ StrictModeForAllResources?: boolean;
2617
+ }
2618
+ /**
2619
+ * @public
2620
+ * @enum
2621
+ */
2622
+ export declare const AssetBundleImportJobStatus: {
2623
+ readonly FAILED: "FAILED";
2624
+ readonly FAILED_ROLLBACK_COMPLETED: "FAILED_ROLLBACK_COMPLETED";
2625
+ readonly FAILED_ROLLBACK_ERROR: "FAILED_ROLLBACK_ERROR";
2626
+ readonly FAILED_ROLLBACK_IN_PROGRESS: "FAILED_ROLLBACK_IN_PROGRESS";
2627
+ readonly IN_PROGRESS: "IN_PROGRESS";
2628
+ readonly QUEUED_FOR_IMMEDIATE_EXECUTION: "QUEUED_FOR_IMMEDIATE_EXECUTION";
2629
+ readonly SUCCESSFUL: "SUCCESSFUL";
2630
+ };
2631
+ /**
2632
+ * @public
2633
+ */
2634
+ export type AssetBundleImportJobStatus = (typeof AssetBundleImportJobStatus)[keyof typeof AssetBundleImportJobStatus];
2635
+ /**
2636
+ * @public
2637
+ * <p>A summary of the import job that includes details of the requested job's configuration and its current status.</p>
2638
+ */
2639
+ export interface AssetBundleImportJobSummary {
2640
+ /**
2641
+ * @public
2642
+ * <p>The current status of the import job.</p>
2643
+ */
2644
+ JobStatus?: AssetBundleImportJobStatus;
2645
+ /**
2646
+ * @public
2647
+ * <p>The ARN of the import job.</p>
2648
+ */
2649
+ Arn?: string;
2650
+ /**
2651
+ * @public
2652
+ * <p>The time that the import job was created.</p>
2653
+ */
2654
+ CreatedTime?: Date;
2655
+ /**
2656
+ * @public
2657
+ * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
2658
+ */
2659
+ AssetBundleImportJobId?: string;
2660
+ /**
2661
+ * @public
2662
+ * <p>The failure action for the import job.</p>
2663
+ */
2664
+ FailureAction?: AssetBundleImportFailureAction;
2665
+ }
2666
+ /**
2667
+ * @public
2668
+ * <p>The source of the asset bundle zip file that contains the data that you want to import. The file must be in <code>QUICKSIGHT_JSON</code> format.</p>
2669
+ */
2670
+ export interface AssetBundleImportSource {
2671
+ /**
2672
+ * @public
2673
+ * <p>The bytes of the base64 encoded asset bundle import zip file. This file can't exceed 20 MB.</p>
2674
+ * <p>If you are calling the API operations from the Amazon Web Services SDK for Java, JavaScript, Python, or
2675
+ * PHP, the SDK encodes base64 automatically to allow the direct setting of the zip file's bytes. If you are using
2676
+ * an SDK for a different language or receiving related errors, try to base64 encode your data.</p>
2677
+ */
2678
+ Body?: Uint8Array;
2679
+ /**
2680
+ * @public
2681
+ * <p>The Amazon S3 URI for an asset bundle import file that exists in an Amazon S3 bucket that the caller
2682
+ * has read access to. The file must be a zip format file and can't exceed 20 MB.</p>
2683
+ */
2684
+ S3Uri?: string;
2685
+ }
2686
+ /**
2687
+ * @public
2688
+ * <p>A description of the import source that you provide at the start of an import job. This value is set to either <code>Body</code> or <code>S3Uri</code>, depending on how the <code>StartAssetBundleImportJobRequest</code> is configured.</p>
2689
+ */
2690
+ export interface AssetBundleImportSourceDescription {
2691
+ /**
2692
+ * @public
2693
+ * <p>An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import job. This URL is valid for five minutes after issuance. Call <code>DescribeAssetBundleExportJob</code> again for a fresh URL if needed. The downloaded asset bundle is a <code>.qs</code> zip file.</p>
2694
+ */
2695
+ Body?: string;
2696
+ /**
2697
+ * @public
2698
+ * <p>The Amazon S3 URI that you provided at the start of the import job.</p>
2699
+ */
2700
+ S3Uri?: string;
2701
+ }
2702
+ /**
2703
+ * @public
2704
+ * @enum
2705
+ */
2706
+ export declare const AssignmentStatus: {
2707
+ readonly DISABLED: "DISABLED";
2708
+ readonly DRAFT: "DRAFT";
2709
+ readonly ENABLED: "ENABLED";
2710
+ };
2711
+ /**
2712
+ * @public
2713
+ */
2714
+ export type AssignmentStatus = (typeof AssignmentStatus)[keyof typeof AssignmentStatus];
2299
2715
  /**
2300
2716
  * @public
2301
2717
  * @enum
@@ -2927,23 +3343,6 @@ export declare const ConstantType: {
2927
3343
  * @public
2928
3344
  */
2929
3345
  export type ConstantType = (typeof ConstantType)[keyof typeof ConstantType];
2930
- /**
2931
- * @public
2932
- * <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
2933
- * resource.</p>
2934
- */
2935
- export interface Tag {
2936
- /**
2937
- * @public
2938
- * <p>Tag key.</p>
2939
- */
2940
- Key: string | undefined;
2941
- /**
2942
- * @public
2943
- * <p>Tag value.</p>
2944
- */
2945
- Value: string | undefined;
2946
- }
2947
3346
  /**
2948
3347
  * @public
2949
3348
  */
@@ -3071,9 +3470,10 @@ export interface CreateAccountSubscriptionRequest {
3071
3470
  Edition: Edition | undefined;
3072
3471
  /**
3073
3472
  * @public
3074
- * <p>The method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid values for this parameter are <code>IAM_AND_QUICKSIGHT</code>, <code>IAM_ONLY</code>, and <code>ACTIVE_DIRECTORY</code>.</p>
3473
+ * <p>The method that you want to use to authenticate your Amazon QuickSight account.</p>
3075
3474
  * <p>If you choose <code>ACTIVE_DIRECTORY</code>, provide an <code>ActiveDirectoryName</code>
3076
3475
  * and an <code>AdminGroup</code> associated with your Active Directory.</p>
3476
+ * <p>If you choose <code>IAM_IDENTITY_CENTER</code>, provide an <code>AdminGroup</code> associated with your IAM Identity Center account.</p>
3077
3477
  */
3078
3478
  AuthenticationMethod: AuthenticationMethodOption | undefined;
3079
3479
  /**
@@ -3110,26 +3510,20 @@ export interface CreateAccountSubscriptionRequest {
3110
3510
  DirectoryId?: string;
3111
3511
  /**
3112
3512
  * @public
3113
- * <p>The admin group associated with your Active Directory. This field is required if <code>ACTIVE_DIRECTORY</code> is the selected authentication method of the new Amazon QuickSight account. For more information about using
3114
- * Active Directory in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with
3115
- * Amazon QuickSight Enterprise Edition</a> in the Amazon QuickSight
3116
- * User Guide.</p>
3513
+ * <p>The admin group associated with your Active Directory or IAM Identity Center account. This field is required if <code>ACTIVE_DIRECTORY</code> or <code>IAM_IDENTITY_CENTER</code> is the selected authentication method of the new Amazon QuickSight account.</p>
3514
+ * <p>For more information about using IAM Identity Center in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html">Using IAM Identity Center with Amazon QuickSight Enterprise Edition</a> in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with Amazon QuickSight Enterprise Edition</a> in the Amazon QuickSight User Guide.</p>
3117
3515
  */
3118
3516
  AdminGroup?: string[];
3119
3517
  /**
3120
3518
  * @public
3121
- * <p>The author group associated with your Active Directory. For more information about using
3122
- * Active Directory in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with
3123
- * Amazon QuickSight Enterprise Edition</a> in the Amazon QuickSight
3124
- * User Guide.</p>
3519
+ * <p>The author group associated with your Active Directory or IAM Identity Center account.</p>
3520
+ * <p>For more information about using IAM Identity Center in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html">Using IAM Identity Center with Amazon QuickSight Enterprise Edition</a> in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with Amazon QuickSight Enterprise Edition</a> in the Amazon QuickSight User Guide.</p>
3125
3521
  */
3126
3522
  AuthorGroup?: string[];
3127
3523
  /**
3128
3524
  * @public
3129
- * <p>The reader group associated with your Active Direcrtory. For more information about
3130
- * using Active Directory in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with
3131
- * Amazon QuickSight Enterprise Edition</a> in the <i>Amazon QuickSight
3132
- * User Guide</i>.</p>
3525
+ * <p>The reader group associated with your Active Directory or IAM Identity Center account.</p>
3526
+ * <p>For more information about using IAM Identity Center in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html">Using IAM Identity Center with Amazon QuickSight Enterprise Edition</a> in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with Amazon QuickSight Enterprise Edition</a> in the Amazon QuickSight User Guide.</p>
3133
3527
  */
3134
3528
  ReaderGroup?: string[];
3135
3529
  /**
@@ -3367,7 +3761,7 @@ export type ValidationStrategyMode = (typeof ValidationStrategyMode)[keyof typeo
3367
3761
  export interface ValidationStrategy {
3368
3762
  /**
3369
3763
  * @public
3370
- * <p>The mode of validation for the asset to be creaed or updated. When you set this value to <code>STRICT</code>, strict validation for every error is enforced. When you set this value to <code>LENIENT</code>, validation is skipped for specific UI errors.</p>
3764
+ * <p>The mode of validation for the asset to be created or updated. When you set this value to <code>STRICT</code>, strict validation for every error is enforced. When you set this value to <code>LENIENT</code>, validation is skipped for specific UI errors.</p>
3371
3765
  */
3372
3766
  Mode: ValidationStrategyMode | undefined;
3373
3767
  }
@@ -3779,6 +4173,17 @@ export interface DashboardVersionDefinition {
3779
4173
  */
3780
4174
  Options?: AssetOptions;
3781
4175
  }
4176
+ /**
4177
+ * @public
4178
+ * <p>A structure that contains the configuration of a shareable link to the dashboard.</p>
4179
+ */
4180
+ export interface LinkSharingConfiguration {
4181
+ /**
4182
+ * @public
4183
+ * <p>A structure that contains the permissions of a shareable link.</p>
4184
+ */
4185
+ Permissions?: ResourcePermission[];
4186
+ }
3782
4187
  /**
3783
4188
  * @public
3784
4189
  * <p>Dashboard source template.</p>
@@ -3925,6 +4330,11 @@ export interface CreateDashboardRequest {
3925
4330
  * <p>When you create the dashboard, Amazon QuickSight adds the dashboard to these folders.</p>
3926
4331
  */
3927
4332
  FolderArns?: string[];
4333
+ /**
4334
+ * @public
4335
+ * <p>A structure that contains the permissions of a shareable link to the dashboard.</p>
4336
+ */
4337
+ LinkSharingConfiguration?: LinkSharingConfiguration;
3928
4338
  }
3929
4339
  /**
3930
4340
  * @public
@@ -5136,6 +5546,7 @@ export declare const DataSourceType: {
5136
5546
  readonly AURORA: "AURORA";
5137
5547
  readonly AURORA_POSTGRESQL: "AURORA_POSTGRESQL";
5138
5548
  readonly AWS_IOT_ANALYTICS: "AWS_IOT_ANALYTICS";
5549
+ readonly BIGQUERY: "BIGQUERY";
5139
5550
  readonly DATABRICKS: "DATABRICKS";
5140
5551
  readonly EXASOL: "EXASOL";
5141
5552
  readonly GITHUB: "GITHUB";
@@ -5152,8 +5563,10 @@ export declare const DataSourceType: {
5152
5563
  readonly SNOWFLAKE: "SNOWFLAKE";
5153
5564
  readonly SPARK: "SPARK";
5154
5565
  readonly SQLSERVER: "SQLSERVER";
5566
+ readonly STARBURST: "STARBURST";
5155
5567
  readonly TERADATA: "TERADATA";
5156
5568
  readonly TIMESTREAM: "TIMESTREAM";
5569
+ readonly TRINO: "TRINO";
5157
5570
  readonly TWITTER: "TWITTER";
5158
5571
  };
5159
5572
  /**
@@ -6053,6 +6466,59 @@ export interface CreateRefreshScheduleResponse {
6053
6466
  */
6054
6467
  Arn?: string;
6055
6468
  }
6469
+ /**
6470
+ * @public
6471
+ * @enum
6472
+ */
6473
+ export declare const Role: {
6474
+ readonly ADMIN: "ADMIN";
6475
+ readonly AUTHOR: "AUTHOR";
6476
+ readonly READER: "READER";
6477
+ };
6478
+ /**
6479
+ * @public
6480
+ */
6481
+ export type Role = (typeof Role)[keyof typeof Role];
6482
+ /**
6483
+ * @public
6484
+ */
6485
+ export interface CreateRoleMembershipRequest {
6486
+ /**
6487
+ * @public
6488
+ * <p>The name of the group that you want to add to the role.</p>
6489
+ */
6490
+ MemberName: string | undefined;
6491
+ /**
6492
+ * @public
6493
+ * <p>The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.</p>
6494
+ */
6495
+ AwsAccountId: string | undefined;
6496
+ /**
6497
+ * @public
6498
+ * <p>The namespace that the role belongs to.</p>
6499
+ */
6500
+ Namespace: string | undefined;
6501
+ /**
6502
+ * @public
6503
+ * <p>The role that you want to add a group to.</p>
6504
+ */
6505
+ Role: Role | undefined;
6506
+ }
6507
+ /**
6508
+ * @public
6509
+ */
6510
+ export interface CreateRoleMembershipResponse {
6511
+ /**
6512
+ * @public
6513
+ * <p>The Amazon Web Services request ID for this operation.</p>
6514
+ */
6515
+ RequestId?: string;
6516
+ /**
6517
+ * @public
6518
+ * <p>The HTTP status of the request.</p>
6519
+ */
6520
+ Status?: number;
6521
+ }
6056
6522
  /**
6057
6523
  * @public
6058
6524
  * <p>Dataset schema.</p>
@@ -7314,675 +7780,41 @@ export declare const NamedFilterType: {
7314
7780
  */
7315
7781
  export type NamedFilterType = (typeof NamedFilterType)[keyof typeof NamedFilterType];
7316
7782
  /**
7317
- * @public
7318
- * @enum
7783
+ * @internal
7319
7784
  */
7320
- export declare const NamedFilterAggType: {
7321
- readonly AVERAGE: "AVERAGE";
7322
- readonly COUNT: "COUNT";
7323
- readonly DISTINCT_COUNT: "DISTINCT_COUNT";
7324
- readonly MAX: "MAX";
7325
- readonly MEDIAN: "MEDIAN";
7326
- readonly MIN: "MIN";
7327
- readonly NO_AGGREGATION: "NO_AGGREGATION";
7328
- readonly STDEV: "STDEV";
7329
- readonly STDEVP: "STDEVP";
7330
- readonly SUM: "SUM";
7331
- readonly VAR: "VAR";
7332
- readonly VARP: "VARP";
7333
- };
7785
+ export declare const SnapshotJobS3ResultFilterSensitiveLog: (obj: SnapshotJobS3Result) => any;
7334
7786
  /**
7335
- * @public
7787
+ * @internal
7336
7788
  */
7337
- export type NamedFilterAggType = (typeof NamedFilterAggType)[keyof typeof NamedFilterAggType];
7789
+ export declare const SnapshotJobResultFileGroupFilterSensitiveLog: (obj: SnapshotJobResultFileGroup) => any;
7338
7790
  /**
7339
- * @public
7340
- * <p>A structure that represents a singular filter constant, used in filters to specify a single value to match against.</p>
7791
+ * @internal
7341
7792
  */
7342
- export interface TopicSingularFilterConstant {
7343
- /**
7344
- * @public
7345
- * <p>The type of the singular filter constant. Valid values for this structure are <code>SINGULAR</code>.</p>
7346
- */
7347
- ConstantType?: ConstantType;
7348
- /**
7349
- * @public
7350
- * <p>The value of the singular filter constant.</p>
7351
- */
7352
- SingularConstant?: string;
7353
- }
7793
+ export declare const AnonymousUserSnapshotJobResultFilterSensitiveLog: (obj: AnonymousUserSnapshotJobResult) => any;
7354
7794
  /**
7355
- * @public
7356
- * <p>A filter that filters topics based on the value of a numeric field. The filter includes only topics whose numeric field value matches the specified value.</p>
7795
+ * @internal
7357
7796
  */
7358
- export interface TopicNumericEqualityFilter {
7359
- /**
7360
- * @public
7361
- * <p>The constant used in a numeric equality filter.</p>
7362
- */
7363
- Constant?: TopicSingularFilterConstant;
7364
- /**
7365
- * @public
7366
- * <p>An aggregation function that specifies how to calculate the value of a numeric field for
7367
- * a topic. Valid values for this structure are <code>NO_AGGREGATION</code>, <code>SUM</code>,
7368
- * <code>AVERAGE</code>, <code>COUNT</code>, <code>DISTINCT_COUNT</code>, <code>MAX</code>,
7369
- * <code>MEDIAN</code>, <code>MIN</code>, <code>STDEV</code>, <code>STDEVP</code>,
7370
- * <code>VAR</code>,
7371
- * and <code>VARP</code>.</p>
7372
- */
7373
- Aggregation?: NamedFilterAggType;
7374
- }
7797
+ export declare const AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog: (obj: AssetBundleImportJobDataSourceCredentialPair) => any;
7375
7798
  /**
7376
- * @public
7377
- * <p>A filter that filters topics based on the value of a numeric field. The filter includes only topics whose numeric field value falls within the specified range.</p>
7799
+ * @internal
7378
7800
  */
7379
- export interface TopicNumericRangeFilter {
7380
- /**
7381
- * @public
7382
- * <p>A Boolean value that indicates whether the endpoints of the numeric range are included in the filter.
7383
- * If set to true, topics whose numeric field value is equal to the endpoint values will be
7384
- * included in the filter. If set to false, topics whose numeric field value is equal to the
7385
- * endpoint values will be excluded from the filter.</p>
7386
- */
7387
- Inclusive?: boolean;
7388
- /**
7389
- * @public
7390
- * <p>The constant used in a
7391
- * numeric range filter.</p>
7392
- */
7393
- Constant?: TopicRangeFilterConstant;
7394
- /**
7395
- * @public
7396
- * <p>An aggregation function that specifies how to calculate the value of a numeric field for
7397
- * a topic, Valid values for this structure are <code>NO_AGGREGATION</code>, <code>SUM</code>,
7398
- * <code>AVERAGE</code>, <code>COUNT</code>, <code>DISTINCT_COUNT</code>, <code>MAX</code>,
7399
- * <code>MEDIAN</code>, <code>MIN</code>, <code>STDEV</code>, <code>STDEVP</code>,
7400
- * <code>VAR</code>,
7401
- * and <code>VARP</code>.</p>
7402
- */
7403
- Aggregation?: NamedFilterAggType;
7404
- }
7801
+ export declare const AssetBundleImportJobDataSourceCredentialsFilterSensitiveLog: (obj: AssetBundleImportJobDataSourceCredentials) => any;
7405
7802
  /**
7406
- * @public
7407
- * @enum
7803
+ * @internal
7408
7804
  */
7409
- export declare const TopicRelativeDateFilterFunction: {
7410
- readonly LAST: "LAST";
7411
- readonly NEXT: "NEXT";
7412
- readonly NOW: "NOW";
7413
- readonly PREVIOUS: "PREVIOUS";
7414
- readonly THIS: "THIS";
7415
- };
7805
+ export declare const AssetBundleImportJobDataSourceOverrideParametersFilterSensitiveLog: (obj: AssetBundleImportJobDataSourceOverrideParameters) => any;
7416
7806
  /**
7417
- * @public
7807
+ * @internal
7418
7808
  */
7419
- export type TopicRelativeDateFilterFunction = (typeof TopicRelativeDateFilterFunction)[keyof typeof TopicRelativeDateFilterFunction];
7420
- /**
7421
- * @public
7422
- * <p>A structure that represents a relative date filter.</p>
7423
- */
7424
- export interface TopicRelativeDateFilter {
7425
- /**
7426
- * @public
7427
- * <p>The level of time precision that is used to aggregate <code>DateTime</code> values.</p>
7428
- */
7429
- TimeGranularity?: TopicTimeGranularity;
7430
- /**
7431
- * @public
7432
- * <p>The function to be used in a relative date filter to determine the range of dates to include in the results. Valid values for this structure are <code>BEFORE</code>, <code>AFTER</code>, and <code>BETWEEN</code>.</p>
7433
- */
7434
- RelativeDateFilterFunction?: TopicRelativeDateFilterFunction;
7435
- /**
7436
- * @public
7437
- * <p>The constant used in a
7438
- * relative date filter.</p>
7439
- */
7440
- Constant?: TopicSingularFilterConstant;
7441
- }
7442
- /**
7443
- * @public
7444
- * <p>A structure that represents a filter used to select items for a topic.</p>
7445
- */
7446
- export interface TopicFilter {
7447
- /**
7448
- * @public
7449
- * <p>A description of the filter used to select items for a topic.</p>
7450
- */
7451
- FilterDescription?: string;
7452
- /**
7453
- * @public
7454
- * <p>The class of the filter. Valid values for this structure are
7455
- * <code>ENFORCED_VALUE_FILTER</code>,
7456
- * <code>CONDITIONAL_VALUE_FILTER</code>,
7457
- * and <code>NAMED_VALUE_FILTER</code>.</p>
7458
- */
7459
- FilterClass?: FilterClass;
7460
- /**
7461
- * @public
7462
- * <p>The name of the filter.</p>
7463
- */
7464
- FilterName: string | undefined;
7465
- /**
7466
- * @public
7467
- * <p>The other names or aliases for the filter.</p>
7468
- */
7469
- FilterSynonyms?: string[];
7470
- /**
7471
- * @public
7472
- * <p>The name of the field that the filter operates on.</p>
7473
- */
7474
- OperandFieldName: string | undefined;
7475
- /**
7476
- * @public
7477
- * <p>The type of the filter. Valid values for this structure are
7478
- * <code>CATEGORY_FILTER</code>, <code>NUMERIC_EQUALITY_FILTER</code>,
7479
- * <code>NUMERIC_RANGE_FILTER</code>,
7480
- * <code>DATE_RANGE_FILTER</code>,
7481
- * and <code>RELATIVE_DATE_FILTER</code>.</p>
7482
- */
7483
- FilterType?: NamedFilterType;
7484
- /**
7485
- * @public
7486
- * <p>The category filter that is associated with this filter.</p>
7487
- */
7488
- CategoryFilter?: TopicCategoryFilter;
7489
- /**
7490
- * @public
7491
- * <p>The numeric equality filter.</p>
7492
- */
7493
- NumericEqualityFilter?: TopicNumericEqualityFilter;
7494
- /**
7495
- * @public
7496
- * <p>The numeric range filter.</p>
7497
- */
7498
- NumericRangeFilter?: TopicNumericRangeFilter;
7499
- /**
7500
- * @public
7501
- * <p>The date range filter.</p>
7502
- */
7503
- DateRangeFilter?: TopicDateRangeFilter;
7504
- /**
7505
- * @public
7506
- * <p>The relative date filter.</p>
7507
- */
7508
- RelativeDateFilter?: TopicRelativeDateFilter;
7509
- }
7510
- /**
7511
- * @public
7512
- * @enum
7513
- */
7514
- export declare const NamedEntityAggType: {
7515
- readonly AVERAGE: "AVERAGE";
7516
- readonly COUNT: "COUNT";
7517
- readonly CUSTOM: "CUSTOM";
7518
- readonly DISTINCT_COUNT: "DISTINCT_COUNT";
7519
- readonly MAX: "MAX";
7520
- readonly MEDIAN: "MEDIAN";
7521
- readonly MIN: "MIN";
7522
- readonly PERCENTILE: "PERCENTILE";
7523
- readonly STDEV: "STDEV";
7524
- readonly STDEVP: "STDEVP";
7525
- readonly SUM: "SUM";
7526
- readonly VAR: "VAR";
7527
- readonly VARP: "VARP";
7528
- };
7529
- /**
7530
- * @public
7531
- */
7532
- export type NamedEntityAggType = (typeof NamedEntityAggType)[keyof typeof NamedEntityAggType];
7533
- /**
7534
- * @public
7535
- * <p>A structure that represents a metric.</p>
7536
- */
7537
- export interface NamedEntityDefinitionMetric {
7538
- /**
7539
- * @public
7540
- * <p>The aggregation of a named entity. Valid values for this structure are <code>SUM</code>,
7541
- * <code>MIN</code>, <code>MAX</code>, <code>COUNT</code>, <code>AVERAGE</code>,
7542
- * <code>DISTINCT_COUNT</code>, <code>STDEV</code>, <code>STDEVP</code>, <code>VAR</code>,
7543
- * <code>VARP</code>, <code>PERCENTILE</code>,
7544
- * <code>MEDIAN</code>,
7545
- * and <code>CUSTOM</code>.</p>
7546
- */
7547
- Aggregation?: NamedEntityAggType;
7548
- /**
7549
- * @public
7550
- * <p>The additional parameters for an aggregation function.</p>
7551
- */
7552
- AggregationFunctionParameters?: Record<string, string>;
7553
- }
7554
- /**
7555
- * @public
7556
- * @enum
7557
- */
7558
- export declare const PropertyRole: {
7559
- readonly ID: "ID";
7560
- readonly PRIMARY: "PRIMARY";
7561
- };
7562
- /**
7563
- * @public
7564
- */
7565
- export type PropertyRole = (typeof PropertyRole)[keyof typeof PropertyRole];
7566
- /**
7567
- * @public
7568
- * @enum
7569
- */
7570
- export declare const PropertyUsage: {
7571
- readonly DIMENSION: "DIMENSION";
7572
- readonly INHERIT: "INHERIT";
7573
- readonly MEASURE: "MEASURE";
7574
- };
7575
- /**
7576
- * @public
7577
- */
7578
- export type PropertyUsage = (typeof PropertyUsage)[keyof typeof PropertyUsage];
7579
- /**
7580
- * @public
7581
- * <p>A structure that represents a named entity.</p>
7582
- */
7583
- export interface NamedEntityDefinition {
7584
- /**
7585
- * @public
7586
- * <p>The name of the entity.</p>
7587
- */
7588
- FieldName?: string;
7589
- /**
7590
- * @public
7591
- * <p>The property name to be used for the named entity.</p>
7592
- */
7593
- PropertyName?: string;
7594
- /**
7595
- * @public
7596
- * <p>The property role. Valid values for this structure are <code>PRIMARY</code> and <code>ID</code>.</p>
7597
- */
7598
- PropertyRole?: PropertyRole;
7599
- /**
7600
- * @public
7601
- * <p>The property usage. Valid values for this structure are <code>INHERIT</code>,
7602
- * <code>DIMENSION</code>,
7603
- * and <code>MEASURE</code>.</p>
7604
- */
7605
- PropertyUsage?: PropertyUsage;
7606
- /**
7607
- * @public
7608
- * <p>The definition of a metric.</p>
7609
- */
7610
- Metric?: NamedEntityDefinitionMetric;
7611
- }
7612
- /**
7613
- * @public
7614
- * <p>A structure that represents a semantic entity type.</p>
7615
- */
7616
- export interface SemanticEntityType {
7617
- /**
7618
- * @public
7619
- * <p>The semantic entity type name.</p>
7620
- */
7621
- TypeName?: string;
7622
- /**
7623
- * @public
7624
- * <p>The semantic entity sub type name.</p>
7625
- */
7626
- SubTypeName?: string;
7627
- /**
7628
- * @public
7629
- * <p>The semantic entity type parameters.</p>
7630
- */
7631
- TypeParameters?: Record<string, string>;
7632
- }
7633
- /**
7634
- * @public
7635
- * <p>A structure that represents a named entity.</p>
7636
- */
7637
- export interface TopicNamedEntity {
7638
- /**
7639
- * @public
7640
- * <p>The name of the named entity.</p>
7641
- */
7642
- EntityName: string | undefined;
7643
- /**
7644
- * @public
7645
- * <p>The description of the named entity.</p>
7646
- */
7647
- EntityDescription?: string;
7648
- /**
7649
- * @public
7650
- * <p>The other
7651
- * names or aliases for the named entity.</p>
7652
- */
7653
- EntitySynonyms?: string[];
7654
- /**
7655
- * @public
7656
- * <p>The type of named entity that a topic represents.</p>
7657
- */
7658
- SemanticEntityType?: SemanticEntityType;
7659
- /**
7660
- * @public
7661
- * <p>The definition of a named entity.</p>
7662
- */
7663
- Definition?: NamedEntityDefinition[];
7664
- }
7665
- /**
7666
- * @public
7667
- * <p>A structure that represents a dataset.</p>
7668
- */
7669
- export interface DatasetMetadata {
7670
- /**
7671
- * @public
7672
- * <p>The Amazon Resource Name (ARN) of the dataset.</p>
7673
- */
7674
- DatasetArn: string | undefined;
7675
- /**
7676
- * @public
7677
- * <p>The name of the dataset.</p>
7678
- */
7679
- DatasetName?: string;
7680
- /**
7681
- * @public
7682
- * <p>The description of the dataset.</p>
7683
- */
7684
- DatasetDescription?: string;
7685
- /**
7686
- * @public
7687
- * <p>The definition of a data aggregation.</p>
7688
- */
7689
- DataAggregation?: DataAggregation;
7690
- /**
7691
- * @public
7692
- * <p>The list of filter definitions.</p>
7693
- */
7694
- Filters?: TopicFilter[];
7695
- /**
7696
- * @public
7697
- * <p>The list of column definitions.</p>
7698
- */
7699
- Columns?: TopicColumn[];
7700
- /**
7701
- * @public
7702
- * <p>The list of calculated field definitions.</p>
7703
- */
7704
- CalculatedFields?: TopicCalculatedField[];
7705
- /**
7706
- * @public
7707
- * <p>The list of named entities definitions.</p>
7708
- */
7709
- NamedEntities?: TopicNamedEntity[];
7710
- }
7711
- /**
7712
- * @public
7713
- * <p>A structure that describes the details of a topic, such as its name, description, and associated data sets.</p>
7714
- */
7715
- export interface TopicDetails {
7716
- /**
7717
- * @public
7718
- * <p>The name of the topic.</p>
7719
- */
7720
- Name?: string;
7721
- /**
7722
- * @public
7723
- * <p>The description of the topic.</p>
7724
- */
7725
- Description?: string;
7726
- /**
7727
- * @public
7728
- * <p>The data sets that the topic is associated with.</p>
7729
- */
7730
- DataSets?: DatasetMetadata[];
7731
- }
7732
- /**
7733
- * @public
7734
- */
7735
- export interface CreateTopicRequest {
7736
- /**
7737
- * @public
7738
- * <p>The ID of the Amazon Web Services account that you want to create a topic in.</p>
7739
- */
7740
- AwsAccountId: string | undefined;
7741
- /**
7742
- * @public
7743
- * <p>The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
7744
- */
7745
- TopicId: string | undefined;
7746
- /**
7747
- * @public
7748
- * <p>The definition of a topic to create.</p>
7749
- */
7750
- Topic: TopicDetails | undefined;
7751
- /**
7752
- * @public
7753
- * <p>Contains a map of the key-value pairs for the resource tag or tags that are assigned to
7754
- * the dataset.</p>
7755
- */
7756
- Tags?: Tag[];
7757
- }
7758
- /**
7759
- * @public
7760
- */
7761
- export interface CreateTopicResponse {
7762
- /**
7763
- * @public
7764
- * <p>The Amazon Resource Name (ARN) of the topic.</p>
7765
- */
7766
- Arn?: string;
7767
- /**
7768
- * @public
7769
- * <p>The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region
7770
- * for each Amazon Web Services account.</p>
7771
- */
7772
- TopicId?: string;
7773
- /**
7774
- * @public
7775
- * <p>The Amazon Resource Name (ARN) of the topic refresh.</p>
7776
- */
7777
- RefreshArn?: string;
7778
- /**
7779
- * @public
7780
- * <p>The Amazon Web Services request ID for this operation.</p>
7781
- */
7782
- RequestId?: string;
7783
- /**
7784
- * @public
7785
- * <p>The HTTP status of the request.</p>
7786
- */
7787
- Status?: number;
7788
- }
7789
- /**
7790
- * @public
7791
- * @enum
7792
- */
7793
- export declare const TopicScheduleType: {
7794
- readonly DAILY: "DAILY";
7795
- readonly HOURLY: "HOURLY";
7796
- readonly MONTHLY: "MONTHLY";
7797
- readonly WEEKLY: "WEEKLY";
7798
- };
7799
- /**
7800
- * @public
7801
- */
7802
- export type TopicScheduleType = (typeof TopicScheduleType)[keyof typeof TopicScheduleType];
7803
- /**
7804
- * @public
7805
- * <p>A structure that represents a topic refresh schedule.</p>
7806
- */
7807
- export interface TopicRefreshSchedule {
7808
- /**
7809
- * @public
7810
- * <p>A Boolean value that controls whether to schedule is enabled.</p>
7811
- */
7812
- IsEnabled: boolean | undefined;
7813
- /**
7814
- * @public
7815
- * <p>A Boolean value that controls whether to schedule runs at the same schedule that is specified in
7816
- * SPICE dataset.</p>
7817
- */
7818
- BasedOnSpiceSchedule: boolean | undefined;
7819
- /**
7820
- * @public
7821
- * <p>The starting date and time for the refresh schedule.</p>
7822
- */
7823
- StartingAt?: Date;
7824
- /**
7825
- * @public
7826
- * <p>The timezone that you want the refresh schedule to use.</p>
7827
- */
7828
- Timezone?: string;
7829
- /**
7830
- * @public
7831
- * <p>The time of day when the refresh should run, for
7832
- * example, Monday-Sunday.</p>
7833
- */
7834
- RepeatAt?: string;
7835
- /**
7836
- * @public
7837
- * <p>The type of refresh schedule. Valid values for this structure are <code>HOURLY</code>,
7838
- * <code>DAILY</code>,
7839
- * <code>WEEKLY</code>,
7840
- * and <code>MONTHLY</code>.</p>
7841
- */
7842
- TopicScheduleType?: TopicScheduleType;
7843
- }
7844
- /**
7845
- * @public
7846
- */
7847
- export interface CreateTopicRefreshScheduleRequest {
7848
- /**
7849
- * @public
7850
- * <p>The ID of the Amazon Web Services account that contains the topic
7851
- * you're creating a refresh schedule for.</p>
7852
- */
7853
- AwsAccountId: string | undefined;
7854
- /**
7855
- * @public
7856
- * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
7857
- */
7858
- TopicId: string | undefined;
7859
- /**
7860
- * @public
7861
- * <p>The Amazon Resource Name (ARN) of the dataset.</p>
7862
- */
7863
- DatasetArn: string | undefined;
7864
- /**
7865
- * @public
7866
- * <p>The name of the dataset.</p>
7867
- */
7868
- DatasetName?: string;
7869
- /**
7870
- * @public
7871
- * <p>The definition of a refresh schedule.</p>
7872
- */
7873
- RefreshSchedule: TopicRefreshSchedule | undefined;
7874
- }
7875
- /**
7876
- * @public
7877
- */
7878
- export interface CreateTopicRefreshScheduleResponse {
7879
- /**
7880
- * @public
7881
- * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
7882
- */
7883
- TopicId?: string;
7884
- /**
7885
- * @public
7886
- * <p>The Amazon Resource Name (ARN) of the topic.</p>
7887
- */
7888
- TopicArn?: string;
7889
- /**
7890
- * @public
7891
- * <p>The Amazon Resource Name (ARN) of the dataset.</p>
7892
- */
7893
- DatasetArn?: string;
7894
- /**
7895
- * @public
7896
- * <p>The HTTP status of the request.</p>
7897
- */
7898
- Status?: number;
7899
- /**
7900
- * @public
7901
- * <p>The Amazon Web Services request ID for this operation.</p>
7902
- */
7903
- RequestId?: string;
7904
- }
7905
- /**
7906
- * @public
7907
- */
7908
- export interface CreateVPCConnectionRequest {
7909
- /**
7910
- * @public
7911
- * <p>The Amazon Web Services account ID of the account where you want to create a new VPC
7912
- * connection.</p>
7913
- */
7914
- AwsAccountId: string | undefined;
7915
- /**
7916
- * @public
7917
- * <p>The ID of the VPC connection that
7918
- * you're creating. This ID is a unique identifier for each Amazon Web Services Region in an
7919
- * Amazon Web Services account.</p>
7920
- */
7921
- VPCConnectionId: string | undefined;
7922
- /**
7923
- * @public
7924
- * <p>The display name for the VPC connection.</p>
7925
- */
7926
- Name: string | undefined;
7927
- /**
7928
- * @public
7929
- * <p>A list of subnet IDs for the VPC connection.</p>
7930
- */
7931
- SubnetIds: string[] | undefined;
7932
- /**
7933
- * @public
7934
- * <p>A list of security group IDs for the VPC connection.</p>
7935
- */
7936
- SecurityGroupIds: string[] | undefined;
7937
- /**
7938
- * @public
7939
- * <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
7940
- */
7941
- DnsResolvers?: string[];
7942
- /**
7943
- * @public
7944
- * <p>The IAM role to associate with the VPC connection.</p>
7945
- */
7946
- RoleArn: string | undefined;
7947
- /**
7948
- * @public
7949
- * <p>A map of the key-value pairs for the resource tag or tags assigned to the VPC
7950
- * connection.</p>
7951
- */
7952
- Tags?: Tag[];
7953
- }
7809
+ export declare const AssetBundleImportJobOverrideParametersFilterSensitiveLog: (obj: AssetBundleImportJobOverrideParameters) => any;
7954
7810
  /**
7955
7811
  * @internal
7956
7812
  */
7957
- export declare const SnapshotJobS3ResultFilterSensitiveLog: (obj: SnapshotJobS3Result) => any;
7958
- /**
7959
- * @internal
7960
- */
7961
- export declare const SnapshotJobResultFileGroupFilterSensitiveLog: (obj: SnapshotJobResultFileGroup) => any;
7962
- /**
7963
- * @internal
7964
- */
7965
- export declare const AnonymousUserSnapshotJobResultFilterSensitiveLog: (obj: AnonymousUserSnapshotJobResult) => any;
7966
- /**
7967
- * @internal
7968
- */
7969
- export declare const AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog: (obj: AssetBundleImportJobDataSourceCredentialPair) => any;
7970
- /**
7971
- * @internal
7972
- */
7973
- export declare const AssetBundleImportJobDataSourceCredentialsFilterSensitiveLog: (obj: AssetBundleImportJobDataSourceCredentials) => any;
7974
- /**
7975
- * @internal
7976
- */
7977
- export declare const AssetBundleImportJobDataSourceOverrideParametersFilterSensitiveLog: (obj: AssetBundleImportJobDataSourceOverrideParameters) => any;
7978
- /**
7979
- * @internal
7980
- */
7981
- export declare const AssetBundleImportJobOverrideParametersFilterSensitiveLog: (obj: AssetBundleImportJobOverrideParameters) => any;
7813
+ export declare const AssetBundleImportSourceFilterSensitiveLog: (obj: AssetBundleImportSource) => any;
7982
7814
  /**
7983
7815
  * @internal
7984
7816
  */
7985
- export declare const AssetBundleImportSourceFilterSensitiveLog: (obj: AssetBundleImportSource) => any;
7817
+ export declare const AssetBundleImportSourceDescriptionFilterSensitiveLog: (obj: AssetBundleImportSourceDescription) => any;
7986
7818
  /**
7987
7819
  * @internal
7988
7820
  */
@@ -8091,35 +7923,3 @@ export declare const TopicRangeFilterConstantFilterSensitiveLog: (obj: TopicRang
8091
7923
  * @internal
8092
7924
  */
8093
7925
  export declare const TopicDateRangeFilterFilterSensitiveLog: (obj: TopicDateRangeFilter) => any;
8094
- /**
8095
- * @internal
8096
- */
8097
- export declare const TopicSingularFilterConstantFilterSensitiveLog: (obj: TopicSingularFilterConstant) => any;
8098
- /**
8099
- * @internal
8100
- */
8101
- export declare const TopicNumericEqualityFilterFilterSensitiveLog: (obj: TopicNumericEqualityFilter) => any;
8102
- /**
8103
- * @internal
8104
- */
8105
- export declare const TopicNumericRangeFilterFilterSensitiveLog: (obj: TopicNumericRangeFilter) => any;
8106
- /**
8107
- * @internal
8108
- */
8109
- export declare const TopicRelativeDateFilterFilterSensitiveLog: (obj: TopicRelativeDateFilter) => any;
8110
- /**
8111
- * @internal
8112
- */
8113
- export declare const TopicFilterFilterSensitiveLog: (obj: TopicFilter) => any;
8114
- /**
8115
- * @internal
8116
- */
8117
- export declare const DatasetMetadataFilterSensitiveLog: (obj: DatasetMetadata) => any;
8118
- /**
8119
- * @internal
8120
- */
8121
- export declare const TopicDetailsFilterSensitiveLog: (obj: TopicDetails) => any;
8122
- /**
8123
- * @internal
8124
- */
8125
- export declare const CreateTopicRequestFilterSensitiveLog: (obj: CreateTopicRequest) => any;