@aws-sdk/client-quicksight 3.886.0 → 3.887.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/index.js +175 -16
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/DeleteAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/DescribeAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/UpdateAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_2.js +2 -0
- package/dist-es/models/models_3.js +12 -0
- package/dist-es/models/models_4.js +4 -13
- package/dist-es/models/models_5.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +79 -0
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +9 -9
- package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +9 -3
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +8 -2
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicCommand.d.ts +9 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountCustomPermissionCommand.d.ts +91 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +4 -4
- package/dist-types/commands/DeleteBrandCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomPermissionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +7 -7
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +4 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +7 -1
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +7 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +5 -1
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +9 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +5 -5
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +5 -5
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +7 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +2 -2
- package/dist-types/commands/SearchFoldersCommand.d.ts +2 -2
- package/dist-types/commands/SearchGroupsCommand.d.ts +2 -2
- package/dist-types/commands/SearchTopicsCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +5 -2
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +6 -6
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +5 -5
- package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +92 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +7 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +6 -6
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +9 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +39 -39
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +106 -47
- package/dist-types/models/models_3.d.ts +236 -257
- package/dist-types/models/models_4.d.ts +346 -362
- package/dist-types/models/models_5.d.ts +355 -55
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_2.d.ts +64 -4
- package/dist-types/ts3.4/models/models_3.d.ts +44 -43
- package/dist-types/ts3.4/models/models_4.d.ts +56 -74
- package/dist-types/ts3.4/models/models_5.d.ts +86 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +37 -37
|
@@ -330,7 +330,7 @@ export interface PluginVisualConfiguration {
|
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* <p>A flexible visualization type that allows engineers
|
|
333
|
-
* to create new custom charts in
|
|
333
|
+
* to create new custom charts in QuickSight.</p>
|
|
334
334
|
* @public
|
|
335
335
|
*/
|
|
336
336
|
export interface PluginVisual {
|
|
@@ -2216,7 +2216,7 @@ export interface SheetDefinition {
|
|
|
2216
2216
|
*/
|
|
2217
2217
|
Description?: string | undefined;
|
|
2218
2218
|
/**
|
|
2219
|
-
* <p>The name of the sheet. This name is displayed on the sheet's tab in the
|
|
2219
|
+
* <p>The name of the sheet. This name is displayed on the sheet's tab in the QuickSight
|
|
2220
2220
|
* console.</p>
|
|
2221
2221
|
* @public
|
|
2222
2222
|
*/
|
|
@@ -2581,7 +2581,7 @@ export interface AnalysisSummary {
|
|
|
2581
2581
|
*/
|
|
2582
2582
|
AnalysisId?: string | undefined;
|
|
2583
2583
|
/**
|
|
2584
|
-
* <p>The name of the analysis. This name is displayed in the
|
|
2584
|
+
* <p>The name of the analysis. This name is displayed in the QuickSight console.
|
|
2585
2585
|
* </p>
|
|
2586
2586
|
* @public
|
|
2587
2587
|
*/
|
|
@@ -2684,7 +2684,7 @@ export interface AnonymousUserDashboardFeatureConfigurations {
|
|
|
2684
2684
|
*/
|
|
2685
2685
|
export interface AnonymousUserDashboardEmbeddingConfiguration {
|
|
2686
2686
|
/**
|
|
2687
|
-
* <p>The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed,
|
|
2687
|
+
* <p>The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, QuickSight renders this dashboard.</p>
|
|
2688
2688
|
* <p>The Amazon Resource Name (ARN) of this dashboard must be included in the <code>AuthorizedResourceArns</code> parameter. Otherwise, the request will fail with <code>InvalidParameterValueException</code>.</p>
|
|
2689
2689
|
* @public
|
|
2690
2690
|
*/
|
|
@@ -2718,22 +2718,22 @@ export interface AnonymousUserDashboardEmbeddingConfiguration {
|
|
|
2718
2718
|
* <p>The <code>VisualId</code> of the visual that you want to embed.</p>
|
|
2719
2719
|
* </li>
|
|
2720
2720
|
* </ul>
|
|
2721
|
-
* <p>The <code>DashboardId</code>, <code>SheetId</code>, and <code>VisualId</code> can be found in the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the visual's on-visual menu of the
|
|
2721
|
+
* <p>The <code>DashboardId</code>, <code>SheetId</code>, and <code>VisualId</code> can be found in the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the visual's on-visual menu of the QuickSight console. You can also get the <code>DashboardId</code> with a <code>ListDashboards</code> API operation.</p>
|
|
2722
2722
|
* @public
|
|
2723
2723
|
*/
|
|
2724
2724
|
export interface DashboardVisualId {
|
|
2725
2725
|
/**
|
|
2726
|
-
* <p>The ID of the dashboard that has the visual that you want to embed. The <code>DashboardId</code> can be found in the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the visual's on-visual menu of the
|
|
2726
|
+
* <p>The ID of the dashboard that has the visual that you want to embed. The <code>DashboardId</code> can be found in the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the visual's on-visual menu of the QuickSight console. You can also get the <code>DashboardId</code> with a <code>ListDashboards</code> API operation.</p>
|
|
2727
2727
|
* @public
|
|
2728
2728
|
*/
|
|
2729
2729
|
DashboardId: string | undefined;
|
|
2730
2730
|
/**
|
|
2731
|
-
* <p>The ID of the sheet that the has visual that you want to embed. The <code>SheetId</code> can be found in the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the visual's on-visual menu of the
|
|
2731
|
+
* <p>The ID of the sheet that the has visual that you want to embed. The <code>SheetId</code> can be found in the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the visual's on-visual menu of the QuickSight console.</p>
|
|
2732
2732
|
* @public
|
|
2733
2733
|
*/
|
|
2734
2734
|
SheetId: string | undefined;
|
|
2735
2735
|
/**
|
|
2736
|
-
* <p>The ID of the visual that you want to embed. The <code>VisualID</code> can be found in the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the visual's on-visual menu of the
|
|
2736
|
+
* <p>The ID of the visual that you want to embed. The <code>VisualID</code> can be found in the <code>IDs for developers</code> section of the <code>Embed visual</code> pane of the visual's on-visual menu of the QuickSight console.</p>
|
|
2737
2737
|
* @public
|
|
2738
2738
|
*/
|
|
2739
2739
|
VisualId: string | undefined;
|
|
@@ -2744,7 +2744,7 @@ export interface DashboardVisualId {
|
|
|
2744
2744
|
*/
|
|
2745
2745
|
export interface AnonymousUserDashboardVisualEmbeddingConfiguration {
|
|
2746
2746
|
/**
|
|
2747
|
-
* <p>The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed,
|
|
2747
|
+
* <p>The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, QuickSight renders this visual.</p>
|
|
2748
2748
|
* <p>The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the <code>AuthorizedResourceArns</code> parameter. Otherwise, the request will fail with <code>InvalidParameterValueException</code>.</p>
|
|
2749
2749
|
* @public
|
|
2750
2750
|
*/
|
|
@@ -2756,7 +2756,7 @@ export interface AnonymousUserDashboardVisualEmbeddingConfiguration {
|
|
|
2756
2756
|
*/
|
|
2757
2757
|
export interface AnonymousUserGenerativeQnAEmbeddingConfiguration {
|
|
2758
2758
|
/**
|
|
2759
|
-
* <p>The
|
|
2759
|
+
* <p>The QuickSight Q topic ID of the new reader experience topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, QuickSight renders the Generative Q&A experience with this new reader experience topic pre selected.</p>
|
|
2760
2760
|
* <p>The Amazon Resource Name (ARN) of this Q new reader experience topic must be included in the <code>AuthorizedResourceArns</code> parameter. Otherwise, the request fails with an <code>InvalidParameterValueException</code> error.</p>
|
|
2761
2761
|
* @public
|
|
2762
2762
|
*/
|
|
@@ -2768,24 +2768,24 @@ export interface AnonymousUserGenerativeQnAEmbeddingConfiguration {
|
|
|
2768
2768
|
*/
|
|
2769
2769
|
export interface AnonymousUserQSearchBarEmbeddingConfiguration {
|
|
2770
2770
|
/**
|
|
2771
|
-
* <p>The
|
|
2771
|
+
* <p>The QuickSight Q topic ID of the legacy topic that you want the anonymous user to see first. This ID is included in the output URL. When the URL in response is accessed, QuickSight renders the Q search bar with this legacy topic pre-selected.</p>
|
|
2772
2772
|
* <p>The Amazon Resource Name (ARN) of this Q legacy topic must be included in the <code>AuthorizedResourceArns</code> parameter. Otherwise, the request fails with an <code>InvalidParameterValueException</code> error.</p>
|
|
2773
2773
|
* @public
|
|
2774
2774
|
*/
|
|
2775
2775
|
InitialTopicId: string | undefined;
|
|
2776
2776
|
}
|
|
2777
2777
|
/**
|
|
2778
|
-
* <p>The type of experience you want to embed. For anonymous users, you can embed
|
|
2778
|
+
* <p>The type of experience you want to embed. For anonymous users, you can embed QuickSight dashboards.</p>
|
|
2779
2779
|
* @public
|
|
2780
2780
|
*/
|
|
2781
2781
|
export interface AnonymousUserEmbeddingExperienceConfiguration {
|
|
2782
2782
|
/**
|
|
2783
|
-
* <p>The type of embedding experience. In this case,
|
|
2783
|
+
* <p>The type of embedding experience. In this case, QuickSight dashboards.</p>
|
|
2784
2784
|
* @public
|
|
2785
2785
|
*/
|
|
2786
2786
|
Dashboard?: AnonymousUserDashboardEmbeddingConfiguration | undefined;
|
|
2787
2787
|
/**
|
|
2788
|
-
* <p>The type of embedding experience. In this case,
|
|
2788
|
+
* <p>The type of embedding experience. In this case, QuickSight visuals.</p>
|
|
2789
2789
|
* @public
|
|
2790
2790
|
*/
|
|
2791
2791
|
DashboardVisual?: AnonymousUserDashboardVisualEmbeddingConfiguration | undefined;
|
|
@@ -2891,7 +2891,7 @@ export interface SnapshotJobResultErrorInfo {
|
|
|
2891
2891
|
ErrorType?: string | undefined;
|
|
2892
2892
|
}
|
|
2893
2893
|
/**
|
|
2894
|
-
* <p>An optional structure that contains the Amazon S3 bucket configuration that the generated snapshots are stored in. If you don't provide this information, generated snapshots are stored in the default
|
|
2894
|
+
* <p>An optional structure that contains the Amazon S3 bucket configuration that the generated snapshots are stored in. If you don't provide this information, generated snapshots are stored in the default QuickSight bucket.</p>
|
|
2895
2895
|
* @public
|
|
2896
2896
|
*/
|
|
2897
2897
|
export interface S3BucketConfiguration {
|
|
@@ -3611,7 +3611,7 @@ export interface AssetBundleImportJobDashboardOverrideParameters {
|
|
|
3611
3611
|
Name?: string | undefined;
|
|
3612
3612
|
}
|
|
3613
3613
|
/**
|
|
3614
|
-
* <p>A structure that contains the configuration of a shared link to an
|
|
3614
|
+
* <p>A structure that contains the configuration of a shared link to an QuickSight dashboard.</p>
|
|
3615
3615
|
* @public
|
|
3616
3616
|
*/
|
|
3617
3617
|
export interface AssetBundleResourceLinkSharingConfiguration {
|
|
@@ -3876,8 +3876,8 @@ export interface AthenaParameters {
|
|
|
3876
3876
|
*/
|
|
3877
3877
|
RoleArn?: string | undefined;
|
|
3878
3878
|
/**
|
|
3879
|
-
* <p>An optional parameter that configures IAM Identity Center authentication to grant
|
|
3880
|
-
* <p>This parameter can only be specified if your
|
|
3879
|
+
* <p>An optional parameter that configures IAM Identity Center authentication to grant QuickSight access to your workgroup.</p>
|
|
3880
|
+
* <p>This parameter can only be specified if your QuickSight account is configured with IAM Identity Center.</p>
|
|
3881
3881
|
* @public
|
|
3882
3882
|
*/
|
|
3883
3883
|
IdentityCenterConfiguration?: IdentityCenterConfiguration | undefined;
|
|
@@ -3951,6 +3951,17 @@ export interface BigQueryParameters {
|
|
|
3951
3951
|
*/
|
|
3952
3952
|
DataSetRegion?: string | undefined;
|
|
3953
3953
|
}
|
|
3954
|
+
/**
|
|
3955
|
+
* <p>The parameters that are required to connect to a custom connection data source.</p>
|
|
3956
|
+
* @public
|
|
3957
|
+
*/
|
|
3958
|
+
export interface CustomConnectionParameters {
|
|
3959
|
+
/**
|
|
3960
|
+
* <p>The type of custom connector.</p>
|
|
3961
|
+
* @public
|
|
3962
|
+
*/
|
|
3963
|
+
ConnectionType?: string | undefined;
|
|
3964
|
+
}
|
|
3954
3965
|
/**
|
|
3955
3966
|
* <p>The parameters that are required to connect to a Databricks data source.</p>
|
|
3956
3967
|
* @public
|
|
@@ -4152,24 +4163,24 @@ export interface RdsParameters {
|
|
|
4152
4163
|
Database: string | undefined;
|
|
4153
4164
|
}
|
|
4154
4165
|
/**
|
|
4155
|
-
* <p>A structure that grants
|
|
4166
|
+
* <p>A structure that grants QuickSight access to your cluster and make a call to the <code>redshift:GetClusterCredentials</code> API. For more information on the <code>redshift:GetClusterCredentials</code> API, see <a href="https://docs.aws.amazon.com/redshift/latest/APIReference/API_GetClusterCredentials.html">
|
|
4156
4167
|
* <code>GetClusterCredentials</code>
|
|
4157
4168
|
* </a>.</p>
|
|
4158
4169
|
* @public
|
|
4159
4170
|
*/
|
|
4160
4171
|
export interface RedshiftIAMParameters {
|
|
4161
4172
|
/**
|
|
4162
|
-
* <p>Use the <code>RoleArn</code> structure to allow
|
|
4173
|
+
* <p>Use the <code>RoleArn</code> structure to allow QuickSight to call <code>redshift:GetClusterCredentials</code> on your cluster. The calling principal must have <code>iam:PassRole</code> access to pass the role to QuickSight. The role's trust policy must allow the QuickSight service principal to assume the role.</p>
|
|
4163
4174
|
* @public
|
|
4164
4175
|
*/
|
|
4165
4176
|
RoleArn: string | undefined;
|
|
4166
4177
|
/**
|
|
4167
|
-
* <p>The user whose permissions and group memberships will be used by
|
|
4178
|
+
* <p>The user whose permissions and group memberships will be used by QuickSight to access the cluster. If this user already exists in your database, QuickSight is granted the same permissions that the user has. If the user doesn't exist, set the value of <code>AutoCreateDatabaseUser</code> to <code>True</code> to create a new user with PUBLIC permissions.</p>
|
|
4168
4179
|
* @public
|
|
4169
4180
|
*/
|
|
4170
4181
|
DatabaseUser?: string | undefined;
|
|
4171
4182
|
/**
|
|
4172
|
-
* <p>A list of groups whose permissions will be granted to
|
|
4183
|
+
* <p>A list of groups whose permissions will be granted to QuickSight to access the cluster. These permissions are combined with the permissions granted to QuickSight by the <code>DatabaseUser</code>. If you choose to include this parameter, the <code>RoleArn</code> must grant access to <code>redshift:JoinGroup</code>.</p>
|
|
4173
4184
|
* @public
|
|
4174
4185
|
*/
|
|
4175
4186
|
DatabaseGroups?: string[] | undefined;
|
|
@@ -4207,13 +4218,13 @@ export interface RedshiftParameters {
|
|
|
4207
4218
|
*/
|
|
4208
4219
|
ClusterId?: string | undefined;
|
|
4209
4220
|
/**
|
|
4210
|
-
* <p>An optional parameter that uses IAM authentication to grant
|
|
4221
|
+
* <p>An optional parameter that uses IAM authentication to grant QuickSight access to your cluster. This parameter can be used instead of <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DataSourceCredentials.html">DataSourceCredentials</a>.</p>
|
|
4211
4222
|
* @public
|
|
4212
4223
|
*/
|
|
4213
4224
|
IAMParameters?: RedshiftIAMParameters | undefined;
|
|
4214
4225
|
/**
|
|
4215
|
-
* <p>An optional parameter that configures IAM Identity Center authentication to grant
|
|
4216
|
-
* <p>This parameter can only be specified if your
|
|
4226
|
+
* <p>An optional parameter that configures IAM Identity Center authentication to grant QuickSight access to your cluster.</p>
|
|
4227
|
+
* <p>This parameter can only be specified if your QuickSight account is configured with IAM Identity Center.</p>
|
|
4217
4228
|
* @public
|
|
4218
4229
|
*/
|
|
4219
4230
|
IdentityCenterConfiguration?: IdentityCenterConfiguration | undefined;
|
|
@@ -4241,7 +4252,7 @@ export interface ManifestFileLocation {
|
|
|
4241
4252
|
export interface S3Parameters {
|
|
4242
4253
|
/**
|
|
4243
4254
|
* <p>Location of the Amazon S3 manifest file. This is NULL if the manifest file was
|
|
4244
|
-
* uploaded into
|
|
4255
|
+
* uploaded into QuickSight.</p>
|
|
4245
4256
|
* @public
|
|
4246
4257
|
*/
|
|
4247
4258
|
ManifestFileLocation: ManifestFileLocation | undefined;
|
|
@@ -4343,7 +4354,7 @@ export interface SnowflakeParameters {
|
|
|
4343
4354
|
*/
|
|
4344
4355
|
DatabaseAccessControlRole?: string | undefined;
|
|
4345
4356
|
/**
|
|
4346
|
-
* <p>An object that contains information needed to create a data source connection between an
|
|
4357
|
+
* <p>An object that contains information needed to create a data source connection between an QuickSight account and Snowflake.</p>
|
|
4347
4358
|
* @public
|
|
4348
4359
|
*/
|
|
4349
4360
|
OAuthParameters?: OAuthParameters | undefined;
|
|
@@ -4433,7 +4444,7 @@ export interface StarburstParameters {
|
|
|
4433
4444
|
*/
|
|
4434
4445
|
AuthenticationType?: AuthenticationType | undefined;
|
|
4435
4446
|
/**
|
|
4436
|
-
* <p>An object that contains information needed to create a data source connection between an
|
|
4447
|
+
* <p>An object that contains information needed to create a data source connection between an QuickSight account and Starburst.</p>
|
|
4437
4448
|
* @public
|
|
4438
4449
|
*/
|
|
4439
4450
|
OAuthParameters?: OAuthParameters | undefined;
|
|
@@ -4502,7 +4513,7 @@ export interface TwitterParameters {
|
|
|
4502
4513
|
* attributes can be non-null.</p>
|
|
4503
4514
|
* @public
|
|
4504
4515
|
*/
|
|
4505
|
-
export type DataSourceParameters = DataSourceParameters.AmazonElasticsearchParametersMember | DataSourceParameters.AmazonOpenSearchParametersMember | DataSourceParameters.AthenaParametersMember | DataSourceParameters.AuroraParametersMember | DataSourceParameters.AuroraPostgreSqlParametersMember | DataSourceParameters.AwsIotAnalyticsParametersMember | DataSourceParameters.BigQueryParametersMember | DataSourceParameters.DatabricksParametersMember | DataSourceParameters.ExasolParametersMember | DataSourceParameters.ImpalaParametersMember | 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;
|
|
4516
|
+
export type DataSourceParameters = DataSourceParameters.AmazonElasticsearchParametersMember | DataSourceParameters.AmazonOpenSearchParametersMember | DataSourceParameters.AthenaParametersMember | DataSourceParameters.AuroraParametersMember | DataSourceParameters.AuroraPostgreSqlParametersMember | DataSourceParameters.AwsIotAnalyticsParametersMember | DataSourceParameters.BigQueryParametersMember | DataSourceParameters.CustomConnectionParametersMember | DataSourceParameters.DatabricksParametersMember | DataSourceParameters.ExasolParametersMember | DataSourceParameters.ImpalaParametersMember | 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;
|
|
4506
4517
|
/**
|
|
4507
4518
|
* @public
|
|
4508
4519
|
*/
|
|
@@ -4539,6 +4550,7 @@ export declare namespace DataSourceParameters {
|
|
|
4539
4550
|
TrinoParameters?: never;
|
|
4540
4551
|
BigQueryParameters?: never;
|
|
4541
4552
|
ImpalaParameters?: never;
|
|
4553
|
+
CustomConnectionParameters?: never;
|
|
4542
4554
|
$unknown?: never;
|
|
4543
4555
|
}
|
|
4544
4556
|
/**
|
|
@@ -4573,6 +4585,7 @@ export declare namespace DataSourceParameters {
|
|
|
4573
4585
|
TrinoParameters?: never;
|
|
4574
4586
|
BigQueryParameters?: never;
|
|
4575
4587
|
ImpalaParameters?: never;
|
|
4588
|
+
CustomConnectionParameters?: never;
|
|
4576
4589
|
$unknown?: never;
|
|
4577
4590
|
}
|
|
4578
4591
|
/**
|
|
@@ -4607,6 +4620,7 @@ export declare namespace DataSourceParameters {
|
|
|
4607
4620
|
TrinoParameters?: never;
|
|
4608
4621
|
BigQueryParameters?: never;
|
|
4609
4622
|
ImpalaParameters?: never;
|
|
4623
|
+
CustomConnectionParameters?: never;
|
|
4610
4624
|
$unknown?: never;
|
|
4611
4625
|
}
|
|
4612
4626
|
/**
|
|
@@ -4641,6 +4655,7 @@ export declare namespace DataSourceParameters {
|
|
|
4641
4655
|
TrinoParameters?: never;
|
|
4642
4656
|
BigQueryParameters?: never;
|
|
4643
4657
|
ImpalaParameters?: never;
|
|
4658
|
+
CustomConnectionParameters?: never;
|
|
4644
4659
|
$unknown?: never;
|
|
4645
4660
|
}
|
|
4646
4661
|
/**
|
|
@@ -4675,6 +4690,7 @@ export declare namespace DataSourceParameters {
|
|
|
4675
4690
|
TrinoParameters?: never;
|
|
4676
4691
|
BigQueryParameters?: never;
|
|
4677
4692
|
ImpalaParameters?: never;
|
|
4693
|
+
CustomConnectionParameters?: never;
|
|
4678
4694
|
$unknown?: never;
|
|
4679
4695
|
}
|
|
4680
4696
|
/**
|
|
@@ -4709,6 +4725,7 @@ export declare namespace DataSourceParameters {
|
|
|
4709
4725
|
TrinoParameters?: never;
|
|
4710
4726
|
BigQueryParameters?: never;
|
|
4711
4727
|
ImpalaParameters?: never;
|
|
4728
|
+
CustomConnectionParameters?: never;
|
|
4712
4729
|
$unknown?: never;
|
|
4713
4730
|
}
|
|
4714
4731
|
/**
|
|
@@ -4743,6 +4760,7 @@ export declare namespace DataSourceParameters {
|
|
|
4743
4760
|
TrinoParameters?: never;
|
|
4744
4761
|
BigQueryParameters?: never;
|
|
4745
4762
|
ImpalaParameters?: never;
|
|
4763
|
+
CustomConnectionParameters?: never;
|
|
4746
4764
|
$unknown?: never;
|
|
4747
4765
|
}
|
|
4748
4766
|
/**
|
|
@@ -4777,6 +4795,7 @@ export declare namespace DataSourceParameters {
|
|
|
4777
4795
|
TrinoParameters?: never;
|
|
4778
4796
|
BigQueryParameters?: never;
|
|
4779
4797
|
ImpalaParameters?: never;
|
|
4798
|
+
CustomConnectionParameters?: never;
|
|
4780
4799
|
$unknown?: never;
|
|
4781
4800
|
}
|
|
4782
4801
|
/**
|
|
@@ -4811,6 +4830,7 @@ export declare namespace DataSourceParameters {
|
|
|
4811
4830
|
TrinoParameters?: never;
|
|
4812
4831
|
BigQueryParameters?: never;
|
|
4813
4832
|
ImpalaParameters?: never;
|
|
4833
|
+
CustomConnectionParameters?: never;
|
|
4814
4834
|
$unknown?: never;
|
|
4815
4835
|
}
|
|
4816
4836
|
/**
|
|
@@ -4845,6 +4865,7 @@ export declare namespace DataSourceParameters {
|
|
|
4845
4865
|
TrinoParameters?: never;
|
|
4846
4866
|
BigQueryParameters?: never;
|
|
4847
4867
|
ImpalaParameters?: never;
|
|
4868
|
+
CustomConnectionParameters?: never;
|
|
4848
4869
|
$unknown?: never;
|
|
4849
4870
|
}
|
|
4850
4871
|
/**
|
|
@@ -4879,6 +4900,7 @@ export declare namespace DataSourceParameters {
|
|
|
4879
4900
|
TrinoParameters?: never;
|
|
4880
4901
|
BigQueryParameters?: never;
|
|
4881
4902
|
ImpalaParameters?: never;
|
|
4903
|
+
CustomConnectionParameters?: never;
|
|
4882
4904
|
$unknown?: never;
|
|
4883
4905
|
}
|
|
4884
4906
|
/**
|
|
@@ -4913,6 +4935,7 @@ export declare namespace DataSourceParameters {
|
|
|
4913
4935
|
TrinoParameters?: never;
|
|
4914
4936
|
BigQueryParameters?: never;
|
|
4915
4937
|
ImpalaParameters?: never;
|
|
4938
|
+
CustomConnectionParameters?: never;
|
|
4916
4939
|
$unknown?: never;
|
|
4917
4940
|
}
|
|
4918
4941
|
/**
|
|
@@ -4947,6 +4970,7 @@ export declare namespace DataSourceParameters {
|
|
|
4947
4970
|
TrinoParameters?: never;
|
|
4948
4971
|
BigQueryParameters?: never;
|
|
4949
4972
|
ImpalaParameters?: never;
|
|
4973
|
+
CustomConnectionParameters?: never;
|
|
4950
4974
|
$unknown?: never;
|
|
4951
4975
|
}
|
|
4952
4976
|
/**
|
|
@@ -4981,6 +5005,7 @@ export declare namespace DataSourceParameters {
|
|
|
4981
5005
|
TrinoParameters?: never;
|
|
4982
5006
|
BigQueryParameters?: never;
|
|
4983
5007
|
ImpalaParameters?: never;
|
|
5008
|
+
CustomConnectionParameters?: never;
|
|
4984
5009
|
$unknown?: never;
|
|
4985
5010
|
}
|
|
4986
5011
|
/**
|
|
@@ -5015,6 +5040,7 @@ export declare namespace DataSourceParameters {
|
|
|
5015
5040
|
TrinoParameters?: never;
|
|
5016
5041
|
BigQueryParameters?: never;
|
|
5017
5042
|
ImpalaParameters?: never;
|
|
5043
|
+
CustomConnectionParameters?: never;
|
|
5018
5044
|
$unknown?: never;
|
|
5019
5045
|
}
|
|
5020
5046
|
/**
|
|
@@ -5049,6 +5075,7 @@ export declare namespace DataSourceParameters {
|
|
|
5049
5075
|
TrinoParameters?: never;
|
|
5050
5076
|
BigQueryParameters?: never;
|
|
5051
5077
|
ImpalaParameters?: never;
|
|
5078
|
+
CustomConnectionParameters?: never;
|
|
5052
5079
|
$unknown?: never;
|
|
5053
5080
|
}
|
|
5054
5081
|
/**
|
|
@@ -5083,6 +5110,7 @@ export declare namespace DataSourceParameters {
|
|
|
5083
5110
|
TrinoParameters?: never;
|
|
5084
5111
|
BigQueryParameters?: never;
|
|
5085
5112
|
ImpalaParameters?: never;
|
|
5113
|
+
CustomConnectionParameters?: never;
|
|
5086
5114
|
$unknown?: never;
|
|
5087
5115
|
}
|
|
5088
5116
|
/**
|
|
@@ -5117,6 +5145,7 @@ export declare namespace DataSourceParameters {
|
|
|
5117
5145
|
TrinoParameters?: never;
|
|
5118
5146
|
BigQueryParameters?: never;
|
|
5119
5147
|
ImpalaParameters?: never;
|
|
5148
|
+
CustomConnectionParameters?: never;
|
|
5120
5149
|
$unknown?: never;
|
|
5121
5150
|
}
|
|
5122
5151
|
/**
|
|
@@ -5151,6 +5180,7 @@ export declare namespace DataSourceParameters {
|
|
|
5151
5180
|
TrinoParameters?: never;
|
|
5152
5181
|
BigQueryParameters?: never;
|
|
5153
5182
|
ImpalaParameters?: never;
|
|
5183
|
+
CustomConnectionParameters?: never;
|
|
5154
5184
|
$unknown?: never;
|
|
5155
5185
|
}
|
|
5156
5186
|
/**
|
|
@@ -5185,6 +5215,7 @@ export declare namespace DataSourceParameters {
|
|
|
5185
5215
|
TrinoParameters?: never;
|
|
5186
5216
|
BigQueryParameters?: never;
|
|
5187
5217
|
ImpalaParameters?: never;
|
|
5218
|
+
CustomConnectionParameters?: never;
|
|
5188
5219
|
$unknown?: never;
|
|
5189
5220
|
}
|
|
5190
5221
|
/**
|
|
@@ -5219,6 +5250,7 @@ export declare namespace DataSourceParameters {
|
|
|
5219
5250
|
TrinoParameters?: never;
|
|
5220
5251
|
BigQueryParameters?: never;
|
|
5221
5252
|
ImpalaParameters?: never;
|
|
5253
|
+
CustomConnectionParameters?: never;
|
|
5222
5254
|
$unknown?: never;
|
|
5223
5255
|
}
|
|
5224
5256
|
/**
|
|
@@ -5253,6 +5285,7 @@ export declare namespace DataSourceParameters {
|
|
|
5253
5285
|
TrinoParameters?: never;
|
|
5254
5286
|
BigQueryParameters?: never;
|
|
5255
5287
|
ImpalaParameters?: never;
|
|
5288
|
+
CustomConnectionParameters?: never;
|
|
5256
5289
|
$unknown?: never;
|
|
5257
5290
|
}
|
|
5258
5291
|
/**
|
|
@@ -5287,6 +5320,7 @@ export declare namespace DataSourceParameters {
|
|
|
5287
5320
|
TrinoParameters?: never;
|
|
5288
5321
|
BigQueryParameters?: never;
|
|
5289
5322
|
ImpalaParameters?: never;
|
|
5323
|
+
CustomConnectionParameters?: never;
|
|
5290
5324
|
$unknown?: never;
|
|
5291
5325
|
}
|
|
5292
5326
|
/**
|
|
@@ -5321,6 +5355,7 @@ export declare namespace DataSourceParameters {
|
|
|
5321
5355
|
TrinoParameters?: never;
|
|
5322
5356
|
BigQueryParameters?: never;
|
|
5323
5357
|
ImpalaParameters?: never;
|
|
5358
|
+
CustomConnectionParameters?: never;
|
|
5324
5359
|
$unknown?: never;
|
|
5325
5360
|
}
|
|
5326
5361
|
/**
|
|
@@ -5355,6 +5390,7 @@ export declare namespace DataSourceParameters {
|
|
|
5355
5390
|
TrinoParameters: TrinoParameters;
|
|
5356
5391
|
BigQueryParameters?: never;
|
|
5357
5392
|
ImpalaParameters?: never;
|
|
5393
|
+
CustomConnectionParameters?: never;
|
|
5358
5394
|
$unknown?: never;
|
|
5359
5395
|
}
|
|
5360
5396
|
/**
|
|
@@ -5389,6 +5425,7 @@ export declare namespace DataSourceParameters {
|
|
|
5389
5425
|
TrinoParameters?: never;
|
|
5390
5426
|
BigQueryParameters: BigQueryParameters;
|
|
5391
5427
|
ImpalaParameters?: never;
|
|
5428
|
+
CustomConnectionParameters?: never;
|
|
5392
5429
|
$unknown?: never;
|
|
5393
5430
|
}
|
|
5394
5431
|
/**
|
|
@@ -5423,6 +5460,42 @@ export declare namespace DataSourceParameters {
|
|
|
5423
5460
|
TrinoParameters?: never;
|
|
5424
5461
|
BigQueryParameters?: never;
|
|
5425
5462
|
ImpalaParameters: ImpalaParameters;
|
|
5463
|
+
CustomConnectionParameters?: never;
|
|
5464
|
+
$unknown?: never;
|
|
5465
|
+
}
|
|
5466
|
+
/**
|
|
5467
|
+
* <p>The parameters for custom connectors.</p>
|
|
5468
|
+
* @public
|
|
5469
|
+
*/
|
|
5470
|
+
interface CustomConnectionParametersMember {
|
|
5471
|
+
AmazonElasticsearchParameters?: never;
|
|
5472
|
+
AthenaParameters?: never;
|
|
5473
|
+
AuroraParameters?: never;
|
|
5474
|
+
AuroraPostgreSqlParameters?: never;
|
|
5475
|
+
AwsIotAnalyticsParameters?: never;
|
|
5476
|
+
JiraParameters?: never;
|
|
5477
|
+
MariaDbParameters?: never;
|
|
5478
|
+
MySqlParameters?: never;
|
|
5479
|
+
OracleParameters?: never;
|
|
5480
|
+
PostgreSqlParameters?: never;
|
|
5481
|
+
PrestoParameters?: never;
|
|
5482
|
+
RdsParameters?: never;
|
|
5483
|
+
RedshiftParameters?: never;
|
|
5484
|
+
S3Parameters?: never;
|
|
5485
|
+
ServiceNowParameters?: never;
|
|
5486
|
+
SnowflakeParameters?: never;
|
|
5487
|
+
SparkParameters?: never;
|
|
5488
|
+
SqlServerParameters?: never;
|
|
5489
|
+
TeradataParameters?: never;
|
|
5490
|
+
TwitterParameters?: never;
|
|
5491
|
+
AmazonOpenSearchParameters?: never;
|
|
5492
|
+
ExasolParameters?: never;
|
|
5493
|
+
DatabricksParameters?: never;
|
|
5494
|
+
StarburstParameters?: never;
|
|
5495
|
+
TrinoParameters?: never;
|
|
5496
|
+
BigQueryParameters?: never;
|
|
5497
|
+
ImpalaParameters?: never;
|
|
5498
|
+
CustomConnectionParameters: CustomConnectionParameters;
|
|
5426
5499
|
$unknown?: never;
|
|
5427
5500
|
}
|
|
5428
5501
|
/**
|
|
@@ -5456,6 +5529,7 @@ export declare namespace DataSourceParameters {
|
|
|
5456
5529
|
TrinoParameters?: never;
|
|
5457
5530
|
BigQueryParameters?: never;
|
|
5458
5531
|
ImpalaParameters?: never;
|
|
5532
|
+
CustomConnectionParameters?: never;
|
|
5459
5533
|
$unknown: [string, any];
|
|
5460
5534
|
}
|
|
5461
5535
|
interface Visitor<T> {
|
|
@@ -5486,12 +5560,13 @@ export declare namespace DataSourceParameters {
|
|
|
5486
5560
|
TrinoParameters: (value: TrinoParameters) => T;
|
|
5487
5561
|
BigQueryParameters: (value: BigQueryParameters) => T;
|
|
5488
5562
|
ImpalaParameters: (value: ImpalaParameters) => T;
|
|
5563
|
+
CustomConnectionParameters: (value: CustomConnectionParameters) => T;
|
|
5489
5564
|
_: (name: string, value: any) => T;
|
|
5490
5565
|
}
|
|
5491
5566
|
const visit: <T>(value: DataSourceParameters, visitor: Visitor<T>) => T;
|
|
5492
5567
|
}
|
|
5493
5568
|
/**
|
|
5494
|
-
* <p>Secure Socket Layer (SSL) properties that apply when
|
|
5569
|
+
* <p>Secure Socket Layer (SSL) properties that apply when QuickSight connects to your
|
|
5495
5570
|
* underlying data source.</p>
|
|
5496
5571
|
* @public
|
|
5497
5572
|
*/
|
|
@@ -5530,7 +5605,7 @@ export interface AssetBundleImportJobDataSourceOverrideParameters {
|
|
|
5530
5605
|
*/
|
|
5531
5606
|
VpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
5532
5607
|
/**
|
|
5533
|
-
* <p>Secure Socket Layer (SSL) properties that apply when
|
|
5608
|
+
* <p>Secure Socket Layer (SSL) properties that apply when QuickSight connects to your
|
|
5534
5609
|
* underlying data source.</p>
|
|
5535
5610
|
* @public
|
|
5536
5611
|
*/
|
|
@@ -7266,22 +7341,6 @@ export interface LogoSet {
|
|
|
7266
7341
|
*/
|
|
7267
7342
|
Favicon?: ImageSet | undefined;
|
|
7268
7343
|
}
|
|
7269
|
-
/**
|
|
7270
|
-
* <p>The logo configuration.</p>
|
|
7271
|
-
* @public
|
|
7272
|
-
*/
|
|
7273
|
-
export interface Logo {
|
|
7274
|
-
/**
|
|
7275
|
-
* <p>The alt text for the logo.</p>
|
|
7276
|
-
* @public
|
|
7277
|
-
*/
|
|
7278
|
-
AltText: string | undefined;
|
|
7279
|
-
/**
|
|
7280
|
-
* <p>A set of configured logos.</p>
|
|
7281
|
-
* @public
|
|
7282
|
-
*/
|
|
7283
|
-
LogoSet: LogoSet | undefined;
|
|
7284
|
-
}
|
|
7285
7344
|
/**
|
|
7286
7345
|
* @internal
|
|
7287
7346
|
*/
|