@aws-sdk/client-quicksight 3.699.0 → 3.709.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 +64 -0
- package/dist-cjs/index.js +524 -62
- package/dist-es/QuickSight.js +16 -0
- package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_2.js +1 -0
- package/dist-es/models/models_4.js +47 -17
- package/dist-es/models/models_5.js +17 -0
- package/dist-es/protocols/Aws_restJson1.js +251 -0
- package/dist-types/QuickSight.d.ts +56 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -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/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +1 -0
- package/dist-types/models/models_3.d.ts +76 -64
- package/dist-types/models/models_4.d.ts +423 -608
- package/dist-types/models/models_5.d.ts +671 -3
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/QuickSight.d.ts +178 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_3.d.ts +18 -15
- package/dist-types/ts3.4/models/models_4.d.ts +123 -146
- package/dist-types/ts3.4/models/models_5.d.ts +174 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +35 -35
|
@@ -5670,6 +5670,52 @@ export interface DashboardVersionSummary {
|
|
|
5670
5670
|
*/
|
|
5671
5671
|
Description?: string | undefined;
|
|
5672
5672
|
}
|
|
5673
|
+
/**
|
|
5674
|
+
* <p>The QA result that is made from dashboard visual.</p>
|
|
5675
|
+
* @public
|
|
5676
|
+
*/
|
|
5677
|
+
export interface DashboardVisualResult {
|
|
5678
|
+
/**
|
|
5679
|
+
* <p>The ID of the dashboard.</p>
|
|
5680
|
+
* @public
|
|
5681
|
+
*/
|
|
5682
|
+
DashboardId?: string | undefined;
|
|
5683
|
+
/**
|
|
5684
|
+
* <p>The name of the dashboard.</p>
|
|
5685
|
+
* @public
|
|
5686
|
+
*/
|
|
5687
|
+
DashboardName?: string | undefined;
|
|
5688
|
+
/**
|
|
5689
|
+
* <p>The ID of the sheet.</p>
|
|
5690
|
+
* @public
|
|
5691
|
+
*/
|
|
5692
|
+
SheetId?: string | undefined;
|
|
5693
|
+
/**
|
|
5694
|
+
* <p>The name of the sheet.</p>
|
|
5695
|
+
* @public
|
|
5696
|
+
*/
|
|
5697
|
+
SheetName?: string | undefined;
|
|
5698
|
+
/**
|
|
5699
|
+
* <p>The ID of the visual.</p>
|
|
5700
|
+
* @public
|
|
5701
|
+
*/
|
|
5702
|
+
VisualId?: string | undefined;
|
|
5703
|
+
/**
|
|
5704
|
+
* <p>The title of the visual.</p>
|
|
5705
|
+
* @public
|
|
5706
|
+
*/
|
|
5707
|
+
VisualTitle?: string | undefined;
|
|
5708
|
+
/**
|
|
5709
|
+
* <p>The subtitle of the visual.</p>
|
|
5710
|
+
* @public
|
|
5711
|
+
*/
|
|
5712
|
+
VisualSubtitle?: string | undefined;
|
|
5713
|
+
/**
|
|
5714
|
+
* <p>The URL of the dashboard.</p>
|
|
5715
|
+
* @public
|
|
5716
|
+
*/
|
|
5717
|
+
DashboardUrl?: string | undefined;
|
|
5718
|
+
}
|
|
5673
5719
|
/**
|
|
5674
5720
|
* <p>Output column.</p>
|
|
5675
5721
|
* @public
|
|
@@ -6546,6 +6592,36 @@ export interface DeleteDataSourceResponse {
|
|
|
6546
6592
|
*/
|
|
6547
6593
|
Status?: number | undefined;
|
|
6548
6594
|
}
|
|
6595
|
+
/**
|
|
6596
|
+
* @public
|
|
6597
|
+
*/
|
|
6598
|
+
export interface DeleteDefaultQBusinessApplicationRequest {
|
|
6599
|
+
/**
|
|
6600
|
+
* <p>The ID of the Amazon QuickSight account that you want to disconnect from a Amazon Q Business application.</p>
|
|
6601
|
+
* @public
|
|
6602
|
+
*/
|
|
6603
|
+
AwsAccountId: string | undefined;
|
|
6604
|
+
/**
|
|
6605
|
+
* <p>The Amazon QuickSight namespace that you want to delete a linked Amazon Q Business application from. If this field is left blank, the Amazon Q Business application is deleted from the default namespace. Currently, the default namespace is the only valid value for this parameter.</p>
|
|
6606
|
+
* @public
|
|
6607
|
+
*/
|
|
6608
|
+
Namespace?: string | undefined;
|
|
6609
|
+
}
|
|
6610
|
+
/**
|
|
6611
|
+
* @public
|
|
6612
|
+
*/
|
|
6613
|
+
export interface DeleteDefaultQBusinessApplicationResponse {
|
|
6614
|
+
/**
|
|
6615
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
6616
|
+
* @public
|
|
6617
|
+
*/
|
|
6618
|
+
RequestId?: string | undefined;
|
|
6619
|
+
/**
|
|
6620
|
+
* <p>The HTTP status of the request.</p>
|
|
6621
|
+
* @public
|
|
6622
|
+
*/
|
|
6623
|
+
Status?: number | undefined;
|
|
6624
|
+
}
|
|
6549
6625
|
/**
|
|
6550
6626
|
* @public
|
|
6551
6627
|
*/
|
|
@@ -7660,70 +7736,6 @@ export interface DescribeAnalysisDefinitionResponse {
|
|
|
7660
7736
|
*/
|
|
7661
7737
|
RequestId?: string | undefined;
|
|
7662
7738
|
}
|
|
7663
|
-
/**
|
|
7664
|
-
* @public
|
|
7665
|
-
*/
|
|
7666
|
-
export interface DescribeAnalysisPermissionsRequest {
|
|
7667
|
-
/**
|
|
7668
|
-
* <p>The ID of the Amazon Web Services account that contains the analysis whose permissions you're
|
|
7669
|
-
* describing. You must be using the Amazon Web Services account that the analysis is in.</p>
|
|
7670
|
-
* @public
|
|
7671
|
-
*/
|
|
7672
|
-
AwsAccountId: string | undefined;
|
|
7673
|
-
/**
|
|
7674
|
-
* <p>The ID of the analysis whose permissions you're describing. The ID is part of the
|
|
7675
|
-
* analysis URL.</p>
|
|
7676
|
-
* @public
|
|
7677
|
-
*/
|
|
7678
|
-
AnalysisId: string | undefined;
|
|
7679
|
-
}
|
|
7680
|
-
/**
|
|
7681
|
-
* @public
|
|
7682
|
-
*/
|
|
7683
|
-
export interface DescribeAnalysisPermissionsResponse {
|
|
7684
|
-
/**
|
|
7685
|
-
* <p>The ID of the analysis whose permissions you're describing.</p>
|
|
7686
|
-
* @public
|
|
7687
|
-
*/
|
|
7688
|
-
AnalysisId?: string | undefined;
|
|
7689
|
-
/**
|
|
7690
|
-
* <p>The Amazon Resource Name (ARN) of the analysis whose permissions you're
|
|
7691
|
-
* describing.</p>
|
|
7692
|
-
* @public
|
|
7693
|
-
*/
|
|
7694
|
-
AnalysisArn?: string | undefined;
|
|
7695
|
-
/**
|
|
7696
|
-
* <p>A structure that describes the principals and the resource-level permissions on an
|
|
7697
|
-
* analysis.</p>
|
|
7698
|
-
* @public
|
|
7699
|
-
*/
|
|
7700
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
7701
|
-
/**
|
|
7702
|
-
* <p>The HTTP status of the request.</p>
|
|
7703
|
-
* @public
|
|
7704
|
-
*/
|
|
7705
|
-
Status?: number | undefined;
|
|
7706
|
-
/**
|
|
7707
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7708
|
-
* @public
|
|
7709
|
-
*/
|
|
7710
|
-
RequestId?: string | undefined;
|
|
7711
|
-
}
|
|
7712
|
-
/**
|
|
7713
|
-
* @public
|
|
7714
|
-
*/
|
|
7715
|
-
export interface DescribeAssetBundleExportJobRequest {
|
|
7716
|
-
/**
|
|
7717
|
-
* <p>The ID of the Amazon Web Services account the export job is executed in. </p>
|
|
7718
|
-
* @public
|
|
7719
|
-
*/
|
|
7720
|
-
AwsAccountId: string | undefined;
|
|
7721
|
-
/**
|
|
7722
|
-
* <p>The ID of the job that you want described. The job ID is set when you start a new job with a <code>StartAssetBundleExportJob</code> API call.</p>
|
|
7723
|
-
* @public
|
|
7724
|
-
*/
|
|
7725
|
-
AssetBundleExportJobId: string | undefined;
|
|
7726
|
-
}
|
|
7727
7739
|
/**
|
|
7728
7740
|
* @internal
|
|
7729
7741
|
*/
|