@aws-sdk/client-quicksight 3.693.0 → 3.699.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 +1697 -691
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +136 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +139 -33
- package/dist-es/models/models_5.js +33 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +787 -6
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- 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/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.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/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.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/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.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 +434 -5
- 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 +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.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/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4412 -4505
- package/dist-types/models/models_3.d.ts +4167 -4334
- package/dist-types/models/models_4.d.ts +3983 -3777
- package/dist-types/models/models_5.d.ts +1726 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +427 -418
- package/dist-types/ts3.4/models/models_3.d.ts +435 -488
- package/dist-types/ts3.4/models/models_4.d.ts +1184 -1046
- package/dist-types/ts3.4/models/models_5.d.ts +422 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { SearchTopicsCommandInput, SearchTopicsCommandOutput } from "../commands/SearchTopicsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateSearchTopics: (config: QuickSightPaginationConfiguration, input: SearchTopicsCommandInput, ...rest: any[]) => Paginator<SearchTopicsCommandOutput>;
|
|
@@ -74,6 +74,7 @@ import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCom
|
|
|
74
74
|
import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "../commands/DescribeDashboardPermissionsCommand";
|
|
75
75
|
import { DescribeDashboardSnapshotJobCommandInput, DescribeDashboardSnapshotJobCommandOutput } from "../commands/DescribeDashboardSnapshotJobCommand";
|
|
76
76
|
import { DescribeDashboardSnapshotJobResultCommandInput, DescribeDashboardSnapshotJobResultCommandOutput } from "../commands/DescribeDashboardSnapshotJobResultCommand";
|
|
77
|
+
import { DescribeDashboardsQAConfigurationCommandInput, DescribeDashboardsQAConfigurationCommandOutput } from "../commands/DescribeDashboardsQAConfigurationCommand";
|
|
77
78
|
import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "../commands/DescribeDataSetCommand";
|
|
78
79
|
import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput } from "../commands/DescribeDataSetPermissionsCommand";
|
|
79
80
|
import { DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefreshPropertiesCommandOutput } from "../commands/DescribeDataSetRefreshPropertiesCommand";
|
|
@@ -152,6 +153,7 @@ import { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "../comm
|
|
|
152
153
|
import { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } from "../commands/SearchDataSourcesCommand";
|
|
153
154
|
import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "../commands/SearchFoldersCommand";
|
|
154
155
|
import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "../commands/SearchGroupsCommand";
|
|
156
|
+
import { SearchTopicsCommandInput, SearchTopicsCommandOutput } from "../commands/SearchTopicsCommand";
|
|
155
157
|
import { StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput } from "../commands/StartAssetBundleExportJobCommand";
|
|
156
158
|
import { StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput } from "../commands/StartAssetBundleImportJobCommand";
|
|
157
159
|
import { StartDashboardSnapshotJobCommandInput, StartDashboardSnapshotJobCommandOutput } from "../commands/StartDashboardSnapshotJobCommand";
|
|
@@ -170,6 +172,7 @@ import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "../co
|
|
|
170
172
|
import { UpdateDashboardLinksCommandInput, UpdateDashboardLinksCommandOutput } from "../commands/UpdateDashboardLinksCommand";
|
|
171
173
|
import { UpdateDashboardPermissionsCommandInput, UpdateDashboardPermissionsCommandOutput } from "../commands/UpdateDashboardPermissionsCommand";
|
|
172
174
|
import { UpdateDashboardPublishedVersionCommandInput, UpdateDashboardPublishedVersionCommandOutput } from "../commands/UpdateDashboardPublishedVersionCommand";
|
|
175
|
+
import { UpdateDashboardsQAConfigurationCommandInput, UpdateDashboardsQAConfigurationCommandOutput } from "../commands/UpdateDashboardsQAConfigurationCommand";
|
|
173
176
|
import { UpdateDataSetCommandInput, UpdateDataSetCommandOutput } from "../commands/UpdateDataSetCommand";
|
|
174
177
|
import { UpdateDataSetPermissionsCommandInput, UpdateDataSetPermissionsCommandOutput } from "../commands/UpdateDataSetPermissionsCommand";
|
|
175
178
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
|
|
@@ -494,6 +497,10 @@ export declare const se_DescribeDashboardSnapshotJobCommand: (input: DescribeDas
|
|
|
494
497
|
* serializeAws_restJson1DescribeDashboardSnapshotJobResultCommand
|
|
495
498
|
*/
|
|
496
499
|
export declare const se_DescribeDashboardSnapshotJobResultCommand: (input: DescribeDashboardSnapshotJobResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
500
|
+
/**
|
|
501
|
+
* serializeAws_restJson1DescribeDashboardsQAConfigurationCommand
|
|
502
|
+
*/
|
|
503
|
+
export declare const se_DescribeDashboardsQAConfigurationCommand: (input: DescribeDashboardsQAConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
497
504
|
/**
|
|
498
505
|
* serializeAws_restJson1DescribeDataSetCommand
|
|
499
506
|
*/
|
|
@@ -806,6 +813,10 @@ export declare const se_SearchFoldersCommand: (input: SearchFoldersCommandInput,
|
|
|
806
813
|
* serializeAws_restJson1SearchGroupsCommand
|
|
807
814
|
*/
|
|
808
815
|
export declare const se_SearchGroupsCommand: (input: SearchGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
816
|
+
/**
|
|
817
|
+
* serializeAws_restJson1SearchTopicsCommand
|
|
818
|
+
*/
|
|
819
|
+
export declare const se_SearchTopicsCommand: (input: SearchTopicsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
809
820
|
/**
|
|
810
821
|
* serializeAws_restJson1StartAssetBundleExportJobCommand
|
|
811
822
|
*/
|
|
@@ -878,6 +889,10 @@ export declare const se_UpdateDashboardPermissionsCommand: (input: UpdateDashboa
|
|
|
878
889
|
* serializeAws_restJson1UpdateDashboardPublishedVersionCommand
|
|
879
890
|
*/
|
|
880
891
|
export declare const se_UpdateDashboardPublishedVersionCommand: (input: UpdateDashboardPublishedVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
892
|
+
/**
|
|
893
|
+
* serializeAws_restJson1UpdateDashboardsQAConfigurationCommand
|
|
894
|
+
*/
|
|
895
|
+
export declare const se_UpdateDashboardsQAConfigurationCommand: (input: UpdateDashboardsQAConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
881
896
|
/**
|
|
882
897
|
* serializeAws_restJson1UpdateDataSetCommand
|
|
883
898
|
*/
|
|
@@ -1286,6 +1301,10 @@ export declare const de_DescribeDashboardSnapshotJobCommand: (output: __HttpResp
|
|
|
1286
1301
|
* deserializeAws_restJson1DescribeDashboardSnapshotJobResultCommand
|
|
1287
1302
|
*/
|
|
1288
1303
|
export declare const de_DescribeDashboardSnapshotJobResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardSnapshotJobResultCommandOutput>;
|
|
1304
|
+
/**
|
|
1305
|
+
* deserializeAws_restJson1DescribeDashboardsQAConfigurationCommand
|
|
1306
|
+
*/
|
|
1307
|
+
export declare const de_DescribeDashboardsQAConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardsQAConfigurationCommandOutput>;
|
|
1289
1308
|
/**
|
|
1290
1309
|
* deserializeAws_restJson1DescribeDataSetCommand
|
|
1291
1310
|
*/
|
|
@@ -1598,6 +1617,10 @@ export declare const de_SearchFoldersCommand: (output: __HttpResponse, context:
|
|
|
1598
1617
|
* deserializeAws_restJson1SearchGroupsCommand
|
|
1599
1618
|
*/
|
|
1600
1619
|
export declare const de_SearchGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchGroupsCommandOutput>;
|
|
1620
|
+
/**
|
|
1621
|
+
* deserializeAws_restJson1SearchTopicsCommand
|
|
1622
|
+
*/
|
|
1623
|
+
export declare const de_SearchTopicsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTopicsCommandOutput>;
|
|
1601
1624
|
/**
|
|
1602
1625
|
* deserializeAws_restJson1StartAssetBundleExportJobCommand
|
|
1603
1626
|
*/
|
|
@@ -1670,6 +1693,10 @@ export declare const de_UpdateDashboardPermissionsCommand: (output: __HttpRespon
|
|
|
1670
1693
|
* deserializeAws_restJson1UpdateDashboardPublishedVersionCommand
|
|
1671
1694
|
*/
|
|
1672
1695
|
export declare const de_UpdateDashboardPublishedVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardPublishedVersionCommandOutput>;
|
|
1696
|
+
/**
|
|
1697
|
+
* deserializeAws_restJson1UpdateDashboardsQAConfigurationCommand
|
|
1698
|
+
*/
|
|
1699
|
+
export declare const de_UpdateDashboardsQAConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardsQAConfigurationCommandOutput>;
|
|
1673
1700
|
/**
|
|
1674
1701
|
* deserializeAws_restJson1UpdateDataSetCommand
|
|
1675
1702
|
*/
|
|
@@ -295,6 +295,10 @@ import {
|
|
|
295
295
|
DescribeDashboardSnapshotJobResultCommandInput,
|
|
296
296
|
DescribeDashboardSnapshotJobResultCommandOutput,
|
|
297
297
|
} from "./commands/DescribeDashboardSnapshotJobResultCommand";
|
|
298
|
+
import {
|
|
299
|
+
DescribeDashboardsQAConfigurationCommandInput,
|
|
300
|
+
DescribeDashboardsQAConfigurationCommandOutput,
|
|
301
|
+
} from "./commands/DescribeDashboardsQAConfigurationCommand";
|
|
298
302
|
import {
|
|
299
303
|
DescribeDataSetCommandInput,
|
|
300
304
|
DescribeDataSetCommandOutput,
|
|
@@ -607,6 +611,10 @@ import {
|
|
|
607
611
|
SearchGroupsCommandInput,
|
|
608
612
|
SearchGroupsCommandOutput,
|
|
609
613
|
} from "./commands/SearchGroupsCommand";
|
|
614
|
+
import {
|
|
615
|
+
SearchTopicsCommandInput,
|
|
616
|
+
SearchTopicsCommandOutput,
|
|
617
|
+
} from "./commands/SearchTopicsCommand";
|
|
610
618
|
import {
|
|
611
619
|
StartAssetBundleExportJobCommandInput,
|
|
612
620
|
StartAssetBundleExportJobCommandOutput,
|
|
@@ -679,6 +687,10 @@ import {
|
|
|
679
687
|
UpdateDashboardPublishedVersionCommandInput,
|
|
680
688
|
UpdateDashboardPublishedVersionCommandOutput,
|
|
681
689
|
} from "./commands/UpdateDashboardPublishedVersionCommand";
|
|
690
|
+
import {
|
|
691
|
+
UpdateDashboardsQAConfigurationCommandInput,
|
|
692
|
+
UpdateDashboardsQAConfigurationCommandOutput,
|
|
693
|
+
} from "./commands/UpdateDashboardsQAConfigurationCommand";
|
|
682
694
|
import {
|
|
683
695
|
UpdateDataSetCommandInput,
|
|
684
696
|
UpdateDataSetCommandOutput,
|
|
@@ -1761,6 +1773,25 @@ export interface QuickSight {
|
|
|
1761
1773
|
data?: DescribeDashboardSnapshotJobResultCommandOutput
|
|
1762
1774
|
) => void
|
|
1763
1775
|
): void;
|
|
1776
|
+
describeDashboardsQAConfiguration(
|
|
1777
|
+
args: DescribeDashboardsQAConfigurationCommandInput,
|
|
1778
|
+
options?: __HttpHandlerOptions
|
|
1779
|
+
): Promise<DescribeDashboardsQAConfigurationCommandOutput>;
|
|
1780
|
+
describeDashboardsQAConfiguration(
|
|
1781
|
+
args: DescribeDashboardsQAConfigurationCommandInput,
|
|
1782
|
+
cb: (
|
|
1783
|
+
err: any,
|
|
1784
|
+
data?: DescribeDashboardsQAConfigurationCommandOutput
|
|
1785
|
+
) => void
|
|
1786
|
+
): void;
|
|
1787
|
+
describeDashboardsQAConfiguration(
|
|
1788
|
+
args: DescribeDashboardsQAConfigurationCommandInput,
|
|
1789
|
+
options: __HttpHandlerOptions,
|
|
1790
|
+
cb: (
|
|
1791
|
+
err: any,
|
|
1792
|
+
data?: DescribeDashboardsQAConfigurationCommandOutput
|
|
1793
|
+
) => void
|
|
1794
|
+
): void;
|
|
1764
1795
|
describeDataSet(
|
|
1765
1796
|
args: DescribeDataSetCommandInput,
|
|
1766
1797
|
options?: __HttpHandlerOptions
|
|
@@ -2793,6 +2824,19 @@ export interface QuickSight {
|
|
|
2793
2824
|
options: __HttpHandlerOptions,
|
|
2794
2825
|
cb: (err: any, data?: SearchGroupsCommandOutput) => void
|
|
2795
2826
|
): void;
|
|
2827
|
+
searchTopics(
|
|
2828
|
+
args: SearchTopicsCommandInput,
|
|
2829
|
+
options?: __HttpHandlerOptions
|
|
2830
|
+
): Promise<SearchTopicsCommandOutput>;
|
|
2831
|
+
searchTopics(
|
|
2832
|
+
args: SearchTopicsCommandInput,
|
|
2833
|
+
cb: (err: any, data?: SearchTopicsCommandOutput) => void
|
|
2834
|
+
): void;
|
|
2835
|
+
searchTopics(
|
|
2836
|
+
args: SearchTopicsCommandInput,
|
|
2837
|
+
options: __HttpHandlerOptions,
|
|
2838
|
+
cb: (err: any, data?: SearchTopicsCommandOutput) => void
|
|
2839
|
+
): void;
|
|
2796
2840
|
startAssetBundleExportJob(
|
|
2797
2841
|
args: StartAssetBundleExportJobCommandInput,
|
|
2798
2842
|
options?: __HttpHandlerOptions
|
|
@@ -3033,6 +3077,19 @@ export interface QuickSight {
|
|
|
3033
3077
|
options: __HttpHandlerOptions,
|
|
3034
3078
|
cb: (err: any, data?: UpdateDashboardPublishedVersionCommandOutput) => void
|
|
3035
3079
|
): void;
|
|
3080
|
+
updateDashboardsQAConfiguration(
|
|
3081
|
+
args: UpdateDashboardsQAConfigurationCommandInput,
|
|
3082
|
+
options?: __HttpHandlerOptions
|
|
3083
|
+
): Promise<UpdateDashboardsQAConfigurationCommandOutput>;
|
|
3084
|
+
updateDashboardsQAConfiguration(
|
|
3085
|
+
args: UpdateDashboardsQAConfigurationCommandInput,
|
|
3086
|
+
cb: (err: any, data?: UpdateDashboardsQAConfigurationCommandOutput) => void
|
|
3087
|
+
): void;
|
|
3088
|
+
updateDashboardsQAConfiguration(
|
|
3089
|
+
args: UpdateDashboardsQAConfigurationCommandInput,
|
|
3090
|
+
options: __HttpHandlerOptions,
|
|
3091
|
+
cb: (err: any, data?: UpdateDashboardsQAConfigurationCommandOutput) => void
|
|
3092
|
+
): void;
|
|
3036
3093
|
updateDataSet(
|
|
3037
3094
|
args: UpdateDataSetCommandInput,
|
|
3038
3095
|
options?: __HttpHandlerOptions
|
|
@@ -341,6 +341,10 @@ import {
|
|
|
341
341
|
DescribeDashboardSnapshotJobResultCommandInput,
|
|
342
342
|
DescribeDashboardSnapshotJobResultCommandOutput,
|
|
343
343
|
} from "./commands/DescribeDashboardSnapshotJobResultCommand";
|
|
344
|
+
import {
|
|
345
|
+
DescribeDashboardsQAConfigurationCommandInput,
|
|
346
|
+
DescribeDashboardsQAConfigurationCommandOutput,
|
|
347
|
+
} from "./commands/DescribeDashboardsQAConfigurationCommand";
|
|
344
348
|
import {
|
|
345
349
|
DescribeDataSetCommandInput,
|
|
346
350
|
DescribeDataSetCommandOutput,
|
|
@@ -653,6 +657,10 @@ import {
|
|
|
653
657
|
SearchGroupsCommandInput,
|
|
654
658
|
SearchGroupsCommandOutput,
|
|
655
659
|
} from "./commands/SearchGroupsCommand";
|
|
660
|
+
import {
|
|
661
|
+
SearchTopicsCommandInput,
|
|
662
|
+
SearchTopicsCommandOutput,
|
|
663
|
+
} from "./commands/SearchTopicsCommand";
|
|
656
664
|
import {
|
|
657
665
|
StartAssetBundleExportJobCommandInput,
|
|
658
666
|
StartAssetBundleExportJobCommandOutput,
|
|
@@ -725,6 +733,10 @@ import {
|
|
|
725
733
|
UpdateDashboardPublishedVersionCommandInput,
|
|
726
734
|
UpdateDashboardPublishedVersionCommandOutput,
|
|
727
735
|
} from "./commands/UpdateDashboardPublishedVersionCommand";
|
|
736
|
+
import {
|
|
737
|
+
UpdateDashboardsQAConfigurationCommandInput,
|
|
738
|
+
UpdateDashboardsQAConfigurationCommandOutput,
|
|
739
|
+
} from "./commands/UpdateDashboardsQAConfigurationCommand";
|
|
728
740
|
import {
|
|
729
741
|
UpdateDataSetCommandInput,
|
|
730
742
|
UpdateDataSetCommandOutput,
|
|
@@ -919,6 +931,7 @@ export type ServiceInputTypes =
|
|
|
919
931
|
| DescribeDashboardPermissionsCommandInput
|
|
920
932
|
| DescribeDashboardSnapshotJobCommandInput
|
|
921
933
|
| DescribeDashboardSnapshotJobResultCommandInput
|
|
934
|
+
| DescribeDashboardsQAConfigurationCommandInput
|
|
922
935
|
| DescribeDataSetCommandInput
|
|
923
936
|
| DescribeDataSetPermissionsCommandInput
|
|
924
937
|
| DescribeDataSetRefreshPropertiesCommandInput
|
|
@@ -997,6 +1010,7 @@ export type ServiceInputTypes =
|
|
|
997
1010
|
| SearchDataSourcesCommandInput
|
|
998
1011
|
| SearchFoldersCommandInput
|
|
999
1012
|
| SearchGroupsCommandInput
|
|
1013
|
+
| SearchTopicsCommandInput
|
|
1000
1014
|
| StartAssetBundleExportJobCommandInput
|
|
1001
1015
|
| StartAssetBundleImportJobCommandInput
|
|
1002
1016
|
| StartDashboardSnapshotJobCommandInput
|
|
@@ -1015,6 +1029,7 @@ export type ServiceInputTypes =
|
|
|
1015
1029
|
| UpdateDashboardLinksCommandInput
|
|
1016
1030
|
| UpdateDashboardPermissionsCommandInput
|
|
1017
1031
|
| UpdateDashboardPublishedVersionCommandInput
|
|
1032
|
+
| UpdateDashboardsQAConfigurationCommandInput
|
|
1018
1033
|
| UpdateDataSetCommandInput
|
|
1019
1034
|
| UpdateDataSetPermissionsCommandInput
|
|
1020
1035
|
| UpdateDataSourceCommandInput
|
|
@@ -1118,6 +1133,7 @@ export type ServiceOutputTypes =
|
|
|
1118
1133
|
| DescribeDashboardPermissionsCommandOutput
|
|
1119
1134
|
| DescribeDashboardSnapshotJobCommandOutput
|
|
1120
1135
|
| DescribeDashboardSnapshotJobResultCommandOutput
|
|
1136
|
+
| DescribeDashboardsQAConfigurationCommandOutput
|
|
1121
1137
|
| DescribeDataSetCommandOutput
|
|
1122
1138
|
| DescribeDataSetPermissionsCommandOutput
|
|
1123
1139
|
| DescribeDataSetRefreshPropertiesCommandOutput
|
|
@@ -1196,6 +1212,7 @@ export type ServiceOutputTypes =
|
|
|
1196
1212
|
| SearchDataSourcesCommandOutput
|
|
1197
1213
|
| SearchFoldersCommandOutput
|
|
1198
1214
|
| SearchGroupsCommandOutput
|
|
1215
|
+
| SearchTopicsCommandOutput
|
|
1199
1216
|
| StartAssetBundleExportJobCommandOutput
|
|
1200
1217
|
| StartAssetBundleImportJobCommandOutput
|
|
1201
1218
|
| StartDashboardSnapshotJobCommandOutput
|
|
@@ -1214,6 +1231,7 @@ export type ServiceOutputTypes =
|
|
|
1214
1231
|
| UpdateDashboardLinksCommandOutput
|
|
1215
1232
|
| UpdateDashboardPermissionsCommandOutput
|
|
1216
1233
|
| UpdateDashboardPublishedVersionCommandOutput
|
|
1234
|
+
| UpdateDashboardsQAConfigurationCommandOutput
|
|
1217
1235
|
| UpdateDataSetCommandOutput
|
|
1218
1236
|
| UpdateDataSetPermissionsCommandOutput
|
|
1219
1237
|
| UpdateDataSourceCommandOutput
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { BatchCreateTopicReviewedAnswerResponse } from "../models/models_2";
|
|
4
|
-
import { BatchCreateTopicReviewedAnswerRequest } from "../models/
|
|
4
|
+
import { BatchCreateTopicReviewedAnswerRequest } from "../models/models_5";
|
|
5
5
|
import {
|
|
6
6
|
QuickSightClientResolvedConfig,
|
|
7
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateAccountCustomizationRequest,
|
|
5
5
|
CreateAccountCustomizationResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateAccountSubscriptionRequest,
|
|
5
5
|
CreateAccountSubscriptionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateBrandRequest, CreateBrandResponse } from "../models/
|
|
3
|
+
import { CreateBrandRequest, CreateBrandResponse } from "../models/models_3";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateCustomPermissionsRequest,
|
|
5
5
|
CreateCustomPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
DescribeAssetBundleExportJobResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { DescribeAssetBundleExportJobRequest } from "../models/models_3";
|
|
4
|
+
import { DescribeAssetBundleExportJobResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
QuickSightClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeAssetBundleImportJobRequest,
|
|
5
5
|
DescribeAssetBundleImportJobResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeBrandAssignmentRequest,
|
|
5
5
|
DescribeBrandAssignmentResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeBrandPublishedVersionRequest,
|
|
5
5
|
DescribeBrandPublishedVersionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeCustomPermissionsRequest,
|
|
5
5
|
DescribeCustomPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDashboardDefinitionRequest,
|
|
5
5
|
DescribeDashboardDefinitionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDashboardPermissionsRequest,
|
|
5
5
|
DescribeDashboardPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDashboardSnapshotJobRequest,
|
|
5
5
|
DescribeDashboardSnapshotJobResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDashboardSnapshotJobResultRequest,
|
|
5
5
|
DescribeDashboardSnapshotJobResultResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeDashboardsQAConfigurationRequest,
|
|
5
|
+
DescribeDashboardsQAConfigurationResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeDashboardsQAConfigurationCommandInput
|
|
15
|
+
extends DescribeDashboardsQAConfigurationRequest {}
|
|
16
|
+
export interface DescribeDashboardsQAConfigurationCommandOutput
|
|
17
|
+
extends DescribeDashboardsQAConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeDashboardsQAConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeDashboardsQAConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeDashboardsQAConfigurationCommandInput,
|
|
24
|
+
DescribeDashboardsQAConfigurationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeDashboardsQAConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeDashboardsQAConfigurationCommandInput,
|
|
33
|
+
DescribeDashboardsQAConfigurationCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeDashboardsQAConfigurationCommand extends DescribeDashboardsQAConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDashboardsQAConfigurationRequest;
|
|
44
|
+
output: DescribeDashboardsQAConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDashboardsQAConfigurationCommandInput;
|
|
48
|
+
output: DescribeDashboardsQAConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDataSetPermissionsRequest,
|
|
5
5
|
DescribeDataSetPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDataSetRefreshPropertiesRequest,
|
|
5
5
|
DescribeDataSetRefreshPropertiesResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDataSourcePermissionsRequest,
|
|
5
5
|
DescribeDataSourcePermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeFolderPermissionsRequest,
|
|
5
5
|
DescribeFolderPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeFolderResolvedPermissionsRequest,
|
|
5
5
|
DescribeFolderResolvedPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeGroupMembershipRequest,
|
|
5
5
|
DescribeGroupMembershipResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeIAMPolicyAssignmentRequest,
|
|
5
5
|
DescribeIAMPolicyAssignmentResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DescribeIngestionRequest,
|
|
5
|
+
DescribeIngestionResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
QuickSightClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|